Skip to content

Commit 53e8686

Browse files
committed
F-Droid 2.4.1
1 parent a8b3c54 commit 53e8686

File tree

7 files changed

+35
-53
lines changed

7 files changed

+35
-53
lines changed

api.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
API_KEY="c8pLONi7.YtmA8XaI4cCsTOmI1ZUFHcw2q1DfZHQW"
1+
API_KEY="GGzcJJ3J.EtaKNlPiZ6euI5JBI6OwoVSyH9sG9Q2q"
22
API_BASE_ADDRESS="https://tpe.seemoo.tu-darmstadt.de/api/"

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "de.seemoo.at_tracking_detection"
2929
minSdkVersion 28
3030
targetSdk = 35
31-
versionCode 50
32-
versionName "2.4.0"
31+
versionCode 51
32+
versionName "2.4.1"
3333

3434
buildConfigField "String", "API_KEY", apiProperties["API_KEY"]
3535
buildConfigField "String", "API_BASE_ADDRESS", apiProperties["API_BASE_ADDRESS"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Optimiert Erkennung von Samsung SmartTags
2+
- Die App kann nun auch manche Tracker erkennen, die versuchen einer Tracking Erkennung zu umgehen.
Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
1-
Mit AirGuard bekommst du den Anti-stalking Schutz, den du verdienst!
2-
Die App scannt deine Umgebung im Hintergrund, um tracker, wie AirTags oder andere Find My Tracker zu finden. Findet die App heraus, dass ein Tracker dir folgt, dann bekommst du eine Benachrichtigung.
1+
With AirGuard, you get the anti-stalking protection you deserve!
2+
The app scans your surroundings in the background to detect trackers like AirTags, Samsung SmartTags, or Google Find My Device trackers. If a tracker is following you, you will receive an instant notification.
33

4-
Diese Tracker sind nur so groß wie eine Münze und ideal, um Android Nutzer zu verfolgen. Auf iOS hat Apple dafür eine automatische Warnung integriert, doch unter Android bekommst du diese nur mit AirGuard.
4+
These trackers are often no larger than a coin and are unfortunately misused to secretly track people. Since each tracker works differently, you would typically need multiple apps to detect unwanted tracking.
5+
AirGuard combines the detection of various trackers into a single app – keeping you protected with ease.
56

6-
Nachdem ein AirTag gefunden wurde, kannst du diesen klingeln lassen oder mit einem manuellen Scan auf die Suche gehen. Findest du ein Gerät, dann raten wir dir es zu deaktivieren, damit es nicht mehr deinen Standort verfolgt.
7+
Once a tracker is detected, you can make it play a sound (for supported models) or perform a manual scan to locate it. If you find a tracker, we recommend disabling it to prevent further tracking of your location.
78

8-
Die App speichert deinen Standort nur lokal, um dir später zu zeigen an welchen Orten ein Tracker die gefolgt ist. Persönliche Daten teilt diese App niemals.
9+
The app stores location data exclusively on your device, allowing you to review where a tracker has followed you. Your personal data is never shared.
910

10-
Wenn niemand dich versucht zu starken über einen AirTag, dann wird die App dich auch nicht stören.
11+
If no trackers are found, the app runs silently in the background and won’t bother you.
1112

12-
<h2><b>Wie funktioniert die App?</h2></b>
13+
<h2><b>How does the app work?</b></h2>
14+
AirGuard uses Bluetooth to detect AirTags, Samsung SmartTags, and other trackers. All data is processed and stored locally on your device.
15+
If a tracker is detected in at least three different locations, you will receive a warning. You can adjust the security level in the settings to receive even faster alerts.
1316

14-
AirGuard verwendet Bluetooth um AirTags und andere Find My tracker zu finden. Alles was gefunden wird, wird lokal auf deinem Gerät gespeichert und ausgewertet.
17+
<h2><b>Who are we?</b></h2>
18+
We are part of the Technical University of Darmstadt. This project is part of the scientific research conducted by the Secure Mobile Networking Lab.
19+
Our goal is to protect people’s privacy and investigate how widespread the issue of tracker-based stalking is.
1520

16-
Immer, wenn ein tracker mehrfach an verschiedenen Orten gefunden wurde, dann wird AirGuard das bemerken. Wurde der Tracker mindestens drei mal gefunden, bekommst du eine Warnung und kannst einen Ton auf dem Tracker abspielen.
21+
You can voluntarily participate in an anonymous study to help us gain more insights into the usage and spread of these trackers.
1722

18-
<h2><b>Wer sind wir?</h2></b>
19-
Wir sind Teil der Technischen Universität Darmstadt. Dieses Projekt ist Teil der wissenschaftlichen Forschung des Lehrstuhls für Sichere Mobile Netze.
20-
Unser Ziele sind die Privatsphäre von Menschen zu schützen und herauszufinden, wie verbreitet das stalking Problem über AirTags ist.
23+
This app will never be monetized – there are no ads and no paid features. You will never be charged for using it.
2124

22-
Mit dieser App kannst du an einer freiwilligen Studie teilnehmen. Diese erhebt nur anonymisierten Daten.
23-
24-
Diese App wird niemals monetisiert werden und Werbung anzeigen oder Geld für bestimmte Funktionen verlangen.
25-
26-
Unsere Datenschutzerklärung befindet sich hier:
25+
Our privacy policy can be found here:
2726
https://tpe.seemoo.tu-darmstadt.de/privacy-policy.html
2827

29-
Rechtliches
30-
AirTag, FindMy und iOS are eingetragene Marken von Apple Inc.
31-
Dieses Projekt ist keine Zusammenarbeit mit Apple Inc.
28+
<h2><b>Legal Notice</b></h2>
29+
AirTag, Find My, and iOS are registered trademarks of Apple Inc.
30+
This project is not affiliated with Apple Inc.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
AirGuard erkennt AirTags, die zum stalking eingesetzt werden und warnt dich
1+
AirGuard erkennt Tracker, die zum stalking eingesetzt werden und warnt dich
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Optimized Samsung SmartTag detection
2+
- Now detecting trackers that try to evade some tracking detection strategies
Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
1-
With AirGuard you get the anti-tracking protection you deserve!
2-
The app periodically scans your surroundings for potential tracking devices, like AirTags or other Find My devices.
1+
With AirGuard you get the anti-stalking protection you deserve!
2+
The app scans your surroundings in the background to find trackers such as AirTags, Samsung SmartTags or Google Find My Device trackers. If the app finds out that a tracker is following you, you will receive a notification.
33

4-
The AirTags and other Find My devices are simple, small and perfect to track Android users!
5-
Without tracking warnings, as integrated on iOS, anyone could try to track your behavior by placing an AirTag in your jacket, backpack or car.
4+
These trackers are only the size of a coin and are often used to track people. Unfortunately, each tracker works differently, so you often need multiple apps to detect tracking.
5+
AirGuard combines the detection of different trackers so you only need one app to keep you safe.
66

7-
With the app you can play a sound on AirTags and find it easily. Afterward, you can view at which locations the device has tracked you. For this we use background location access. All location data never leaves your device
7+
Once a tracker has been found, you can make it ring (doesn't work on all models) or go searching with a manual scan.
8+
If you find a tracker, we advise you to deactivate it so that it no longer tracks your location.
89

9-
If no one is trying to track you, the app will never bother you.
10+
The app only saves your location locally to show you later where a tracker has followed you. This app never shares personal data.
1011

11-
<h2><b>How does it work?</h2></b>
12+
If the app does not find any trackers, then the app will not bother you.
1213

13-
AirGuard uses Bluetooth scans of your Android phone to find AirTags and Find My trackers. Every tracker that is found will be saved locally on your device.
14-
Whenever a tracker gets detected multiple times the app will recognize this. It compares the locations where the tracker has been detected.
15-
If a tracker is detected at least 3 times and the locations have changed (to make sure its not your neighbour) the app sends you a notification.
16-
If this tracker is an AirTag you can play a sound to find it.
17-
18-
All this happens locally on your device and the private information, like location, tracker ids, etc will never leave your device.
19-
20-
<h2><b>Who are we?</h2></b>
21-
We are part of the Technical University of Darmstadt in Germany. This project is part of a scientific research from the Secure Mobile Networking Lab. Our goal is to protect privacy and to find out how many people are opposed to tracking.
22-
In this app you can voluntarily participate in a research study that will share anonymized data with us.
23-
24-
This app will never get monetized by showing ads, in-app purchases or anything else.
25-
26-
Our privacy policy can be found here:
27-
https://tpe.seemoo.tu-darmstadt.de/privacy-policy.html
28-
29-
This app is open-source:
30-
https://github.com/seemoo-lab/AirGuard
31-
32-
Disclaimer
33-
AirTag, FindMy and iOS are trademarks of Apple Inc.
34-
We are not working together with Apple Inc.

0 commit comments

Comments
 (0)