Skip to content

Commit 7b99997

Browse files
author
Konrad Kollnig
committedFeb 10, 2022
Version 2022021001
1 parent e18f4fe commit 7b99997

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 22
99
targetSdkVersion 31
1010
//noinspection HighAppVersionCode
11-
versionCode 2022020502
12-
versionName "2022.02.05"
11+
versionCode 2022021001
12+
versionName "2022.02.10"
1313

1414
externalNativeBuild {
1515
cmake {

‎fastlane/metadata/android/en-US/changelogs/2022020502.txt renamed to ‎fastlane/metadata/android/en-US/changelogs/2022021001.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Save lots of battery when using TrackerControl UI: store results from tracker library analysis
2+
- Show number of tracker libraries in app install notifications (if this app has Internet access)
23
- Implement parsing of Server Name Indication in Play Store version for better detection
34
- Implement basic IP-based tracker detection and blocking
45
- Highlight in UI that sometimes the shown company might be inaccurate
@@ -8,4 +9,5 @@
89
- Make disabling battery optimisations easier
910
- Fix bug where duplicate tracker libraries were shown
1011
- Update dependencies, translations, blocklists and Classyshark/Exodus privacy database (eof422)
12+
- Improve handling of resources (including database access) to avoid crashes
1113
- Cleanup code, improve in-app strings

0 commit comments

Comments
 (0)