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 5e6bf798a4 Xiaomi: implement setAutoReconnect on XiaomiSupport
The DeviceCommunicationService calls `#setAutoReconnect` on new device
supports before it calls the connect method. Since this method did not
get relayed to the connection-specific support classes, Xiaomi devices
using a BLE connection did not automatically reconnect because the
`mAutoReconnect` field in `AbstractBTLEDeviceSupport` never got set.
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: implement setAutoReconnect on XiaomiSupport 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