2018-12-25 17:33:15 +00:00
# Changelog
2020-06-21 21:13:16 +00:00
2018-12-25 17:33:15 +00:00
All notable changes to this project will be documented in this file.
2020-04-21 08:29:52 +00:00
## [Unreleased]
2020-11-02 19:25:37 +00:00
### Added
- On Android 11, Autofill will use the new [inline autofill ](https://developer.android.com/guide/topics/text/ime-autofill#configure-provider ) UI that integrates Autofill results into your keyboard app.
2021-01-12 16:12:53 +00:00
- Allow doing a merge instead of a rebase when pulling or syncing
2021-02-18 06:47:03 +00:00
- Add support for manually providing TOTP parameters
2021-02-19 08:27:57 +00:00
- Parse extra content as individual fields
2021-04-07 05:32:41 +00:00
- Improve search result filtering logic
2021-04-21 12:40:19 +00:00
- Allow pinning shortcuts directly to the launcher home screen
2021-07-16 21:43:16 +00:00
- Another workaround for SteamGuard's non-standard OTP format
2020-11-02 19:25:37 +00:00
2020-10-31 11:01:18 +00:00
### Fixed
2021-01-08 14:13:52 +00:00
- Pressing the back button in the navigation bar and the one in the toolbar behaved differently
2021-01-31 08:15:14 +00:00
- App shortcuts would never update once the first 4 were set
2021-02-02 19:55:34 +00:00
- Clipboard history now attempts to flush through 35 times rather than 20 to combat increased clipboard history item count in Samsung devices
2021-03-12 21:35:03 +00:00
- .gpg-id file generated by APS did not work with pass CLI
2021-03-20 12:02:26 +00:00
- All but the latest launcher shortcut would have an empty icon
2021-03-21 08:33:51 +00:00
- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain
2020-10-31 11:01:18 +00:00
2020-10-23 16:30:10 +00:00
### Changed
- Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation.
2021-01-12 05:49:28 +00:00
- The settings UI has been completely re-done to dramatically improve discoverability and navigation for users
2021-04-03 19:51:34 +00:00
- Using the `git://` protocol in the server URL now presents an explicit discouragement rather than a generic error
2021-04-25 09:17:40 +00:00
- Encrypted data is no longer ASCII armored, bringing it in line with `pass`
2021-05-26 15:33:08 +00:00
- Removed Bromite from supported Autofill browsers, since they [disable Android autofill ](https://github.com/bromite/bromite/blob/master/FAQ.md#does-bromite-support-the-android-autofill-framework ).
2021-08-08 07:36:26 +00:00
- Changing password generator parameters now automatically updates the password without needing to press the 'Generate' button again
2021-11-03 11:21:31 +00:00
- The app UI was reskinned to match Google's Material You guidelines
2021-11-03 15:02:53 +00:00
- Using HTTPS without authentication is now fully supported, and no longer asks for a username
2020-10-23 16:30:10 +00:00
2021-08-08 07:36:26 +00:00
## [1.13.5] - 2021-07-28
2021-03-21 08:33:51 +00:00
### Fixed
2021-08-08 07:36:26 +00:00
- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain
- Certain apps had incorrect Autofill hints which would crash the app
## [1.13.4] - 2021-03-20
2021-03-21 08:33:51 +00:00
- Fix support for ECDSA SSH keys and support AES-GCM
- Fix a couple issues with Autofill
2021-03-12 21:35:03 +00:00
## [1.13.3] - 2021-03-06
### Fixed
- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled.
- Editing a password allowed accidentally overwriting an existing one
2021-02-26 15:43:58 +00:00
## [1.13.2] - 2020-12-21
### Added
- Invalid `.gpg-id` files can now be fixed automatically by deleting them and then trying to create a new password.
- Suggest users to re-clone repository when it is deemed to be broken
- A new browser support level is added for Chrome Canary and Chrome Dev which are shipping fixes developed by Password Store maintainer Fabian to improve the Autofill experience on Chromium browsers
### Changed
- Synced localisations with Crowdin. This adds Galician and Italian translations while getting rid of incomplete Arabic, Chinese Simplified, Chinese Traditional, Czech, Japanese and Spanish.
### Fixed
- Cancelling the Autofill "Generate password" action now correctly returns you to the original app.
- If multiple username fields exist in the password, we now ensure the later ones are not dropped from extra content.
- Icons in Autofill suggestions are no longer black on almost black in dark mode.
- Decrypt screen would stay in memory infinitely, allowing passwords to be seen without re-auth
- Git commits in the store would wrongly use the 'default' committer as opposed to the user's configured one
- Connection attempts now use a reasonable 10 second timeout as opposed to the default of 30 seconds
- A change to the remote host key for a server would prevent the user from being able to connect to it
2020-10-23 16:27:28 +00:00
## [1.13.1] - 2020-10-23
2020-10-23 09:53:47 +00:00
### Fixed
2020-10-23 16:27:28 +00:00
- OpenKeychain authentication would fail with `LifecycleOwner com.zeapo.pwdstore.git.GitServerConfigActivity@f578da1 is attempting to register while current state is RESUMED. LifecycleOwners must call register before they are STARTED.`
2020-10-23 09:53:47 +00:00
2020-10-23 04:57:03 +00:00
### Added
2020-10-23 16:27:28 +00:00
- Add support for domain-level autofill in DuckDuckGo's F-Droid builds.
- Support gopass MIME secret encoding
2020-10-23 04:57:03 +00:00
2020-10-22 18:08:47 +00:00
### Changed
2020-10-23 16:27:28 +00:00
- The newly added automatic synchronisation feature has been rolled back due to multiple issues with its implementation.
2020-10-22 18:08:47 +00:00
2020-10-22 11:59:48 +00:00
## [1.13.0] - 2020-10-22
2020-09-29 15:41:14 +00:00
### Fixed
2020-10-23 16:27:28 +00:00
- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message
- Repositories created within APS would contain invalid `.gpg-id` files with no ability to fix them from the app
- Button labels were invisible in Autofill phishing warning screen
- Unsupported authentication modes would appear briefly in the server config screen
2020-10-01 15:19:01 +00:00
### Added
2020-10-23 16:27:28 +00:00
- Add GPG key selection step to onboarding flow
- Allow configuring an app-wide HTTP(S) proxy
- Add option to automatically sync repository on app launch
- Add a quickfix for invalid HTTPS URLs that contain a custom port
2020-09-29 15:41:14 +00:00
2020-10-13 07:24:26 +00:00
## [1.12.1] - 2020-10-13
2020-09-24 09:30:06 +00:00
2020-10-13 06:44:20 +00:00
### 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.
2020-09-24 09:30:06 +00:00
## [1.12.0] - 2020-09-24
2020-08-20 11:53:34 +00:00
### Added
- Allow sorting by recently used
2020-09-10 05:54:44 +00:00
- Add [Bromite ](https://www.bromite.org/ ), [Ungoogled Chromium ](https://git.droidware.info/wchen342/ungoogled-chromium-android ) and [Kiwi ](https://kiwibrowser.com/ ) to supported browsers list for Autofill
2020-08-28 15:31:40 +00:00
- Add ability to view the Git commit log
2020-09-01 08:12:27 +00:00
- Allow generating ECDSA and ED25519 keys for SSH
2020-09-08 10:08:06 +00:00
- Add support for multiple/fallback authentication methods for SSH
2020-09-19 11:58:08 +00:00
- Add warning when the custom SSH port in a URL could potentially be ignored
2020-08-20 11:53:34 +00:00
2020-08-24 10:03:33 +00:00
### Changed
- A descriptive error message is shown if no username is specified in the Git server settings
2020-08-26 14:21:27 +00:00
- Remove explicit protocol choice from Git server settings, it is now inferred from your URL
2020-08-27 08:57:55 +00:00
- 'Show hidden folders' is now 'Show hidden files and folders'
2020-09-01 08:12:27 +00:00
- 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
2020-09-15 16:23:12 +00:00
- Update onboarding UI
2020-09-22 03:48:00 +00:00
- Update translations
2020-08-24 10:03:33 +00:00
2020-08-20 20:44:31 +00:00
### Fixed
2020-08-24 10:03:33 +00:00
- Git server protocol and authentication mode are only updated when explicitly saved
2020-08-27 10:13:55 +00:00
- Remember HTTPS password during a sync operation
2020-09-04 10:19:45 +00:00
- Unable to use show/hide password option for password/passphrase after first attempt was wrong
2020-09-05 14:42:19 +00:00
- TOTP values shown might some times be stale and considered invalid by sites
2020-09-05 17:18:42 +00:00
- Symlinks are no longer clobbered by the app (only available on Android 8 and above)
2020-09-11 07:58:03 +00:00
- Workaround lack of SSH connection reuse capabilities on some Git hosts like Bitbucket
2020-08-27 13:55:06 +00:00
2020-08-27 12:28:17 +00:00
## [1.11.3] - 2020-08-27
2020-08-27 10:13:55 +00:00
### Fixed
2020-08-27 09:51:15 +00:00
- Delete stored HTTPS password on connection errors (such as failed authentication)
2020-08-24 08:05:05 +00:00
2020-08-24 07:14:16 +00:00
## [1.11.2] - 2020-08-24
2020-08-23 16:51:36 +00:00
### Fixed
2020-08-23 16:51:36 +00:00
- Saving a password after creating it fails to finish commit operation
2020-08-24 07:12:51 +00:00
- HTTPS authentication did not prompt users for password
2020-08-20 20:44:31 +00:00
2020-08-20 19:39:47 +00:00
## [1.11.1] - 2020-08-21
### Fixed
- App failed to start on Android 7 and below
2020-08-18 15:43:37 +00:00
## [1.11.0] - 2020-08-18
2020-07-29 10:55:49 +00:00
### Added
2020-08-20 19:39:47 +00:00
2020-08-18 15:43:37 +00:00
- 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)
2020-07-29 10:55:49 +00:00
2020-07-26 11:31:20 +00:00
### Changed
2020-08-18 15:43:37 +00:00
- 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
2020-07-26 11:31:20 +00:00
2020-07-25 09:07:16 +00:00
### Fixed
2020-08-18 15:43:37 +00:00
- 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
2020-07-30 09:21:57 +00:00
2020-07-31 08:04:18 +00:00
## [1.10.3] - 2020-07-30
2020-07-31 07:41:24 +00:00
### Fixed
- Worked around a dependency bug that would crash the Autofill service when triggered on an OTP field
2020-07-30 08:58:45 +00:00
## [1.10.2] - 2020-07-30
2020-07-25 09:07:16 +00:00
### Fixed
2020-07-30 08:58:45 +00:00
- 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
2020-07-25 09:07:16 +00:00
2020-07-23 16:30:46 +00:00
## [1.10.1] - 2020-07-23
2020-07-23 16:06:36 +00:00
### 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
2020-07-22 08:23:16 +00:00
## [1.10.0] - 2020-07-22
2020-07-07 13:48:24 +00:00
### 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
2020-07-14 06:26:47 +00:00
- Edit screen now has better protection and guidance for invalid names
2020-07-19 11:07:18 +00:00
- Improved biometric authentication UX on app start
- Improved password list UI
2020-07-07 13:48:24 +00:00
2020-06-26 07:12:39 +00:00
### Fixed
2020-06-27 20:15:39 +00:00
- Folder names that were very long did not look right
- Error message for wrong SSH/HTTPS password now looks cleaner
2020-07-02 11:21:59 +00:00
- Fix authentication failure with usernames that contain the `@` character
2020-07-07 13:48:24 +00:00
- Text input boxes were illegible on dark theme
- Top-level password names had inconsistent top margin making them look askew
2020-07-08 08:50:08 +00:00
- Password Store no longer ignores the selected OpenKeychain key
2020-07-09 08:30:24 +00:00
- Password export now happens in a separate process, preventing possible freezes
2020-06-26 07:12:39 +00:00
2020-06-29 06:38:59 +00:00
### Added
- TOTP support is reintroduced by popular demand. HOTP continues to be unsupported and heavily discouraged.
2020-06-29 08:12:19 +00:00
- Initial support for detecting and filling OTP fields with Autofill
2020-07-02 11:49:32 +00:00
- OTP codes can be automatically filled from SMS (requires Android P+ and Google Play Services)
2020-06-30 13:51:49 +00:00
- Importing TOTP secrets using QR codes
2020-07-20 06:46:53 +00:00
- Support for ed25519/ECDSA SSH keys
2020-07-01 16:18:21 +00:00
- Navigate into newly created folders and scroll to newly created passwords
2020-07-16 06:48:38 +00:00
- Support per-directory keys
2020-07-22 08:07:36 +00:00
- Full pt-BR localization
2020-06-29 06:38:59 +00:00
2020-06-30 09:32:17 +00:00
## [1.9.2] - 2020-06-30
2020-06-30 09:10:11 +00:00
### Fixed
- App crashes upon launching the app for the first time
2020-06-28 17:06:20 +00:00
## [1.9.1] - 2020-06-28
### 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)
2020-06-22 10:30:57 +00:00
### Added
- Add GNU IceCatMobile to the list of supported browsers for Autofill
2020-06-21 21:13:16 +00:00
## [1.9.0] - 2020-06-21
2020-06-09 13:50:25 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- '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
2020-06-09 13:50:25 +00:00
2020-05-31 08:12:31 +00:00
### Added
2020-06-21 21:13:16 +00:00
- 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
2020-05-31 08:12:31 +00:00
2020-05-25 11:51:12 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- **BREAKING** : Remove support for HOTP/TOTP secrets - Please use FIDO keys or a dedicated app like [Aegis ](https://github.com/beemdevelopment/Aegis ) or [andOTP ](https://github.com/andOTP/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
2020-05-25 11:51:12 +00:00
2020-05-24 10:51:05 +00:00
## [1.8.1] - 2020-05-24
### Fixed
2020-06-21 21:13:16 +00:00
- Don't strip leading slash from repository paths
2020-05-24 10:51:05 +00:00
2020-05-23 10:17:15 +00:00
## [1.8.0] - 2020-05-23
2020-05-01 11:02:58 +00:00
### Added
2020-06-21 21:13:16 +00:00
- 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
2020-05-13 20:21:56 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- More UI related tweaks, changes and improvements
- Improved error messages and internal logic for server configuration
2020-05-01 11:02:58 +00:00
2020-05-06 08:29:48 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- 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
2020-05-06 08:29:48 +00:00
2020-04-28 21:42:29 +00:00
## [1.7.2] - 2020-04-29
2020-04-25 15:04:33 +00:00
### Added
2020-06-21 21:13:16 +00:00
- Settings option to enable debug logging
2020-04-25 15:04:33 +00:00
2020-04-25 11:23:40 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- 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
2020-04-25 11:23:40 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- 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
2020-04-25 11:23:40 +00:00
2020-04-23 07:22:24 +00:00
## [1.7.1] - 2020-04-23
### Fixed
2020-06-21 21:13:16 +00:00
- 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
2020-04-23 07:22:24 +00:00
2020-04-21 08:29:52 +00:00
## [1.7.0] - 2020-04-21
2020-02-22 17:22:35 +00:00
2020-03-26 13:35:45 +00:00
### Added
2020-06-21 21:13:16 +00:00
- Oreo Autofill support
- Securely remember HTTPS password/SSH key passphrase
2020-03-26 13:35:45 +00:00
2020-03-29 14:33:50 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- 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.
2020-03-29 14:33:50 +00:00
2020-03-20 08:46:32 +00:00
## [1.6.0] - 2020-03-20
2020-02-24 02:07:29 +00:00
### Added
2020-06-21 21:13:16 +00:00
- Copy implicit username (password filename) by long pressing
- Create xkpasswd style passwords
- Swipe on password list to synchronize repository
2020-02-24 02:07:29 +00:00
2020-02-22 17:22:35 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- Resolve memory leaks on password decryption
- Can't delete folders containing a password
2020-01-25 14:49:49 +00:00
2020-02-21 17:22:15 +00:00
## [1.5.0] - 2020-02-21
2020-01-26 06:19:45 +00:00
### Added
2020-06-21 21:13:16 +00:00
- 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
2020-01-26 06:19:45 +00:00
2020-01-26 06:05:10 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- Logging is now enabled in release builds
- Searching now shows folders as well as the passwords inside them
2020-01-26 06:05:10 +00:00
2020-01-25 14:49:49 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- OpenKeychain errors cause app crash
2020-01-25 14:49:49 +00:00
## [1.4.0] - 2020-01-24
2020-01-21 15:15:33 +00:00
### Added
2020-06-21 21:13:16 +00:00
- Add save-and-copy button
- Dark theme
- Setting to save OpenKeychain auth id
- Add number of passwords to folders
2020-01-21 15:15:33 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- Updated UI design and iconograph
- Biometric authentication
- Use new OpenKeychain integration library
2020-01-21 15:15:33 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- Snackbars showing behind keyboards
2020-01-21 15:15:33 +00:00
2018-12-25 17:33:15 +00:00
## [1.3.2] - 2018-12-23
### Changed
2020-06-21 21:13:16 +00:00
- Improve French translation.
2018-12-25 17:33:15 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- Extra field is multi-line.
2018-12-25 17:33:15 +00:00
## [1.3.1] - 2018-10-18
### Fixed
2020-06-21 21:13:16 +00:00
- Fix default sort order bug.
2018-12-25 17:33:15 +00:00
## [1.3.0] - 2018-10-16
### Added
2020-06-21 21:13:16 +00:00
- Allow app to be installed on external media (SD card).
- Change password sort order.
- Display HOTP code if present.
- Open search view on keyboard press.
2018-12-25 17:33:15 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- Use adaptive icon.
- Password entry is more secure.
- Clean paths on password list view.
- Improve Chinese translation.
- Don't show hidden files and directories.
2018-12-25 17:33:15 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- Fix clipboard clearing.
- Wrap long passwords.
2018-12-25 17:33:15 +00:00
## 1.2.0.75 - 2018-05-31
### Added
2020-06-21 21:13:16 +00:00
- Add Arabic translation.
- Warn user that remembering SSH passphrase is currently insecure.
2018-12-25 17:33:15 +00:00
### Changed
2020-06-21 21:13:16 +00:00
- Update Japanese assets.
2018-12-25 17:33:15 +00:00
### Fixed
2020-06-21 21:13:16 +00:00
- Fix elements overlapping.
2021-08-08 07:36:26 +00:00
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.5...release-1.13
[1.13.5]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...v1.13.5
2021-03-21 08:33:51 +00:00
[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
2021-03-12 21:35:03 +00:00
[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
2021-02-26 15:43:58 +00:00
[1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.1...v1.13.2
2020-10-23 16:27:28 +00:00
2021-02-26 15:43:58 +00:00
[1.13.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.0...v1.13.1
2020-10-22 11:59:48 +00:00
[1.13.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...v1.13.0
2020-10-13 07:24:26 +00:00
[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
2020-09-24 09:30:06 +00:00
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
2020-08-27 12:28:17 +00:00
2020-09-07 05:18:19 +00:00
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.2...v1.11.3
2020-08-24 07:14:16 +00:00
2020-09-07 05:18:19 +00:00
[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.1...v1.11.2
2020-08-20 19:39:47 +00:00
2020-09-07 05:18:19 +00:00
[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.0...v1.11.1
2020-08-18 15:43:37 +00:00
2020-09-07 05:18:19 +00:00
[1.11.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.3...v1.11.0
2020-07-31 08:04:18 +00:00
2020-09-07 05:18:19 +00:00
[1.10.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.2...v1.10.3
2020-07-30 08:58:45 +00:00
2020-09-07 05:18:19 +00:00
[1.10.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.1...v1.10.2
2020-07-23 16:30:46 +00:00
2020-09-07 05:18:19 +00:00
[1.10.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.0...v1.10.1
2020-07-22 08:23:16 +00:00
2020-09-07 05:18:19 +00:00
[1.10.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.9.2...v1.10.0
2020-06-30 09:32:17 +00:00
2020-09-07 05:18:19 +00:00
[1.9.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.9.1...v1.9.2
2020-06-28 17:06:20 +00:00
2020-09-07 05:18:19 +00:00
[1.9.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.9.0...v1.9.1
2020-06-21 21:13:16 +00:00
2020-09-07 05:18:19 +00:00
[1.9.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.1...v1.9.0
2018-12-25 17:33:15 +00:00
2020-05-24 10:51:05 +00:00
[1.8.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0..v1.8.1
2020-06-21 21:13:16 +00:00
2020-05-23 10:17:15 +00:00
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
2020-06-21 21:13:16 +00:00
2020-05-01 11:02:58 +00:00
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
2020-06-21 21:13:16 +00:00
2020-04-23 07:22:24 +00:00
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
2020-06-21 21:13:16 +00:00
2020-04-21 08:29:52 +00:00
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
2020-06-21 21:13:16 +00:00
2020-03-20 08:48:19 +00:00
[1.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
2020-06-21 21:13:16 +00:00
2020-03-20 08:48:19 +00:00
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0
2020-06-21 21:13:16 +00:00
2020-03-20 08:48:19 +00:00
[1.4.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.4.0
2020-06-21 21:13:16 +00:00
2020-03-20 08:48:19 +00:00
[1.3.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.1...v1.3.2
2020-06-21 21:13:16 +00:00
2020-03-20 08:48:19 +00:00
[1.3.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.3.1
2020-06-21 21:13:16 +00:00
2020-03-20 08:48:19 +00:00
[1.3.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.2.0.75...v1.3.0