TrackerControl
trackercontrol.orgMonitor and control hidden data collection in mobile apps about user behavior/ tracking. Get from F-Droid
TrackerControl Source Code
Author
Description
TrackerControl Android: monitor and control trackers and ads.
Homepage
https://trackercontrol.org/License
GPL-3.0
Created
10 Nov 19
Last Updated
26 Feb 26
Latest version
Primary Language
Java
Size
28,470 KB
Stars
2,392
Forks
108
Watchers
2,392
Language Usage
Star History
Top Contributors
-
@kasnder (301)
-
@TacoTheDank (7)
-
@another-sapiens (6)
-
@Copilot (3)
-
@sguinetti (2)
-
@Atrate (1)
-
@danielskatz (1)
-
@Hedreon (1)
-
@PrivacyDragon (1)
-
@derMart (1)
-
@nvllz (1)
Recent Commits
-
Konrad Kollnig (15 Feb 26)
New Crowdin updates (#520) * New translations strings.xml (Portuguese) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian)
-
Konrad Kollnig (03 Feb 26)
clean up
-
Konrad Kollnig (03 Feb 26)
New Crowdin updates (#517) * New translations strings.xml (Romanian) * New translations strings.xml (French) * New translations strings.xml (Spanish) * New translations strings.xml (Arabic) * New translations strings.xml (Czech) * New translations strings.xml (Danish) * New translations strings.xml (German) * New translations strings.xml (Greek) * New translations strings.xml (Basque) * New translations strings.xml (Finnish) * New translations strings.xml (Hebrew) * New translations strings.xml (Hungarian) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Korean) * New translations strings.xml (Dutch) * New translations strings.xml (Norwegian) * New translations strings.xml (Polish) * New translations strings.xml (Portuguese) * New translations strings.xml (Russian) * New translations strings.xml (Slovenian) * New translations strings.xml (Turkish) * New translations strings.xml (Ukrainian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Vietnamese) * New translations strings.xml (Galician) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Persian) * New translations strings.xml (Tamil) * New translations strings.xml (Bengali) * New translations strings.xml (Estonian) * New translations strings.xml (Telugu) * New translations strings.xml (Slovenian) * New translations strings.xml (Danish) * New translations strings.xml (Danish) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Estonian)
-
Konrad Kollnig (23 Jan 26)
Version 2026012301
-
Konrad Kollnig (22 Jan 26)
block private DNS by default
-
Konrad Kollnig (22 Jan 26)
New Crowdin updates (#511) * New translations strings.xml (French) * New translations strings.xml (Finnish) * New translations strings.xml (Finnish) * New translations strings.xml (Slovenian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Slovenian) * New translations strings.xml (Hungarian) * New translations strings.xml (Hungarian)
-
Konrad Kollnig (16 Jan 26)
more reproducible
-
Konrad Kollnig (15 Jan 26)
try to make builds reproducible
-
Konrad Kollnig (15 Jan 26)
add option to show unprotected apps
-
Konrad Kollnig (13 Jan 26)
properly handle access to system settings
-
Konrad Kollnig (13 Jan 26)
clean up
-
Konrad Kollnig (13 Jan 26)
update what's new
-
Konrad Kollnig (13 Jan 26)
add correct URL
-
Copilot (13 Jan 26)
Integrate DuckDuckGo Tracker Radar for mobile-specific tracker detection (#506) * Initial plan * Add DuckDuckGo tracker blocklist integration Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> * Fix DuckDuckGo tracker loading to preserve Disconnect categories - Only overwrite if existing category is "Content" - Change default category from "Advertisement" to UNCATEGORISED - Check existing trackers before adding to avoid unwanted overwrites Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com>
-
Konrad Kollnig (13 Jan 26)
add disclaimer about static analysis #452
-
Copilot (13 Jan 26)
Fix scrollbar offset on wide screens while preserving limited width design (#498) * Initial plan * Fix applications list scrollbar margin issue on wide screens Remove horizontal and vertical padding from root RelativeLayout in main.xml to prevent scrollbar from appearing away from screen edge and to eliminate unwanted left/right margins on wide screens (≥820dp). The RecyclerView now extends to screen edges while child UI elements retain their own padding. Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> * Fix scrollbar position while maintaining limited width on large screens Add clipToPadding="false" to root RelativeLayout to allow scrollbar to be drawn at screen edge while content respects padding for limited width design on wide screens (≥820dp). This preserves the intended UX of centered content on large screens while fixing the scrollbar offset issue. Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com>
-
Konrad Kollnig (13 Jan 26)
fix DoH
-
Konrad Kollnig (13 Jan 26)
improve battery handling and cleanup of DoH
-
Konrad Kollnig (13 Jan 26)
move DoH in settings
-
Konrad Kollnig (13 Jan 26)
fix microsoft and mapbox
-
Konrad Kollnig (13 Jan 26)
New translations strings.xml (Czech) (#508)
-
Konrad Kollnig (11 Jan 26)
fix mainactivity insights: no progress, hide on search
-
Konrad Kollnig (11 Jan 26)
fix sharing image
-
Konrad Kollnig (10 Jan 26)
New Crowdin updates (#503) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified)
-
Copilot (08 Jan 26)
Reload TrackerList when hosts are automatically updated (#502) * Initial plan * Add TrackerList reload when hosts are updated - Add reloadTrackerData() method to TrackerList to clear and reload tracker data - Change trackingIps from HashSet to ConcurrentHashMap.newKeySet() for thread safety - Call reloadTrackerData() from prepareHostsBlocked() after hosts are reloaded - Invalidate tracker count cache when tracker data is reloaded - Ensures TrackerList stays in sync with updated hosts from automatic downloads Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> * Address code review feedback - Use getInstance(c) in reloadTrackerData() to ensure instance is created - Fix ActivitySettings to use reloadTrackerData() instead of loadTrackers() to properly clear old data when domain_based_blocked setting changes Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> * Add synchronization to reloadTrackerData() - Add reloadLock to synchronize tracker data reload operations - Wrap entire reload operation in synchronized block to prevent race conditions - Ensures atomic clear and reload of tracker data Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kasnder <5175206+kasnder@users.noreply.github.com>
-
Konrad Kollnig (06 Jan 26)
New Crowdin updates (#492) * New translations strings.xml (Czech) * New translations strings.xml (French) * New translations strings.xml (Slovenian) * New translations strings.xml (Romanian) * New translations strings.xml (French) * New translations strings.xml (Spanish) * New translations strings.xml (Arabic) * New translations strings.xml (Czech) * New translations strings.xml (Danish) * New translations strings.xml (German) * New translations strings.xml (Greek) * New translations strings.xml (Basque) * New translations strings.xml (Finnish) * New translations strings.xml (Hebrew) * New translations strings.xml (Hungarian) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Korean) * New translations strings.xml (Dutch) * New translations strings.xml (Norwegian) * New translations strings.xml (Polish) * New translations strings.xml (Portuguese) * New translations strings.xml (Russian) * New translations strings.xml (Slovenian) * New translations strings.xml (Turkish) * New translations strings.xml (Ukrainian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Vietnamese) * New translations strings.xml (Galician) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Persian) * New translations strings.xml (Tamil) * New translations strings.xml (Bengali) * New translations strings.xml (Estonian) * New translations strings.xml (Telugu) * New translations strings.xml (Finnish) * New translations full_description.txt (Finnish) * New translations short_description.txt (Finnish) * New translations strings.xml (Finnish) * New translations strings.xml (Finnish) * New translations strings.xml (Finnish) * New translations strings.xml (Finnish) * New translations strings.xml (Slovenian) * New translations strings.xml (Slovenian)
-
Konrad Kollnig (04 Jan 26)
disable strict mode by default
-
Konrad Kollnig (04 Jan 26)
unused method
-
Konrad Kollnig (04 Jan 26)
improve insights: add to mainactivity and allow export to friends
-
Konrad Kollnig (04 Jan 26)
fix receiver crashes
TrackerControl Website
Website
TrackerControl for Android | Monitor and control trackers and ads.
TrackerControl allows you to monitor and control the widespread, ongoing, hidden data collection in mobile apps about user behaviour (tracking).
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 185.199.111.153
- Hostname cdn-185-199-111-153.github.com
- Location California, Pennsylvania, United States of America, NA
- ISP GitHub Inc.
- ASN AS54113
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
trackercontrol.org was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
TrackerControl Android App
Update Info
- App TC Slim
- Creation Date 27 Jul 21
- Last Updated 18 Jul 24
- Current Version 2021.07.23-play
Trackers
- ACRA
Permissions
- Access Network State
- Access Wifi State
- Foreground Service
- Internet
- Query All Packages
- Read Phone State
- Receive Boot Completed
- Vibrate
- Wake Lock
- Admin
TrackerControl Reviews
More Mobile Apps
-
System-wide Tor proxy, which encrypts your connection through multiple nodes. You can also use it alongside Tor Browser to access .onion sites.
-
A firewall app for Android, which does not require root. NetGuard provides simple and advanced ways to block access to the internet, where applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection.
-
A sandbox environment, allowing you to clone selected apps and run them in an isolated box, preventing it from accessing your personal data, or device information.
-
An actively-maintained fork of the Island project with additional enhancements
-
Shows which trackers, each of your installed apps is using, so that you can better understand how your data is being collected. Uses data from the Exodus database of scanned APKs.
-
Gives you the ability to grant permissions temporarily, so that you could for example use the camera to take a profile picture, but when you close the given app, those permissions will be revoked.
-
Simple to use privacy manager for Android, that enables you to feed apps fake data when they request intimate permissions. Solves the problem caused by apps malfunctioning when you revoke permissions, and protects your real data by only sharing fake information. Enables you to hide call log, calendar, SMS messages, location, installed apps, photos, clipboard, network data plus more. And prevents access to camera, microphone, telemetry, GPS and other sensors.
-
Makes it possible to entirely freeze all background activities on a per-app basis. Intended purpose is to speed up your phone, and prolong battery life, but this app is also a great utility to stop certain apps from collecting data and tracking your actions while running in the background. See on F-Droid
-
Allows you to protect yourself, your personal space and your possessions - without compromising on security. Leveraging device sensors to monitor nearby space, Haven was developed by The Guardian Project, in partnership with Edward Snowden.
-
Triggers actions, when certain security conditions are met, such as multiple failed login attempts or monitor settings changed. It does require Tasker, and needs to be set up with ADB, device does not need to be rooted.
-
Encrypts files and folders client-side, before uploading them to cloud storage (such as Google Drive, One Drive or Dropbox), meaning none of your personal documents leave your device in plain text.
-
Lets you use CloudFlares fast and secure 1.1.1.1 DNS, with DNS over HTTPS, and also has the option to enable CloudFlares WARP+ VPN.
-
A network scanner to help you monitor and secure your WiFi network. The app is totally free, but to use the advanced controls, you will need a Fing Box.
-
An application for Android that uses various techniques to bypass DPI (Deep Packet Inspection) systems, which are used to block some sites (not available on Play store).
-
This application blocks ads and trackers, doesn't require root and works for all the apps on your Android phone. Check out how it works here.
-
Collects and analyzes mobile radio data to make you aware of your mobile network security and to warn you about threats like fake base stations (IMSI catchers), user tracking and over-the-air updates. Get from F-Droid
-
Auto-disable Bluetooth, then it is not being used. Saves battery, and prevent some security risks. Get from F-Droid
-
-
Prevent background processes gaining unauthorized access to your devices camera. Better still, use a webcam sticker.
Not Open Source -
Prevent background processes taking unauthorized screenshots, which could expose sensitive data.
Not Open Source -
Android Firewall+ (AFWall+) is an advanced iptables editor (GUI) for rooted Android devices, which provides very fine-grained control over which Android apps are allowed to access the network. Get from F-Droid
-
Simple tool, that compares SHA-1 fingerprints of the the SSL certificates seen from your device, and the certificate seen from an external network. If they do not match, this may indicate a man-in-the-middle modifying requests.
-
An open-source ad-blocker and firewall app for Android 6+ (does not require root).
-
F-Droid is an installable catalogue of FOSS applications for Android. The client enables you to browse, install, and keep track of updates on your device.
About the Data: TrackerControl
API
You can access TrackerControl's data programmatically via our API.
Simply make a GET request to:
https://api.awesome-privacy.xyz/security-tools/mobile-apps/trackercontrol The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share TrackerControl
Help your friends compare Mobile Apps, and pick privacy-respecting software and services.
Share TrackerControl and Awesome Privacy with your network!