blob: 9d0b9c72606f1f5a09c53ff7ca785be33f9959c0 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
### Added
- [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser.
## [1.1.1]
### Added
- [Mull](https://f-droid.org/packages/us.spotco.fennec_dos/) is now supported as an Autofill-capable browser.
- Raise target SDK to 31
## [1.1.0]
### Changed
- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
- Updated `androidx.annotation` to 1.3.0 and `androidx.autofill` to `1.2.0-beta01`.
- The library now uses Kotlin 1.6.10 and Coroutines 1.6.0.
- Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers.
- 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.
### 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
[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser
[1.1.1]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.1/autofill-parser
|