1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 23:02:33 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities/charts
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
..
AbstractChartFragment.java Some more translations + reoder live activity layout 2015-10-04 00:17:24 +02:00
ActivityAnalysis.java Add showing when the device wasn't worn by the user 2015-08-28 14:58:30 +02:00
ActivitySleepChartFragment.java Migrate from MPAndroidChart 2.1.0 to 2.1.4 2015-09-24 00:04:21 +02:00
ChartsActivity.java Disable activity data fetching when not supported 2015-10-24 23:28:55 +02:00
ChartsHost.java Merge branch 'master' into live-activity-data 2015-09-27 00:16:04 +02:00
CustomBarChart.java Yay, animating live activity data works. 2015-10-01 22:36:33 +02:00
LiveActivityFragment.java Some improvements to live activity. 2015-10-21 00:36:18 +02:00
SingleEntryValueAnimator.java Displaying live activity data works well enough 2015-10-02 23:38:07 +02:00
SleepChartFragment.java Temporary workaround for totally wrong sleep stats 2015-11-09 23:56:46 +01:00
SleepUtils.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
WeekStepsChartFragment.java Some improvements to live activity. 2015-10-21 00:36:18 +02:00