AndOTP Versions Save

[Unmaintained] Open source two-factor authentication for Android

v0.9.0.1

2 years ago
  • Bugfix: Fix crash when using the tags drawer (Issue #856)

v0.9.0

2 years ago
  • New feature: Option to focus search on start (Issue #654,PR #658 by @mchllngr)
  • New feature: Option to disable Android sync (Google Drive backup) during initial setup (Issue #620, PR #622 by @RichyHBM)
  • New feature: Option to automatically unlock the app after the credentials have been auto-filled (PR #657 by @mchllngr)
  • New feature: Option to globally hide the issuer (Issue #678, PR #758 by @Ullas-Aithal)
  • New feature: Option for multi-line labels (Issue #699)
  • New feature: Automatic theme selection for Android 10+ (Issue #394, PR #418 by @Ullas-Aithal)
  • New feature: Allow editing digits, period and counter for existing entries (Issue #694)
  • New feature: mOTP support (Issue #142, PR #617 by @mantinan)
  • New feature: Show a warning if the automatic time setting is disable on the phone (Issue #285 and #777)
  • New feature: Share OTP token as keystrokes (PR #693 by @DanielWeigl)
  • New feature: Option to show previous token (Issue #506)
  • Improvement: Perform authentication in the background to improve responsiveness (Issue #635, PR #738 by @jsoberg)
  • Improvement: Backups are now performed in background tasks to improve responsiveness and work around problems with some storage providers (e.g. Nextcloud)
  • Improvement: Show simple instructions and hide the timeout bar if there are no accounts (Issue #745 and #746, PR #747 by @Ullas-Aithal)
  • Improvement: Pressing ENTER on a physical keyboard now finishes certain tasks (Issue #590, PR #661 by @mchllngr)
  • Improvement: Use a font with slashed zero for the account secrets (Issue #665, PR #772 by @Ullas-Aithal)
  • Improvement: Auto-select the thumbnail if the name appears as part of the issuer (Issue #685, PR #687 by @mavit)
  • Improvement: Force a minimum password length for backups (Issue #770, PR #771 by @Ullas-Aithal)
  • Improvement: Automatically update the thumbnail when changing the issuer of an entry (Issue #553)
  • Improvement: Try harder to decode QR codes from images (Issue #790, PR #792 by @ziegenberg)
  • Improvement: Perform a short benchmark to determine the iterations to use for unlocking the database (Issue #778)
  • Bugfix: Switch keyboard when changing auth type during setup (Issue #740, PR #741 by @jsoberg)
  • Bugfix: Show correct message on password mismatch during setup (PR #774 by @brainynai)
  • Bugfix: Validate password before saving settings during setup to avoid empty passwords (Issue #593)
  • Bugfix: Fix scanning QR codes on Android 11+ (Issue #806, PR #807 by @ziegenberg)
  • Bugfix: Fix OpenKeychain detection on Android 11+ (Issue #825)
  • Bugfix: Don't require authentication after attaching a physical keyboard (Issue #592)
  • Bugfix: Fix crash during thumbnail selection with empty issuer
  • Internal: Performance and stability improvements for the main token list (fixes #346 as well)
  • Internal: Upgrade Gradle, build tools and dependencies
  • Internal: Perform key-generation during setup in a background task
  • Internal: Perform credentials change in the settings in a background task
  • Internal: Perform encryption change in the settings in a background task
  • Internal: Use our own NumberPickerPreference class
  • Thumbnails: LOTS of new thumbnails (thanks to all contributors)
  • Translations: Indonesian, Serbian and Slovak (thanks to all contributors on Crowdin)

v0.9.0-beta2

3 years ago
  • Bugfix: Fix scanning QR codes on Android 11+ (Issue #806, PR #807 by @ziegenberg)
  • Bugfix: Fix OpenKeychain detection on Android 11+ (Issue #825)
  • Bugfix: Don't require authentication after attaching a physical keyboard (Issue #592)
  • Bugfix: Fix crash during thumbnail selection with empty issuer

v0.9.0-beta1

3 years ago
  • New feature: Option to focus search on start (Issue #654,PR #658 by @mchllngr)
  • New feature: Option to disable Android sync (Google Drive backup) during initial setup (Issue #620, PR #622 by @RichyHBM)
  • New feature: Option to automatically unlock the app after the credentials have been auto-filled (PR #657 by @mchllngr)
  • New feature: Option to globally hide the issuer (Issue #678, PR #758 by @Ullas-Aithal)
  • New feature: Option for multi-line labels (Issue #699)
  • New feature: Automatic theme selection for Android 10+ (Issue #394, PR #418 by @Ullas-Aithal)
  • New feature: Allow editing digits, period and counter for existing entries (Issue #694)
  • New feature: mOTP support (Issue #142, PR #617 by @mantinan)
  • New feature: Show a warning if the automatic time setting is disable on the phone (Issue #285 and #777)
  • New feature: Share OTP token as keystrokes (PR #693 by @DanielWeigl)
  • New feature: Option to show previous token (Issue #506)
  • Improvement: Perform authentication in the background to improve responsiveness (Issue #635, PR #738 by @jsoberg)
  • Improvement: Backups are now performed in background tasks to improve responsiveness and work around problems with some storage providers (e.g. Nextcloud)
  • Improvement: Show simple instructions and hide the timeout bar if there are no accounts (Issue #745 and #746, PR #747 by @Ullas-Aithal)
  • Improvement: Pressing ENTER on a physical keyboard now finishes certain tasks (Issue #590, PR #661 by @mchllngr)
  • Improvement: Use a font with slashed zero for the account secrets (Issue #665, PR #772 by @Ullas-Aithal)
  • Improvement: Auto-select the thumbnail if the name appears as part of the issuer (Issue #685, PR #687 by @mavit)
  • Improvement: Force a minimum password length for backups (Issue #770, PR #771 by @Ullas-Aithal)
  • Improvement: Automatically update the thumbnail when changing the issuer of an entry (Issue #553)
  • Improvement: Try harder to decode QR codes from images (Issue #790, PR #792 by @ziegenberg)
  • Improvement: Perform a short benchmark to determine the iterations to use for unlocking the database (Issue #778)
  • Bugfix: Switch keyboard when changing auth type during setup (Issue #740, PR #741 by @jsoberg)
  • Bugfix: Show correct message on password mismatch during setup (PR #774 by @brainynai)
  • Bugfix: Validate password before saving settings during setup to avoid empty passwords (Issue #593)
  • Internal: Performance and stability improvements for the main token list (fixes #346 as well)
  • Internal: Upgrade Gradle, build tools and dependencies
  • Internal: Perform key-generation during setup in a background task
  • Internal: Perform credentials change in the settings in a background task
  • Internal: Perform encryption change in the settings in a background task
  • Internal: Use our own NumberPickerPreference class
  • Thumbnails: LOTS of new thumbnails (thanks to all contributors)

v0.8.0

3 years ago
  • New feature: Storage Access Framework (remove all manual storage permissions and use the SAF everywhere)
  • New feature: New setting to block autofill access to important fields (Issue #493)
  • Improvement: Improve some English strings (Issue #149, PR #571 and #576 by @jsoberg)
  • Improvement: Don't automatically backup when updating last used or when moving cards
  • Improvement: Enable the "append date to backups" option by default
  • Improvement: Strip issuer from the label when adding via URL/QR code (Issue #551, PR #560 by @shivasheeshyadav)
  • Improvement: Remove the "new backup format warning" (has been there long enough)
  • Improvement: Show requirements for auto backups in the settings (Issue #492)
  • Improvement: Fix some accessibility issues (Issue #498)
  • Improvement: Toggle show/hide of a password confirmation field together with the password field (Issue #638, PR #641 by @jsoberg)
  • Improvement: Decoding of secrets with an invalid Base32 encoding (Issue #600)
  • Bug fix: Make the automatic thumbnail selection case insensitive (Issue #564)
  • Bug fix: Validate Integer input for counter, digits and period (Issue #569, PR #570 by @jsoberg)
  • Bug fix: Visibility of the password confirmation field (Issue #580, PR #582 by @jsoberg)
  • Bug fix: Crash when clicking on an entry multiple times (Issue #631, PR #634 by @jsoberg)
  • Bug fix: Crash during settings changes (Issue #639, PR #640 by @jsoberg)
  • Bug fix: Don't use regionalized language codes (Issue #567)
  • Bug fix: Report backup failure correctly (Issue #671)
  • Internal: Update Gradle, build tools and dependencies
  • Internal: Min API Level set to 22 (Lollipop 5.1)
  • Internal: Refactoring and reducing build warnings
  • Thumbnails: Lots of new ones (thanks to all contributors)

v0.8.0-beta2

3 years ago
  • Improvement: Toggle show/hide of a password confirmation field together with the password field (Issue #638, PR #641 by @jsoberg)
  • Improvement: Decoding of secrets with an invalid Base32 encoding (Issue #600)
  • Bug fix: Crash when clicking on an entry multiple times (Issue #631, PR #634 by @jsoberg)
  • Bug fix: Crash during settings changes (Issue #639, PR #640 by @jsoberg)
  • Bug fix: Don't use regionalized language codes (Issue #567)
  • Internal: Update Gradle, build tools and dependencies

v0.8.0-beta1

3 years ago
  • New feature: Storage Access Framework (remove all manual storage permissions and use the SAF everywhere)
  • New feature: New setting to block autofill access to important fields (Issue #493)
  • Improvement: Improve some English strings (Issue #149, PR #571 and #576 by @jsoberg)
  • Improvement: Don't automatically backup when updating last used or when moving cards
  • Improvement: Enable the "append date to backups" option by default
  • Improvement: Strip issuer from the label when adding via URL/QR code (Issue #551, PR #560 by @shivasheeshyadav)
  • Improvement: Remove the "new backup format warning" (has been there long enough)
  • Improvement: Show requirements for auto backups in the settings (Issue #492)
  • Improvement: Fix some accessibility issues (Issue #498)
  • Bug fix: Make the automatic thumbnail selection case insensitive (Issue #564)
  • Bug fix: Validate Integer input for counter, digits and period (Issue #569, PR #570 by @jsoberg)
  • Bug fix: Visibility of the password confirmation field (Issue #580, PR #582 by @jsoberg)
  • Internal: Update Gradle and build tools
  • Internal: Min API Level set to 22 (Lollipop 5.1)
  • Internal: Refactoring and reducing build warnings
  • Thumbnails: Lots of new ones (thanks to all contributors)

v0.7.1.1

3 years ago
  • Bug fix: Fix migration of old tap-to-reveal setting
  • Bug fix: Cache encryption key when recreating main activity

v0.7.1

3 years ago
  • Deprecation notice: This will be the last version to support Android versions below 5.1
  • New feature: Show QR codes of stored accounts (PR #501 by @tilosp)
  • New feature: Support Steam URIs (Issue #510)
  • New feature: Move Steam out of the Special features
  • New feature: Unify the edit dialog for entries (Issue #241)
  • New feature: Add an option to hide the global timeout bar (Issue #166)
  • New feature: Add an option to show individual timeout bars for all cards (Issue #166)
  • New feature: Add options to configure single and double taps on entries (Issue #489)
  • Improvement: Increase the iterations for the password generation to 150000
  • Improvement: Show cards as transparent while dragging (Issue #487, PR #488 by @Ullas-Aithal)
  • Improvement: Rewording of the last used dialog (Issue #485)
  • Improvement: Handle the back key to close open drawers or the FAB overlay (Issue #499)
  • Improvement: Validate secrets during manual entry (Issue #500)
  • Bug fix: Fix some remaining issues with the intro dialog (Issue #486)
  • Bug fix: Fix images containing gradients on API versions below 24 (Issue #539)
  • Thumbnails: Lots of new ones (thanks to all contributors)
  • Translations: Bulgarian (thanks to all the contributors on Crowdin)

v0.7.1-beta2

3 years ago
  • Bug fix: Fix images containing gradients on API versions below 24 (Issue #539)
  • Bug fix: Fix the edit dialog from beta1 (Issue #543)
  • Thumbnails: Lots of new ones (thanks to all contributors)