brizental pushed to branch tor-browser-137.0a1-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
a34445f5 by Beatriz Rizental at 2025-05-13T16:17:33+02:00
fixup! [android] Disable features and functionality
- - - - -
2 changed files:
-
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Components.kt
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Core.kt
Changes:
=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Components.kt
=====================================
@@ -233,7 +233,7 @@ class Components(private val context: Context) {
controller = nimbus.messaging,
settings = settings,
),
- MetricsMiddleware(metrics = analytics.metrics),
+ // MetricsMiddleware(metrics = analytics.metrics),
CrashReportingAppMiddleware(
CrashMiddleware(
cache = SettingsCrashReportCache(settings),
=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Core.kt
=====================================
@@ -324,7 +324,7 @@ class Core(
RecentlyClosedMiddleware(recentlyClosedTabsStorage,
RECENTLY_CLOSED_MAX),
DownloadMiddleware(context, DownloadService::class.java),
ReaderViewMiddleware(),
- TelemetryMiddleware(context, context.settings(), metrics,
crashReporter),
+ // TelemetryMiddleware(context, context.settings(), metrics,
crashReporter),
ThumbnailsMiddleware(thumbnailStorage),
UndoMiddleware(context.getUndoDelay()),
RegionMiddleware(context, locationService),
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a34445f59bd0afbdd33d6b352d62c2b9e2c1176e
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a34445f59bd0afbdd33d6b352d62c2b9e2c1176e
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]