GadgetBridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Andreas Shimokawa 9f05aff11b Mi2/Bip: Various sleep fixes
- Long standing bug fixed in determinePreviousValidActivityType()
  it always got the very fist valid sample, not the nearest in the past
  (for me that was light sleep, so every timespan queried began with light sleep)
- Support type 2 (running) and 12 (wakeup(?))
- Support new firmwares (Mi2 and Bip) by masking only the last 4 bits (0xf),
  takes some ugly query hack in determinePreviousValidActivityType() since
  greenDAO does not support the & operator (even though sqlite does)
2017-09-29 17:21:16 +02:00
..
activities move up measuerement system from hplus to global preferences 2017-09-29 12:33:08 +02:00
adapter Fix setting smart alarms on Mi Band 2017-08-22 01:01:35 +02:00
contentprovider Add license header to all java files. 2017-03-10 14:53:19 +01:00
database Update license headers 2017-09-12 12:39:15 +02:00
deviceevents Add license header to all java files. 2017-03-10 14:53:19 +01:00
devices Mi2/Bip: Various sleep fixes 2017-09-29 17:21:16 +02:00
entities Add license header to all java files. 2017-03-10 14:53:19 +01:00
externalevents Add support for dynamic Pebble background colors (#819) 2017-09-19 13:24:31 +02:00
impl Add support for dynamic Pebble background colors (#819) 2017-09-19 13:24:31 +02:00
model Add support for dynamic Pebble background colors (#819) 2017-09-19 13:24:31 +02:00
service Remove unused, commented out code 2017-09-28 17:31:40 +02:00
util Add support for dynamic Pebble background colors (#819) 2017-09-19 13:24:31 +02:00
GBApplication.java Fix custom language being lost for newly created activities 2017-09-03 01:04:34 +02:00
GBEnvironment.java Revert "Revert "Adjust test case setup and fix failing tests"" 2017-04-27 07:57:57 +02:00
GBException.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
LockHandler.java Update license headers 2017-08-25 11:25:01 +02:00
Logging.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
LoggingExceptionHandler.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
SleepAlarmWidget.java Add license header to all java files. 2017-03-10 14:53:19 +01:00