forked from Yubico/yubioath-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
147 lines (115 loc) · 5.3 KB
/
NEWS
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
* Version 2.2.0 released 2019-09-10
** Add support for Light/Dark/AMOLED themes.
** Make camera requirement optional.
** Handle externally launched otpauth:// URLs.
** Minor bug fixes.
** Added build flavor with open-source-only dependencies.
* Version 2.1.0 released 2018-09-24
** Add support for reading NDEF data (Yubico OTP, etc).
** Add support for NFC in "reader mode" (better compatibility for some phones).
** Update to target API 28 (Android Pie), and use AndroidX.
** Replace embedded QR code reader with Google Play Services, with fallback to
external scanner.
* Version 2.0.1 released 2017-12-21
** Bugfix: Fix crash on startup on KitKat and older.
* Version 2.0.0 released 2017-12-15
** New redesigned UI.
** Customize your credential list by pinning important ones to the top and adding custom icons.
** Find the credential you're looking for with the search feature.
** Full support for USB (requires Android device with USB host support).
** Support for credentials with 7 digits and non 30-second time periods.
** Support for YubiKey 4 specific features, like require touch, and SHA-512.
* Version 2.0.0-rc1 released 2017-12-08
** New app icon.
** Store custom icons per issuer instead of per credential.
** Minor bug fixes.
* Version 2.0.0-alpha3 released 2017-11-02
** Support SVG files for credential icons.
** Fix crashes due to ListView being destroyed.
* Version 2.0.0-alpha2 released 2017-10-20
** Support for custom credential icons.
** Fix app icons.
** Improved sorting of credentials.
** Larger touch area for buttons.
** Prevent overwriting credentials with same name.
* Version 2.0.0-alpha1 released 2017-09-26
** First alpha release of redesigned UI.
** Support for 7 digit credentials.
** Support for non-standard time periods.
** Credential pinning and filtering.
* Version 1.2.1 released 2017-05-05
** Better handling of errors.
** No longer require NFC to be enabled when available.
* Version 1.2.0 released 2017-04-26
** Embedded QR scanner to avoid relying on third party app.
** Experimental USB support, enabling use with YubiKey 4C or other YubiKeys via OTG cable.
* Version 1.1.0 released 2016-09-09
** Retain codes on screen rotation.
* Version 1.0.5 released 2016-03-08
** Made algorithm check case insensitive (needed for FreeIPA).
** Minor tweaks to NFC handling (Nordpol library). App now requires Android ASK level 15.
** Support for displaying Steam Mobile Authenticator codes (no support for importing such a credential).
* Version 1.0.4 released 2015-12-08
** Fix bug preventing codes from being displayed immediately when launched
from tap.
** Fix "Unsupported applet version" error on newer YubiKeys.
** Fix sporadic crashes on launch.
* Version 1.0.3 released 2015-11-17
** Use Nordpol library to improve NFC communication (should improve experience
on S5/S6).
** Use App Links Verification on Android >= 6.0.
* Version 1.0.2 released 2015-05-25
** Support secrets over 64 bytes in length.
* Version 1.0.1 released 2015-05-19
** Fix crash when launching app from NFC with no credentials loaded.
* Version 1.0.0 released 2015-05-07
** Automatically start application on YubiKey tap.
** Added the ability to manually add credentials.
** Show issuer in a nicer way.
** Added icons for more resolutions.
** Improved back-button behavior.
* Version 0.1.11 released 2015-02-06
** Fix crash when encountering old application data introduced in 0.1.10.
** Updated about page URLs.
* Version 0.1.10 released 2015-02-04
** Correctly handle unicode characters in passwords on pre-KitKat devices.
** Use Material theme on supported devices.
** Support for other bar code scanners.
** Change set password box to not remember password by default.
* Version 0.1.9 released 2014-08-11
** Fix potential crash bug when no NFC adapter is found
** Change around some UI strings
** Fix potential crash bug on on anroid versions older than Jelly Bean
** Change password box to not remember password by default
* Version 0.1.8 released 2013-11-28
** Rebranded app as "Yubico Authenticator"
** Better error handling for invalid OATH URLs.
* Version 0.1.7 released 2013-11-22
** Increase timeout for NFC operations. Patch contributed by Andrew Rowson.
* Version 0.1.6 released 2013-11-19
** Correctly cancel the current action when the "swipe" dialog is dismissed.
* Version 0.1.5 released 2013-11-19
** Better error handling for setting or changing a password.
** Improved notifications.
** Fixed crash when scanning non-hierarchical URLs.
** Added 10 seconds to OTP generation for longer validity.
* Version 0.1.4 released 2013-09-20
** Swiping codes list in either direction now clears the list.
** Prompt user to enable NFC if disabled.
* Version 0.1.3 released 2013-09-05
** Fix NPE when scanning codes.
* Version 0.1.2 released 2013-09-04
** Last release was broken due to proguard config. This is fixed.
* Version 0.1.1 released 2013-09-04
** Removed exit button in favor of swipe to clear list.
* Version 0.1.0 released 2013-09-04
** Added support for APDU chaining (increased number of credentials).
** Better error handing when device is full.
* Version 0.0.4 released 2013-09-03
** First public release.
* Version 0.0.3 released 2013-09-02
** Fixed HOTP.
* Version 0.0.2 released 2013-08-30
** Added exit button.
* Version 0.0.1 released 2013-08-30
** Initial release.