[PR #700] [MERGED] Accessibility overlay support for username field and scroll tracking #44153

Closed
opened 2026-04-26 11:23:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/700
Author: @mpbw2
Created: 1/13/2020
Status: Merged
Merged: 1/13/2020
Merged by: @kspearrin

Base: masterHead: feature-acc-usernamefield


📝 Commits (3)

  • 8e847ef Trigger overlay prompt when focusing on username field
  • 2325897 Adjust accessibility overlay position in response to scroll events
  • 7414e92 Get username EditText with a single pass of the node tree, plus additional cleanup

📊 Changes

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

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+82 -10)
📝 src/Android/Accessibility/AccessibilityService.cs (+81 -49)
📝 src/Android/Resources/xml/accessibilityservice.xml (+1 -1)

📄 Description

No description provided


🔄 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/700 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 1/13/2020 **Status:** ✅ Merged **Merged:** 1/13/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `feature-acc-usernamefield` --- ### 📝 Commits (3) - [`8e847ef`](https://github.com/bitwarden/android/commit/8e847efc29f674bf86a5905fa31c9537c1a61d74) Trigger overlay prompt when focusing on username field - [`2325897`](https://github.com/bitwarden/android/commit/23258972c5977af003827d2812f448e97f7f6a61) Adjust accessibility overlay position in response to scroll events - [`7414e92`](https://github.com/bitwarden/android/commit/7414e9278122bc529258288d9dd0a9a6667566db) Get username EditText with a single pass of the node tree, plus additional cleanup ### 📊 Changes **3 files changed** (+164 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+82 -10) 📝 `src/Android/Accessibility/AccessibilityService.cs` (+81 -49) 📝 `src/Android/Resources/xml/accessibilityservice.xml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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-26 11:23:50 -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#44153