1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-26 20:06:52 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Daniele Gobbetti 7f7cea75c1 Spare some complexity by letting the writer change the status to non-busy.
Before the code looked for the values written to the device with another method.
2015-07-19 15:52:27 +02:00
..
activities Fix funny typo :D 2015-07-18 23:38:59 +02:00
adapter reformat code 2015-06-30 12:09:29 +02:00
btle Separate fragments for all activity kinds and just sleep #45 2015-07-13 21:54:46 +02:00
charts Work in progress #45 2015-07-14 00:29:32 +02:00
database Work in progress #45 2015-07-14 00:29:32 +02:00
deviceevents Pebble: support for taking screenshots (do not get displayed/written anywhere yet) 2015-06-24 23:55:51 +02:00
discovery Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
externalevents Support CM 12.1 Music App 2015-06-02 21:48:21 +02:00
miband Spare some complexity by letting the writer change the status to non-busy. 2015-07-19 15:52:27 +02:00
pebble Pebble: always force 3.x notifications on FW 3.x 2015-07-19 00:26:43 +02:00
protocol Pebble: Preparations for taking screenshots 2015-06-24 00:23:38 +02:00
util Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
AbstractBTDeviceSupport.java Pebble: Preparations for taking screenshots 2015-06-24 00:23:38 +02:00
AbstractDeviceSupport.java Cleanup, use fragment based charts (WIP #45) 2015-07-11 00:03:41 +02:00
AppManagerActivity.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
BluetoothCommunicationService.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
ControlCenter.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
DebugActivity.java Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
DeviceCoordinator.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
DeviceHelper.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
DeviceSupport.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
DeviceType.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
EventHandler.java use parcelable for passing alarms around 2015-06-30 06:40:46 +02:00
GB.java Support for displaying Toasts from non-ui threads 2015-07-11 21:49:51 +02:00
GBActivitySample.java Work in progress #45 2015-07-14 00:29:32 +02:00
GBAlarm.java reformat code 2015-06-30 12:09:29 +02:00
GBApplication.java Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
GBCallControlReceiver.java Refactoring: rename GBDeviceCommand to GBDeviceEvent 2015-06-23 11:54:33 +02:00
GBCommand.java Added AppManager, does not do anything useful yet. Only lists installed Apps. 2015-03-25 22:23:45 +01:00
GBDevice.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
GBDeviceApp.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
GBDeviceIoThread.java reformat code with androidstudio 2015-04-13 11:22:03 +02:00
GBMusicControlReceiver.java Refactoring: rename GBDeviceCommand to GBDeviceEvent 2015-06-23 11:54:33 +02:00
ServiceDeviceSupport.java use parcelable for passing alarms around 2015-06-30 06:40:46 +02:00
SettingsActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
UnknownDeviceCoordinator.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00