All Versions
61
Latest Version
Avg Release Cycle
112 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v3.1.7 Changes
- π Moved the dismissal call before calling the
passcodeWasEnteredSuccessfully
delegate method.
- π Moved the dismissal call before calling the
-
v3.1.6 Changes
- π Opening lock screen in landscape (Closed [72](https://github.com/rolandleth/LTHPasscodeViewController/issues/72)).
-
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
toLTHKeychainUtils
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.
- β Added