Skip to content

Tags: Hawk-Innovations/LTHPasscodeViewController

Tags

2.0.1

Toggle 2.0.1's commit message
Doc & code improvements.

Better encapsulation.
Removed ivars in favor of properties.
Added kCoverViewTag constant to replace the hard coded 99.

2.0.0

Toggle 2.0.0's commit message
Readme update.

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.