Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 16b9c13

Browse files
committed
feat(autofill-parser): add Vivaldi as an Autofill browser
Fixes #2165
1 parent f2ab436 commit 16b9c13

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

autofill-parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
### Added
8+
9+
- [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser.
10+
711
## [1.1.1]
812

913
### Added

autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH =
8989
arrayOf("29UOO5cXoxO/e/hH3hOu6bbtg1My4tK6Eik2Ym5Krtk="),
9090
"com.kiwibrowser.browser" to arrayOf("wGnqlmMy6R4KDDzFd+b1Cf49ndr3AVrQxcXvj9o/hig="),
9191
"us.spotco.fennec_dos" to arrayOf("/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="),
92+
"com.vivaldi.browser" to arrayOf("6KeFRGVbqMCYF/cydo9WibFmLsSyvFoLwOwTjTPKPR4="),
9293
)
9394

9495
private fun isTrustedBrowser(context: Context, appPackage: String): Boolean {

0 commit comments

Comments
 (0)