[PR #718] [MERGED] Accessibility Overlay Enhancements #15309

Closed
opened 2026-04-15 01:39:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/718
Author: @mpbw2
Created: 2/5/2020
Status: Merged
Merged: 2/6/2020
Merged by: @kspearrin

Base: masterHead: feature-accoverlay-anchorbottom


📝 Commits (1)

  • c1153bf Align overlay to bottom or top of anchor view depending on available space (bottom by default on initial focus). Establishing visible app height now works much better on Android 5.0+.

📊 Changes

2 files changed (+106 additions, -51 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+73 -39)
📝 src/Android/Accessibility/AccessibilityService.cs (+33 -12)

📄 Description

Align accessibility overlay to bottom or top of anchor view depending on available space (bottom by default on initial focus). This prevents blocking system prompts when long-pressing EditTexts (copy, paste, etc.). Also establishing visible app height now works much better on Android 5.0+.


🔄 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/718 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 2/5/2020 **Status:** ✅ Merged **Merged:** 2/6/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `feature-accoverlay-anchorbottom` --- ### 📝 Commits (1) - [`c1153bf`](https://github.com/bitwarden/android/commit/c1153bf11440816657e4d09b2f16fb71d10c041e) Align overlay to bottom or top of anchor view depending on available space (bottom by default on initial focus). Establishing visible app height now works much better on Android 5.0+. ### 📊 Changes **2 files changed** (+106 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+73 -39) 📝 `src/Android/Accessibility/AccessibilityService.cs` (+33 -12) </details> ### 📄 Description Align accessibility overlay to bottom or top of anchor view depending on available space (bottom by default on initial focus). This prevents blocking system prompts when long-pressing EditTexts (copy, paste, etc.). Also establishing visible app height now works much better on Android 5.0+. --- <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-15 01:39:25 -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#15309