1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 15:11:34 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
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
..
activities convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
adapter Try hard to display a unique device name in ControlCenter 2015-12-28 00:16:00 +01:00
contentprovider Pebble: Report correct connection state to PebbleKit companion apps (not always connected) 2016-01-24 00:06:44 +01:00
database convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
deviceevents WIP: Work towards SMS replies / canned replies, round 2 2015-12-13 22:43:53 +01:00
devices convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
externalevents convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
impl convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
model convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
service convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
util convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
GBApplication.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
GBEnvironment.java Some Javadoc 2015-10-26 23:32:03 +01:00
GBException.java Refactoring 2015-09-24 14:45:21 +02:00
LoggingExceptionHandler.java Some Javadoc 2015-10-26 23:32:03 +01:00