AndOTP Versions Save

[Unmaintained] Open source two-factor authentication for Android

v0.7.1-beta1

4 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)

v0.7.0

4 years ago
  • New feature: Generate a new HOTP token when revealing (Issue #334, PR #366 by @moritzgloeckl)
  • New feature: Split issuer and label (Issue #258, PR #372 by @lucavallerini)
  • New feature: Automatic thumbnail selection based on the issuer (Issue #388, PR #389 by @schwedenmut)
  • New feature: Allow searching the tags and issuers in addition to the label (Issue #327)
  • New feature: Turn tokens red if they are about to expire (Issue #311, PR #410 by @Ullas-Aithal)
  • New feature: Handle otpauth:// intents from other apps (Issue #324, PR #393 by @schwedenmut)
  • New feature: Create an encrypted backup every time the entries are changed (PR #397 and PR #421 by @RichyHBM)
  • New feature: Different layouts for the entry cards (compact, default and full)
  • New feature: New thumbnail size "Tiny"
  • New feature: Block accessibility services from seeing sensitive input fields via a new settings item
  • New feature: Import QR codes from image files (Issue #377, PR #425 by @Ullas-Aithal)
  • New feature: Move the app to the background after copying a token (Issue #373, PR #392 by @Ullas-Aithal)
  • New feature: Re-lock the app after a certain time of inactivity (Issue #28, PR #390 by @LizardWithHat)
  • New feature: Re-lock when being send to the background (Issue #216)
  • New feature: Sort tokens by "most used" (Issue #443, PR #467 by @Ullas-Aithal)
  • Improvement: Hide the token list on screen off (Issue #264, PR #390 by @LizardWithHat)
  • Improvement: Scale the font of the default thumbnail with its size
  • Improvement: Do not use auto-completion for the account secret (PR #430 by @duchampdev)
  • Improvement: Enable Android backup by default (Issue #341, PR #342 by @RichyHBM)
  • Improvement: Remove whitespaces from manually entered secrets (Issue #253, PR #426 by @Ullas-Aithal)
  • Improvement: Fallback method for opening backup files (based on PR #358 by @theobch)
  • Improvement: Allow the backup directory to be set independent of the "ask for filename" setting
  • Bug fix: Fix black navigation bar on OxygenOS devices (PR #417 by @Ullas-Aithal)
  • Internal: Migrate to AndroidX
  • Internal: Update Gradle and a lot of dependencies
  • Thumbnails: Lots of new ones (thanks to all contributors)
  • Translations: Greek, Hindi (thanks to all the contributors on Crowdin)

v0.7.0-beta1

4 years ago
  • New feature: Generate a new HOTP token when revealing (Issue #334, PR #366 by @moritzgloeckl)
  • New feature: Split issuer and label (Issue #258, PR #372 by @lucavallerini)
  • New feature: Automatic thumbnail selection based on the issuer (Issue #388, PR #389 by @schwedenmut)
  • New feature: Allow searching the tags and issuers in addition to the label (Issue #327)
  • New feature: Turn tokens red if they are about to expire (Issue #311, PR #410 by @Ullas-Aithal)
  • New feature: Handle otpauth:// intents from other apps (Issue #324, PR #393 by @schwedenmut)
  • New feature: Create an encrypted backup every time the entries are changed (PR #397 and PR #421 by @RichyHBM)
  • New feature: Different layouts for the entry cards (compact, default and full)
  • New feature: New thumbnail size "Tiny"
  • New feature: Block accessibility services from seeing sensitive input fields via a new settings item
  • New feature: Import QR codes from image files (Issue #377, PR #425 by @Ullas-Aithal)
  • New feature: Move the app to the background after copying a token (Issue #373, PR #392 by @Ullas-Aithal)
  • New feature: Re-lock the app after a certain time of inactivity (Issue #28, PR #390 by @LizardWithHat)
  • New feature: Re-lock when being send to the background (Issue #216)
  • New feature: Sort tokens by "most used" (Issue #443, PR #467 by @Ullas-Aithal)
  • Improvement: Hide the token list on screen off (Issue #264, PR #390 by @LizardWithHat)
  • Improvement: Scale the font of the default thumbnail with its size
  • Improvement: Do not use auto-completion for the account secret (PR #430 by @duchampdev)
  • Improvement: Enable Android backup by default (Issue #341, PR #342 by @RichyHBM)
  • Improvement: Remove whitespaces from manually entered secrets (Issue #253, PR #426 by @Ullas-Aithal)
  • Improvement: Fallback method for opening backup files (based on PR #358 by @theobch)
  • Improvement: Allow the backup directory to be set independent of the "ask for filename" setting
  • Bug fix: Fix black navigation bar on OxygenOS devices (PR #417 by @Ullas-Aithal)
  • Internal: Migrate to AndroidX
  • Internal: Update Gradle and a lot of dependencies
  • Thumbnails: Lots of new ones (thanks to all contributors)

v0.6.3.1

4 years ago
  • Introduce build flavors:
    • fdroid: Shows donation links in the About section
    • play: Doesn't show donation links in the About section

v0.6.3

4 years ago
  • Security: Improved password derivation for the password protected backups
  • New feature: Prevent screencapture in the Authentication and QR scanner screen (Issue #378, PR #386 by @schwedenmut)
  • New feature: Color navbar according to the theme (Issue #284, PR #371 by @HarryJohnso)
  • Bug fix: Fix "all tags" only selecting visible tags (Issue #333, PR #350 by @RichyHBM)
  • Bug fix: Focus the password/PIN input field on start (Issue #356, PR #357 by @schwedenmut)
  • Bug fix: Fix spelling of "QR code" (PR #368 by @yegortimoshenko)
  • Bug fix: Always use arabic numerals for the tokens (Issue #359)
  • Bug fix: Refactor storage access code to allow importing and exporting from cloud storage directly
  • Bug fix: Hardcode the black background color to avoid strange behaviour on some custom ROMs
  • Bug fix: Force English locales for saving AuthMethod
  • Misc: Update donation links (PR #351)
  • Thumbnails: Lots of new thumbnails
  • Translations: Hungarian

v0.6.3-beta1

4 years ago
  • Security: Improved password derivation for the password protected backups
  • New feature: Prevent screencapture in the Authentication and QR scanner screen (Issue #378, PR #386 by @schwedenmut)
  • New feature: Color navbar according to the theme (Issue #284, PR #371 by @HarryJohnso)
  • Bug fix: Fix "all tags" only selecting visible tags (Issue #333, PR #350 by @RichyHBM)
  • Bug fix: Focus the password/PIN input field on start (Issue #356, PR #357 by @schwedenmut)
  • Bug fix: Fix spelling of "QR code" (PR #368 by @yegortimoshenko)
  • Bug fix: Always use arabic numerals for the tokens (Issue #359)
  • Bug fix: Refactor storage access code to allow importing and exporting from cloud storage directly
  • Bug fix: Hardcode the black background color to avoid strange behaviour on some custom ROMs
  • Misc: Update donation links (PR #351)
  • Thumbnails: Lots of new thumbnails

v0.6.2

5 years ago
  • Bug fix: Proper handling of RTL layouts by forcing LTR for the tokens (PR #280 by @ahangarha)
  • Internal: Image compression (thanks to @Peppernrino)
  • Thumbnail: Add a LOT of new thumbnails (thanks to everybody that contributed)
  • Translation: New Arabic, Traditional Chinese, Japanese, Persian and Swedish translations (thanks to all contributors on Crowdin)

v0.6.1

5 years ago
  • New feature: Enable Android Backup by default if available and using the password encryption (PR #252)
  • Bug fix: Fix crash in the manual entry dialog on KitKat
  • Bug fix: Fix thumbnail generation on KitKat
  • Thumbnail: Add MediaWiki (PR #246 by @MeLlamoPablo)

v0.6.0

5 years ago
  • New feature: HOTP support
  • New feature: Settings item to activate Broadcast backups
  • New feature: Re-locking of the app on screen off is now optional (Issue #28)
  • New feature: Allow PGP backups with only a public key (Issue #31)
  • New feature: Show individual timeout bars on the cards for non-default periods
  • New feature: App shortcuts to add new entries (Issue #185)
  • New feature: Ask for the backup password if it's not available (Issue #182)
  • New feature: Allow installation on external storage (PR #206 by @leggewie)
  • Bug fix: Avoid crash on empty PIN/Password an API 23 (Issue #159, PR #160 by magnus anderssen)
  • Bug fix: Honor the system accessibility settings for the font size (Issue #71, PR #192 by @mbertram)
  • Bug fix: Make the new entry dialog scrollable (Issue #196)
  • Bug fix: Fix autofill of the password fields (Issue #215, PR #218 by @z3ntu)
  • Bug fix: Extend thumbnail generation to non-latin letters and digits (PR #234 by @jeandeaual)
  • Bug fix: Show new entries at the top of the list when using last used sorting (Issue #211)
  • Bug fix: Fix a crash on the settings page (Issue #197)
  • Internal: Replace custon FAB menu with Floating Action Button Speed Dial library (Issue #155 and #186)
  • Style/UI: Use AboutLibraries instead of LicenseDialog and rework the About section (Issue #155)
  • Style/UI: Show a disclaimer about the included thumbnails in the About screen
  • Update: ZXing Android Embedded (3.6.0), Constraint Layout (1.1.2) and all support libraries (27.1.1)
  • F-Droid: Add the feature graphic and some screenshots (PR #117 by @jaller94)
  • Thumbnails: lots of new thumbnails (see the wiki)

v0.6.0-beta3

5 years ago
  • New feature: App shortcuts to add new entries (Issue #185)
  • Bug fix: Honor the system accessibility settings for the font size (Issue #71, PR #192 by @mbertram)
  • Internal: Replace FABsMenu with Floating Action Button Speed Dial library (Issue #186)
  • Update: some dependency updates