1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 15:11:34 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Daniele Gobbetti 27669761bf Fix potential race condition when counted steps are above the daily target.
Also added a few comments wrt the labels and the values of the pie chart.
2015-07-29 18:07:35 +02:00
..
activities Fix potential race condition when counted steps are above the daily target. 2015-07-29 18:07:35 +02:00
adapter reformat code 2015-06-30 12:09:29 +02:00
btle Send the progress updates from the actual BT transfer, which is where most of the time is spent. 2015-07-28 22:38:52 +02:00
charts New chart showing the steps done today and in the last week. 2015-07-29 16:30:19 +02:00
database Refactoring: Merge Pebble app/fw installer activity and Miband firmware update Activity 2015-07-28 17:30:20 +02:00
deviceevents Pebble: add experimental and incomplete support for dismissing 2.x notifications 2015-07-21 01:27:05 +02:00
discovery Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
externalevents Pebble: add experimental and incomplete support for dismissing 2.x notifications 2015-07-21 01:27:05 +02:00
miband Send the progress updates from the actual BT transfer, which is where most of the time is spent. 2015-07-28 22:38:52 +02:00
model Refactoring: Merge Pebble app/fw installer activity and Miband firmware update Activity 2015-07-28 17:30:20 +02:00
pebble move installer progressbar from PebbleIoThread to GB and use that for Mi Band fw installation 2015-07-28 18:44:54 +02:00
protocol Pebble: Preparations for taking screenshots 2015-06-24 00:23:38 +02:00
util reformat code 2015-07-25 21:52:52 +02:00
AbstractBTDeviceSupport.java Pebble: Preparations for taking screenshots 2015-06-24 00:23:38 +02:00
AbstractDeviceSupport.java Pebble: add experimental and incomplete support for dismissing 2.x notifications 2015-07-21 01:27:05 +02:00
AppManagerActivity.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
BluetoothCommunicationService.java rename ACTION_INSTALL_PEBBLEAPP to ACTION_INSTALL 2015-07-23 12:09:01 +02:00
ControlCenter.java More WIP: sync from the charts activity 2015-07-21 00:06:20 +02:00
DebugActivity.java Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
DeviceCoordinator.java Refactoring #45 2015-07-28 00:05:05 +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 Use animated upload icon for installation progress notification 2015-07-28 23:10:21 +02:00
GBActivitySample.java Refactoring #45 2015-07-28 00:05:05 +02:00
GBAlarm.java Allow setting alarms once for the next day. 2015-07-19 15:58:30 +02:00
GBApplication.java Fix logging configuration 2015-07-25 00:09:24 +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 Refactoring #45 2015-07-28 00:05:05 +02:00