You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-21Lines changed: 32 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# 4.0.1
2
+
* Made `isCurrentlyOnScreen` public.
3
+
4
+
# 4.0.0
5
+
* Minimum deployment target increased to `10.3`.
6
+
* Removed iOS 8 specific code.
7
+
* Code style improvements.
8
+
* Misc demo project improvements.
9
+
1
10
# 3.9.4
2
11
* Avoid a crash in iOS 13 accessing the first object of the windows.
3
12
@@ -28,34 +37,34 @@
28
37
* German translations fixed.
29
38
30
39
# 3.8.5
31
-
* Fixed the lock being sometimes disabled when setting the date in the past (Closed [#174](https://github.com/rolandleth/LTHPasscodeViewController/issues/174)).
40
+
* Fixed the lock being sometimes disabled when setting the date in the past (Closed [^174](https://github.com/rolandleth/LTHPasscodeViewController/issues/174)).
32
41
33
42
# 3.8.4
34
-
* Fixed not being able to show the keyboard again after dismissing it on iPad (Closed [#171](https://github.com/rolandleth/LTHPasscodeViewController/issues/171)).
43
+
* Fixed not being able to show the keyboard again after dismissing it on iPad (Closed [^171](https://github.com/rolandleth/LTHPasscodeViewController/issues/171)).
35
44
36
45
# 3.8.3
37
-
* Added a check that the new passcode is different than the existing one (Closed [#170](https://github.com/rolandleth/LTHPasscodeViewController/issues/170)).
46
+
* Added a check that the new passcode is different than the existing one (Closed [^170](https://github.com/rolandleth/LTHPasscodeViewController/issues/170)).
38
47
* Improved the handling of `isSimple`.
39
48
40
49
# 3.8.2
41
-
* Fixed the usage of `self.viewLoaded` to `self.isViewLoaded` (Closed [#168](https://github.com/rolandleth/LTHPasscodeViewController/issues/168)).
50
+
* Fixed the usage of `self.viewLoaded` to `self.isViewLoaded` (Closed [^168](https://github.com/rolandleth/LTHPasscodeViewController/issues/168)).
42
51
43
52
# 3.8.1
44
-
* Fixed title for lockscreen with navbar (Closed [#165](https://github.com/rolandleth/LTHPasscodeViewController/issues/165)).
53
+
* Fixed title for lockscreen with navbar (Closed [^165](https://github.com/rolandleth/LTHPasscodeViewController/issues/165)).
45
54
46
55
# 3.8.0
47
-
* Replaced all instances of `keyWindow` with `LTHMainWindow` (macro that expands `[UIApplication sharedApplication].windows[0]` - explanation in [#164](https://github.com/rolandleth/LTHPasscodeViewController/issues/164).
48
-
* Fixed a bug where the UI would not be visible (Closed [#163](https://github.com/rolandleth/LTHPasscodeViewController/issues/163)).
49
-
* Made simple passcode configurable (Closed [#157](https://github.com/rolandleth/LTHPasscodeViewController/issues/157)).
56
+
* Replaced all instances of `keyWindow` with `LTHMainWindow` (macro that expands `[UIApplication sharedApplication].windows[0]` - explanation in [^164](https://github.com/rolandleth/LTHPasscodeViewController/issues/164).
57
+
* Fixed a bug where the UI would not be visible (Closed [^163](https://github.com/rolandleth/LTHPasscodeViewController/issues/163)).
58
+
* Made simple passcode configurable (Closed [^157](https://github.com/rolandleth/LTHPasscodeViewController/issues/157)).
50
59
* Added a description label, placed below the passcode, to possibly explain the use of the passcode.
51
60
* New properties:
52
61
* `digitsCount`: the number of digits for the simple passcode, between 4 and 10; can only be changed while there is no passcode active
53
62
* `enterPasscodeInfoString`: the text used for the description label
54
63
* `displayAdditionalInfoDuringSettingPasscode`: the flag that determines whether to show the description text or not
55
64
56
65
# 3.7.10
57
-
* New delegate method: `passcodeWasEnabled`. Called when the passcode was enabled (Closed [#156](https://github.com/rolandleth/LTHPasscodeViewController/issues/156)).
58
-
* New method: `enablePasscodeWhenApplicationEntersBackground`. It reverts what `disablePasscodeWhenApplicationEntersBackground` does: it adds observers for `UIApplicationDidEnterBackgroundNotification` and `UIApplicationWillEnterForegroundNotification` (Closed [#158](https://github.com/rolandleth/LTHPasscodeViewController/issues/158)).
66
+
* New delegate method: `passcodeWasEnabled`. Called when the passcode was enabled (Closed [^156](https://github.com/rolandleth/LTHPasscodeViewController/issues/156)).
67
+
* New method: `enablePasscodeWhenApplicationEntersBackground`. It reverts what `disablePasscodeWhenApplicationEntersBackground` does: it adds observers for `UIApplicationDidEnterBackgroundNotification` and `UIApplicationWillEnterForegroundNotification` (Closed [^158](https://github.com/rolandleth/LTHPasscodeViewController/issues/158)).
59
68
60
69
# 3.7.9
61
70
* Keychain leaks fixed.
@@ -98,8 +107,8 @@
98
107
* Added all localization files inside a bundle.
99
108
100
109
# 3.6.8
101
-
* Rotation fixes (Closed [#74](https://github.com/rolandleth/LTHPasscodeViewController/issues/74) and [#102](https://github.com/rolandleth/LTHPasscodeViewController/issues/102)).
102
-
* Fixed crash related to `UIInterfaceOrientationMaskPortrait` (Closed [#129](https://github.com/rolandleth/LTHPasscodeViewController/issues/129)).
110
+
* Rotation fixes (Closed [^74](https://github.com/rolandleth/LTHPasscodeViewController/issues/74) and [^102](https://github.com/rolandleth/LTHPasscodeViewController/issues/102)).
111
+
* Fixed crash related to `UIInterfaceOrientationMaskPortrait` (Closed [^129](https://github.com/rolandleth/LTHPasscodeViewController/issues/129)).
103
112
104
113
# 3.6.7
105
114
* Navigation bar fixes.
@@ -119,22 +128,22 @@
119
128
* Animations for failed attemp.
120
129
121
130
# 3.6.3
122
-
* Moved the `_addObservers` from `init` to `viewWillAppear` (Possible fix for [#74](https://github.com/rolandleth/LTHPasscodeViewController/issues/74)).
131
+
* Moved the `_addObservers` from `init` to `viewWillAppear` (Possible fix for [^74](https://github.com/rolandleth/LTHPasscodeViewController/issues/74)).
123
132
124
133
# 3.6.2
125
-
* Hide animatingView and dismiss keyboard when using TouchID (Closed [#99](https://github.com/rolandleth/LTHPasscodeViewController/issues/99)).
134
+
* Hide animatingView and dismiss keyboard when using TouchID (Closed [^99](https://github.com/rolandleth/LTHPasscodeViewController/issues/99)).
126
135
127
136
# 3.6.1
128
137
* Ability to change the "Enter passcode" vertical offset.
129
138
* Ability to add an image as the view's background.
130
139
131
140
# 3.6.0
132
141
* Portugese localization.
133
-
* Posibility to subclass (Closed [#95](https://github.com/rolandleth/LTHPasscodeViewController/issues/95)).
142
+
* Posibility to subclass (Closed [^95](https://github.com/rolandleth/LTHPasscodeViewController/issues/95)).
134
143
135
144
# 3.5.0
136
145
* Czech localization.
137
-
* Passcode can be beaten by killing the app (Closed [#78](https://github.com/rolandleth/LTHPasscodeViewController/issues/78)).
146
+
* Passcode can be beaten by killing the app (Closed [^78](https://github.com/rolandleth/LTHPasscodeViewController/issues/78)).
138
147
* Changed some `performSelectorOnMainThread` calls to `dispatch_async`.
139
148
140
149
# 3.4.0
@@ -145,7 +154,7 @@
145
154
* Spanish translations corrections.
146
155
147
156
# 3.3.2
148
-
* Added a close method (Closed [#68](https://github.com/rolandleth/LTHPasscodeViewController/issues/68)).
157
+
* Added a close method (Closed [^68](https://github.com/rolandleth/LTHPasscodeViewController/issues/68)).
149
158
150
159
# 3.3.1
151
160
* Fixes.
@@ -154,10 +163,10 @@
154
163
* TouchID support.
155
164
156
165
# 3.2.1
157
-
* iPad and iOS 8 layout fixes (Closed [#74](https://github.com/rolandleth/LTHPasscodeViewController/issues/74)).
166
+
* iPad and iOS 8 layout fixes (Closed [^74](https://github.com/rolandleth/LTHPasscodeViewController/issues/74)).
158
167
159
168
# 3.2.0
160
-
* Crash when opening the app with turn off view opened (Closed [#80](https://github.com/rolandleth/LTHPasscodeViewController/issues/80)).
169
+
* Crash when opening the app with turn off view opened (Closed [^80](https://github.com/rolandleth/LTHPasscodeViewController/issues/80)).
161
170
162
171
# 3.1.9
163
172
* Removed redundant code.
@@ -169,7 +178,7 @@
169
178
* Moved the dismissal call before calling the `passcodeWasEnteredSuccessfully` delegate method.
170
179
171
180
# 3.1.6
172
-
* Opening lock screen in landscape (Closed [#72](https://github.com/rolandleth/LTHPasscodeViewController/issues/72)).
181
+
* Opening lock screen in landscape (Closed [^72](https://github.com/rolandleth/LTHPasscodeViewController/issues/72)).
173
182
174
183
# 3.1.5
175
184
* Fixed a bug where keyboard did not appear on iOS6.
@@ -200,7 +209,7 @@ New customizable strings:
200
209
* reenterNewPasscodeString - The string displayed when asking for the passcode confirmation (changing)
201
210
202
211
# 3.0.2
203
-
Renamed `SFHFKeychainUtils` to `LTHKeychainUtils` 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](https://github.com/ldandersen).
212
+
Renamed `SFHFKeychainUtils` to `LTHKeychainUtils` 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].
204
213
205
214
# 3.0.1
206
215
* Added `+deletePasscodeAndClose`.
@@ -216,3 +225,5 @@ Renamed `SFHFKeychainUtils` to `LTHKeychainUtils` due to the possibility of conf
216
225
Please swap the deprecated methods with the suggested ones; I will remove them in the next release.
217
226
218
227
#### Thanks to everyone for the help and all the suggestions that found their way into this library!
0 commit comments