Commit Graph

32 Commits

Author SHA1 Message Date
Tilman Roeder 35faffce58 Added banner image 2018-07-22 15:21:58 +02:00
Tilman Roeder e4ceea0e72 Created README.md 2018-07-22 15:16:42 +02:00
dyedgreen 9c1bff74ee App Store 1.8.0 (4.0 ready)
* Changed some aspects of the app to be '4.0 ready’ (e.g. added app
icon)
* Added MapQuest to provide Public Transit directions
2016-08-27 11:29:15 +02:00
dyedgreen b4a22574d8 Moved api keys
* Moved the api keys for the here api to a separate file that is
ignored in the git
2016-08-19 19:46:51 +02:00
dyedgreen 5f66165cb4 App Store 1.7
* Added more clarity with the error displayed for the public transit
navigation
2016-08-19 19:32:50 +02:00
dyedgreen 7608d8dcca App Store 1.6
* Mini update, adding a one-time catch for the (in my tests) rare event
of misplacement (concerning the current location)
2016-07-07 23:09:49 +02:00
dyedgreen 57d5cb24d8 App Store 1.5
* clarified some comments on the js side
* mini tweak to current step updates, preventing it from displaying an
older index (on the c and the js side)
2016-07-05 22:25:36 +02:00
dyedgreen 8e6c9c1e4e wrapping up with automatic navigation
* 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
2016-07-04 17:23:30 +02:00
dyedgreen f17977ceaa directions now working
* fine-tuned directions to work with walking / cycling
* tweaks to the config layout
* fixed an error preventing the auto-directions setting to take effect
2016-07-01 23:33:55 +02:00
dyedgreen 21b79a6fa6 got the real time directions to work
* realtime directions are now working (theoretically, they still need
fine-tuning)
* minor tweaks to settings page
2016-07-01 17:23:40 +02:00
dyedgreen c2aab30898 location stuff improvements, working on realtime turn-by-turn navigation
* 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
2016-06-30 22:28:46 +02:00
dyedgreen 0d31e7c728 updates to summary and api usage, added real time routing
* 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
2016-06-30 20:42:45 +02:00
dyedgreen 9d2ea422e3 longer lists, better summary
* 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
2016-06-29 16:26:34 +02:00
dyedgreen db89eda32c added configuration with favorite addresses
* You can now add up to 5 favorite addresses, each with a name
associated with them
2016-06-28 08:52:22 +02:00
dyedgreen 4d51545bfc dictation error added
* now there is a custom dictation error
* going towards 1.3
* upcoming: clay config for custom places
2016-06-27 18:12:41 +02:00
dyedgreen af5df670fd legibility improvements 2016-06-26 11:06:34 +02:00
dyedgreen 5369287ea8 fixed a few ui bugs
* 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
2016-06-26 09:48:07 +02:00
dyedgreen a81e8356b4 bug fixes; pebble app-store release 1.0
* this is the release version 1.0 to the pebble app-store
2016-06-25 22:12:28 +02:00
dyedgreen ba0cbd5e63 final 1.0
* added a final icon
* changed the icons taken from material design to pebble seeding lang
icons
2016-06-25 20:45:22 +02:00
dyedgreen 170e527691 added a status bar 2016-06-25 17:11:11 +02:00
dyedgreen 95bc449cfb New directions ui
* 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
2016-06-25 16:45:02 +02:00
dyedgreen f5304468f6 directions now work
* investigate the rather poor current position on real phone/watch
later!
2016-06-24 18:15:38 +02:00
dyedgreen 528935477a fixed early success message bug
* fixed a bug where an old success message send would be seen as the
current success message
2016-06-24 15:18:15 +02:00
dyedgreen 4076804686 watch app v1.0 now working
* Next steps: implement the api usage
2016-06-23 17:48:43 +02:00
dyedgreen 11fbc2b2e0 moved loading aim to layer
* TODO: display the list in a nice way
* TODO: fetch real data
2016-06-23 15:14:26 +02:00
dyedgreen d43780daa6 Next steps: UI
* 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
2016-06-22 23:46:18 +02:00
dyedgreen cac5d9c320 Added loading
* Still to do: sending the address in a proper way!
2016-06-22 23:25:57 +02:00
dyedgreen 0840d541e4 phone >> watch working
* watch >> phone WIP
* loading window wip
2016-06-22 22:52:31 +02:00
dyedgreen 4af5561d7e still not working 100%
* The problem is clear though: storing the revived strings!
* sending string is still apparently somewhat funny -.-
2016-06-22 21:46:52 +02:00
dyedgreen 3eeb297eda complies but not working yet
* The thing is crashing :/
2016-06-22 20:38:53 +02:00
dyedgreen dfe7360648 Implemented voice and selection ui
* The voice interface is hocked up and working
* Choosing the preferred method of travel is now possible
2016-06-19 21:40:46 +02:00
dyedgreen 4259beb369 Initial commit 2016-06-19 16:37:07 +02:00