Commit Graph

5 Commits

Author SHA1 Message Date
Alexander Dörflinger
e482093832 [Maps] Replaces gMaps with MapBox
In order to circumvent the usage quota of Google Maps
the map provider was changed to be MapBox now. Additionally
the maps implementation was refactored to be better extendable
in future.
2025-04-23 14:04:24 +02:00
Alexander Dörflinger
be6b5284df [ShareLocation] Added Re-Center logic
If currently following another user, and the map gets moved,
enable a recenter button to update the location to the currently
selected location of the user.
2025-04-01 12:32:20 +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
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