[PR #2735] [PM-3511] Implemented new Auto-fill Settings View #3777

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

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

State: closed
Merged: Yes


Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Implement new Settings view for Auto-fill.

Code changes

  • DeviceActionService.cs: Moved platform specific checks to be done here.
  • AutofillSettingsPage: Implemented new autofill settings view.
  • AutofillSettingsPageViewModel.cs/.android.cs/.ios.cs: New ViewModel for autofill settings view. This is in three different files as partial classes to divide specific logic for Common/Android/iOS.
  • SecuritySettingsPage.xaml: Updated Styles
  • Base/Android/iOS.xaml: Added new styles for settings
  • AutofillHandler.cs: Updated behavior here to not break new approach of autofill settings.

Screenshots

Autofill settings Android Light 1

Autofill settings Android Light 1

Autofill settings Android Light 2

Autofill settings Android Light 2

Autofill settings Android Dark 1

Autofill settings Android Dark 1

Autofill settings Android Dark 2

Autofill settings Android Dark 2

Autofill settings iOS Light

Autofill settings iOS Light

Autofill settings iOS Dark

Autofill settings iOS Dark

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
**Original Pull Request:** https://github.com/bitwarden/android/pull/2735 **State:** closed **Merged:** Yes --- ## Type of change - [ ] Bug fix - [X] New feature development - [ ] 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--> Implement new Settings view for Auto-fill. ## 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--> * **DeviceActionService.cs:** Moved platform specific checks to be done here. * **AutofillSettingsPage:** Implemented new autofill settings view. * **AutofillSettingsPageViewModel.cs/.android.cs/.ios.cs:** New ViewModel for autofill settings view. This is in three different files as partial classes to divide specific logic for Common/Android/iOS. * **SecuritySettingsPage.xaml:** Updated Styles * **Base/Android/iOS.xaml:** Added new styles for settings * **AutofillHandler.cs:** Updated behavior here to not break new approach of autofill settings. ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ### Autofill settings Android Light 1 <img width="314" alt="Autofill settings Android Light 1" src="https://github.com/bitwarden/mobile/assets/15682323/db487e6f-bc7f-4648-b544-5d07ff823d7f"> ### Autofill settings Android Light 2 <img width="314" alt="Autofill settings Android Light 2" src="https://github.com/bitwarden/mobile/assets/15682323/4f9b834e-d3c7-4e91-996e-b5b08c813505"> ### Autofill settings Android Dark 1 <img width="314" alt="Autofill settings Android Dark 1" src="https://github.com/bitwarden/mobile/assets/15682323/c30a5948-bc3b-4e1b-bc62-c4a1200611c8"> ### Autofill settings Android Dark 2 <img width="314" alt="Autofill settings Android Dark 2" src="https://github.com/bitwarden/mobile/assets/15682323/43882571-f3b2-4e69-b62a-a60b9674a9ba"> ### Autofill settings iOS Light <img width="314" alt="Autofill settings iOS Light" src="https://github.com/bitwarden/mobile/assets/15682323/e63b4482-fc8b-456c-9352-a4df12638fea"> ### Autofill settings iOS Dark <img width="314" alt="Autofill settings iOS Dark" src="https://github.com/bitwarden/mobile/assets/15682323/badb4399-e29e-4961-868c-1acf0a53f345"> ## 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
GiteaMirror added the pull-request label 2025-11-26 23:37:07 -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#3777