GadgetBridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/miband
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
..
AbstractMiBandFWHelper.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
AbstractMiBandFWInstallHandler.java Amazfit Bip: add instructions and warning to the firmware installation screen 2017-08-27 23:08:10 +02:00
AbstractMiBandSampleProvider.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
DateTimeDisplay.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
DoNotDisturb.java Update license headers 2017-08-25 11:25:01 +02:00
MiBand2Coordinator.java Update license headers 2017-08-25 11:25:01 +02:00
MiBand2SampleProvider.java Mi2/Bip: Various sleep fixes 2017-09-29 17:21:16 +02:00
MiBand2Service.java Mi Band 2/Bip: implement setting user info (experimental, disabled) 2017-09-23 00:09:52 +02:00
MiBandConst.java Update license headers 2017-09-12 12:39:15 +02:00
MiBandCoordinator.java Only show realtime chart on device supporting it 2017-06-02 21:59:46 +02:00
MiBandDateConverter.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
MiBandFWHelper.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
MiBandFWInstallHandler.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
MiBandPairingActivity.java Fix custom language being lost for newly created activities 2017-09-03 01:04:34 +02:00
MiBandPreferencesActivity.java Update license headers 2017-08-25 11:25:01 +02:00
MiBandSampleProvider.java Remove obsolte and unused code related to old and unsupported activity database 2017-03-20 22:27:17 +01:00
MiBandService.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
UserInfo.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
VibrationProfile.java Fix static context leak 2017-04-21 22:34:47 +02:00
miligatt.txt Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00