[PR #695] [MERGED] Replaced accessibility service notification with in-line overlay. #8692

Closed
opened 2026-04-11 02:00:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: feature-accessibility-overlay


📝 Commits (3)

  • bb39bd3 Replaced accessibility service notification with in-line overlay. Requires draw-over permission to be enabled (will prompt if not, though this will be enhanced in subsequent commits)
  • 012b71b Updated with requested changes
  • a361633 Fix for FDroid build

📊 Changes

6 files changed (+209 additions, -126 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+91 -0)
📝 src/Android/Accessibility/AccessibilityService.cs (+104 -125)
📝 src/Android/Properties/AndroidManifest.xml (+1 -0)
📝 src/Android/Resources/xml/accessibilityservice.xml (+1 -1)
📝 src/App/Resources/AppResources.Designer.cs (+9 -0)
📝 src/App/Resources/AppResources.resx (+3 -0)

📄 Description

Replaced accessibility service notification with in-line overlay. Requires draw-over permission to be enabled (will prompt if not, though this will be enhanced in subsequent commits)


🔄 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/695 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 1/9/2020 **Status:** ✅ Merged **Merged:** 1/9/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `feature-accessibility-overlay` --- ### 📝 Commits (3) - [`bb39bd3`](https://github.com/bitwarden/android/commit/bb39bd3287d5dfb31bca3aec54905d04fe065066) Replaced accessibility service notification with in-line overlay. Requires draw-over permission to be enabled (will prompt if not, though this will be enhanced in subsequent commits) - [`012b71b`](https://github.com/bitwarden/android/commit/012b71b59d03a58af0aed231ac65cdc5fb1c43d1) Updated with requested changes - [`a361633`](https://github.com/bitwarden/android/commit/a3616334eb898543f0bd7bf30ba0de0f5360bf28) Fix for FDroid build ### 📊 Changes **6 files changed** (+209 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+91 -0) 📝 `src/Android/Accessibility/AccessibilityService.cs` (+104 -125) 📝 `src/Android/Properties/AndroidManifest.xml` (+1 -0) 📝 `src/Android/Resources/xml/accessibilityservice.xml` (+1 -1) 📝 `src/App/Resources/AppResources.Designer.cs` (+9 -0) 📝 `src/App/Resources/AppResources.resx` (+3 -0) </details> ### 📄 Description Replaced accessibility service notification with in-line overlay. Requires draw-over permission to be enabled (will prompt if not, though this will be enhanced in subsequent commits) --- <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-11 02:00:49 -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#8692