[PR #2816] [PM-4250] Add support for the Cromite Android browser #3825

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

Original Pull Request: https://github.com/bitwarden/android/pull/2816

State: closed
Merged: No


Type of change

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

Objective

This PR is meant to add complete autofill support for the Cromite Android browser.

Cromite is a fork of the popular Bromite privacy browser, which Bitwarden already supports. Unfortunately, Bromite has been abandoned for 10+ months at this point, with its last update to Chrome 108 happening near the end of 2022. Cromite is maintained by a former Bromite contributor, and has proven reliable at keeping up with Chromium's frequent version updates since then, making it a natural choice for those looking for a safe-to-use Bromite alternative.

Code changes

  • src/Android/Accessibility/AccessibilityHelpers.cs: Added a new Browser object to the SupportedBrowsers dictionary to add support for Cromite.
  • src/Android/Autofill/AutofillHelpers.cs: Added a new item to the CompatBrowsers hashset to add support for Cromite.
  • src/Android/Resources/xml/autofillservice.xml: Added a new compatibility-package object to add support for Cromite.
**Original Pull Request:** https://github.com/bitwarden/android/pull/2816 **State:** closed **Merged:** No --- ## Type of change - [ ] Bug fix - [ ] New feature development - [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This PR is meant to add complete autofill support for the [Cromite](https://github.com/uazo/cromite) Android browser. Cromite is a fork of the popular Bromite privacy browser, which Bitwarden already supports. Unfortunately, Bromite has been abandoned for 10+ months at this point, with its last [update](https://github.com/bromite/bromite/releases/tag/108.0.5359.156) to Chrome 108 happening near the end of 2022. Cromite is maintained by a former Bromite contributor, and has proven reliable at keeping up with Chromium's frequent version updates since then, making it a natural choice for those looking for a safe-to-use Bromite alternative. ## 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--> * **`src/Android/Accessibility/AccessibilityHelpers.cs`:** Added a new `Browser` object to the `SupportedBrowsers` dictionary to add support for Cromite. * **`src/Android/Autofill/AutofillHelpers.cs`:** Added a new item to the `CompatBrowsers` hashset to add support for Cromite. * **`src/Android/Resources/xml/autofillservice.xml`:** Added a new `compatibility-package` object to add support for Cromite.
GiteaMirror added the pull-request label 2025-11-26 23:37:37 -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#3825