You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ All notable changes to this project will be documented in this file.
31
31
- The settings UI has been completely re-done to dramatically improve discoverability and navigation for users
32
32
- Using the `git://` protocol in the server URL now presents an explicit discouragement rather than a generic error
33
33
- Encrypted data is no longer ASCII armored, bringing it in line with `pass`
34
-
- 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).
35
34
- Changing password generator parameters now automatically updates the password without needing to press the 'Generate' button again
36
35
- The app UI was reskinned to match Google's Material You guidelines
37
36
- Using HTTPS without authentication is now fully supported, and no longer asks for a username
Copy file name to clipboardExpand all lines: autofill-parser/CHANGELOG.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,12 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Changed
8
8
9
-
- Changed the support level for Chrome Beta/Canary/Dev/Stable and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
9
+
- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
10
10
11
11
- Updated `androidx.annotation` to 1.1.0 and `androidx.autofill` to `1.2.0-alpha01`.
12
12
13
13
- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`.
14
14
15
-
- 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).
16
-
17
15
- Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers.
0 commit comments