1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-28 16:00:12 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents
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
..
BluetoothStateChangeReceiver.java On Quit, remove all pending notifications 2015-12-08 21:48:56 +01:00
K9Receiver.java Fix misspelling in exception notification. 2016-02-01 22:05:49 -05:00
MusicPlaybackReceiver.java Refactoring 2015-09-24 14:45:21 +02:00
NotificationListener.java Ignore generic notification when from SMSSecure when SMS Notifications are on. 2016-01-22 21:30:50 +01:00
PebbleReceiver.java set type to SMS when receiving an SMS via generic notification listener 2015-09-24 17:26:40 +02:00
PhoneCallReceiver.java Pebble: Fix wrong(previous) contact being displayed on the pebble. Fixes #228 2016-02-20 22:20:02 +01:00
SMSReceiver.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
TimeChangeReceiver.java More logging for time/timezone changes 2015-09-05 00:14:09 +02:00