[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Disable features and functionality

2024-05-14 Thread ma1 (@ma1) via tor-commits


ma1 pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / 
Applications / firefox-android


Commits:
6eaa81ce by hackademix at 2024-05-15T07:39:36+02:00
fixup! Disable features and functionality

Bug 42578: Reject Android open in Tor Browser intent

- - - - -


1 changed file:

- 
fenix/app/src/main/java/org/mozilla/fenix/home/intent/HomeDeepLinkIntentProcessor.kt


Changes:

=
fenix/app/src/main/java/org/mozilla/fenix/home/intent/HomeDeepLinkIntentProcessor.kt
=
@@ -90,6 +90,15 @@ class HomeDeepLinkIntentProcessor(
 logger.info("Not opening deep link: $url")
 return
 }
+if (BuildConfig.DEEP_LINK_SCHEME.startsWith("torbrowser")) {
+// tor-browser#42578
+// TODO:
+// Maybe just warn users about linkability but
+// give them the choice to open anyway, once
+// the other deep link related issues are fixed.
+logger.info("Tor Browser rejects open intent deep link: 
$deepLink")
+return
+}
 
 activity.openToBrowserAndLoad(
 url,



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/6eaa81ce1a0101fdbaa513d22e946f77cdf910d1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/6eaa81ce1a0101fdbaa513d22e946f77cdf910d1
You're receiving this email because of your account on gitlab.torproject.org.


___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Disable features and functionality

2024-03-26 Thread Dan Ballard (@dan) via tor-commits


Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project 
/ Applications / firefox-android


Commits:
5ab6ae0a by clairehurst at 2024-03-25T13:01:48-06:00
fixup! Disable features and functionality

- - - - -


1 changed file:

- 
android-components/components/feature/addons/src/main/java/mozilla/components/feature/addons/ui/AddonsManagerAdapter.kt


Changes:

=
android-components/components/feature/addons/src/main/java/mozilla/components/feature/addons/ui/AddonsManagerAdapter.kt
=
@@ -316,7 +316,7 @@ class AddonsManagerAdapter(
 }
 
 // Add recommended section and addons if available
-if (recommendedAddons.isNotEmpty()) {
+if (false) { // recommendedAddons.isNotEmpty() tor-browser#40502: Do 
not recommend addons on Tor Browser
 
itemsWithSections.add(Section(R.string.mozac_feature_addons_recommended_section,
 true))
 val filteredRecommendedAddons = recommendedAddons.filter {
 it.id !in excludedAddonIDs



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/5ab6ae0ae3c863b8915547584a7fdbedb84745fb

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/5ab6ae0ae3c863b8915547584a7fdbedb84745fb
You're receiving this email because of your account on gitlab.torproject.org.


___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Disable features and functionality

2024-02-20 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed to branch firefox-android-115.2.1-13.5-1 at The Tor 
Project / Applications / firefox-android


Commits:
5cdf04d8 by Dan Ballard at 2024-02-14T15:01:27-08:00
fixup! Disable features and functionality

bug 42407: lock task affinity of HomeActivity to block potential on app phishing

- - - - -


1 changed file:

- fenix/app/src/main/AndroidManifest.xml


Changes:

=
fenix/app/src/main/AndroidManifest.xml
=
@@ -96,6 +96,7 @@
 android:exported="true"
 
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|layoutDirection|smallestScreenSize|screenLayout"
 android:launchMode="singleTask"
+android:taskAffinity=""
 android:resizeableActivity="true"
 android:supportsPictureInPicture="true"
 android:windowSoftInputMode="adjustResize">



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/5cdf04d89b77f57ab35ffa49e84a3f2e63589759

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/5cdf04d89b77f57ab35ffa49e84a3f2e63589759
You're receiving this email because of your account on gitlab.torproject.org.


___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits