Commit Graph

10 Commits

Author SHA1 Message Date
Alexander Dörflinger
017b2b7379 [AA] Replaced AA Screen with Grid
Replaced the NotificationList with a Grid for showing
the function to enable/disable location sharing.
2025-04-07 13:28:57 +02:00
Alexander Dörflinger
1bfe0a4088 [AA] Enabled rudimentary Android Auto Support
Enabled the app for Android Auto, currently no real functionality
yet, but to be added in future commits.
2025-04-07 08:50:16 +02:00
Alexander Dörflinger
10d4b5c117 [Cleanup] Added translations, made use of resources, etc
Some cleanup, added resources for dimensions, added
translations.
2025-04-01 10:43:30 +02:00
Alexander Dörflinger
ed2693236c [ShareLocation] Added Settings to change values for location updates
Now the requested frequency and the priority of location updates can be
selected in a newly integrated SettingsActivity which can be extended
for future use.
2025-03-26 13:30:03 +01:00
Alexander Dörflinger
eab7153ea1 [ShareLocation] Added background service functionality
Now the sharing of the location should also be working from
the background.
2025-03-21 13:37:32 +01:00
Alexander Dörflinger
ae50dd89df [ShareLocation] Add subscriber logic
Now other people are allowed to follow a shared location as well
while the app is running.
2025-03-21 11:30:53 +01:00
Alexander Dörflinger
f6abb8fac0 [ShareLocation] Initial "read data from db" logic
Added some base GoogleMap widget logic and a way to listen to ones own
location updates. In future this needs to be extended with a way to
listen to the updates of other users.
2025-03-19 16:05:13 +01:00
Alexander Dörflinger
47149307fe Added initial "ShareLocation" UI
Added the UI and some base logic for the share location logic, which
still needs to be enhanced with actual GPS and database logic.
2025-03-19 09:37:22 +01:00
Alexander Dörflinger
b20bb86be3 [UI + Dependencies] Applied new style + added firebase
Added the Firebase Dependency and login flow. Also applied some new
styling. The new color is more reddish.
2025-03-18 14:43:55 +01:00
Alexander Dörflinger
4bb071e488 Initial commit 2025-03-11 17:27:53 +01:00