[PR #965] [MERGED] Fix for accessibility overlay on Android 5 & 6 #2688

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

📋 Pull Request Information

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

Base: masterHead: bugfix-accessibility


📝 Commits (2)

  • ea31fdc Fix for accessibility overlay on Android 5 & 6
  • 82e24ea changed to skip check outright until API 26

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+6 -1)

📄 Description

Turns out that while AccessibilityWindowInfo was added in Android 5, AccessibilityWindowInfo.Title didn't show up until Android 7. We recently added the Title check to prevent any drawing conflicts with autofill windows. Changed to just skip the check outright until Android 8 (when autofill was introduced).


🔄 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/965 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 6/8/2020 **Status:** ✅ Merged **Merged:** 6/8/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `bugfix-accessibility` --- ### 📝 Commits (2) - [`ea31fdc`](https://github.com/bitwarden/android/commit/ea31fdc746322a0f3ac8b4fc1eadd5f3164eddb5) Fix for accessibility overlay on Android 5 & 6 - [`82e24ea`](https://github.com/bitwarden/android/commit/82e24ea0c0e7af37b24b2435940c8c5cec0bed3e) changed to skip check outright until API 26 ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+6 -1) </details> ### 📄 Description Turns out that while `AccessibilityWindowInfo` was added in Android 5, `AccessibilityWindowInfo.Title` didn't show up until Android 7. We recently added the `Title` check to prevent any drawing conflicts with autofill windows. Changed to just skip the check outright until Android 8 (when autofill was introduced). --- <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:22:44 -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#2688