[PR #866] [MERGED] [Browser lists] Accessibility Service: add Tor Browser, Firefox Lite and Opera Mini Beta #2626

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

📋 Pull Request Information

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

Base: masterHead: SupportedBrowsers-sync


📝 Commits (1)

  • 6657bfa AccessibilityHelpers.SupportedBrowsers: add Tor Browser, Firefox Lite and Opera Mini Beta

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 src/Android/Accessibility/AccessibilityHelpers.cs (+3 -0)

📄 Description

This adds Tor Browser, Firefox Lite ¹ and Opera Mini Beta browsers to AccessibilityHelpers.SupportedBrowsers.

The resource-id value of these has been checked.

These three browser entries were missing there, see screenshot below:
browser_lists_comparison_A-Z
(left: AutofillHelpers.{TrustedBrowsers+CompatBrowsers} combined and sorted alphabetically /
right: AccessibilityHelpers.SupportedBrowsers sorted alphabetically)


¹ Formerly known as Firefox Rocket, this browser launched a few years ago, is the lite version of Firefox (approx. 6 MB), based on the Android WebView system component and intended for the following markets at the time of writing: China, Indonesia, India, The Philippines, Thailand and Vietnam. See this page.

More details (screenshot) ...

Firefox_Lite_resource-id
(I needed to download the APK via APKMirror for this test therefore, since restricted to these countries on the Play Store. Note that the APK file can also be downloaded from their GitHub. Can be compiled from source too; confirming this resource-id value is therefore easy.)


🔄 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/866 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 4/30/2020 **Status:** ✅ Merged **Merged:** 5/1/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `SupportedBrowsers-sync` --- ### 📝 Commits (1) - [`6657bfa`](https://github.com/bitwarden/android/commit/6657bfa5a848f1564168f2543f4b3c5981e4c11a) AccessibilityHelpers.SupportedBrowsers: add Tor Browser, Firefox Lite and Opera Mini Beta ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+3 -0) </details> ### 📄 Description This adds **[Tor Browser](https://play.google.com/store/apps/details?id=org.torproject.torbrowser)**, **[Firefox Lite](https://play.google.com/store/apps/details?id=org.mozilla.rocket)** ¹ and **[Opera Mini Beta](https://play.google.com/store/apps/details?id=com.opera.mini.native.beta)** browsers to `AccessibilityHelpers.SupportedBrowsers`. The resource-id value of these has been checked. These three browser entries were missing there, see screenshot below: ![browser_lists_comparison_A-Z](https://user-images.githubusercontent.com/4764956/80758841-92772c80-8b36-11ea-8861-5892afc57aa8.png) _(**left:** `AutofillHelpers.{TrustedBrowsers+CompatBrowsers}` combined and sorted alphabetically **/** **right:** `AccessibilityHelpers.SupportedBrowsers` sorted alphabetically)_ ___ ¹ Formerly known as _Firefox Rocket_, this browser launched a few years ago, is the lite version of Firefox (approx. 6 MB), based on the Android WebView system component and intended for the following markets at the time of writing: China, Indonesia, India, The Philippines, Thailand and Vietnam. See [this page](https://support.mozilla.org/en-US/kb/get-started-firefox-lite). <details> <summary>More details (screenshot) ...</summary> ![Firefox_Lite_resource-id](https://user-images.githubusercontent.com/4764956/80759072-fd286800-8b36-11ea-8fe3-4361db2254b4.png) _(I needed to download the APK via [APKMirror](https://www.apkmirror.com/apk/mozilla/firefox-rocket-fast-and-lightweight-web-browser/) for this test therefore, since restricted to these countries on the Play Store. Note that the APK file can also be downloaded from [their GitHub](https://github.com/mozilla-tw/FirefoxLite/releases). Can be compiled from [source](https://github.com/mozilla-tw/FirefoxLite) too; confirming this [resource-id value](https://github.com/mozilla-tw/FirefoxLite/search?l=XML&q=display_url) is therefore easy.)_ </details> --- <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:52 -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#2626