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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-135.0a1-15.0-1] 2 commits: fixup! TB 34403 [android]: Disable Normal mode by default.



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-135.0a1-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 12dc7d36
    by Pier Angelo Vendrame at 2025-05-05T17:57:10+02:00
    fixup! TB 34403 [android]: Disable Normal mode by default.
    
    Import LocalContext, which has been removed upstream.
    
  • d7d844f7
    by Pier Angelo Vendrame at 2025-05-05T17:58:00+02:00
    fixup! [android] Delete unused media
    
    Replace another ic_firefox with a file we do not delete.
    

2 changed files:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/view/TermsOfServiceOnboardingPage.kt
    ... ... @@ -186,7 +186,7 @@ private fun OnboardingPagePreview() {
    186 186
                         lineThreeText = stringResource(id = R.string.onboarding_term_of_service_line_three),
    
    187 187
                         lineThreeLinkText = stringResource(id = R.string.onboarding_term_of_service_line_three_link_text),
    
    188 188
                     ),
    
    189
    -                imageRes = R.drawable.ic_firefox,
    
    189
    +                imageRes = R.drawable.mozac_lib_crash_notification,
    
    190 190
                     primaryButton = Action(
    
    191 191
                         text = stringResource(
    
    192 192
                             id = R.string.onboarding_term_of_service_agree_and_continue_button_label,
    

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tabstray/TabsTrayBanner.kt
    ... ... @@ -32,6 +32,7 @@ import androidx.compose.runtime.setValue
    32 32
     import androidx.compose.ui.Alignment
    
    33 33
     import androidx.compose.ui.Modifier
    
    34 34
     import androidx.compose.ui.graphics.Color
    
    35
    +import androidx.compose.ui.platform.LocalContext
    
    35 36
     import androidx.compose.ui.platform.testTag
    
    36 37
     import androidx.compose.ui.res.dimensionResource
    
    37 38
     import androidx.compose.ui.res.painterResource
    

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