[PR #2850] [CLOSED] [PM-4653] Add CV4A browser support #29853

Closed
opened 2026-04-18 13:44:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2850
Author: @brianjohnpenner
Created: 11/1/2023
Status: Closed

Base: mainHead: cv4a


📝 Commits (10+)

📊 Changes

3 files changed (+34 additions, -29 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+15 -14)
📝 src/Android/Autofill/AutofillHelpers.cs (+16 -15)
📝 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 CloudVeil for Android browser. https://play.google.com/store/apps/details?id=org.cloudveil.cv4a&hl=en_CA&gl=US

Code changes

  • file.ext: Description of what was changed and why

Screenshots

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If 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/2850 **Author:** [@brianjohnpenner](https://github.com/brianjohnpenner) **Created:** 11/1/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cv4a` --- ### 📝 Commits (10+) - [`1cdba5f`](https://github.com/bitwarden/android/commit/1cdba5f73d7d0c3cdc407de34542355b871afcb6) EC-868 clear console logging (#2265) - [`e588efd`](https://github.com/bitwarden/android/commit/e588efd0a1bacf7f0d4662b82a476f648c64d69f) Autosync the updated translations (#2271) - [`414cb9b`](https://github.com/bitwarden/android/commit/414cb9bd7e9c909d3cb152744bb5aa892e311b58) [PS-2116] ✨ feat(Support): Add Lemur Browser (#2262) - [`660ba3d`](https://github.com/bitwarden/android/commit/660ba3d722228f802471a8b4aaebb321187c441b) [EC-628] Added Crashlytics to the watchOS project (#2267) - [`571c4b8`](https://github.com/bitwarden/android/commit/571c4b8d2297288cfad97ef0c008bd016b2a0a2d) EC-819 Update iOS app icon (#2270) - [`6618039`](https://github.com/bitwarden/android/commit/66180397d913173ceb048f73885e0f926a957ccc) Add `needs-qa` label to BANNED_LABELS (#2274) - [`acc587c`](https://github.com/bitwarden/android/commit/acc587ce4539849edf893606028eff4d691fcbbd) Fix repo url for F-Droid 1.15+ (#2276) - [`0e856d2`](https://github.com/bitwarden/android/commit/0e856d2add54479d2a82a3bc958dd3058862d2b9) [PS-1352] Fix ignore diacritics in search (#2044) - [`0f2bc2f`](https://github.com/bitwarden/android/commit/0f2bc2fa257a88fc6b006c2f825243339f58e4b9) [PS-2145] add rainsee browser series support (#2272) - [`d784b12`](https://github.com/bitwarden/android/commit/d784b1290b940884b1e1903013a36332a4022b60) Autosync the updated translations (#2279) ### 📊 Changes **3 files changed** (+34 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+15 -14) 📝 `src/Android/Autofill/AutofillHelpers.cs` (+16 -15) 📝 `src/Android/Resources/xml/autofillservice.xml` (+3 -0) </details> ### 📄 Description ## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Add support for CloudVeil for Android browser. https://play.google.com/store/apps/details?id=org.cloudveil.cv4a&hl=en_CA&gl=US ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **file.ext:** Description of what was changed and why ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If 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 2026-04-18 13:44:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#29853