1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-26 15:00:13 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/vivomovehr
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
..
ams Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
ancs Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
downloads Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
fit Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
messages 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
uploads Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
ChecksumCalculator.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GarminDeviceSetting.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GarminMessageType.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GarminMusicControlCommand.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GarminSystemEventType.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GarminTimeUtils.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
GfdiPacketParser.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
RealTimeActivityHandler.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
VivomoveHrCommunicator.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
VivomoveHrSupport.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00