1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 16:23:29 +00:00

Add support for Mull browser (#1435)

This commit is contained in:
howyay
2021-07-26 13:20:47 +00:00
committed by GitHub
parent 880483ac79
commit ae763ebca8
3 changed files with 5 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ namespace Bit.Droid.Accessibility
new Browser("org.torproject.torbrowser_alpha", "mozac_browser_toolbar_url_view,url_bar_title"), // 2nd = Legacy (before v10.0a8) new Browser("org.torproject.torbrowser_alpha", "mozac_browser_toolbar_url_view,url_bar_title"), // 2nd = Legacy (before v10.0a8)
new Browser("org.ungoogled.chromium.extensions.stable", "url_bar"), new Browser("org.ungoogled.chromium.extensions.stable", "url_bar"),
new Browser("org.ungoogled.chromium.stable", "url_bar"), new Browser("org.ungoogled.chromium.stable", "url_bar"),
new Browser("us.spotco.fennec_dos", "mozac_browser_toolbar_url_view,url_bar_title"), // 2nd = Legacy
// [Section B] Entries only present here // [Section B] Entries only present here
// //

View File

@@ -122,6 +122,7 @@ namespace Bit.Droid.Autofill
"org.torproject.torbrowser_alpha", "org.torproject.torbrowser_alpha",
"org.ungoogled.chromium.extensions.stable", "org.ungoogled.chromium.extensions.stable",
"org.ungoogled.chromium.stable", "org.ungoogled.chromium.stable",
"us.spotco.fennec_dos",
}; };
// The URLs are blacklisted from autofilling // The URLs are blacklisted from autofilling

View File

@@ -233,4 +233,7 @@
<compatibility-package <compatibility-package
android:name="org.ungoogled.chromium.stable" android:name="org.ungoogled.chromium.stable"
android:maxLongVersionCode="10000000000"/> android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="us.spotco.fennec_dos"
android:maxLongVersionCode="10000000000"/>
</autofill-service> </autofill-service>