2018-12-25 17:33:15 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2020-04-21 08:29:52 +00:00
## [Unreleased]
2020-06-09 13:50:25 +00:00
### Fixed
- 'Draw over other apps' permission dialog opens when attempting to use Oreo Autofill
2020-05-31 08:12:31 +00:00
### Added
- Completely revamped decypted password view
2020-06-09 13:50:25 +00:00
- 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.
2020-05-31 08:12:31 +00:00
2020-05-25 11:51:12 +00:00
### Changed
2020-06-09 13:50:25 +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 )
2020-05-25 11:51:12 +00:00
- Reduce Autofill false positives on username fields by removing "name" from list of heuristic terms
2020-05-26 16:13:41 +00:00
- Reduced app size
2020-05-28 11:24:33 +00:00
- Improve IME experience with server config screen
2020-05-25 11:51:12 +00:00
2020-05-24 10:51:05 +00:00
## [1.8.1] - 2020-05-24
### Fixed
- Don't strip leading slash from repository paths
2020-05-23 10:17:15 +00:00
## [1.8.0] - 2020-05-23
2020-05-01 11:02:58 +00:00
### Added
- Allow user to abort password move when it is replacing an existing file
2020-05-13 20:21:56 +00:00
- Allow setting a default username for Autofill
- Add no authentication mode for working with public repositories
### Changed
- More UI related tweaks, changes and improvements
2020-05-23 10:15:07 +00:00
- 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
- Add the following fields to encrypted username detection: user, account, email, name, handle, id, identity.
2020-05-23 10:15:07 +00:00
- 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
- Settings option to enable debug logging
2020-04-25 11:23:40 +00:00
### Changed
- SSH Keygen UI was improved
- Default key length for SSH Keygen is now 4096 bits
- Settings items were rearranged and cleaned up
2020-04-28 21:42:29 +00:00
- Autofill icons in dark mode are now more legible
2020-04-25 11:23:40 +00:00
### 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
2020-04-23 07:22:24 +00:00
## [1.7.1] - 2020-04-23
### 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
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
- Oreo Autofill support
2020-04-17 13:06:07 +00:00
- Securely remember HTTPS password/SSH key passphrase
2020-03-26 13:35:45 +00:00
2020-03-29 14:33:50 +00:00
### Fixed
- Text input box theming
2020-04-12 19:01:25 +00:00
- Password repository held in non-hidden storage no longer fails
2020-04-17 13:06:07 +00:00
- 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
- Copy implicit username (password filename) by long pressing
2020-02-29 20:46:31 +00:00
- Create xkpasswd style passwords
2020-02-29 20:50:09 +00:00
- 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-03-05 15:35:50 +00:00
- Resolve memory leaks on password decryption
2020-02-22 17:22:35 +00:00
- 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
- Fast scroller with alphabetic hints
2020-01-27 20:19:37 +00:00
- UI button to create new folders
2020-02-20 06:19:09 +00:00
- 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
- Logging is now enabled in release builds
2020-02-20 06:19:09 +00:00
- 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
- OpenKeychain errors cause app crash
## [1.4.0] - 2020-01-24
2020-01-21 15:15:33 +00:00
### Added
- Add save-and-copy button
- Dark theme
- Setting to save OpenKeychain auth id
- Add number of passwords to folders
### Changed
- Updated UI design and iconograph
- Biometric authentication
- Use new OpenKeychain integration library
### Fixed
- Snackbars showing behind keyboards
2018-12-25 17:33:15 +00:00
## [1.3.2] - 2018-12-23
### Changed
- Improve French translation.
### Fixed
- Extra field is multi-line.
## [1.3.1] - 2018-10-18
### Fixed
- Fix default sort order bug.
## [1.3.0] - 2018-10-16
### Added
- 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.
### Changed
- Use adaptive icon.
- Password entry is more secure.
- Clean paths on password list view.
- Improve Chinese translation.
- Don't show hidden files and directories.
### Fixed
- Fix clipboard clearing.
- Wrap long passwords.
## 1.2.0.75 - 2018-05-31
### Added
- Add Arabic translation.
- Warn user that remembering SSH passphrase is currently insecure.
### Changed
- Update Japanese assets.
### Fixed
- Fix elements overlapping.
2020-05-24 10:51:05 +00:00
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0..v1.8.1
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-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-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-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-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
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.4.0
[1.3.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.2.0.75...v1.3.0