Support Mull browser from divestos.org (#2613)
* Add Mull from divestos.org to autofill supported browsers Signed-off-by: yvay <134604947+yvay@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: yvay <134604947+yvay@users.noreply.github.com> * fix * Move changelog to correct place * Move changelog to correct correct place * Add headers to 1.1.2 --------- Signed-off-by: yvay <134604947+yvay@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d37fdfdbaa
commit
6f4e835d3c
2 changed files with 12 additions and 1 deletions
|
@ -6,11 +6,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Added
|
||||
|
||||
- [Mull](https://divestos.org/pages/our_apps#mull) is now supported as an Autofill-capable browser when installed from the divestos.org [repo](https://divestos.org/fdroid/official/).
|
||||
|
||||
## [1.1.2]
|
||||
|
||||
### Added
|
||||
|
||||
- [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser.
|
||||
- [Vanadium](https://github.com/GrapheneOS/Vanadium) is now supported as an Autofill-capable browser.
|
||||
- `mail` is now included in the heuristics for username fields
|
||||
|
||||
### Changed
|
||||
|
||||
- Dependency updates
|
||||
- `androidx.core:core-ktx:1.10.1`
|
||||
- `androidx.autofill:autofill:1.2.0-beta01`
|
||||
|
|
|
@ -81,7 +81,11 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH =
|
|||
"org.ungoogled.chromium.extensions.stable" to
|
||||
arrayOf("29UOO5cXoxO/e/hH3hOu6bbtg1My4tK6Eik2Ym5Krtk="),
|
||||
"com.kiwibrowser.browser" to arrayOf("wGnqlmMy6R4KDDzFd+b1Cf49ndr3AVrQxcXvj9o/hig="),
|
||||
"us.spotco.fennec_dos" to arrayOf("/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="),
|
||||
"us.spotco.fennec_dos" to
|
||||
arrayOf(
|
||||
"Jg4KSWeMeLcMAtZTet07bcChcXG73oznX9QCaoo+GNI=",
|
||||
"/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="
|
||||
),
|
||||
"com.vivaldi.browser" to arrayOf("6KeFRGVbqMCYF/cydo9WibFmLsSyvFoLwOwTjTPKPR4="),
|
||||
"app.vanadium.browser" to arrayOf("xq24uDxtTBfSkq/eVv1IilHTFv+PLBHFQQIjv/in27M="),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue