aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/CHANGELOG.md
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-05-26 21:03:08 +0530
committerGitHub <noreply@github.com>2021-05-26 21:03:08 +0530
commit3f20678d799e15e21d1b7f013bc3672270f0d20f (patch)
tree5aff526f3352637f4c1af4b53eb4f2dace5719b6 /autofill-parser/CHANGELOG.md
parent373a46f73a51bda3900b895f72fba5ca619e5884 (diff)
autofill-parser: remove Bromite from supported browsers (#1423)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/CHANGELOG.md')
-rw-r--r--autofill-parser/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md
index 71d94cb5..05c03861 100644
--- a/autofill-parser/CHANGELOG.md
+++ b/autofill-parser/CHANGELOG.md
@@ -6,12 +6,14 @@ All notable changes to this project will be documented in this file.
### Changed
-- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
+- Changed the support level for Chrome Beta/Canary/Dev/Stable and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
- Updated `androidx.annotation` to 1.1.0 and `androidx.autofill` to `1.2.0-alpha01`.
- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`.
+- 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).
+
### Fixed
- Fix build warning from undeclared unsigned type use.