All Versions
61
Latest Version
Avg Release Cycle
112 days
Latest Release
-

Changelog History
Page 6

  • v3.1.7 Changes

    • 🚚 Moved the dismissal call before calling the passcodeWasEnteredSuccessfully delegate method.
  • v3.1.6 Changes

  • v3.1.5 Changes

    • πŸ›  Fixed a bug where keyboard did not appear on iOS6.
  • v3.1.4 Changes

    • View frame now takes into account status bar visibility. Nothing major or visible, it was just 20px shorter at the bottom, under the keyboard.
  • v3.1.3 Changes

    • πŸ›  Fixed a localization problem with enter new passcode.
  • v3.1.2 Changes

    • πŸ›  Fixed a bug where closing the app reset the failed attempts counter.
    • πŸ‘Œ Improved failed attempts logic: it now doesn’t reset unless when password is entered successfully, or app is killed.
    • βœ‚ Removed deprecated methods.
  • v3.1.1 Changes

    Pushing the view wasn't handling rotation.

  • v3.1.0 Changes

    πŸ†• New customizable strings:

    • enterOldPasscodeString - The string displayed when changing the passcode.
    • enterPasscodeString - The string displayed when asking for the passcode.
    • enablePasscodeString - The title displayed when enabling the passcode.
    • πŸ”„ changePasscodeString - The title displayed when changing the passcode.
    • turnOffPasscodeString - The title displayed when disabling the passcode.
    • enterNewPasscodeString - The string displayed when asking for a new passcode.
    • reenterPasscodeString - The string displayed when asking for the passcode confirmation (enabling).
    • reenterNewPasscodeString - The string displayed when asking for the passcode confirmation (changing)
  • v3.0.2 Changes

    πŸ“‡ Renamed SFHFKeychainUtils to LTHKeychainUtils due to the possibility of conflicts with a version already present in the project. LTHKeychainUtils differs from the original library only by being ARC-compliant, so all the rights and thanks go to the original author, [Buzz Anders][1].

  • v3.0.1 Changes

    • βž• Added +deletePasscodeAndClose.
    • πŸ‘Œ Improved doc a bit.