diff --git a/api.properties b/api.properties index e01e30c3..78207fc3 100644 --- a/api.properties +++ b/api.properties @@ -1,2 +1,2 @@ -API_KEY="qO0jgwJE.L9vH6NXRWDXZ5IbvzXyCMjsEsQA1WqkC" +API_KEY="D1nvdpzB.zvCS4e1SmLRTULoql5wUftzgRrTJmj5R" API_BASE_ADDRESS="https://tpe.seemoo.tu-darmstadt.de/api/" \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index fe78e4d1..372eaacf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "de.seemoo.at_tracking_detection" minSdkVersion 21 targetSdkVersion 31 - versionCode 34 - versionName "1.3.4" + versionCode 35 + versionName "1.4" buildConfigField "String", "API_KEY", apiProperties["API_KEY"] buildConfigField "String", "API_BASE_ADDRESS", apiProperties["API_BASE_ADDRESS"] diff --git a/fastlane/metadata/android/de-DE/changelogs/33.txt b/fastlane/metadata/android/de-DE/changelogs/33.txt deleted file mode 100644 index f73780c4..00000000 --- a/fastlane/metadata/android/de-DE/changelogs/33.txt +++ /dev/null @@ -1 +0,0 @@ -Behebt ein Problem, dass die Background Scans bei manchen Nutzer:innen nach dem Neustart oder Update nicht mehr starten. \ No newline at end of file diff --git a/fastlane/metadata/android/de-DE/changelogs/35.txt b/fastlane/metadata/android/de-DE/changelogs/35.txt new file mode 100644 index 00000000..c0827b9f --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/35.txt @@ -0,0 +1,4 @@ +• Wir führen eine Umfrage über Stalking durch und wollen herausfinden, wie Nutzer:innen besser vor diesen Attacken geschützt werden können. +• Die Tracking Erkennung wurde verbessert. +• Wir haben die Navigation in der App verbessert. Du findest nun alle gefundenen Geräte im entsprechenden Tab, +• Gerätefilter wurden verbessert. Sie sind nun einfacher zu erkennen und zu verstehen. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/33.txt b/fastlane/metadata/android/en-US/changelogs/33.txt deleted file mode 100644 index bfc71b06..00000000 --- a/fastlane/metadata/android/en-US/changelogs/33.txt +++ /dev/null @@ -1 +0,0 @@ -This versions fixes an issue that background scans would stop for some users after an update or reboot. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/35.txt b/fastlane/metadata/android/en-US/changelogs/35.txt new file mode 100644 index 00000000..d07a9699 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.txt @@ -0,0 +1,4 @@ +• We are conducting a survey about stalking and how AirGuard can protect users better against these attacks. +• Tracking detection has been enhanced. +• We enhanced the navigation of the app. You can now find all discovered devices in the devices tab. +• Device filters have been enhanced. They are now easier to discover and to understand. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 103d941a..2160ab5d 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -26,6 +26,9 @@ This app will never get monetized by showing ads, in-app purchases or anything e Our privacy policy can be found here: https://tpe.seemoo.tu-darmstadt.de/privacy-policy.html +This app is open-source: +https://github.com/seemoo-lab/AirGuard + Disclaimer AirTag, FindMy and iOS are trademarks of Apple Inc. We are not working together with Apple Inc. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png index c5a9539e..727300d7 100644 Binary files a/fastlane/metadata/android/en-US/images/featureGraphic.png and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png index 216e3ecc..22fb745a 100644 Binary files a/fastlane/metadata/android/en-US/images/icon.png and b/fastlane/metadata/android/en-US/images/icon.png differ