morgan pushed to branch tor-browser-128.13.0esr-14.5-1 at The Tor Project /
Applications / Tor Browser
Commits:
a7a52bcf by clairehurst at 2025-08-05T14:47:25+00:00
fixup! [android] Implement Android-native Connection Assist UI
Bug 43645: Swiping away doesn't always disconnect from tor
- - - - -
295c151d by Dan Ballard at 2025-08-05T14:47:31+00:00
fixup! TB 40023: [android] Stop PrivateNotificationService
Bug 43346: revert patch, not needed anymore
- - - - -
2 changed files:
-
mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt
Changes:
=====================================
mobile/android/android-components/components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
=====================================
@@ -44,7 +44,6 @@ class PrivateNotificationFeature<T :
AbstractPrivateNotificationService>(
}
override fun stop() {
- applicationContext.stopService(Intent(applicationContext,
notificationServiceClass.java))
scope?.cancel()
}
}
=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt
=====================================
@@ -635,6 +635,10 @@ open class HomeActivity : LocaleAwareAppCompatActivity(),
NavHostActivity, TorAn
override fun onDestroy() {
super.onDestroy()
+ if (isFinishing) {
+ exitProcess(0)
+ }
+
// Diagnostic breadcrumb for "Display already aquired" crash:
// https://github.com/mozilla-mobile/android-components/issues/7960
breadcrumb(
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/1dab3d1c5301a4825aab0067683add4d1b63c6ba...295c151d96709e71288f5c59724714592bdd27de
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/1dab3d1c5301a4825aab0067683add4d1b63c6ba...295c151d96709e71288f5c59724714592bdd27de
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]