[PR #868] [MERGED] Adblock Browser: support for v2+ (stable/beta) + Autofill Framework #2628

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/868
Author: @contribucious
Created: 5/1/2020
Status: Merged
Merged: 5/4/2020
Merged by: @mpbw2

Base: masterHead: adblock-browser-enhancements


📝 Commits (3)

  • 16a5b20 Adblock Browser (AccessibilityHelpers.SupportedBrowsers): add support for v2+ (stable/beta)
  • 2fcbe79 Adblock Browser (AutofillHelpers.CompatBrowsers): add it to the list
  • f3acbdd Adblock Browser (autofillservice.xml): add it to the list

📊 Changes

3 files changed (+10 additions, -1 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+2 -1)
📝 src/Android/Autofill/AutofillHelpers.cs (+2 -0)
📝 src/Android/Resources/xml/autofillservice.xml (+6 -0)

📄 Description

For Adblock Browser, this:

  • adds support for version 2 and later (stable and beta versions) and
  • adds it to the Android Autofill Framework list.

Version 2 is now based on Chromium.
FYI, previous versions were based on Firefox for Android.
Hence the use of the traditional url_bar as resource-id now (verified value) instead of url_bar_title.

N.B. Support for older versions in the list remains.


🔄 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/868 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 5/1/2020 **Status:** ✅ Merged **Merged:** 5/4/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `adblock-browser-enhancements` --- ### 📝 Commits (3) - [`16a5b20`](https://github.com/bitwarden/android/commit/16a5b2031023b1749898109e95b45c8268f431a4) Adblock Browser (AccessibilityHelpers.SupportedBrowsers): add support for v2+ (stable/beta) - [`2fcbe79`](https://github.com/bitwarden/android/commit/2fcbe794b9ecab14c7924d692507bb371b02f6f5) Adblock Browser (AutofillHelpers.CompatBrowsers): add it to the list - [`f3acbdd`](https://github.com/bitwarden/android/commit/f3acbdd0701713703608530c2f16d2c14134055b) Adblock Browser (autofillservice.xml): add it to the list ### 📊 Changes **3 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+2 -1) 📝 `src/Android/Autofill/AutofillHelpers.cs` (+2 -0) 📝 `src/Android/Resources/xml/autofillservice.xml` (+6 -0) </details> ### 📄 Description For **Adblock Browser**, this: - adds support for version 2 and later ([stable](https://play.google.com/store/apps/details?id=org.adblockplus.browser) and [beta](https://play.google.com/store/apps/details?id=org.adblockplus.browser.beta) versions) and - adds it to the _Android Autofill Framework_ list. Version 2 is now based on **Chromium**. FYI, previous versions were based on **Firefox for Android**. Hence the use of the traditional `url_bar` as _resource-id_ now (verified value) instead of `url_bar_title`. **N.B.** Support for older versions in the list remains. --- <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:21: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#2628