aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/CHANGELOG.md
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-12-31 09:33:50 +0530
committerGitHub <noreply@github.com>2021-12-31 04:03:50 +0000
commita723ded00fdc902fdc9fea9f14fc6ce187802e23 (patch)
tree0ccbeb00cb81c3625506d853329473f4d162bf71 /autofill-parser/CHANGELOG.md
parent4c9413709d58594a6d2c1e2bdbf854ec4a7fc291 (diff)
Revert "autofill-parser: remove Bromite from supported browsers (#1423)" (#1632)
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f.
Diffstat (limited to 'autofill-parser/CHANGELOG.md')
-rw-r--r--autofill-parser/CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md
index cc86f037..afe7564f 100644
--- a/autofill-parser/CHANGELOG.md
+++ b/autofill-parser/CHANGELOG.md
@@ -6,14 +6,12 @@ All notable changes to this project will be documented in this file.
### Changed
-- Changed the support level for Chrome Beta/Canary/Dev/Stable and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
+- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite 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).
-
- Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers.
### Fixed