[PR #2262] [MERGED] [PS-2116] feat(Support): Add Lemur Browser #3466

Closed
opened 2025-11-26 23:33:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2262
Author: @Kevinlinpr
Created: 12/25/2022
Status: Merged
Merged: 12/30/2022
Merged by: @djsmith85

Base: masterHead: master


📝 Commits (4)

  • 6d5cb73 feat(Support): Add Lemur Browser
  • 70517c0 Merge branch 'master' into master
  • 6cd17fc Merge branch 'master' into master
  • bbdb816 🐞 fix(Sorted alphabetically): Move up one line

📊 Changes

3 files changed (+5 additions, -0 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+1 -0)
📝 src/Android/Autofill/AutofillHelpers.cs (+1 -0)
📝 src/Android/Resources/xml/autofillservice.xml (+3 -0)

📄 Description

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/

Objective

Support Lemur Browser

Code changes

1.AccessibilityHelpers.cs - add the new Browser("com.lemurbrowser.exts","url_bar")
2.AutofillHelpers.cs - add "com.lemurbrowser.exts"
3.autofillservice.xml - add compatibility-package tag


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2262 **Author:** [@Kevinlinpr](https://github.com/Kevinlinpr) **Created:** 12/25/2022 **Status:** ✅ Merged **Merged:** 12/30/2022 **Merged by:** [@djsmith85](https://github.com/djsmith85) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`6d5cb73`](https://github.com/bitwarden/android/commit/6d5cb73445a0fa71c9cc1afb821e439bf0c9f685) ✨ feat(Support): Add Lemur Browser - [`70517c0`](https://github.com/bitwarden/android/commit/70517c0d961e772f0d81a92216f46d7e73c7a859) Merge branch 'master' into master - [`6cd17fc`](https://github.com/bitwarden/android/commit/6cd17fc139aa80785e2a7fd4c629de6335af3192) Merge branch 'master' into master - [`bbdb816`](https://github.com/bitwarden/android/commit/bbdb8164835d2d8c734caa781563db05fd0f1eeb) 🐞 fix(Sorted alphabetically): Move up one line ### 📊 Changes **3 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+1 -0) 📝 `src/Android/Autofill/AutofillHelpers.cs` (+1 -0) 📝 `src/Android/Resources/xml/autofillservice.xml` (+3 -0) </details> ### 📄 Description 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/ ## Objective Support [Lemur Browser](https://www.lemurbrowser.com/) ## Code changes 1.AccessibilityHelpers.cs - add the new Browser("com.lemurbrowser.exts","url_bar") 2.AutofillHelpers.cs - add "com.lemurbrowser.exts" 3.autofillservice.xml - add compatibility-package tag --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:33:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3466