Age | Commit message (Expand) | Author |
2023-07-23 | Weight: make sure we have a directory to write into | Arseniy-Movshev |
2023-07-23 | Moved setupFilePath to common from logger | Arseniy-Movshev |
2023-07-22 | weightDataLoader: add support for floats | Arseniy-Movshev |
2023-07-21 | Add file watcher to stepsDataLoader | Arseniy-Movshev |
2023-07-21 | Add filesystem watchers to hrdataloader to update when new data comes in | Arseniy-Movshev |
2023-07-21 | qmlPlugin: make file loading less verbose | Arseniy-Movshev |
2023-07-12 | Remove leftover qtpositioning reference | Arseniy-Movshev |
2023-07-12 | Make sure we return a sane value even if sensor isn't warmed up | Arseniy-Movshev |
2023-07-12 | Add a method for getting data over multiple days | Arseniy-Movshev |
2023-07-02 | Add a method for adding data points to weight | Arseniy-Movshev |
2023-07-02 | Add a weight data accessor | Arseniy-Movshev |
2023-07-02 | Move fileaddrecord to common.h so that it can be used from qml plugin | Arseniy-Movshev |
2023-06-29 | Return log value if step counter value isn't sane | Arseniy-Movshev |
2023-06-20 | DataLoaders: switch to qvariant for qml compatibility | Arseniy-Movshev |
2023-06-20 | StepsDataLoader: add a property that updates today's live step count | Arseniy-Movshev |
2023-06-20 | Compensate for steps when daemon starts up and when date changes | Arseniy-Movshev |
2023-06-20 | Add HrDataLoader | Arseniy-Movshev |
2023-06-20 | Move fileNameForDate to a common header file | Arseniy-Movshev |
2023-06-20 | StepsDataLoader: Add a way to get the full day's data | Arseniy-Movshev |
2023-06-11 | Remove HeartrateGraph QML element | Arseniy-Movshev |
2023-06-11 | StepCounter: revert to an offsets model | Arseniy-Movshev |
2023-06-05 | Add a log message to debug failing step counter resets | Arseniy-Movshev |
2023-06-02 | Make sure we aren't writing to previous day if today file exists | Arseniy-Movshev |
2023-06-02 | settings: add step goal target | Arseniy-Movshev |
2023-06-02 | LoggerSettings: fix wrong default sensor intervals | Arseniy-Movshev |
2023-06-01 | Clean up log messages | Arseniy-Movshev |
2023-06-01 | Add a check for whether the daemon is starting the first time this boot | Arseniy-Movshev |
2023-06-01 | Make sure we open files as readonly when we're reading them so we don't creat... | Arseniy-Movshev |
2023-06-01 | Trigger a recording when the daemon starts | Arseniy-Movshev |
2023-06-01 | step counter: Make sure that there's a time for the last record when sensor l... | Arseniy-Movshev |
2023-06-01 | Move to resetting the sensor in hardware | Arseniy-Movshev |
2023-05-31 | Clear the step counter in hardware after midnight | Arseniy-Movshev |
2023-05-30 | Move overnight steps compensation code to the place where it's recorded | Arseniy-Movshev |
2023-05-30 | Add some useful properties to hrgraph | Arseniy-Movshev |
2023-05-30 | Make graph points round | Arseniy-Movshev |
2023-05-30 | enable antialiasing on item | Arseniy-Movshev |
2023-05-30 | Fix incorred height and width usage | Arseniy-Movshev |
2023-05-30 | Add some more parameters to the heartrate graph | Arseniy-Movshev |
2023-05-30 | Add heartrate graph | Arseniy-Movshev |
2023-05-29 | Add a method for daemon recordings to be triggered from qml | Arseniy-Movshev |
2023-05-29 | Make sure step count doesn't duplicate | Arseniy-Movshev |
2023-05-28 | Make the log path configurable | Arseniy-Movshev |
2023-05-28 | Allow sensorlogd to set up its directory structure | Arseniy-Movshev |
2023-05-28 | Add a new LoggerSettings type | Arseniy-Movshev |
2023-05-28 | Add a dbus interface to allow reinitialising the logger | Arseniy-Movshev |
2023-05-28 | Fix up the settings implementation | Arseniy-Movshev |
2023-05-27 | fix qml accessor: | Arseniy-Movshev |
2023-05-26 | steps: add more useful data fetch method | Arseniy-Movshev |
2023-05-26 | Add systemd services and rename executable | Arseniy-Movshev |
2023-05-26 | Restructure to split to daemon and qml accessor | Arseniy-Movshev |