1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-24 14:00:48 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents
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
..
gps Replace forEach with explicit for cycle 2023-06-13 00:11:42 +01:00
notifications Changed NavigationSpec's distance into a String. 2023-06-13 07:32:12 +00:00
opentracks Huami: Set OpenTracks track category and icon 2022-09-19 11:50:44 +02:00
AlarmClockReceiver.java Update license headers 2020-01-09 10:44:32 +01:00
AlarmReceiver.java Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
AutoStartReceiver.java Add MY_PACKAGE_REPLACED receiver to manifest, to re-connect after update, especially for users of Nightly releases. Fix #2855 2022-10-13 21:29:01 +02:00
BluetoothConnectReceiver.java Allow DeviceService to target a specific device 2022-08-05 21:34:15 +02:00
BluetoothPairingRequestReceiver.java multi-device-support (#2526) 2022-06-14 18:05:41 +02:00
BluetoothStateChangeReceiver.java Added CompanionDeviceManager support, added target 29 support, refactored the scan display and UI. 2020-08-02 21:07:14 +03:00
CalendarReceiver.java Reverted CalendarReceiver to use GregorianCalendar 2022-09-27 18:37:43 +02:00
CMWeatherReceiver.java Add missing mutability flags to PendingIntents 2023-06-13 00:14:04 +01:00
DeviceSettingsReceiver.java Allow 3rd party apps to set device settings 2022-09-25 11:55:48 +02:00
GenericWeatherReceiver.java Fossil/Skagen Hybrids: Add support for ultraviolet index and rain probability 2023-06-05 19:52:26 +00:00
IntentApiReceiver.java Intent API: Add command to set device mac address 2023-06-11 19:52:30 +00:00
LineageOsWeatherReceiver.java Add missing mutability flags to PendingIntents 2023-06-13 00:14:04 +01:00
MusicPlaybackReceiver.java Update license headers 2020-01-09 10:44:32 +01:00
NotificationListener.java Add Navigation handling to Bangle.js 2023-06-09 08:50:40 +01:00
OmniJawsObserver.java Update license headers 2020-01-09 10:44:32 +01:00
OsmandEventReceiver.java Changed NavigationSpec's distance into a String. 2023-06-13 07:32:12 +00:00
PebbleReceiver.java Reworking notification management 2021-10-10 11:49:13 +02:00
PhoneCallReceiver.java Add support for incoming call notification delay 2022-07-05 20:34:11 +02:00
SMSReceiver.java Add support for native Do Not Disturb call/SMS functionality on Fossil watches 2022-05-16 21:59:02 +02:00
TimeChangeReceiver.java Update license headers 2020-01-09 10:44:32 +01:00
TinyWeatherForecastGermanyReceiver.java Prevent crash when receiving broken weather data from TinyWeatherForecastGermany 2021-10-28 10:32:52 +02:00
WeatherNotificationConfig.java Update license headers 2020-01-09 10:44:32 +01:00
WeatherNotificationReceiver.java Update license headers 2020-01-09 10:44:32 +01:00