commute-tracker
commute-tracker copied to clipboard
Source code for the Commute Tracker Garmin Connect IQ wearable app
Please can you make this available on the Fenix 5. Thanks
Adds support for new devices. Resolves #10.
The Connect IQ SDK now supports being able to run CI builds as described in a recent [blog post](https://developer.garmin.com/index.php/blog/post/connect-iq-pro-tip-connect-iq-and-travis-ci)
Allow users to delete commute history statistics. Allow them to either delete all commute history or the history for a single time slot.
Allow users to filter commute frequency by day of the week in chart view. I assume different days will have different commuting efficiency profiles (e.g. Friday may have better efficiencies...
Allow users access watch and widgets from application. This feature exists for built-in applications on the Fenix 3 by long pressing the down button.
New features were added to recent versions of the ConnectIQ SDK to support unit testing. Before adding new features to the app such as #7 and #8, it would be...