Changes suggested in PR

- use `BLETypeConversions`, added the missing functions there (+ unit tests for all)
- change Java package of Protobuf definitions so that they are not discarded by Proguard
-- +add subpackages to the Proguard rules so we can subdivide the classes

+ disable device-specific settings for Vivomove (no settings yet)
This commit is contained in:
mormegil
2023-07-20 20:30:14 +00:00
committed by José Rebelo
parent 3a58314db6
commit dccb8ed1c4
44 changed files with 369 additions and 201 deletions
+1 -1
View File
@@ -62,4 +62,4 @@
}
# Keep generated protobuf classes
-keep class nodomain.freeyourgadget.gadgetbridge.proto.* { *; }
-keep class nodomain.freeyourgadget.gadgetbridge.proto.** { *; }