tagtime / TagTime

Stochastic Time Tracking for Space Cadets
http://tagti.me
Other
365 stars 51 forks source link

Android Wear support #42

Open jeffkaufman opened 9 years ago

jeffkaufman commented 9 years ago

I'm getting a Moto 360 and it seems like it should be an interesting form factor to combine with TagTime. The notification should probably be on the watch, but what should happen next? Various options:

1) Fill out tags on phone. 2) Fill out tags on the watch unless you need to create a new tag. Lots of scrolling because the screen is small. 3) free form voice input on the watch ("six home computer work") and then something to clean up recognition errors. 4) Something else?

After the watch comes I'll start playing around with it, but before I get to the point of making a pull request it might be good to think about what kind of interaction would be useful.

jeffkaufman commented 9 years ago

Ideally with voice input you could pass in an array of the known tags, but that doesn't seem supported by the API.

jaguilar commented 9 years ago

One option would be to add buttons to the notification for the popular tags. This would automatically show up as buttons on the wear device. Probably want to exclude OFF to save space. Another cool thing would be to turn it off and on with voice input. I'm thinking of doing this myself, but we'll see how much time I get over the break. Newborns and all -- it's hard to predict.