[PR #2886] add Waterfox Android support from FD399097 #3865

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

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

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 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.
**Original Pull Request:** https://github.com/bitwarden/android/pull/2886 **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 [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.
GiteaMirror added the pull-request label 2025-11-26 23:38:02 -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#3865