Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: velikanov/SwiftPasscodeLock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mjmarathon/SwiftPasscodeLock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Nov 21, 2017

  1. Changed TouchID verbiage to more generic "Biometric Authentication" t…

    …o accommodate FaceID. Also moved "allowsCancellation" to PasscodeLockConfiguration to allow better flexibility for users.
    Michaeljon committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a4f7f37 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Added Cancel Callback

    Matthew Kostelecky committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    c4ee7c1 View commit details
    Browse the repository at this point in the history
  2. Implemented login failure callback.

    - Fixed a misspelling
    Matthew Kostelecky committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    3df7ce6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. made number of failed pin attempts an open variable

    Matthew Kostelecky committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    734162d View commit details
    Browse the repository at this point in the history
  2. Reverted numberOfFailedPasscodes to internal var

    - added invalid attempt callback
    Matthew Kostelecky committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    6f53f3d View commit details
    Browse the repository at this point in the history
  3. added attempt variable to callback

    Matthew Kostelecky committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    e586ed5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. updated strings to say PIN instead of passcode

    Matthew Kostelecky committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    3b0a164 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Updated to Swift 5

    Matthew Kostelecky committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    193330c View commit details
    Browse the repository at this point in the history
Loading