1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Adam Thomas Jagger Bramley
79d3fa52a6 add Waterfox Android support from FD399097 2023-12-04 13:05:29 +01:00
3 changed files with 5 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ namespace Bit.Droid.Accessibility
new Browser("org.ungoogled.chromium.extensions.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
new Browser("net.waterfox.android.release", "mozac_browser_toolbar_url_view"),
// [Section B] Entries only present here
//

View File

@@ -142,6 +142,7 @@ namespace Bit.Droid.Autofill
"org.ungoogled.chromium.extensions.stable",
"org.ungoogled.chromium.stable",
"us.spotco.fennec_dos",
"net.waterfox.android.release",
};
// The URLs are blacklisted from autofilling

View File

@@ -278,4 +278,7 @@
<compatibility-package
android:name="us.spotco.fennec_dos"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="net.waterfox.android.release"
android:maxLongVersionCode="10000000000"/>
</autofill-service>