summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2015-10-26Add data sources table to activity view.Chris Schlaeger
2015-10-18Moving static java script to a separate file.Chris Schlaeger
Only keep the dynamicly generated JS pieces in Ruby.
2015-10-17Upgrading openlayers to 3.xChris Schlaeger
2015-10-12Remove not needed files.v0.0.10Chris Schlaeger
2015-10-12New: Add lap marks to chartsChris Schlaeger
2015-10-11Include purely GPS coordinate based distances as wellChris Schlaeger
2015-10-05Fixing encoding commentChris Schlaeger
2015-09-12Adding plumbing to have PEROBS as additional dependency.Chris Schlaeger
2015-09-12No need to split the add method into two separate methods.Chris Schlaeger
2015-09-12Refactor FIT file reader to prepare for other FIT formatsChris Schlaeger
2015-09-11Bumping to version 0.0.9v0.0.9Chris Schlaeger
2015-08-31Fix: Don't crash when unknown devices show upChris Schlaeger
2015-08-30Fix: Don't crash on network failures in EPO downloader.Chris Schlaeger
2015-07-26New: More running recordsChris Schlaeger
2015-07-25New: Adding support for temperature graphChris Schlaeger
2015-06-20New: Show cumulated operating time for devicesChris Schlaeger
2015-06-14Fix: Don't crash on temporary pace/speed dropouts.Chris Schlaeger
2015-06-04New: Include recovery heart rate in activity summary.Chris Schlaeger
2015-05-10Fixing the baseline date for EPO files.Chris Schlaeger
2015-04-26Use Activity.sport to select pace or speed.Chris Schlaeger
2015-04-26Select Pace/Speed display based on Activity sport setting.Chris Schlaeger
2015-04-26Fix: Show records for all activity types, not just the last one.Chris Schlaeger
2015-04-26More checks for EPO filesChris Schlaeger
2015-04-25Further checks and documentation for EPO download feature.Chris Schlaeger
2015-04-25First steps to make FIT data queryable.Chris Schlaeger