mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +03:00
✨ feat(Support): Add Lemur Browser
Lemur Browser is the mobile browser support Chrome and Edge extensions, build from chromium. 🔗 issue - https://github.com/bitwarden/mobile/issues/2260 🔗 Lemur Browser - https://www.lemurbrowser.com/
This commit is contained in:
parent
81988a7fe7
commit
6d5cb73445
3 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,7 @@ namespace Bit.Droid.Accessibility
|
|||
new Browser("com.jerky.browser2", "enterUrl"),
|
||||
new Browser("com.ksmobile.cb", "address_bar_edit_text"),
|
||||
new Browser("com.linkbubble.playstore", "url_text"),
|
||||
new Browser("com.lemurbrowser.exts","url_bar"),
|
||||
new Browser("com.mx.browser", "address_editor_with_progress"),
|
||||
new Browser("com.mx.browser.tablet", "address_editor_with_progress"),
|
||||
new Browser("com.nubelacorp.javelin", "enterUrl"),
|
||||
|
|
|
@ -79,6 +79,7 @@ namespace Bit.Droid.Autofill
|
|||
"com.jamal2367.styx",
|
||||
"com.kiwibrowser.browser",
|
||||
"com.kiwibrowser.browser.dev",
|
||||
"com.lemurbrowser.exts",
|
||||
"com.microsoft.emmx",
|
||||
"com.microsoft.emmx.beta",
|
||||
"com.microsoft.emmx.canary",
|
||||
|
|
|
@ -92,6 +92,9 @@
|
|||
<compatibility-package
|
||||
android:name="com.kiwibrowser.browser.dev"
|
||||
android:maxLongVersionCode="10000000000"/>
|
||||
<compatibility-package
|
||||
android:name="com.lemurbrowser.exts"
|
||||
android:maxLongVersionCode="10000000000"/>
|
||||
<compatibility-package
|
||||
android:name="com.microsoft.emmx"
|
||||
android:maxLongVersionCode="10000000000"/>
|
||||
|
|
Loading…
Reference in a new issue