summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-24Bumping version to 0.7.3.v0.7.3Chris Schlaeger
2017-02-23Require fit4ruby 1.5.0Chris Schlaeger
2017-02-09Fix: Fix crash when generating daily monitoring reportChris Schlaeger
2017-02-09Require fit4ruby version 1.4.0Chris Schlaeger
2017-02-09Bumping version to 0.7.2v0.7.2Chris Schlaeger
2017-02-05Bumping version to 0.7.1v0.7.1Chris Schlaeger
2017-02-05Fix: Add perobs version 2.3.1 as gem dependency.Chris Schlaeger
2017-02-01Fix doc errors.Chris Schlaeger
2017-02-01Bump version to 0.7.0v0.7.0Chris Schlaeger
2017-01-31First attempt to show monitoring data in browser.Chris Schlaeger
2017-01-31Fix: Fix map not showing bug.Chris Schlaeger
2017-01-30New: Show monitoring data in web browser.Chris Schlaeger
2016-11-05Move pr_trackview_init_xy() call before init_viewframe_map().Chris Schlaeger
This hopefully fixes some issues with the maps not showing up for some users.
2016-10-31New: Weekly report for monitoring data.Chris Schlaeger
2016-10-23Fix: Some users report that the map wasn't rendered.Chris Schlaeger
While the actual root cause is still unknown, this is an attempt to fix it.
2016-10-09Fix: Fixing monthly reports for previous months.Chris Schlaeger
Only the current months worked fine.
2016-09-23Fix: Find sleep cycles even with noisy HR data.Chris Schlaeger
Recent firmware updates for the Fenix3 produce much more noisy HR data. The original sleep cycle detector could not handle this well. This improved version uses minimum cycle times to detect the cycles more accurately.
2016-09-20Fix: Only show pace and speed graph together for multisport.Chris Schlaeger
Otherwise show only pace for running or speed otherwise.
2016-09-20New: Limit HRV data graph to +/-30.Chris Schlaeger
Larger values are typically caused the measurement errors.
2016-09-19New: Use a more efficient databaseChris Schlaeger
The new database needs much less storage space and is faster.
2016-08-14Fix: Percentage floors climbed in monthly report is now correct.Chris Schlaeger
2016-07-13New: Require new fit4ruby version 1.3.0v0.6.0Chris Schlaeger
2016-07-13New: Bumping version to 0.6.0.Chris Schlaeger
2016-07-13Fix: Switch tile source to OSM to work around MapQuest changes.Chris Schlaeger
2016-06-28Fix: Clarify data source labels.Chris Schlaeger
2016-06-25New: Show LTHR (Running) in User Profile view.Chris Schlaeger
2016-06-19Bumping version to 0.5.0v0.5.0Chris Schlaeger
2016-06-18New: Show Lactate Threshold values in Events sectionChris Schlaeger
2016-05-22DRY fixChris Schlaeger
2016-05-21New: Add distance and calories to monthly report.Chris Schlaeger
2016-05-20Fix: Print help text to stdout and not stderr.Chris Schlaeger
2016-05-20Yet another fix for intensity minute calculation.Chris Schlaeger
2016-05-19Bump version to 0.4.0v0.4.0Chris Schlaeger
2016-05-19Update and sync descriptions between the GEM and the README.Chris 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-17Require newer fit4ruby version.v0.3.0Chris Schlaeger
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.