added tracking function. Not testet on a walk yet. Also the notifiation doesnt work

time

forgot to save tracking file
This commit is contained in:
Nico
2025-05-15 22:01:36 +02:00
parent 0e621ba1ef
commit 895bcf1d5c
10 changed files with 301 additions and 6 deletions

View File

@@ -484,4 +484,13 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get zurueckgelegteStrecke => 'Distance traveled';
@override
String get tracking => 'Tracking';
@override
String get couldntDeterminePosition => 'couldn\'t determine position';
@override
String get trackingRunningInBackground => 'The tracking service is running in the background';
}