Skip to content

Commit c1f3350

Browse files
committed
Fix bugs (CSV export, 2 NPEs), limit crash reports, add disclaimer.
1 parent a694914 commit c1f3350

24 files changed

+235
-37
lines changed

.idea/compiler.xml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/Kollnig___Oxford___GPL.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TrackerControl (work-in-progress)
22

3-
**If you're missing features or find bugs, use the issue tracker or contact me at tc@kollnig.net.**
3+
**If you're missing features or find bugs, use the issue tracker or contact Konrad directly (tc@kollnig.net).**
44

55
TrackerControl allows users to monitor and control the widespread,
66
ongoing, hidden data collection in mobile apps about user behaviour ('tracking').
@@ -31,10 +31,13 @@ TrackerControl was developed by Konrad Kollnig, as part of his MSc thesis
3131
in Computer Science at the University of Oxford, under the supervision
3232
of Professor Max van Kleek.
3333

34-
## Installation / Download
35-
The app can be [downloaded here](https://github.com/OxfordHCC/tracker-control-android/releases).
34+
## Installation
35+
Disclaimer: The app is **very experimental** and should not be used on
36+
your regular phone.
3637

37-
Alternatively, there exists a [repository for F-Droid](https://apt.izzysoft.de/fdroid/index/apk/net.kollnig.missioncontrol).
38+
1. Install the [F-Droid](https://f-droid.org/) app store.
39+
2. Start F-Droid, open its settings, and add the new repository: https://apt.izzysoft.de/fdroid/repo
40+
3. Search for "TrackerControl" from the main screen of F-Droid and install.
3841

3942
## Key Highlights
4043
TrackerControl provides

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId 'net.kollnig.missioncontrol'
2626
minSdkVersion 22
2727
targetSdkVersion 29
28-
versionCode 9
29-
versionName "1.0.0-alpha8"
28+
versionCode 10
29+
versionName "1.0.0-alpha9"
3030
}
3131

3232
buildTypes {

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<!-- Attempts to reestablish VPN on reboot -->
6363
<intent-filter>
6464
<action android:name="android.intent.action.BOOT_COMPLETED" />
65-
<category android:name="android.intent.category.DEFAULT" />
6665
</intent-filter>
6766
</receiver>
6867

0 commit comments

Comments
 (0)