All Versions
61
Latest Version
Avg Release Cycle
112 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.8.8 Changes
April 05, 2017- ๐ Fixed translations.
-
v3.8.7 Changes
- ๐ Fixed subclassing by changing
LTHPasscodeViewControllerStrings
macro to use[LTHPasscodeViewController class]
instead of[self class]
.
- ๐ Fixed subclassing by changing
-
v3.8.6 Changes
- ๐ German translations fixed.
-
v3.8.5 Changes
- ๐ Fixed the lock being sometimes disabled when setting the date in the past (Closed [174](https://github.com/rolandleth/LTHPasscodeViewController/issues/174)).
-
v3.8.4 Changes
- ๐ Fixed not being able to show the keyboard again after dismissing it on iPad (Closed [171](https://github.com/rolandleth/LTHPasscodeViewController/issues/171)).
-
v3.8.3 Changes
- โ Added a check that the new passcode is different than the existing one (Closed [170](https://github.com/rolandleth/LTHPasscodeViewController/issues/170)).
- ๐ Improved the handling of
isSimple
.
-
v3.8.2 Changes
- ๐ Fixed the usage of
self.viewLoaded
toself.isViewLoaded
(Closed [168](https://github.com/rolandleth/LTHPasscodeViewController/issues/168)).
- ๐ Fixed the usage of
-
v3.8.1 Changes
- ๐ Fixed title for lockscreen with navbar (Closed [165](https://github.com/rolandleth/LTHPasscodeViewController/issues/165)).
-
v3.8.0 Changes
- ๐ Replaced all instances of
keyWindow
withLTHMainWindow
(macro that expands[UIApplication sharedApplication].windows[0]
- explanation in [164](https://github.com/rolandleth/LTHPasscodeViewController/issues/164). - ๐ Fixed a bug where the UI would not be visible (Closed [163](https://github.com/rolandleth/LTHPasscodeViewController/issues/163)).
- ๐ง Made simple passcode configurable (Closed [157](https://github.com/rolandleth/LTHPasscodeViewController/issues/157)).
- โ Added a description label, placed below the passcode, to possibly explain the use of the passcode.
- ๐ New properties:
digitsCount
: the number of digits for the simple passcode, between 4 and 10; can only be changed while there is no passcode activeenterPasscodeInfoString
: the text used for the description labeldisplayAdditionalInfoDuringSettingPasscode
: the flag that determines whether to show the description text or not
- ๐ Replaced all instances of
-
v3.7.10 Changes
- ๐ New delegate method:
passcodeWasEnabled
. Called when the passcode was enabled (Closed [156](https://github.com/rolandleth/LTHPasscodeViewController/issues/156)). - ๐ New method:
enablePasscodeWhenApplicationEntersBackground
. It reverts whatdisablePasscodeWhenApplicationEntersBackground
does: it adds observers forUIApplicationDidEnterBackgroundNotification
andUIApplicationWillEnterForegroundNotification
(Closed [158](https://github.com/rolandleth/LTHPasscodeViewController/issues/158)).
- ๐ New delegate method: