1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 19:41:46 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
cpfeiffer 8aef92026c A new sleep chart based on MPAndroidChart 45
- supports zooming an panning
- displays labels for all x-values (= time of day)
- fix deep vs. light sleep constants
- increase activity data buffer size for Mi Band
2015-06-11 23:37:00 +02:00
..
activities A new sleep chart based on MPAndroidChart 45 2015-06-11 23:37:00 +02:00
adapter Misuse device_candidate_item insead of device_item for AppManager 2015-06-07 22:02:40 +02:00
btle Disable context menu while busy and add "Disconnect" to context menu 2015-06-07 15:31:42 +02:00
database avoid WITHOUT ROWID when not running at least lollipop #62 2015-06-06 00:10:38 +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 A new sleep chart based on MPAndroidChart 45 2015-06-11 23:37:00 +02:00
pebble Pebble: Make firmware installation possible from recovery (Closes #54) 2015-06-11 20:40:31 +02:00
protocol Initial work on synchronizing activity data with feedback. 2015-06-06 00:40:16 +02:00
AbstractBTDeviceSupport.java Added "Fetch Activity Data" to the context menu. 2015-06-06 19:39:04 +02:00
AbstractDeviceSupport.java use ORDER BY timestamp in SQL statement 2015-05-30 17:40:23 +02:00
AppManagerActivity.java Start sleep activity with context menu (long press on a device) 2015-06-01 16:57:45 +02:00
BluetoothCommunicationService.java Disable context menu while busy and add "Disconnect" to context menu 2015-06-07 15:31:42 +02:00
ControlCenter.java A new sleep chart based on MPAndroidChart 45 2015-06-11 23:37:00 +02:00
DebugActivity.java Initial support for rebooting the device 2015-05-17 21:58:08 +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 Remove reference to PebbleIOThread from BluetoothCommunicationService 2015-06-06 23:24:00 +02:00
GB.java Add SQLite database support for activity data 2015-05-30 17:28:03 +02:00
GBActivitySample.java switch constants for deep sleep and light sleep to match native miband data 2015-06-11 23:00:59 +02:00
GBApplication.java avoid WITHOUT ROWID when not running at least lollipop #62 2015-06-06 00:10:38 +02:00
GBCallControlReceiver.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +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 Avoid warning in unsetDynamicState() 2015-06-06 23:13:26 +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 Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00
ServiceDeviceSupport.java Some cleanup + actually remember event time and kind for throttling 2015-06-06 23:59:53 +02:00
SettingsActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
SleepMonitorActivity.java Avoid creating lots of SimpleDateFormat instances 2015-06-05 23:09:28 +02:00
UnknownDeviceCoordinator.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00