1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-18 06:37:47 +01:00
Gadgetbridge/app
Daniele Gobbetti 7f24ba8ffb Drastic rewrite of discovery activity.
- get rid of pre-lollipop BLE discovery (nowadays we support only lollipop and above) and related preference
- get rid of the sequenced BT-then-BLE-scan that wasn't working reliably anyway and was causing a recursion
- add a caching layer for already processed devices (the same device is found multiple times during discovery)
- add a caching layer for device name in GBDeviceCandidate (many coordinators will ask for it, and it's a very expensive operation)
2022-11-27 18:59:22 +01:00
..
src Drastic rewrite of discovery activity. 2022-11-27 18:59:22 +01:00
build.gradle bump version, update changelog 2022-10-18 09:22:45 +02:00
proguard-rules.pro Exclude protobuf classes from proguard 2022-10-16 21:12:27 +01:00