1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-05 12:31:37 +02:00
Gadgetbridge/app
cpfeiffer 202ae53d71 Ensure that a newly discovered and initialized device will be displayed
Fixed a race condition between ACTION_DEVICE_CHANGED event handlers:
- DeviceCommunicationService added the device to the database
- DeviceManager notified the views to be refreshed

When the latter happened before the former, thew new device would not
be displayed.

=> Let DeviceManager do both.
2017-04-07 21:17:37 +02:00
..
src Ensure that a newly discovered and initialized device will be displayed 2017-04-07 21:17:37 +02:00
build.gradle Update to mpandroidchart 3.0.2 2017-04-01 23:57:12 +02:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00