GadgetBridge/app/src
Andreas Shimokawa ed85fd5011 convert byte and short values related to activity tracking to int
This avoids a lot of problems because java
- does not know unsigned values
- jvm and dalvic do not internally support byte and short
- sqlite does not know them either
2016-02-29 20:54:39 +01:00
..
main convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
test/java/nodomain/freeyourgadget/gadgetbridge Add onHeartRateTest() method 2016-02-28 14:52:17 +01:00