# Changelog #### v0.5.0 * New feature: **Intro screen when staring the app for the first time to setup encryption and authentication** * New feature: **Broadcast receivers to trigger backups from Tasker** (PR #115) * New feature: **Add support for using Android Backup** (Issue #109, PR #111) * New feature: Optionally append date to backups (PR #124) * New feature: Check if entries are valid when entering manually (Issue #135, PR #136 by Björn Richter) * New feature: Offer different options when using the tag selection (Issue #133, PR #134) * New feature: Show a warning before changing the encryption * Bug fix: Fix crash when saving an empty label (Issue #138, PR #139 by Björn Richter) * Bug fix: Fix visibility of thumbnails in dark themes (Issue #88, PR #90) * Bug fix: Don't require credentials again after screen rotation (Issue #152) * Thumbnails: new thumbnails (see the wiki) #### v0.4.0 * New feature: **Password-based encryption** (a big thanks to all the testers) * New feature: Enforce a minimum password / PIN length (Issue #107) * New feature: Add an additional unlock button to the authentication (Issue #87) * New feature: The thumbnail toggle is now in the size selector (Issue #98, PR #102) * New feature: Split the tokens into blocks (Issue #83, PR #83 by DanielWeigl) * New feature: Account name is now shown in the removal confirmation (Issue #84) * New feature: Advanced options are now hidden in the manual entry dialog (Issue #85) * New special feature: Clear the KeyStore (use with caution) * Bug fix: Change the format used to store and set the language (Issue #112) * Bug fix: Add some extra padding the the RecyclerView (Issue #95) * Bug fix: Remove gradients from vector thumbnails (Issue #103, PR #97) * Thumbnails: a lot of new thumbnails (check the wiki for details) * Translation: Catalan (ca-rES) thanks to isard #### v0.3.1 * Move: the Github repository was moved from flocke/andOTP to andOTP/andOTP for better organization of collaborators * New feature: assign (predefined) images to entries (Issue #14, PR #75, again thanks to @RichyHBM for the implementation) * New feature: sort labels locale-sensitive (PR #74 by carmebar) * New feature: re-hide the revealed entries after a configurable timeout (Issue #77) * New feature: add sorting by last usage (Issue #67) * New feature: improved error messages during the import of backups * New feature: make the replace switch default to false (Issue #80) * New special feature: disable Special features again * New special feature: enable screenshots in the main Activity * Bug fix: use sp for font sizes (to make them scalable) * Bug fix: disable the save button in a manual entry until label and secret are not empty (Issue #82) * Style/UI: better description of the replace switch * Update: Android SDK 27 (Issue #76) * Update: Android Gradle plugin 3.0.1 * Translation: Chinese Simplified (zh-rCN) thanks to Cp0204 #### 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: new adaptive icon for Android 8+ (Issue #65) * Style/UI: remove card elevation * Update: Android Studio 3 * Update: Gradle 4.1 / Android Gradle Plugin 3.0 #### 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) * New feature: special features (see wiki) * New special feature: SteamGuard tokens (Issue #38) * 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 * Translation: Czech (cs-rCZ) thanks to Picard0147 #### v0.2.7 * New feature: require authentication again after screen lock (Issue #28) * New feature: make response to Panic Trigger configurable (Issue #35) * Bug fix: prevent adding duplicate entries (Issue #41) * Update: Android SDK 26 (Oreo) * Update: Apache Commons Codec 1.10 * Code: lot of internal changes (mostly due to the Android 26 update) * Translation: French (fr-rFR) thanks to Johan Fleury * Translation: Durch (nl-rNL) thanks to T-v-Gerwen and rain2reign * Translation: Galician (gl-rES) thanks to Triskel * Translation: Russian (ru-rRU) thanks to Victor Nidens, Ilia Drogaitsev and Dmitry #### v0.2.6 * New feature: custom password preference with confirmation (Issue #26) * New feature: use an individual password or PIN to lock the app (Issue #23) * New feature: support for Panic Trigger (PR #27 by carmebar) * New feature: support for variable digits lenths (PR #30 by SuperVirus) * Bug fix: OpenPGP with security token (Issue #20, PR #25 by carmebar) * Style/UI: add Contributors, Translators and Translate to About * Code: internal refactoring * Translation: German (de-rDE) thanks to SuperVirus #### v0.2.5 * New feature: sort the entries by label (Issue #12) * New feature: add support for SHA256 and SHA512 (Issue #24) * Bug fix: show current theme in the settings * Bug fix: don't show FloatingActionMenu when scrolling while searching * Code: lots of internal refactoring * Translation: Polish (pl-rPL) thanks to Daniel Pustuła * Translation: Spanish (es-rES) thanks to Carlos Melero #### v0.2.4 * New feature: make the font size of the labels configurable (Issue #18) * Style/UI: Dark theme (Issue #3) * Bug fix: make the backup activity scrollable (Issue #15) * Bug fix: remove swipe-to-dismiss to avoide accidental deletions (Issue #13) * Bug fix: use the whole card for tap-to-reveal, not just the token (Issue #10) * Code: internal changes (as always) #### v0.2.3 * New feature: encrypted backups with password * New feature: show a warning about backups on the first launch * Style/UI: rename Export and Import to Backup and Restore * Bug fix: don't require device authentication again after screen rotation (Issue #7) * Bug fix: hide the FloatingActionMenu on scroll (Issue #8) * Bug fix: rename the apps launcher icon to "andOTP" (Issue #6) * Bug fix: restrict the label size so they don't overlap with the buttons (Issue #9) * Code: lots of internal refactoring #### 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 #### v0.2.1 * New feature: encrypted backups using OpenPGP * Style: new about screen * Style: new backup screen * Code: a lot of refactoring #### 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)