mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
autofill-parser: add Styx as a supported browser (#1431)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
This commit is contained in:
parent
f2cab21163
commit
4918e0dbfc
@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- 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
|
||||
|
||||
- Fix build warning from undeclared unsigned type use.
|
||||
|
@ -67,6 +67,7 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH =
|
||||
"u3uzHFc8RqHaf8XFKKas9DIQhFb+7FCBDH8zaU6z0tQ=",
|
||||
"8HB9AhwL8+b43MEbo/VwBCXVl9yjAaMeIQVWk067Gwo="
|
||||
),
|
||||
"com.jamal2367.styx" to arrayOf("Lph3oaG1C8WLhLiK5PVxOp5+6wTU9ipJSBYlD2bA3VI="),
|
||||
"com.microsoft.emmx" to arrayOf("AeGZlxCoLCdJtNUMRF3IXWcLYTYInQp2anOCfIKh6sk="),
|
||||
"com.opera.mini.native" to arrayOf("V6y8Ul8bLr0ZGWzW8BQ5fMkQ/RiEHgroUP68Ph5ZP/I="),
|
||||
"com.opera.mini.native.beta" to arrayOf("V6y8Ul8bLr0ZGWzW8BQ5fMkQ/RiEHgroUP68Ph5ZP/I="),
|
||||
|
Loading…
x
Reference in New Issue
Block a user