Tags · appmaker/LTHPasscodeViewController · GitHub
Skip to content

Tags: appmaker/LTHPasscodeViewController

Tags

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.

1.2.1

Toggle 1.2.1's commit message
Attempting to fix podspec file

1.2.0

Toggle 1.2.0's commit message
1.2.0 cocoapod version.

Added <deletePasscodeFromKeychain> method.

Added <maxNumberOfFailedAttemptsReached> protocol method and its respective <kMaxNumberOfAllowedFailedAttempts> constant.

Replaced <showLockscreenWithAnimation> and <showLockscreenWithoutAnimation> with <showLockscreenWithAnimation:(BOOL)animated> method.

Improved the UIWindow handling.

Fixed the positioning problem that happened if the lockscreen was presented with an av/as open.

Improved folder structure.