forked from bpellin/keepassdroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
291 lines (212 loc) · 6.66 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
KeePassDroid (1.9.3.1)
* Update Italian translations
KeePassDroid (1.9.3)
* New setting to omit backup and recycle bin entries (based on contribution
from ABGH)
* Support databases from KeePass 1.20 (closes: #197)
* Handle spaces correctly when browsing for keyfiles (closes: #163)
* Don't clear password when browsing for a keyfile (closes: #166)
* Fix problems with remembering the keyfile location (closes: #167)
KeePassDroid (1.9.2)
* Fix date display in .kdbx entries
* Support .kdbx format changes in KeePass 2.15
* Move dates to the bottom of the entry view
KeePassDroid (1.9.1)
* Don't default to missing files
* Search the username field
* Respect mask password setting in the edit entry activity
* Pad entries in recent filename list
KeePassDroid (1.9)
* New entry view design
* Show custom strings in .kdbx databases
* Fix expiry date in .kdbx databases
KeePassDroid (1.8.6.4)
* Update Chinese translations
KeePassDroid (1.8.6.3)
* Fix db saving issue
KeePassDroid (1.8.6.2)
* Add Chinese translations
KeePassDroid (1.8.6)
* New native crypto implementation
KeePassDroid (1.8.5.1)
* Update Polish translation
KeePassDroid (1.8.5)
* Add default database checkbox
KeePassDroid (1.8.4)
* Fix crash on saving new entries
KeePassDroid (1.8.3)
* Guard against crash when loading icons
* Handle spaces correctly from file browser
KeePassDroid (1.8.2)
* Support Android 2.2 backup manager
* Add Polish translations
* Only show notifications if username and password exist
* Keep icons on entry update
KeePassDroid (1.8.1)
* Android 1.5 compatibility fixes
KeePassDroid (1.8)
* Layout updates
* Custom icon support
KeePassDroid (1.7.2)
* Password generator from Tolga Onbay
KeePassDroid (1.7.1)
* Fix timeout locking
KeePassDroid (1.7)
* Add icon support from Tobias Selig
KeePassDroid (1.6.3)
* Search tweaks from Johan Berts
KeePassDroid (1.6.2)
* Fix layout issues on Android 1.5
KeePassDroid (1.6.1)
* Add file browser for keyfiles
* Add missing sdcard warning
* Fix binary 64-bit keyfiles
KeePassDroid (1.6)
* Add setting to control timeout duration.
* Add file browser
KeePassDroid (1.5.9)
* Bump target sdk to 8
* Allow install to sdcard
KeePassDroid (1.5.8)
* Update Russian translations
* Add Nynorsk translations
* Fix no compression .kdbx files
KeePassDroid (1.5.7)
* KeePass 2.11 compatibility fixes
KeePassDroid (1.5.6)
* Keyfile Fix
KeePassDroid (1.5.5)
* Twofish support for .kdb
* Refresh fixes
KeePassDroid (1.5.4)
* Key file fixes
* Implement sorting
KeePassDroid (1.5.3)
* Remove debug tracing
KeePassDroid (1.5.2)
* Various crash fixes
* Fix group and entry deletion
KeePassDroid (1.5.1)
* Handle .kdbx file extension
KeePassDroid (1.5)
* Add beta read-only .kdbx support.
KeePassDroid (1.0.6)
* Update Italian translations
* Font size setting
* URL decoding fix
* TAN handling
KeePassDroid (1.0.5.1)
* Restore timeout to 5 minutes instead of 20 seconds
KeePassDroid (1.0.5)
* Fix search after lock bug
* Add option to disable password masking by default
* Change service handling
KeePassDroid (1.0.4)
* Fix CRLF string issues
KeePassDroid (1.0.3)
* Update Italian translations
* Fix crash on saving entries
* Fix way empty strings were being saved (this made it look like there was
attachment in the Windows KeePass client).
KeePassDroid (1.0.2)
* Fix file associations
KeePassDroid (1.0.1)
* Fix crash on resume
* Fix memory leak in NativeAESCipherSpi
* Search index performance
KeePassDroid (1.0)
* Performance!
KeePassDroid (0.9.7)
* Update French translations
* Save and load performance improvement
* Fix locking issues with preference screen
KeePassDroid (0.9.6)
* Add Russian translations
* Revamp settings
* Fix comment field in entries
* Fix loading after creating new dbs
* Fix opening from file on initial run
KeePassDroid (0.9.5)
* Add notification based username and password copy
* Add German translations
* Try to create parent directory when creating database
KeePassDroid (0.9.4)
* Add French translation
* Fix crash on timeout.
KeePassDroid (0.9.3)
* Fix up translations
* Fix up timeouts.
* Display expiration time.
KeePassDroid (0.9.2)
* Add Italian translations
* Multiple screen sizes
KeePassDroid (0.9.1)
* Add donate link
* Sort case insensitive
* Add show password checkbox
KeePassDroid (0.9)
* Allow the creation of new databases on the device
* Sort entries and groups when adding or renaming.
KeePassDroid (0.6)
* Add database settings
* Add password changing
KeePassDroid (0.5)
* Correct group output logic
* Fix search
* Implement group and entry delete.
KeePassDroid (0.4.1)
* Fix timeout locking crashes
* Fix lock from search screen.
* Increase clipboard timeout
KeePassDroid (0.4)
* Support adding groups
KeePassDroid (0.3.4)
* Add context menus
* Deal with crash when resuming activity after the process has been killed
* Increase clipboard clear time as a stopgap until I come add a configurable setting.
* Pass upwards potentially more helpful error messages
KeePassDroid (0.3.3)
* Add new icon and UI enhancements from Francis Jacquerye
* Fix crash on goto URL with no ://
KeePassDroid (0.3.2)
* Fix the way passwords are stored
KeePassDroid (0.3.1)
* Fix for non-ascii characters in password
* Add hints to fields
KeePassDroid (0.3)
* Switch to native encryption for key preparation. Seems to take better than half as long as bouncycastle in the emulator,
10 sec vs 25 sec.
* Implement search feature
* Require Android 1.5
KeePassDroid (0.2.1)
* Support adding password entries
* Prevent crash on orientation change while loading or saving database.
* Fix most entries in the entry editor to be single line
KeePassDroid (0.2.0)
* Support editing password entries
* Wrap long lines properly in entries
KeePassDroid (0.1.8)
* Move database decryption into background thread
* Add about dialog
KeePassDroid (0.1.7)
* Clear usernames and passwords from the clipboard after 30 seconds.
KeePassDroid (0.1.6)
* Implement 5 minute timeout when the application is inactive.
* Scroll comment field when the text overflows.
KeePassDroid (0.1.5)
* Improve file selection
* UI enhancements
KeePassDroid (0.1.4)
* Add key file support
KeePassDroid (0.1.3)
* Hide Meta-Info entries
* Change "Copy URL" to "Go to URL"
* Support "Go to Homepage"
* Support Lock menu option
* Fix blank password crash
KeePassDroid (0.1.2)
* Fix crash when accessing the first root level group.
KeePassDroid (0.1.1)
* Minor tweaks to layout.
KeePassDroid (0.0.1)
* Initial Release