Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Releases: android-password-store/Android-Password-Store

v1.9.2

30 Jun 10:04
1a8e9ec
Compare
Choose a tag to compare

Fixed

  • App crashes upon launching the app for the first time

v1.9.1

28 Jun 16:23
v1.9.1
52808fb
Compare
Choose a tag to compare

Fixed

  • Remember passphrase option did not work with old-style keys (generated either before 2019 or by passing -m PEM to new versions of OpenSSH)

Added

  • Add GNU IceCatMobile to the list of supported browsers for Autofill

v1.9.0

21 Jun 21:33
v1.9.0
693485b
Compare
Choose a tag to compare

Fixed

  • 'Draw over other apps' permission dialog opens when attempting to use Oreo Autofill
  • Old app shortcuts are now removed when the local repository is deleted

Added

  • Completely revamped decypted password view
  • Add support for better, more secure Keyex's and MACs with a brand new SSH backend
  • Allow manually marking domains for subdomain-level association. This will allow you to keep separate passwords for site1.example.com and site2.example.com and have them show as such in Autofill.
  • Provide better messages for OpenKeychain errors
  • Rename passwords and categories

Changed

  • BREAKING: Remove support for HOTP/TOTP secrets - Please use FIDO keys or a dedicated app like Aegis or andOTP
  • Reduce Autofill false positives on username fields by removing "name" from list of heuristic terms
  • Reduced app size
  • Improve IME experience with server config screen
  • Removed edit password option from long-press menu.
  • Batch deletion now does not require manually confirming for each password
  • Better commit messages on password deletion

v1.8.1

24 May 10:55
v1.8.1
ffeb4c1
Compare
Choose a tag to compare

Fixed

  • Don't strip leading slash from repository paths

v1.8.0

23 May 10:37
v1.8.0
ffe16e3
Compare
Choose a tag to compare

Added

  • Allow user to abort password move when it is replacing an existing file
  • Allow setting a default username for Autofill
  • Add no authentication mode for working with public repositories

Changed

  • More UI related tweaks, changes and improvements
  • Improved error messages and internal logic for server configuration

Fixed

  • Add the following fields to encrypted username detection: user, account, email, name, handle, id, identity.
  • Improved detection of broken or incomplete git repositories
  • Better UX flow for storage permissions

v1.7.2

28 Apr 21:48
v1.7.2
1e67936
Compare
Choose a tag to compare

Added

  • Settings option to enable debug logging

Changed

  • SSH Keygen UI was improved
  • Default key length for SSH Keygen is now 4096 bits
  • Settings items were rearranged and cleaned up
  • Autofill icons in dark mode are now more legible

Fixed

  • Failure to detect if repository was not cloned which broke Git operations
  • Search results were inaccurate if root directory's name started with a dot (.)
  • Saving git username and email did not provide user-facing confirmation

v1.7.1

23 Apr 07:37
v1.7.1
9a843b0
Compare
Choose a tag to compare

Fixed

  • Autofill message does not show OK button when many browsers are installed
  • Autofill message does not get marked as shown when dismissed
  • App crashes when using type-independent sort
  • Storage permission not requested when using existing external repository

v1.7.0

21 Apr 15:09
v1.7.0
ec0d478
Compare
Choose a tag to compare

Our biggest release yet with crucial fixes and massive new features. Please also welcome our newest maintainer, @FabianHenneke!

Added

  • Flexible Oreo autofill support with anti-phishing protection
  • Rudimentary validation of SSH keys during import
  • Securely remember HTTPS password/SSH key passphrase

Fixed

  • Text input box theming
  • Password repository held in non-hidden storage no longer fails
  • Remove ambiguous and confusing URL field in server config menu
    and heavily improve UI for ease of use

Changed

  • Improved user experience with search backed by consistent
    search logic and fuzzy matching
  • Improved UX around server config settings

v1.6.0

20 Mar 09:40
Compare
Choose a tag to compare

Added

  • Copy implicit username (password filename) by long pressing
  • Create xkpasswd style passwords
  • Swipe on password list to synchronize repository

Fixed

  • Resolve memory leaks on password decryption
  • Can't delete folders containing a password

v1.5.0

21 Feb 17:26
v1.5.0
Compare
Choose a tag to compare

Added

  • Fast scroller with alphabetic hints
  • UI button to create new folders
  • Option to directly start searching when opening the app
  • Option to always search from root folder regardless of the currently open folder

Changed

  • Logging is now enabled in release builds
  • Searching now shows folders as well as the passwords inside them

Fixed

  • OpenKeychain errors cause app crash