
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: - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/view/TermsOfServiceOnboardingPage.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tabstray/TabsTrayBanner.kt Changes: ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/view/TermsOfServiceOnboardingPage.kt ===================================== @@ -186,7 +186,7 @@ private fun OnboardingPagePreview() { lineThreeText = stringResource(id = R.string.onboarding_term_of_service_line_three), lineThreeLinkText = stringResource(id = R.string.onboarding_term_of_service_line_three_link_text), ), - imageRes = R.drawable.ic_firefox, + imageRes = R.drawable.mozac_lib_crash_notification, primaryButton = Action( text = stringResource( 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 import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color +import androidx.compose.ui.platform.LocalContext import androidx.compose.ui.platform.testTag import androidx.compose.ui.res.dimensionResource import androidx.compose.ui.res.painterResource View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/548d734... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/548d734... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)