[PR #2640] [MERGED] [PM-3152] Add autofill support for cromite #29708

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2640
Author: @Indra881
Created: 7/22/2023
Status: Merged
Merged: 12/4/2023
Merged by: @fedemkr

Base: masterHead: patch


📝 Commits (2)

  • 5310c1c Add Cromite browser
  • 86ab4ff Merge branch 'master' into patch

📊 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

Bitwarden autofill doesn't work in cromite
Cromite is fork of bromite aims to privacy and security.

Code changes

  • AutofillHelpers.cs: Added "org.cromite.cromite",
  • AccessibilityHelpers.cs: Added new Browser("org.cromite.cromite", "url_bar"),
  • autofillservice.xml Added <compatibility-package android:name="org.cromite.cromite" android:maxLongVersionCode="10000000000"/>

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/2640 **Author:** [@Indra881](https://github.com/Indra881) **Created:** 7/22/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `patch` --- ### 📝 Commits (2) - [`5310c1c`](https://github.com/bitwarden/android/commit/5310c1c3e5e53ccf62160cfa90126a26ff27b52a) Add Cromite browser - [`86ab4ff`](https://github.com/bitwarden/android/commit/86ab4ff1ac4c0088822348a1ef81cb0ed32624fd) Merge branch 'master' into patch ### 📊 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 Bitwarden autofill doesn't work in cromite Cromite is fork of bromite aims to privacy and security. ## 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--> * **AutofillHelpers.cs:** Added `"org.cromite.cromite",` * **AccessibilityHelpers.cs:** Added `new Browser("org.cromite.cromite", "url_bar"),` * **autofillservice.xml** Added `<compatibility-package android:name="org.cromite.cromite" android:maxLongVersionCode="10000000000"/>` ## 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:37:57 -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#29708