1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 19:36:14 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents
José Rebelo 81aef0bf35 Add support for multiple weather locations
Introduce the concept of primary and secondary weathers:

* Primary weather keeps the same behavior as previously across all weather providers, so it's non-breaking. This location is not necessarily the current location, just the primary weather location set by the user.
* The GenericWeatherReceiver now has a new extra WeatherSecondaryJson, that receives a json list with secondary weather locations.

It's guaranteed that the primary weather always exists, so the list of WeatherSpecs provided to devices is never empty. Update all support classes accordingly.
2024-03-29 21:10:40 +00:00
..
gps Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
notifications Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
opentracks Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
AlarmClockReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
AlarmReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
AutoStartReceiver.java Device connection: removed references to ACTION_START 2024-03-05 00:11:32 +01:00
BluetoothConnectReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
BluetoothPairingRequestReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
BluetoothStateChangeReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
CalendarReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
CMWeatherReceiver.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
DeviceSettingsReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GenericWeatherReceiver.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
IntentApiReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
LineageOsWeatherReceiver.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
MusicPlaybackReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
NotificationListener.java Bangle.js: Fix message reply (and add .reply in notify if message supports reply) 2024-03-27 10:50:50 +00:00
OmniJawsObserver.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
OsmandEventReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
PebbleReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
PhoneCallReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
SilentModeReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
SMSReceiver.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
TimeChangeReceiver.java Add wake lock and wakeup for time sync 2024-02-18 19:12:30 +00:00
TinyWeatherForecastGermanyReceiver.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
WeatherNotificationConfig.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
WeatherNotificationReceiver.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00