Skip to content

Commit

Permalink
Version 2022021001
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Kollnig committed Feb 10, 2022
1 parent e18f4fe commit 7b99997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 22
targetSdkVersion 31
//noinspection HighAppVersionCode
versionCode 2022020502
versionName "2022.02.05"
versionCode 2022021001
versionName "2022.02.10"

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

0 comments on commit 7b99997

Please sign in to comment.