[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.3.0esr-15.0-1] 2 commits: TB 40041 [android]: Implement Tor Network Settings



Title: GitLab

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:

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 {
    739 739
         var whatsappLinkSharingEnabled by lazyFeatureFlagPreference(
    
    740 740
             key = appContext.getPreferenceKey(R.string.pref_key_link_sharing),
    
    741 741
             featureFlag = true,
    
    742
    -        default = { FxNimbus.features.sentFromFirefox.value().enabled },
    
    742
    +        default = { false },
    
    743 743
         )
    
    744 744
     
    
    745 745
         var linkSharingSettingsSnackbarShown by booleanPreference(
    

  • mobile/android/fenix/app/src/main/res/xml/preferences.xml
    ... ... @@ -232,12 +232,13 @@
    232 232
                 app:iconSpaceReserved="false"
    
    233 233
                 android:title="@string/preferences_customize_extension_collection" />
    
    234 234
     
    
    235
    -        <!--
    
    236 235
             <androidx.preference.Preference
    
    237 236
                 android:key="@string/pref_key_link_sharing"
    
    238 237
                 app:iconSpaceReserved="false"
    
    238
    +            app:isPreferenceVisible="false"
    
    239 239
                 android:title="@string/preferences_link_sharing" />
    
    240 240
     
    
    241
    +        <!--
    
    241 242
             <androidx.preference.Preference
    
    242 243
                 android:key="@string/pref_key_open_links_in_apps"
    
    243 244
                 android:title="@string/preferences_open_links_in_apps"
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx