* removed the ability to enable / disable automatic navigation
* automatic navigation (current step updates) are enabled for bike /
walk navigation
* tweaks to the way automatic navigation works
* fine-tuned directions to work with walking / cycling
* tweaks to the config layout
* fixed an error preventing the auto-directions setting to take effect
* Added a try-catch statement to gracefully handle non-availability of
location data for the getCurrentPosition function
* Increased the required proximity to < 30 m
* Guarded the location update watch function with a try-catch
* made sure an network error occurring after the route-data was
completely transferred will not cause the app to display the connection
error screen
* the summary now respects unit preferences from the watch default
settings (read from the health measurement system display)
* added more specific fields for public transit api
* added real time routing (in progress)
* added setting to disable real time routing
* added api attribution and feedback link in the settings page
* The way the lists are send has been slightly reworked and now in
theory allows for lists of arbitrary length (only limited by the heap
storage on the watch), currently increased to 40 possible items
* The js now also logs the summary
* The summary now intelligently changes between the formats ({} min <->
{} h {} min) and ({} m <-> {}.{} km) for easier reading
* Fixed a bug where an empty navigation view could be shown
* Fixed a bug where the more indicator would reveal white space on round
* Fixed a bug where the text would reflow on round
* Included more relevant keywords in the package.json
* Beautiful directions list ui
* Fixed a bug where the js part would send too long strings
* Fixed a bug where the js part would send directions data although
there where to many steps
* Pebble >> Phone transmission working :)
* TODO: make the progress a layer + tidy the progress stuff!
* TODO: make the directions render in a neat way for basalt / chalk
* TODO: use the api to get real data
* TODO: test on watch