Gadgetbridge/app/src/main/java
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
..
nodomain/freeyourgadget/gadgetbridge convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00