2017-07-07 09:06:02 +00:00
|
|
|
# Changelog
|
|
|
|
|
2017-11-17 09:05:23 +00:00
|
|
|
#### v0.3.0
|
|
|
|
|
|
|
|
* New feature: tagging support (Issue #37, PR #64, big thanks to @RichyHBM for actually implementing this)
|
|
|
|
* New feature: settings option to scroll overlong labels instead of just truncating them
|
|
|
|
* New feature: option to append entries during import instead of just replacing everything
|
|
|
|
* New feature: in-app language switcher (Issue #53)
|
|
|
|
* Bug fix: convert secrets to upper case when importing from JSON (Issue #55)
|
|
|
|
* Bug fix: some layout fixes for certain translations (Issue #58)
|
|
|
|
* Style/UI: remove card elevation
|
|
|
|
* Update: Android Studio 3
|
|
|
|
* Update: Gradle 4.1 / Android Gradle Plugin 3.0
|
|
|
|
|
2017-10-18 05:27:34 +00:00
|
|
|
#### v0.2.8
|
|
|
|
|
|
|
|
* New feature: store authentication credentials hashed (Issue #49)
|
|
|
|
* New feature: store backup password encrypted (Issue #49)
|
|
|
|
* New feature: set a static backup dir to disable the file selector (Issue #52)
|
2017-10-18 12:13:53 +00:00
|
|
|
* New feature: special features (see wiki)
|
|
|
|
* New special feature: SteamGuard tokens (Issue #38)
|
2017-10-18 05:27:34 +00:00
|
|
|
* Style/UI: black theme (Issue #47)
|
|
|
|
* Bug fix: keep authentication settings when receiving a Panic Trigger (Issue #50)
|
|
|
|
* Bug fix: progress bar animation with default duration scale
|
2017-10-23 05:55:06 +00:00
|
|
|
* Translation: Czech (cs-rCZ) thanks to Picard0147
|
2017-10-18 05:27:34 +00:00
|
|
|
|
2017-09-13 09:32:06 +00:00
|
|
|
#### v0.2.7
|
|
|
|
|
|
|
|
* New feature: require authentication again after screen lock (Issue #28)
|
|
|
|
* New feature: make response to Panic Trigger configurable (Issue #35)
|
2017-09-22 09:46:52 +00:00
|
|
|
* Bug fix: prevent adding duplicate entries (Issue #41)
|
2017-09-13 09:32:06 +00:00
|
|
|
* Update: Android SDK 26 (Oreo)
|
|
|
|
* Update: Apache Commons Codec 1.10
|
|
|
|
* Code: lot of internal changes (mostly due to the Android 26 update)
|
2017-09-22 09:46:52 +00:00
|
|
|
* Translation: French (fr-rFR) thanks to Johan Fleury
|
2017-09-22 12:05:22 +00:00
|
|
|
* Translation: Durch (nl-rNL) thanks to T-v-Gerwen and rain2reign
|
2017-09-22 12:09:36 +00:00
|
|
|
* Translation: Galician (gl-rES) thanks to Triskel
|
2017-09-22 12:14:01 +00:00
|
|
|
* Translation: Russian (ru-rRU) thanks to Victor Nidens, Ilia Drogaitsev and Dmitry
|
2017-09-13 09:32:06 +00:00
|
|
|
|
2017-08-15 09:18:34 +00:00
|
|
|
#### v0.2.6
|
|
|
|
|
|
|
|
* New feature: custom password preference with confirmation (Issue #26)
|
2017-08-16 11:31:08 +00:00
|
|
|
* New feature: use an individual password or PIN to lock the app (Issue #23)
|
2017-08-15 09:18:34 +00:00
|
|
|
* New feature: support for Panic Trigger (PR #27 by carmebar)
|
2017-08-18 11:01:56 +00:00
|
|
|
* New feature: support for variable digits lenths (PR #30 by SuperVirus)
|
2017-08-15 09:18:34 +00:00
|
|
|
* Bug fix: OpenPGP with security token (Issue #20, PR #25 by carmebar)
|
|
|
|
* Style/UI: add Contributors, Translators and Translate to About
|
|
|
|
* Code: internal refactoring
|
2017-08-18 13:44:06 +00:00
|
|
|
* Translation: German (de-rDE) thanks to SuperVirus
|
2017-08-15 09:18:34 +00:00
|
|
|
|
2017-08-08 19:56:02 +00:00
|
|
|
#### v0.2.5
|
2017-08-07 11:16:14 +00:00
|
|
|
|
|
|
|
* New feature: sort the entries by label (Issue #12)
|
2017-08-08 19:56:02 +00:00
|
|
|
* New feature: add support for SHA256 and SHA512 (Issue #24)
|
2017-08-07 11:16:14 +00:00
|
|
|
* Bug fix: show current theme in the settings
|
|
|
|
* Bug fix: don't show FloatingActionMenu when scrolling while searching
|
|
|
|
* Code: lots of internal refactoring
|
2017-08-09 05:44:07 +00:00
|
|
|
* Translation: Polish (pl-rPL) thanks to Daniel Pustuła
|
2017-08-08 19:56:02 +00:00
|
|
|
* Translation: Spanish (es-rES) thanks to Carlos Melero
|
2017-08-07 11:16:14 +00:00
|
|
|
|
2017-07-30 19:41:51 +00:00
|
|
|
#### v0.2.4
|
|
|
|
|
|
|
|
* New feature: make the font size of the labels configurable (Issue #18)
|
2017-07-31 21:20:21 +00:00
|
|
|
* Style/UI: Dark theme (Issue #3)
|
2017-07-30 19:41:51 +00:00
|
|
|
* Bug fix: make the backup activity scrollable (Issue #15)
|
2017-07-30 20:26:42 +00:00
|
|
|
* Bug fix: remove swipe-to-dismiss to avoide accidental deletions (Issue #13)
|
2017-07-30 19:41:51 +00:00
|
|
|
* Bug fix: use the whole card for tap-to-reveal, not just the token (Issue #10)
|
2017-07-30 20:14:49 +00:00
|
|
|
* Code: internal changes (as always)
|
2017-07-30 19:41:51 +00:00
|
|
|
|
2017-07-20 06:53:18 +00:00
|
|
|
#### v0.2.3
|
|
|
|
|
2017-07-27 20:08:07 +00:00
|
|
|
* New feature: encrypted backups with password
|
2017-07-20 06:53:18 +00:00
|
|
|
* New feature: show a warning about backups on the first launch
|
2017-07-27 10:51:41 +00:00
|
|
|
* Style/UI: rename Export and Import to Backup and Restore
|
2017-07-26 05:36:28 +00:00
|
|
|
* Bug fix: don't require device authentication again after screen rotation (Issue #7)
|
2017-07-27 20:20:44 +00:00
|
|
|
* Bug fix: hide the FloatingActionMenu on scroll (Issue #8)
|
2017-07-26 05:37:06 +00:00
|
|
|
* Bug fix: rename the apps launcher icon to "andOTP" (Issue #6)
|
2017-07-27 20:44:53 +00:00
|
|
|
* Bug fix: restrict the label size so they don't overlap with the buttons (Issue #9)
|
2017-07-27 10:51:41 +00:00
|
|
|
* Code: lots of internal refactoring
|
2017-07-20 06:53:18 +00:00
|
|
|
|
2017-07-14 18:26:31 +00:00
|
|
|
#### v0.2.2
|
|
|
|
|
|
|
|
* Bug fix: resume import and export after permission request
|
|
|
|
* Bug fix: implement a working hashCode function for the Entry class
|
|
|
|
* Code: add missing copyright headers
|
|
|
|
* Code: fix some tests
|
|
|
|
* Code: remove outdated tests
|
|
|
|
|
2017-07-14 10:53:29 +00:00
|
|
|
#### v0.2.1
|
|
|
|
|
2017-07-14 13:03:10 +00:00
|
|
|
* New feature: encrypted backups using OpenPGP
|
2017-07-14 10:53:29 +00:00
|
|
|
* Style: new about screen
|
|
|
|
* Style: new backup screen
|
|
|
|
* Code: a lot of refactoring
|
|
|
|
|
2017-07-07 09:06:02 +00:00
|
|
|
#### v0.2.0
|
|
|
|
|
|
|
|
* New feature: copy token to clipboard
|
|
|
|
* New feature: device credentials to unlock app
|
|
|
|
* New feature: manually enter account details
|
|
|
|
* New feature: search
|
|
|
|
* New feature: settings activity
|
|
|
|
* New feature: tap to reveal
|
|
|
|
* Style: replace FAB with a custom FloatingActionMenu
|
|
|
|
* Style: replace all Snackbars with Toasts
|
|
|
|
* Update: ZXing Android Embedded v3.5.0
|
|
|
|
* Code: a lot of internal fixes and refactoring
|
|
|
|
* Code: initial groundwork to support different types of OTP tokens (e.g. HOTP)
|
|
|
|
|
|
|
|
#### v0.1.0
|
|
|
|
|
|
|
|
* Initial release (beta)
|
|
|
|
|