1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-15 09:30:30 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service
José Rebelo 9b285f16bf DeviceCommunicationService: Notify device connections right away
As noted in #3676, having a lot of bluetooth classic devices might make
the connection take some time, which would only send all the updates at
the end.

Send the updates right away for each device.
2024-04-02 22:04:12 +01:00
..
btbr BtBRQueue: use Handler(Thread) for sending messages and connecting socket 2024-01-17 20:16:38 +00:00
btclassic Update license headers and CONTRIBUTORS file 2024-01-10 19:01:48 +01:00
btle Added scannable-only devices (#3621) 2024-03-28 21:07:05 +00:00
devices Xiaomi: fix GB crashing when sending command to disconnected SPP-based device 2024-04-02 21:02:42 +00: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 DeviceCommunicationService: Notify device connections right away 2024-04-02 22:04:12 +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