[PR #2766] [CLOSED] [PM-3908] Add Cromite Autofill Support #16547

Closed
opened 2026-04-15 02:19:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2766
Author: @noconnor29
Created: 9/13/2023
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • c782544 Update AutofillHelpers.cs
  • e4c3c17 Update AccessibilityHelpers.cs
  • a74e54b Update autofillservice.xml

📊 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

Adding support for autofill in Cromite browser, a fork of Bromite.

Code changes

I added org.cromite.cromite as a supported Chromium browser.

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/2766 **Author:** [@noconnor29](https://github.com/noconnor29) **Created:** 9/13/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c782544`](https://github.com/bitwarden/android/commit/c7825445ec18dbc1e74fc4541d40ceb87ad518ca) Update AutofillHelpers.cs - [`e4c3c17`](https://github.com/bitwarden/android/commit/e4c3c179858668fbb6cecbc52f8ffa4e313887d4) Update AccessibilityHelpers.cs - [`a74e54b`](https://github.com/bitwarden/android/commit/a74e54b86c9903d56a38d79d26d1693dc70e5efc) Update autofillservice.xml ### 📊 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 - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Adding support for autofill in [Cromite](https://github.com/uazo/cromite) browser, a fork of [Bromite](https://github.com/bromite/bromite). ## Code changes I added org.cromite.cromite as a supported Chromium browser. ## 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-15 02:19:38 -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#16547