GadgetBridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices
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
..
amazfitbip Amazfit Bip: Switch language on the watch automatically according to the phone locale 2017-09-28 16:04:06 +02:00
hplus move up measuerement system from hplus to global preferences 2017-09-29 12:33:08 +02:00
jyou Update license headers 2017-09-12 12:39:15 +02:00
liveview Only show realtime chart on device supporting it 2017-06-02 21:59:46 +02:00
miband Mi2/Bip: Various sleep fixes 2017-09-29 17:21:16 +02:00
miband2 Amazfit Bip: map a few more icons 2017-09-25 22:34:05 +02:00
no1f1 Update license headers 2017-09-12 12:39:15 +02:00
pebble Fix custom language being lost for newly created activities 2017-09-03 01:04:34 +02:00
vibratissimo Only show realtime chart on device supporting it 2017-06-02 21:59:46 +02:00
AbstractDeviceCoordinator.java Pass a GBDevice instead of GBDeviceCandidate to getBondingStyle() #651 2017-04-17 23:00:16 +02:00
AbstractSampleProvider.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
DeviceCoordinator.java update changelog bump version 2017-07-21 19:56:49 +02:00
DeviceManager.java Ensure that a newly discovered and initialized device will be displayed 2017-04-07 21:17:37 +02:00
EventHandler.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
InstallHandler.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
SampleProvider.java Remove obsolte and unused code related to old and unsupported activity database 2017-03-20 22:27:17 +01:00
UnknownDeviceCoordinator.java Only show realtime chart on device supporting it 2017-06-02 21:59:46 +02:00