Skip to content

Commit

Permalink
✨ feat(Support): Add Lemur Browser
Browse files Browse the repository at this point in the history
Lemur Browser is the mobile browser support Chrome and Edge extensions, build from chromium.

🔗 issue - #2260
🔗 Lemur Browser - https://www.lemurbrowser.com/
  • Loading branch information
Kevinlinpr committed Dec 25, 2022
1 parent 81988a7 commit 6d5cb73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Android/Accessibility/AccessibilityHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public static class AccessibilityHelpers
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"),
Expand Down
1 change: 1 addition & 0 deletions src/Android/Autofill/AutofillHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public static class AutofillHelpers
"com.jamal2367.styx",
"com.kiwibrowser.browser",
"com.kiwibrowser.browser.dev",
"com.lemurbrowser.exts",
"com.microsoft.emmx",
"com.microsoft.emmx.beta",
"com.microsoft.emmx.canary",
Expand Down
3 changes: 3 additions & 0 deletions src/Android/Resources/xml/autofillservice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 6d5cb73

Please sign in to comment.