From 4918e0dbfc40f4124dec51ed065caaceb957c411 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 7 Jun 2021 15:49:58 +0530 Subject: autofill-parser: add Styx as a supported browser (#1431) Signed-off-by: Harsh Shandilya Co-authored-by: Fabian Meumertzheim --- autofill-parser/CHANGELOG.md | 2 ++ .../androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt | 1 + 2 files changed, 3 insertions(+) diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index 05c03861..cc86f037 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -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. diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt index 90f43594..0da52cf9 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt @@ -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="), -- cgit v1.2.3