[PR #1924] [MERGED] [PS-674] Mobile: Accessibility - expand label/name for password generator toggles #3222

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1924
Author: @andrebispo5
Created: 5/25/2022
Status: Merged
Merged: 5/25/2022
Merged by: @andrebispo5

Base: masterHead: bug/ps-674-passgen-voiceover


📝 Commits (1)

  • 29930f6 PS-674: Accessibility password generator toggles

📊 Changes

3 files changed (+60 additions, -8 deletions)

View changed files

📝 src/App/Pages/Generator/GeneratorPage.xaml (+24 -8)
📝 src/App/Resources/AppResources.Designer.cs (+24 -0)
📝 src/App/Resources/AppResources.resx (+12 -0)

📄 Description

Type of change

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

Objective

Fix accessibility text for password generator toggles.
The toggles should have a clear announcement that is understandable for assistive technology users.

Code changes

  • GeneratorPage.xaml: Added new accessibility text.
  • AppResources.resx: iOS VoiceOver does not pronounce "a to z" correctly, had to use "A to Z" on lowercase to have the expect result.

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • 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/1924 **Author:** [@andrebispo5](https://github.com/andrebispo5) **Created:** 5/25/2022 **Status:** ✅ Merged **Merged:** 5/25/2022 **Merged by:** [@andrebispo5](https://github.com/andrebispo5) **Base:** `master` ← **Head:** `bug/ps-674-passgen-voiceover` --- ### 📝 Commits (1) - [`29930f6`](https://github.com/bitwarden/android/commit/29930f64a69afc90b139589dca0ef0dd1caba77a) PS-674: Accessibility password generator toggles ### 📊 Changes **3 files changed** (+60 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Generator/GeneratorPage.xaml` (+24 -8) 📝 `src/App/Resources/AppResources.Designer.cs` (+24 -0) 📝 `src/App/Resources/AppResources.resx` (+12 -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 Fix accessibility text for password generator toggles. The toggles should have a clear announcement that is understandable for assistive technology users. ## 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--> * **GeneratorPage.xaml:** Added new accessibility text. * **AppResources.resx:** iOS VoiceOver does not pronounce "a to z" correctly, had to use "A to Z" on lowercase to have the expect result. ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] 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 2025-11-26 23:29:54 -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#3222