brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
ca6d41d8 by Beatriz Rizental at 2025-09-30T18:38:03+02:00
TB 40041 [android]: Implement Tor Network Settings

Undo rebase mistake. An unrelated pref was accidentally
disabled in this commit. We do want it disabled, it's just
unrelated here.

Will remove it from here and then add it to another commit.

- - - - -
f84cc6f0 by Beatriz Rizental at 2025-09-30T18:38:03+02:00
fixup! [android] Override settings

Disable "Sent from Firefox" share thingy.

- - - - -


2 changed files:

- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
- mobile/android/fenix/app/src/main/res/xml/preferences.xml


Changes:

=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
=====================================
@@ -739,7 +739,7 @@ class Settings(private val appContext: Context) : 
PreferencesHolder {
     var whatsappLinkSharingEnabled by lazyFeatureFlagPreference(
         key = appContext.getPreferenceKey(R.string.pref_key_link_sharing),
         featureFlag = true,
-        default = { FxNimbus.features.sentFromFirefox.value().enabled },
+        default = { false },
     )
 
     var linkSharingSettingsSnackbarShown by booleanPreference(


=====================================
mobile/android/fenix/app/src/main/res/xml/preferences.xml
=====================================
@@ -232,12 +232,13 @@
             app:iconSpaceReserved="false"
             android:title="@string/preferences_customize_extension_collection" 
/>
 
-        <!--
         <androidx.preference.Preference
             android:key="@string/pref_key_link_sharing"
             app:iconSpaceReserved="false"
+            app:isPreferenceVisible="false"
             android:title="@string/preferences_link_sharing" />
 
+        <!--
         <androidx.preference.Preference
             android:key="@string/pref_key_open_links_in_apps"
             android:title="@string/preferences_open_links_in_apps"



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/d2f8f4958ed40ef2c57a912e224f2b60a86df92f...f84cc6f017071e152f38239fc2e71cc180c2b049

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/d2f8f4958ed40ef2c57a912e224f2b60a86df92f...f84cc6f017071e152f38239fc2e71cc180c2b049
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to