[PR #2886] [CLOSED] add Waterfox Android support from FD399097 #23243

Closed
opened 2026-04-16 23:22:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2886
Author: @atjbramley
Created: 12/4/2023
Status: Closed

Base: mainHead: PM-5126-add-waterfox-for-android-support


📝 Commits (10+)

📊 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 Waterfox Android browser.

Waterfox is getting ready for GR on Android (https://www.waterfox.net/docs/releases/G6.0b5/ )

Code changes

  • src/Android/Accessibility/AccessibilityHelpers.cs: Added a new Browser object to the SupportedBrowsers dictionary to add support for Waterfox.
  • src/Android/Autofill/AutofillHelpers.cs: Added a new item to the CompatBrowsers hashset to add support for Waterfox.
  • src/Android/Resources/xml/autofillservice.xml: Added a new compatibility-package object to add support for Waterfox.

🔄 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/2886 **Author:** [@atjbramley](https://github.com/atjbramley) **Created:** 12/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `PM-5126-add-waterfox-for-android-support` --- ### 📝 Commits (10+) - [`fde63a8`](https://github.com/bitwarden/android/commit/fde63a836d2b19a3f34192d7c54bea4082aebff6) Autosync the updated translations (#2292) - [`942d5d2`](https://github.com/bitwarden/android/commit/942d5d29d2d9a1116a6f3383960238e9fa3b0184) Bumped version to 2023.1.1 (#2297) - [`2b85478`](https://github.com/bitwarden/android/commit/2b8547878ab78c71876678c577a9277f778f9611) Fix autobump workflow (#2298) - [`f15fd24`](https://github.com/bitwarden/android/commit/f15fd246a8d60e5494ec3b87fd583f821ff23172) Passwordless login 2FA not working (#2289) - [`5aa1146`](https://github.com/bitwarden/android/commit/5aa114665744bb9d7e9e040ca1efeaebb8e29c24) Autosync the updated translations (#2310) - [`d61bc4b`](https://github.com/bitwarden/android/commit/d61bc4b5c18ab08a81fdadac72e3cb3256b81552) [SG-460] Master Password security checks (mobile) (#2312) - [`acd0cb1`](https://github.com/bitwarden/android/commit/acd0cb119dedbf8f237ad6485d76cfe8caa36caf) [PS-2324] Add honorific title mx (#2313) - [`dbfd15b`](https://github.com/bitwarden/android/commit/dbfd15b81945b299461f9283775232b891e05b2a) [PS-2275] Update the default kdf iterations to 600k. (#2305) - [`b8d53b0`](https://github.com/bitwarden/android/commit/b8d53b0f813321512d104b27245d710231a4e8f4) Argon2id KDF (#2309) - [`68a6449`](https://github.com/bitwarden/android/commit/68a6449339dbcb5a1d242849346b5ad7dda688ae) [SG-516] Additional forwarded email providers for username generator - mobile (#2304) ### 📊 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 [Waterfox](https://www.waterfox.net/) Android browser. Waterfox is getting ready for GR on Android (https://www.waterfox.net/docs/releases/G6.0b5/ ) ## 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 Waterfox. - src/Android/Autofill/AutofillHelpers.cs: Added a new item to the CompatBrowsers hashset to add support for Waterfox. - src/Android/Resources/xml/autofillservice.xml: Added a new compatibility-package object to add support for Waterfox. --- <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-16 23:22:32 -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#23243