[PR #1116] [MERGED] Firefox (+ some forks): switch resource-id priority order #2754

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1116
Author: @contribucious
Created: 10/14/2020
Status: Merged
Merged: 10/15/2020
Merged by: @mpbw2

Base: masterHead: firefox-plus-some-forks--switch-resource-id-priority-order


📝 Commits (1)

  • 416b523 Firefox (+ some forks): switch resource-id priority order

📊 Changes

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

View changed files

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

📄 Description

This:

  • switches the order of priority "Fennec,Fenix" to "Fenix,Fennec" for org.mozilla.firefox (+ for some Firefox forks which have already switched to a Fenix base).
     
Read more …

Freshly downloaded APKs

$ strings -f *.apk | egrep "url_bar_title|mozac_browser_toolbar_url_view"
com.qwant.liberty_40000271_apps.evozi.com.apk: mozac_browser_toolbar_url_view
org.mozilla.fennec_fdroid_811320.apk: mozac_browser_toolbar_url_view
org.mozilla.firefox_81.1.4-2015768387_minAPI21(arm64-v8a)(nodpi)_apkmirror.com.apk: mozac_browser_toolbar_url_view
org.torproject.torbrowser_alpha_10.0a8_(81.1.2-Beta)-2015713931_minAPI21(arm64-v8a)(nodpi)_apkmirror.com.apk: mozac_browser_toolbar_url_view

About

♦️ Firefox Browser: fast, private & safe web browser

New resource-id used since v79 (1, 2, 3).

💠 Qwant - Privacy & Ethics

v4 (1, 2, 3) in gradual deployment. You might still have v3.5.0 in your Google Play Store.

💠 Tor Browser (Alpha)

See their news on this subject.

💠 Fennec F-Droid

They kept the historical name (despite "Fennec" in it), the package name too, but they did migrate to a Fenix base.

Bonus

// [DEPRECATED] added for org.mozilla.fenix.nightly and org.mozilla.fennec_aurora.
Because regarding Firefox for Android, since the transition/simplification, only exist:


🔄 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/1116 **Author:** [@contribucious](https://github.com/contribucious) **Created:** 10/14/2020 **Status:** ✅ Merged **Merged:** 10/15/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `firefox-plus-some-forks--switch-resource-id-priority-order` --- ### 📝 Commits (1) - [`416b523`](https://github.com/bitwarden/android/commit/416b52308dfab1eea993a17aa04f99e5d0e7ae42) Firefox (+ some forks): switch resource-id priority order ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Accessibility/AccessibilityHelpers.cs` (+6 -6) </details> ### 📄 Description ### This: - switches the order of priority "Fennec,Fenix" to "Fenix,Fennec" for `org.mozilla.firefox` (+ for some Firefox forks which have already switched to a Fenix base). &nbsp; <details> <summary>Read more …</summary> # Freshly downloaded APKs ```bash $ strings -f *.apk | egrep "url_bar_title|mozac_browser_toolbar_url_view" com.qwant.liberty_40000271_apps.evozi.com.apk: mozac_browser_toolbar_url_view org.mozilla.fennec_fdroid_811320.apk: mozac_browser_toolbar_url_view org.mozilla.firefox_81.1.4-2015768387_minAPI21(arm64-v8a)(nodpi)_apkmirror.com.apk: mozac_browser_toolbar_url_view org.torproject.torbrowser_alpha_10.0a8_(81.1.2-Beta)-2015713931_minAPI21(arm64-v8a)(nodpi)_apkmirror.com.apk: mozac_browser_toolbar_url_view ``` # About #### :diamonds: _Firefox Browser: fast, private & safe web browser_ New resource-id used since v79 ([1](https://user-images.githubusercontent.com/4764956/96039124-778c4080-0e68-11eb-8de9-747f32668036.png), [2](https://user-images.githubusercontent.com/4764956/96039126-7824d700-0e68-11eb-8799-7621b2efbdff.png), [3](https://user-images.githubusercontent.com/4764956/96039127-78bd6d80-0e68-11eb-9fd0-cc0f051b0aa5.png)). #### :diamond_shape_with_a_dot_inside: Qwant - Privacy & Ethics v4 ([1](https://user-images.githubusercontent.com/4764956/96038890-1fedd500-0e68-11eb-8ac9-1d87285e0a48.png), [2](https://user-images.githubusercontent.com/4764956/96038896-211f0200-0e68-11eb-8e2d-3ed250e96035.png), [3](https://user-images.githubusercontent.com/4764956/96038897-211f0200-0e68-11eb-998a-847c90238b18.png)) in gradual deployment. You might still have v3.5.0 in your Google Play Store. #### :diamond_shape_with_a_dot_inside: Tor Browser (Alpha) See [their news](https://blog.torproject.org/new-release-tor-browser-100a8) on this subject. #### :diamond_shape_with_a_dot_inside: Fennec F-Droid They kept the historical name (despite "Fennec" in it), the package name too, but they [did migrate](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) to a Fenix base. # :heavy_plus_sign: Bonus **`// [DEPRECATED]`** added for `org.mozilla.fenix.nightly` and `org.mozilla.fennec_aurora`. Because regarding **Firefox for Android**, since the transition/simplification, only exist: - [org.mozilla.firefox](https://play.google.com/store/apps/details?id=org.mozilla.firefox) -> stable - [org.mozilla.firefox_beta](https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta) -> beta - [org.mozilla.fenix](https://play.google.com/store/apps/details?id=org.mozilla.fenix) -> nightly </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:23:39 -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#2754