1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 07:01:33 +02:00
Gadgetbridge/app
Gordon Williams b2aa61e182 Changed NavigationSpec's distance into a String.
Previously we used an integer (in meters) but when using
Google Maps navigation, Google Maps picks units based on locale *and*
the distance - it might report "100m" or "20km". Then we carefully undo
all that work, and for PineTime we just as "m" so you may well have "20000m"
or more displayed, which is not ideal.

I imagine at some point that will change, but we probably want to
be able to handle that in the OSMAnd side of Gadgetbridge so all watches
that implement navigation will benefit (and won't duplicate code).
2023-06-13 07:32:12 +00:00
..
src Changed NavigationSpec's distance into a String. 2023-06-13 07:32:12 +00:00
build.gradle Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
proguard-rules.pro Exclude protobuf classes from proguard 2022-10-16 21:12:27 +01:00