1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 07:01:33 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/protocol
cpfeiffer 9e4e50be47 Initial work on synchronizing activity data with feedback.
A device now has a busy flag (set during synchronization). While busy,
no other communication with the device shall occur (TODO)

Refactors the non-bluetooth actions a bit  #45

Next step: make use of the busy state in ControlCenter (show
a busy cursor) and in BluetoothCommunicationService (to not call other
operations while busy)
2015-06-06 00:40:16 +02:00
..
GBDeviceCommand.java Pebble: Get Morpheuz sleep data visualize through SleepMonitorActivity 2015-05-21 18:17:39 +02:00
GBDeviceCommandAppInfo.java Pebble: working on app installation (WIP, do not use) 2015-04-06 20:58:35 +02:00
GBDeviceCommandAppManagementResult.java Pebble: working on app installation (WIP, do not use) 2015-04-06 20:58:35 +02:00
GBDeviceCommandCallControl.java Change the way how device commands or replys to information requests are passed back to the App 2015-03-26 12:06:26 +01:00
GBDeviceCommandMusicControl.java Implement volume control for Pebble 2015-04-13 22:25:23 +02:00
GBDeviceCommandSendBytes.java Add GBDeviceCommandSendBytes for generic pre encoded commands that are meant to be send to a device directly 2015-05-05 14:41:10 +02:00
GBDeviceCommandSleepMonitorResult.java Add SQLite database support for activity data 2015-05-30 17:28:03 +02:00
GBDeviceCommandVersionInfo.java #46 make all strings localizable 2015-05-01 01:26:30 +02:00
GBDeviceProtocol.java Initial work on synchronizing activity data with feedback. 2015-06-06 00:40:16 +02:00