[PR #2427] [CLOSED] [PM-1568] Support Mulch browser for autofill #3560

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2427
Author: @fd1f
Created: 3/23/2023
Status: Closed

Base: mainHead: master


📝 Commits (10+)

  • d9a8182 Bumped version to 2022.6.0 (#1968)
  • a6ddc24 Bumped version to 2022.6.1 (#1969)
  • dbc1e5e Fix crash when trying to Focus an Entry from a background thread and improved the code so there are fewer direct access from the VM to the View (#1879)
  • 448cce3 Improved BroadcastService and added try...catch on async void callbacks (#1917)
  • e2502e2 Improved the ServiceContainer to be easier to use and not to have the service name hardcoded to register/resolve a service (#1865)
  • d246d1d EC-297 Fix possible crash when copying password on cipher item view. Also improved a bit the code of copying commands (#1974)
  • 547e61a Fix formatting (#1975)
  • 6c7413e replace link to mobile section of contributing documentation with working link (#1978)
  • 58a3662 Add user verification to reset password request (#1980)
  • cd56a12 [EC-303] Add warning when vault timeout is set to "Never" (#1976)

📊 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 adds the Mulch to the autofill whitelist.

Code changes

  • src/Android/Accessibility/AccessibilityHelpers.cs
  • src/Android/Autofill/AutofillHelpers.cs
  • src/Android/Resources/xml/autofillservice.xml

All to add Mulch support.


🔄 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/2427 **Author:** [@fd1f](https://github.com/fd1f) **Created:** 3/23/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d9a8182`](https://github.com/bitwarden/android/commit/d9a818279f47a1f42279d6973b33cb763a7ca81d) Bumped version to 2022.6.0 (#1968) - [`a6ddc24`](https://github.com/bitwarden/android/commit/a6ddc2496f02de78a201a9f0f34e8e763bffa9af) Bumped version to 2022.6.1 (#1969) - [`dbc1e5e`](https://github.com/bitwarden/android/commit/dbc1e5ea3e7bd11745e3256c6faede493b1af74d) Fix crash when trying to Focus an Entry from a background thread and improved the code so there are fewer direct access from the VM to the View (#1879) - [`448cce3`](https://github.com/bitwarden/android/commit/448cce38e1968954b809c9f06c5b877e6bfd1aeb) Improved BroadcastService and added try...catch on async void callbacks (#1917) - [`e2502e2`](https://github.com/bitwarden/android/commit/e2502e2e0c4f6a0012430c9f7cc2e0b577909202) Improved the ServiceContainer to be easier to use and not to have the service name hardcoded to register/resolve a service (#1865) - [`d246d1d`](https://github.com/bitwarden/android/commit/d246d1dece1608dd94b47badd3256a080162a02b) EC-297 Fix possible crash when copying password on cipher item view. Also improved a bit the code of copying commands (#1974) - [`547e61a`](https://github.com/bitwarden/android/commit/547e61a66bd8123e2f11e9fa07d96a3bd61766f7) Fix formatting (#1975) - [`6c7413e`](https://github.com/bitwarden/android/commit/6c7413e38ce63def791e1909dbbc55cafd356c04) replace link to mobile section of contributing documentation with working link (#1978) - [`58a3662`](https://github.com/bitwarden/android/commit/58a3662d0faad97d081d680d9769fef762a60b57) Add user verification to reset password request (#1980) - [`cd56a12`](https://github.com/bitwarden/android/commit/cd56a124d5cde287f7f13a2b23090de6c5860a9b) [EC-303] Add warning when vault timeout is set to "Never" (#1976) ### 📊 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 - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective This PR adds the Mulch to the autofill whitelist. ## Code changes * src/Android/Accessibility/AccessibilityHelpers.cs * src/Android/Autofill/AutofillHelpers.cs * src/Android/Resources/xml/autofillservice.xml All to add Mulch support. --- <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 2025-11-26 23:34:25 -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#3560