diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed02cc2..f713b503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ###Changelog ####Next Version +* Read upcoming events (up to 7 days in the future). Requires READ_CALENDAR permission * Pebble: Support replying to SMS form the watch (canned replies) * Pebble: Allow installing apps compiled with SDK 2.x also on the basalt platform (Time, Time Steel) * Pebble: Fix decoding strings in appmessages from the pebble (fixes sending SMS from "Dialer for Pebble") +* Miband: reserve some alarm slots for alerting when upcoming events begin. NB: the band will vibrate at the start time of the event, android reminders are ignored * Some new and updated icons ####Version 0.6.9 diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/MiBandSupport.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/MiBandSupport.java index 5145de6b..a90d76b7 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/MiBandSupport.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/MiBandSupport.java @@ -820,7 +820,7 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport { byte[] alarmMessage = new byte[]{ MiBandService.COMMAND_SET_TIMER, - (byte)(3-iteration), + (byte)(2-iteration), (byte) 1, calBytes[0], calBytes[1],