1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-31 02:54:29 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service
Davis Mosenkovs 9e10da062e Add "Reconnect only to connected devices" setting
* Add general_reconnectonlytoconnected setting.

* Replace last_device_address shared prefs string with
last_device_addresses shared prefs string set.
Bluetooth address of a device is added to last_device_addresses when
connecting to the device.
Bluetooth address of a device is removed from last_device_addresses only
when deleting the device or explicitly disconnecting from the device
(e.g. by selecting "Disconnect" in the device tile menu).

* Adjust ExternalPebbleJSActivity to better support multiple connected
devices.
2024-01-08 17:11:33 +00:00
..
btbr Huawei: Add initial support for Huawei-Honor 2024-01-07 23:18:08 +01:00
btclassic Sony WH-1000XM3: Read information from device 2021-12-23 11:39:26 +01:00
btle BtLEQueue: fix typo in onCharacteristicChange 2023-12-04 23:32:23 +01:00
devices Huawei: Add initial support for Huawei-Honor 2024-01-07 23:18:08 +01:00
receivers Fix reconnect delay reset after all devices are initialized 2023-07-22 20:28:25 +01:00
serial Pixoo: Add setting to disable notifications 2023-12-23 21:51:54 +00:00
AbstractDeviceSupport.java Use TextUtils.join intead of String.join, to make at least the linter happy 2023-12-16 19:37:40 +01:00
DeviceCommunicationService.java Add "Reconnect only to connected devices" setting 2024-01-08 17:11:33 +00:00
DeviceSupport.java Zepp OS: Do not change GATT Callback unless explicitely set 2022-10-23 10:11:23 +01:00
DeviceSupportFactory.java Xiaomi: Cleanup code and comments 2023-11-25 22:18:34 +00:00
NotificationCollectorMonitorService.java update license headers 2021-01-10 23:38:13 +01:00
ServiceDeviceSupport.java Huami: Toggle phone silent mode from band 2023-12-11 10:50:31 +00:00