1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 11:33:19 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities
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
..
charts Temporary workaround for totally wrong sleep stats 2015-11-09 23:56:46 +01:00
AbstractFragmentPagerAdapter.java Improvements to charts 2015-08-25 00:33:37 +02:00
AbstractGBFragment.java Refactoring 2015-09-24 14:45:21 +02:00
AbstractGBFragmentActivity.java Refactoring 2015-09-24 14:45:21 +02:00
AbstractSettingsActivity.java allow the transfer of activity data without clearing MiBand's memory 2015-09-07 12:06:56 +02:00
AlarmDetails.java Improvements to how and when alarms are sent to the device 2015-10-18 23:52:59 +02:00
AndroidPairingActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
AppBlacklistActivity.java always initialize checkboxes AppBlacklistActivity, not only when App is in blacklist 2015-09-25 21:33:35 +02:00
AppManagerActivity.java Simplify external dir handling again -- prefer the primary dir 2015-11-01 20:49:50 +01:00
ConfigureAlarms.java Improvements to how and when alarms are sent to the device 2015-10-18 23:52:59 +02:00
ControlCenter.java Disable activity data fetching when not supported 2015-10-24 23:28:55 +02:00
DebugActivity.java Improve error logging: #153 2015-10-26 22:45:43 +01:00
DiscoveryActivity.java Refactoring 2015-09-24 14:45:21 +02:00
FwAppInstallerActivity.java Refactoring 2015-09-24 14:45:21 +02:00
InstallActivity.java Refactoring 2015-09-24 14:45:21 +02:00
SettingsActivity.java Allow phone call notifications (also in call display) to be disabled in preferences 2015-09-20 22:04:53 +02:00