[PR #1639] [MERGED] Add support for Pluma Browser for Android #3022

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1639
Author: @qflair
Created: 11/10/2021
Status: Merged
Merged: 11/24/2021
Merged by: @mpbw2

Base: masterHead: plumaandroid


📝 Commits (1)

  • 7a14ea8 Add support for Pluma Browser for Android

📊 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

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Add support for Bitwarden auto-fill in Pluma: Play Store link.

Code changes

Add the corresponding package name in the expected places. Followed other PRs that achieve the same for other browsers, such as https://github.com/bitwarden/mobile/pull/846.

Testing requirements

Ensure that Bitwarden auto-fill suggestions target the site that Pluma is currently displaying (as opposed to the package name for Pluma).

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1639 **Author:** [@qflair](https://github.com/qflair) **Created:** 11/10/2021 **Status:** ✅ Merged **Merged:** 11/24/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `plumaandroid` --- ### 📝 Commits (1) - [`7a14ea8`](https://github.com/bitwarden/android/commit/7a14ea8c8b9db80c99d65a982c9719dd10161d80) Add support for Pluma Browser for Android ### 📊 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 ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective Add support for Bitwarden auto-fill in Pluma: [Play Store link](https://play.google.com/store/apps/details?id=com.qflair.browserq). <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> ## Code changes Add the corresponding package name in the expected places. Followed other PRs that achieve the same for other browsers, such as https://github.com/bitwarden/mobile/pull/846. ## Testing requirements Ensure that Bitwarden auto-fill suggestions target the site that Pluma is currently displaying (as opposed to the package name for Pluma). ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <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:27:15 -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#3022