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.12.1

13 Oct 07:35
v1.12.1
38fc3c7
Compare
Choose a tag to compare

Fixed

  • Certain operations like folder creation with GPG keys would fail with java.lang.IllegalStateException.
  • ECDSA key exchanges failed resulting in users being unable to clone repositories.

v1.12.0

24 Sep 10:05
v1.12.0
8355db8
Compare
Choose a tag to compare

Added

  • Allow sorting by recently used
  • Add Bromite, Ungoogled Chromium and Kiwi to supported browsers list for Autofill
  • Add ability to view the Git commit log
  • Allow generating ECDSA and ED25519 keys for SSH
  • Add support for multiple/fallback authentication methods for SSH
  • Add warning when the custom SSH port in a URL could potentially be ignored

Changed

  • A descriptive error message is shown if no username is specified in the Git server settings
  • Remove explicit protocol choice from Git server settings, it is now inferred from your URL
  • 'Show hidden folders' is now 'Show hidden files and folders'
  • Generated SSH keys are now stored in the Android Keystore if available, and encrypted at rest otherwise
  • Allow using device's screen lock credentials to secure generated SSH key
  • Update onboarding UI
  • Update translations

Fixed

  • Git server protocol and authentication mode are only updated when explicitly saved
  • Remember HTTPS password during a sync operation
  • Unable to use show/hide password option for password/passphrase after first attempt was wrong
  • TOTP values shown might some times be stale and considered invalid by sites
  • Symlinks are no longer clobbered by the app (only available on Android 8 and above)
  • Workaround lack of SSH connection reuse capabilities on some Git hosts like Bitbucket

v1.11.3

27 Aug 13:46
v1.11.3
7b4792d
Compare
Choose a tag to compare

Fixed

  • Delete stored HTTPS password on connection errors (such as failed authentication)

v1.11.2

24 Aug 08:12
v1.11.2
4a4e48d
Compare
Choose a tag to compare

Fixed

  • Saving a password after creating it fails to finish commit operation
  • HTTPS authentication did not prompt users for password

v1.11.1

20 Aug 20:35
v1.11.1
d9c3aff
Compare
Choose a tag to compare

Fixed

  • App failed to start on Android 7 and below

v1.11.0

19 Aug 05:28
v1.11.0
80b3a15
Compare
Choose a tag to compare

Added

  • Allow changing the branch used for Git operations
  • Allow setting a subdirectory key when creating folders
  • Allow adding digits/symbols in XkPasswd generated passwords using a mask-like value (dds gives you two digits and a symbol, and so on)

Changed

  • The Git repository URL can now be specified directly
  • Slightly reduce APK size
  • Always show the parent path in entries
  • Passwords will no longer be copied to the clipboard by default
  • Notify user if there was nothing to push

Fixed

  • Allow creating nested directories directly
  • I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now
  • Fix crash when OpenKeychain is not installed
  • Clone operation won't leave user on an empty password list upon failure
  • Cloning a new repository to external storage wouldn't work
  • UI froze for some people when deleting existing files from the external directory

v1.10.3

31 Jul 08:12
v1.10.3
327e28b
Compare
Choose a tag to compare

Fixed

  • Worked around a dependency bug that would crash the Autofill service when triggered on an OTP field

v1.10.2

30 Jul 09:20
v1.10.2
1c7daff
Compare
Choose a tag to compare

Fixed

  • Properly handle cases where files contain only TOTP secrets and no password
  • Correctly hide TOTP import button when TOTP secret/OTPAUTH URL is already present in extra content
  • SMS OTP Autofill no longer crashes when invoked and correctly asks for the required permission on first use

v1.10.1

23 Jul 16:51
v1.10.1
4063a42
Compare
Choose a tag to compare

Fixed

  • Using long key IDs in .gpg-id no longer leads to a crash
  • Long key IDs and fingerprints are now correctly forwarded to OpenKeychain

Added

  • Support for multiple GPG IDs in .gpg-id
  • Creating an entry in an empty store now lets you select keys to initialize .gpg-id with

v1.10.0

22 Jul 09:42
v1.10.0
6aea250
Compare
Choose a tag to compare

Changed

  • A brand new icon to go with our biggest update ever!
  • Light theme is now a consistent white across the board with ample contrast
  • XkPassword generator is now easier to use with less configuration options
  • Edit screen now has better protection and guidance for invalid names
  • Improved biometric authentication UX on app start
  • Improved password list UI

Fixed

  • Folder names that were very long did not look right
  • Error message for wrong SSH/HTTPS password now looks cleaner
  • Fix authentication failure with usernames that contain the @ character
  • Text input boxes were illegible on dark theme
  • Top-level password names had inconsistent top margin making them look askew
  • Password Store no longer ignores the selected OpenKeychain key
  • Password export now happens in a separate process, preventing possible freezes

Added

  • TOTP support is reintroduced by popular demand. HOTP continues to be unsupported and heavily discouraged.
  • Initial support for detecting and filling OTP fields with Autofill
  • OTP codes can be automatically filled from SMS (requires Android P+ and Google Play Services)
  • Importing TOTP secrets using QR codes
  • Support for ed25519/ECDSA SSH keys
  • Navigate into newly created folders and scroll to newly created passwords
  • Support per-directory keys
  • Full pt-BR localization