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
* Remove NetGuard lockdown feature (hidden/unused in TC)
NetGuard's app lockdown feature was hidden in TrackerControl
(menu_lockdown had android:visible="false") and the "lockdown" pref
defaulted to false with no UI to enable it. Remove all related code:
- ServiceSinkhole: isLockedDown(), prepareUidIPFilters lockdown check,
NOTIFY_LOCKDOWN constant, showLockdownNotification/removeLockdownNotification,
notification icon lock/rocket conditional, lockdown SharedPreferences cleanup
- Rule: lockdown field and SharedPreferences loading
- AdapterRule: lockdown persistence and related-app propagation
- ActivityMain: hidden menu item handler, legend lockdown icon
- ActivitySettings: lockdown_wifi/lockdown_other pref listener,
lockdown export/import in XML backup
- XML: menu_lockdown item, legend lockdown entry
Note: Android system VPN lockdown detection (always_on_vpn_lockdown in
Settings.Secure) used in ActivityOnboarding and ActivityMain is preserved
— that's a different feature that warns users about the system "Block
connections without VPN" setting.
https://claude.ai/code/session_01PuXevPG3gUKEXWHrgRMptV
* Fix missing closing brace in ActivitySettings.java after lockdown removal
Agent-Logs-Url: https://github.com/TrackerControl/tracker-control-android/sessions/869a1602-7f49-4251-86af-cd1fdf728cf3
Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
0 commit comments