Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-20 | Fix: Only show pace and speed graph together for multisport. | Chris Schlaeger | |
Otherwise show only pace for running or speed otherwise. | |||
2016-09-20 | New: Limit HRV data graph to +/-30. | Chris Schlaeger | |
Larger values are typically caused the measurement errors. | |||
2016-09-19 | New: Use a more efficient database | Chris Schlaeger | |
The new database needs much less storage space and is faster. | |||
2016-08-14 | Fix: Percentage floors climbed in monthly report is now correct. | Chris Schlaeger | |
2016-07-13 | New: Bumping version to 0.6.0. | Chris Schlaeger | |
2016-06-28 | Fix: Clarify data source labels. | Chris Schlaeger | |
2016-06-25 | New: Show LTHR (Running) in User Profile view. | Chris Schlaeger | |
2016-06-19 | Bumping version to 0.5.0v0.5.0 | Chris Schlaeger | |
2016-06-18 | New: Show Lactate Threshold values in Events section | Chris Schlaeger | |
2016-05-22 | DRY fix | Chris Schlaeger | |
2016-05-21 | New: Add distance and calories to monthly report. | Chris Schlaeger | |
2016-05-20 | Fix: Print help text to stdout and not stderr. | Chris Schlaeger | |
2016-05-20 | Yet another fix for intensity minute calculation. | Chris Schlaeger | |
2016-05-19 | Bump version to 0.4.0v0.4.0 | Chris Schlaeger | |
2016-05-19 | Fix intensity minutes computation. | Chris Schlaeger | |
2016-05-18 | Show weekly intensity minutes, not daily. | Chris Schlaeger | |
2016-05-17 | Improved daily monitoring report. | Chris Schlaeger | |
2016-05-16 | New: Daily and monthly reports for monitoring data | Chris Schlaeger | |
2016-05-08 | Improve the handling of monitoring data during time zone changes. | Chris Schlaeger | |
2016-05-06 | New: Add sleep cycle count column to monthly report. | Chris Schlaeger | |
2016-05-05 | New: HR based sleep analysis | Chris 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-17 | Bump version to 0.3.0. | Chris Schlaeger | |
2016-04-17 | Fix: Top bar now spans full screen on Android devices. | Chris Schlaeger | |
2016-04-17 | New: Add support for optical heart rate sensor device. | Chris Schlaeger | |
2016-04-17 | New: Show EPO data lifespan in device section of GPS devices. | Chris Schlaeger | |
2016-04-16 | New: Monthly report added | Chris Schlaeger | |
2016-04-16 | Use tables for the daily sleep report. | Chris Schlaeger | |
2016-04-16 | Fix: Improved error handling | Chris Schlaeger | |
2016-04-14 | New: Simple sleep analyzer added | Chris Schlaeger | |
Use the 'daily' command to get an overview of the sleep data for a given day. | |||
2016-03-24 | First work to support importing monitoring FIT files. | Chris Schlaeger | |
2016-03-02 | New: Always show average speed in activity summary. | Chris Schlaeger | |
2016-03-02 | Bumping version to 0.2.1v0.2.1 | Chris Schlaeger | |
2016-03-01 | Bump version to 0.2.0v0.2.0 | Chris Schlaeger | |
2016-03-01 | FIX: Don't clip negative HRV values on graph | Chris Schlaeger | |
2016-03-01 | FIX: Update records pages on rename and set name commands. | Chris Schlaeger | |
2016-02-28 | NEW: Add checkbox to frames in activity page to hide the frame. | Chris Schlaeger | |
2016-01-30 | NEW: 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-29 | Only check the database in debug mode. | Chris Schlaeger | |
2016-01-29 | NEW: 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-29 | Bumping version to 0.1.0v0.1.0 | Chris Schlaeger | |
2016-01-26 | Fix HRV time alignment. | Chris Schlaeger | |
2016-01-26 | Showing METmax derived VO2max instead of the event log based VO2max value. | Chris Schlaeger | |
2016-01-24 | Ensure that the html_dir setting in the DB is always updated. | Chris Schlaeger | |
2016-01-24 | FIX: Move DB check to after directories have been set | Chris Schlaeger | |
2016-01-20 | FIX: Ensure that HRV data is synchronized with other FIT data. | Chris Schlaeger | |
2016-01-19 | FIX: Update HTML activity index pages after FIT file import | Chris Schlaeger | |
2016-01-19 | FIX: Don't show elevation graph for treadmill activities. | Chris Schlaeger | |
2016-01-19 | Show proper y-axis scale for GCT Balance chart | Chris Schlaeger | |
2016-01-18 | NEW: 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-18 | NEW: Improved handling of cycling activities | Chris Schlaeger | |
Don't show running specific metrics for cycling activities. Show cadence in RPM instead. These patches are based on patches by Brice Lopez. |