2021-04-07 08:04:58 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
2022-10-07 15:54:16 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser.
|
2023-01-23 15:58:19 +01:00
|
|
|
- `mail` is now included in the heuristics for username fields
|
2022-10-07 15:54:16 +02:00
|
|
|
|
2022-06-20 11:26:59 +02:00
|
|
|
## [1.1.1]
|
|
|
|
|
2022-01-01 16:56:58 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- [Mull](https://f-droid.org/packages/us.spotco.fennec_dos/) is now supported as an Autofill-capable browser.
|
2022-06-12 13:54:00 +02:00
|
|
|
- Raise target SDK to 31
|
2022-01-01 16:56:58 +01:00
|
|
|
|
2021-12-31 06:55:30 +01:00
|
|
|
## [1.1.0]
|
|
|
|
|
2021-04-07 08:04:58 +02:00
|
|
|
### Changed
|
|
|
|
|
2021-12-31 05:03:50 +01:00
|
|
|
- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
|
2021-04-07 08:04:58 +02:00
|
|
|
|
2021-12-31 06:55:30 +01:00
|
|
|
- Updated `androidx.annotation` to 1.3.0 and `androidx.autofill` to `1.2.0-beta01`.
|
2021-04-07 08:04:58 +02:00
|
|
|
|
2021-12-31 06:55:30 +01:00
|
|
|
- The library now uses Kotlin 1.6.10 and Coroutines 1.6.0.
|
2021-04-28 06:57:14 +02:00
|
|
|
|
2021-06-07 12:19:58 +02:00
|
|
|
- Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers.
|
|
|
|
|
2021-12-31 06:55:30 +01:00
|
|
|
- The dependency on [timberkt](https://github.com/ajalt/timberkt) has been replaced with [logcat](https://github.com/square/logcat).
|
|
|
|
|
|
|
|
- Updated `publicsuffixes` list to the latest version as of Dec 18 2021.
|
|
|
|
|
2021-04-07 08:04:58 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix build warning from undeclared unsigned type use.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added the `PasswordFillAndSaveIfNoAccessibility` browser support level for Chromium-based browsers beyond v89.
|
|
|
|
|
|
|
|
- Added the german term for _username_ to the heuristic keywords.
|
|
|
|
|
|
|
|
- Non-native Autofill browsers are now deemed unsupported before Android 9.
|
|
|
|
|
|
|
|
## [1.0.0] - 2020-12-04
|
|
|
|
|
|
|
|
- Initial release
|
|
|
|
|
|
|
|
[1.0.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.0.0/autofill-parser
|
2021-12-31 06:55:30 +01:00
|
|
|
|
|
|
|
[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser
|
2022-06-20 11:26:59 +02:00
|
|
|
|
|
|
|
[1.1.1]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.1/autofill-parser
|