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

Closed
opened 2026-05-27 05:10:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2816
Author: @mbestavros
Created: 10/8/2023
Status: Closed

Base: masterHead: add-cromite-support


📝 Commits (1)

  • 166fc15 Add support for the Cromite Android browser

📊 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

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.

🔄 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/2816 **Author:** [@mbestavros](https://github.com/mbestavros) **Created:** 10/8/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-cromite-support` --- ### 📝 Commits (1) - [`166fc15`](https://github.com/bitwarden/android/commit/166fc15a59335d59ad577271ded90e97cfed21d2) Add support for the Cromite Android browser ### 📊 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 - [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. --- <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-05-27 05:10:09 -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#90402