1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-16 05:37:51 +01:00
Gadgetbridge/app
cpfeiffer 2e267a4c2b Temporary workaround for totally wrong sleep stats
The reason being that we filter samples by activity kind
and then calculate the total sleep time using a delta between two
consecutive sample timestamps. But due to filtering of samples, not
all samples are consecutive. Instead of we have "holes" and add those
to your sleep time.

The data in the db is correct though (it always is), it's just the
display in the app that is wrong.
2015-11-09 23:56:46 +01:00
..
src Temporary workaround for totally wrong sleep stats 2015-11-09 23:56:46 +01:00
build.gradle Update some dependencies 2015-11-01 23:32:43 +01:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00