Tags · S2Ler/LTHPasscodeViewController · GitHub
Skip to content

Tags: S2Ler/LTHPasscodeViewController

Tags

1.6.7

Toggle 1.6.7's commit message
Fixed the passcode not locking

if the change/remove passcode view was on screen when going to
background.

1.6.6

Toggle 1.6.6's commit message
Merge pull request rolandleth#36 from kaneshin/localization_japanese

Add localized string for Japanese

1.6.5

Toggle 1.6.5's commit message
Changed timers to NSTimeInterval.

Changed timerDuration to be saved to the keychain.
Nothing is saved to userDefaults anymore, to increase security.

1.6.2

Toggle 1.6.2's commit message
Revert "Added a setter for max number of allowed failed attempts"

This reverts commit 98dd3c9.

1.6.1

Toggle 1.6.1's commit message
Merge branch 'pr/29'

1.6

Toggle 1.6's commit message
Merge pull request rolandleth#28 from anasb/master

Added option to display a logout button on a navigation bar during the...

1.5

Toggle 1.5's commit message
Merge pull request rolandleth#27 from anasb/master

Possibility to use custom username & service name

1.4.1

Toggle 1.4.1's commit message
Merge pull request rolandleth#23 from anasb/master

Adding possibility to customize the navigation bar's tintColor, barTintColor and titleColor.

1.4

Toggle 1.4's commit message
Merge pull request rolandleth#22 from NenadSteric/master

added setTimerDuration

1.3

Toggle 1.3's commit message
Read the extended, several changes.

Renamed all “Lockscreen”s to “LockScreen”s.
Moved ivars to the implementation.
Added passcodeWasEnteredSuccessfully protocol method/notification post.
Removed some redundant code.
Fixed ‘cancelAndDismissMe’ being called every time.