1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-07 14:11:36 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
MrYoranimo 561dc16b28 DeviceCommunicationService: catch uncaught exceptions from handleActions
Exceptions raised while handling actions in the device's support class
may result in the DeviceCommunicationService crashing as a whole and not
being started again until the user forces GB to make a connection by
pressing the device from the list.

This change is made, because Xiaomi devices make use of proto2 messages,
where optional fields cannot be set to null values as that will make it
throw NPEs.
2023-12-05 20:19:12 +01:00
..
activities Xiaomi: Use display items labels from watch 2023-12-05 18:20:02 +00:00
adapter Device Management: centralized DeviceType resolution cache 2023-10-29 13:45:48 +00:00
capabilities Replace old-style preference switch with Material 3 switch 2023-10-09 09:53:36 +02:00
contentprovider
database Device management: store deviceType name in DB 2023-10-27 19:14:49 +00:00
deviceevents Bangle.js: Handle fw and hw versions 2023-08-09 09:09:52 +01:00
devices Xiaomi: Use display items labels from watch 2023-12-05 18:20:02 +00:00
entities Support for Femometer Vinca 2 and HealthThermometerProfile (#3369) 2023-10-15 13:37:41 +00:00
export Zepp OS: Start new GPX segments on pause/resume 2023-05-14 16:22:32 +01:00
externalevents Xiaomi: Cleanup code and comments 2023-11-25 22:18:34 +00:00
impl Device Management: centralized DeviceType resolution cache 2023-10-29 13:45:48 +00:00
model Mi Watch Color Sport: Experimental support 2023-12-02 11:56:23 +00:00
service DeviceCommunicationService: catch uncaught exceptions from handleActions 2023-12-05 20:19:12 +01:00
util Improve ASCII transliterator 2023-11-28 18:24:42 +00:00
GBApplication.java Refactor known preference values code to be reusable 2023-12-05 18:20:02 +00:00
GBEnvironment.java
GBException.java
LockHandler.java
Logging.java Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
LoggingExceptionHandler.java
SleepAlarmWidget.java Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
Widget.java Generalize charts logic for non-activity data 2023-06-16 23:53:28 +01:00