add support for org.mozilla.fenix.nightly (#551)

* Update autofillservice.xml

* Update AutofillHelpers.cs

* Update AccessibilityHelpers.cs
This commit is contained in:
Nicholas 2019-07-01 23:35:58 +08:00 committed by Kyle Spearrin
parent 8da2eac6d0
commit 73b5d1b3f1
3 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,7 @@ namespace Bit.Droid.Accessibility
new Browser("org.mozilla.focus", "display_url"),
new Browser("org.mozilla.klar", "display_url"),
new Browser("org.mozilla.fenix", "mozac_browser_toolbar_url_view"),
new Browser("org.mozilla.fenix.nightly", "mozac_browser_toolbar_url_view"),
new Browser("org.mozilla.reference.browser", "mozac_browser_toolbar_url_view"),
new Browser("com.ghostery.android.ghostery", "search_field"),
new Browser("org.adblockplus.browser", "url_bar_title"),
@ -244,4 +245,4 @@ namespace Bit.Droid.Accessibility
return allEditTexts.TakeWhile(n => !n.Password).LastOrDefault();
}
}
}
}

View File

@ -57,6 +57,7 @@ namespace Bit.Droid.Autofill
"com.qwant.liberty",
"com.opera.touch",
"org.mozilla.fenix",
"org.mozilla.fenix.nightly",
"org.mozilla.reference.browser",
"org.mozilla.rocket",
};

View File

@ -48,6 +48,9 @@
<compatibility-package
android:name="org.mozilla.fenix"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.fenix.nightly"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.reference.browser"
android:maxLongVersionCode="10000000000"/>