1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 04:16:49 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
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
..
activities Temporary workaround for totally wrong sleep stats 2015-11-09 23:56:46 +01:00
adapter Some Javadoc 2015-10-26 23:32:03 +01:00
database fix 2015-10-23 23:55:23 +09:00
deviceevents Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch 2015-09-25 00:53:40 +02:00
devices Simplify external dir handling again -- prefer the primary dir 2015-11-01 20:49:50 +01:00
externalevents Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch 2015-09-25 00:53:40 +02:00
impl Some Javadoc 2015-10-26 23:32:03 +01:00
model Translate strings, remove unused variable 2015-11-09 23:56:46 +01:00
service For a start, connect with "false" #156 2015-11-03 20:23:48 +01:00
util Simplify external dir handling again -- prefer the primary dir 2015-11-01 20:49:50 +01:00
GBApplication.java Some Javadoc 2015-10-26 23:32:03 +01:00
GBEnvironment.java Some Javadoc 2015-10-26 23:32:03 +01:00
GBException.java Refactoring 2015-09-24 14:45:21 +02:00
LoggingExceptionHandler.java Some Javadoc 2015-10-26 23:32:03 +01:00