You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be honest about app breakage in blocking mode descriptions
Each mode now clearly states the expected breakage level:
- Minimal: limited breakage
- Standard: some apps will break, need manual exclusion
- Strict: significant breakage, many apps need exclusion
Onboarding and settings descriptions point users to Troubleshooting
in the app menu for help with broken apps. Removed "Recommended"
label from Standard since all modes have real tradeoffs.
https://claude.ai/code/session_01WxVqHGC5HpTYXmqfoUpWzy
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -456,21 +456,21 @@ Sincerely,\n\n]]></string>
456
456
<stringname="summary_sni_enabled">Extract hostnames from TLS connections for more accurate tracker detection. Warning: this leaks your IP address to tracker servers. Only enable for research.</string>
<stringname="summary_blocking_mode_minimal">Minimal: Only blocks trackers from the DuckDuckGo list that are safe to block. Browsers and known incompatible apps are automatically excluded. Fewest app issues.</string>
460
-
<stringname="summary_blocking_mode_standard">Standard: Blocks all known trackers from multiple lists (X-Ray, Disconnect, DuckDuckGo). Essential services (e.g. content delivery) are allowed. Good balance of privacy and compatibility.</string>
461
-
<stringname="summary_blocking_mode_strict">Strict: Blocks all known trackers including essential services and ambiguous shared-IP domains. Maximum privacy but some apps may break.</string>
459
+
<stringname="summary_blocking_mode_minimal">Minimal: Only blocks trackers from the DuckDuckGo list that are safe to block. Browsers and known incompatible apps are automatically excluded. Limited app breakage.</string>
460
+
<stringname="summary_blocking_mode_standard">Standard: Blocks all known trackers from multiple lists (X-Ray, Disconnect, DuckDuckGo). Essential services are allowed. Some apps will break and may need to be manually excluded (see Troubleshooting in the app menu).</string>
461
+
<stringname="summary_blocking_mode_strict">Strict: Blocks all known trackers including essential services and ambiguous shared-IP domains. Many apps will break and need to be manually excluded (see Troubleshooting in the app menu).</string>
<stringname="onboarding_blockingmode_desc">How aggressively should TrackerControl block trackers? You can change this later in Settings.</string>
467
+
<stringname="onboarding_blockingmode_desc">How aggressively should TrackerControl block trackers? Higher modes block more but will require you to manually exclude some apps. You can change this later in Settings, and find help under Troubleshooting in the app menu.</string>
<stringname="onboarding_blockingmode_minimal_desc">Blocks only confirmed trackers that are safe to block. Fewest app issues. Good for most users.</string>
<stringname="onboarding_blockingmode_standard_desc">Blocks all known trackers from multiple lists. Essential services are allowed. Good balance of privacy and compatibility.</string>
469
+
<stringname="onboarding_blockingmode_minimal_desc">Blocks only confirmed trackers that are safe to block. Limited app breakage. Good for most users.</string>
<stringname="onboarding_blockingmode_standard_desc">Blocks all known trackers from multiple lists. Some apps will break and need to be manually excluded.</string>
<stringname="onboarding_blockingmode_strict_desc">Blocks everything including essential services and ambiguous domains. Maximum privacy but some apps may break.</string>
473
+
<stringname="onboarding_blockingmode_strict_desc">Blocks everything including essential services and ambiguous domains. Significant app breakage — many apps will need to be manually excluded.</string>
0 commit comments