1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 21:40:54 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service
MrYoranimo d39f86f3c8 Xiaomi: fix music volume command only increasing volume
Earlier Xiaomi devices would send either 0 or 100 for the requested
volume to indicate whether the app should increase or decrease the
phone's volume. Newer devices send the volume to change to, based on the
known current volume. We therefore need to check whether the device
increased or decreased the volume based on the current volume ourselves
in order to determine which event we want to fire.
2024-04-12 20:54:49 +02:00
..
btbr BtBRDeviceSupport: fix Gadgetbridge crashing when queue is destroyed during initialization 2024-04-07 20:25:52 +00:00
btclassic Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
btle BtLEQueue: make NotifyAction more verbose 2024-04-07 20:25:52 +00:00
devices Xiaomi: fix music volume command only increasing volume 2024-04-12 20:54:49 +02:00
receivers Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
serial Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
AbstractDeviceSupport.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00
DeviceCommunicationService.java Fix crash when connecting on some phones 2024-04-03 21:22:52 +01:00
DeviceSupport.java Device connection: added device scan reconnection logic 2024-03-05 00:11:32 +01:00
DeviceSupportFactory.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
NotificationCollectorMonitorService.java Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
ServiceDeviceSupport.java Add support for multiple weather locations 2024-03-29 21:10:40 +00:00