Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/database/schema
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
..
ActivityDBCreationScript.java reformat code 2015-07-25 21:52:52 +02:00
ActivityDBUpdate_4.java reformat code 2015-07-25 21:52:52 +02:00
ActivityDBUpdate_6.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
ActivityDBUpdate_X.java Some work in progress for heart rate graphs #178 2016-02-26 23:45:17 +01:00