1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-18 11:00:09 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/garmin
Daniele Gobbetti c44258310e Garmin: Rename LocalMessage to PredefinedLocalMessage and clarify its usage
PredefinedLocalMessage are only useful for FIT messages and should not interfere with FIT files. The only impact of using the local message in fit files was in the textual output, but it was confusing.

Add an explicit constructor to RecordHeader if PredefinedLocalMessage should be taken into account, and use this only in fit messages leaving the default constructor for fit files.

Also adjusts the test case as textual output comparison needs to be fixed.
2024-05-01 23:35:16 +01:00
..
communicator Garmin: Allow high MTU 2024-05-01 23:35:16 +01:00
deviceevents Garmin: Add FileDownloadedDeviceEvent and (disabled) file deletion 2024-05-01 23:35:16 +01:00
fit Garmin: Rename LocalMessage to PredefinedLocalMessage and clarify its usage 2024-05-01 23:35:16 +01:00
messages Garmin: Rename LocalMessage to PredefinedLocalMessage and clarify its usage 2024-05-01 23:35:16 +01:00
ChecksumCalculator.java Garmin protocol: Fix linter warnings 2024-05-01 23:35:16 +01:00
FileTransferHandler.java Garmin: Add FileDownloadedDeviceEvent and (disabled) file deletion 2024-05-01 23:35:16 +01:00
FileType.java Garmin protocol: Simplify FILE_TYPE 2024-05-01 23:35:16 +01:00
GarminByteBufferReader.java Garmin: Add support for replying to notifications 2024-05-01 23:35:16 +01:00
GarminSupport.java Garmin: Rename LocalMessage to PredefinedLocalMessage and clarify its usage 2024-05-01 23:35:16 +01:00
GarminTimeUtils.java Garmin protocol: move field encode/decode interface to the FieldDefinition 2024-05-01 23:35:16 +01:00
MessageHandler.java Garmin protocol: Fix linter warnings 2024-05-01 23:35:16 +01:00
NotificationsHandler.java Garmin: Add support for custom replies (notifications and calls) 2024-05-01 23:35:16 +01:00
ProtocolBufferHandler.java Garmin: Add support for custom replies (notifications and calls) 2024-05-01 23:35:16 +01:00