summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-05-20Yet another fix for intensity minute calculation.Chris Schlaeger
2016-05-19Bump version to 0.4.0v0.4.0Chris Schlaeger
2016-05-19Fix intensity minutes computation.Chris Schlaeger
2016-05-18Show weekly intensity minutes, not daily.Chris Schlaeger
2016-05-17Improved daily monitoring report.Chris Schlaeger
2016-05-16New: Daily and monthly reports for monitoring dataChris Schlaeger
2016-05-08Improve the handling of monitoring data during time zone changes.Chris Schlaeger
2016-05-06New: Add sleep cycle count column to monthly report.Chris Schlaeger
2016-05-05New: HR based sleep analysisChris Schlaeger
Sleep phase analysis that is purely based on wrist motion data is fairly inaccurate. By analyzing the heart rate transistion during the sleep period we can identify REM and non-REM phases with much better precision.
2016-04-17Bump version to 0.3.0.Chris Schlaeger
2016-04-17Fix: Top bar now spans full screen on Android devices.Chris Schlaeger
2016-04-17New: Add support for optical heart rate sensor device.Chris Schlaeger
2016-04-17New: Show EPO data lifespan in device section of GPS devices.Chris Schlaeger
2016-04-16New: Monthly report addedChris Schlaeger
2016-04-16Use tables for the daily sleep report.Chris Schlaeger
2016-04-16Fix: Improved error handlingChris Schlaeger
2016-04-14New: Simple sleep analyzer addedChris Schlaeger
Use the 'daily' command to get an overview of the sleep data for a given day.
2016-03-24First work to support importing monitoring FIT files.Chris Schlaeger
2016-03-02New: Always show average speed in activity summary.Chris Schlaeger
2016-03-02Bumping version to 0.2.1v0.2.1Chris Schlaeger
2016-03-01Bump version to 0.2.0v0.2.0Chris Schlaeger
2016-03-01FIX: Don't clip negative HRV values on graphChris Schlaeger
2016-03-01FIX: Update records pages on rename and set name commands.Chris Schlaeger
2016-02-28NEW: Add checkbox to frames in activity page to hide the frame.Chris Schlaeger
2016-01-30NEW: Activities can now have an attached note.Chris Schlaeger
Use this to capture any additional information about the activity as free text. It will be shown in the summary report.
2016-01-29Only check the database in debug mode.Chris Schlaeger
2016-01-29NEW: Trap CTRL-C aborts by user.Chris Schlaeger
Don't show a backtrace when the user aborts with CTRL-C. This patch also adds a --debug mode to show the backtrace again.
2016-01-29Bumping version to 0.1.0v0.1.0Chris Schlaeger
2016-01-26Fix HRV time alignment.Chris Schlaeger
2016-01-26Showing METmax derived VO2max instead of the event log based VO2max value.Chris Schlaeger
2016-01-24Ensure that the html_dir setting in the DB is always updated.Chris Schlaeger
2016-01-24FIX: Move DB check to after directories have been setChris Schlaeger
2016-01-20FIX: Ensure that HRV data is synchronized with other FIT data.Chris Schlaeger
2016-01-19FIX: Update HTML activity index pages after FIT file importChris Schlaeger
2016-01-19FIX: Don't show elevation graph for treadmill activities.Chris Schlaeger
2016-01-19Show proper y-axis scale for GCT Balance chartChris Schlaeger
2016-01-18NEW: Add support for new running dynamics (Fenix 3 and FR630)Chris Schlaeger
Vertical ratio, ground contact time balance and stride length are now shown as graphs if supported in FIT file.
2016-01-18NEW: Improved handling of cycling activitiesChris Schlaeger
Don't show running specific metrics for cycling activities. Show cadence in RPM instead. These patches are based on patches by Brice Lopez.
2016-01-18FIX: Probably import deleted files again if --force is used.Chris Schlaeger
2016-01-17Don't crash on partially migrated DB.Chris Schlaeger
2016-01-17Wrapping up switch to PEROBS as database back-end.Chris Schlaeger
2016-01-03Big refactoring to switch to PEROBS database.Chris Schlaeger
2015-11-23Show R-R intervals in ms instead of s.Chris Schlaeger
2015-11-23Improved HRV score computation and new HRV chart.Chris Schlaeger
2015-11-22Fix typo in EventList creator that caused crashes.Chris Schlaeger
2015-11-22Adding support for heart rate variability score.Chris Schlaeger
2015-11-01New: Include recovery info in activity summaryChris Schlaeger
2015-10-31New: Show event log in activity view.Chris Schlaeger
2015-10-30Sort device list by device_index.Chris Schlaeger
2015-10-26Fixing track point generation. Bumping version.v0.0.11Chris Schlaeger