1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-02 06:52:55 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
cpfeiffer 716bbc7b78 Avoid NPE when fetching activity data:
java.lang.NullPointerException: Attempt to write to field 'int nodomain.freeyourgadget.gadgetbridge.miband.MiBandSupport$ActivityStruct.activityDataHolderProgress' on a null object reference
        at nodomain.freeyourgadget.gadgetbridge.miband.MiBandSupport.flushActivityDataHolder(MiBandSupport.java:748)
        at nodomain.freeyourgadget.gadgetbridge.miband.MiBandSupport.handleActivityNotif(MiBandSupport.java:689)
        at nodomain.freeyourgadget.gadgetbridge.miband.MiBandSupport.onCharacteristicChanged(MiBandSupport.java:583)
        at nodomain.freeyourgadget.gadgetbridge.btle.BtLEQueue$2.onCharacteristicChanged(BtLEQueue.java:369)
2015-07-25 00:09:24 +02:00
..
activities Misc improvelets (#45) 2015-07-21 21:24:35 +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 Misc improvelets (#45) 2015-07-21 21:24:35 +02:00
database Work in progress #45 2015-07-14 00:29:32 +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 Avoid NPE when fetching activity data: 2015-07-25 00:09:24 +02:00
pebble Pebble: for 3.x notification, do not zero parent UUID 2015-07-24 09:33:20 +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 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 Let DeviceCoordinator decide which activity to launch on click 2015-07-20 23:57:01 +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 New dependency to format durations (and use that where applicable) 2015-07-20 23:14:08 +02:00
GBActivitySample.java Work in progress #45 2015-07-14 00:29:32 +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 Let DeviceCoordinator decide which activity to launch on click 2015-07-20 23:57:01 +02:00