zond / android-diplicity

Android client for the diplicity service.
https://diplicity-engine.appspot.com/
GNU General Public License v3.0
9 stars 8 forks source link

Human readable phase length when creating game #54

Closed tttppp closed 7 years ago

tttppp commented 7 years ago

It would be nice if it was possible to enter a phase length like "1d" or "2 hours and 30 minutes".

I've made a start on this, and have some working regexes.

zond commented 7 years ago

Duplicate of #25

tttppp commented 7 years ago

Yep! Nice. I hadn't considered an input method other than a text box. Closing this.

zond commented 7 years ago

Well, my other issue didn't mention how it should happen - but a dropdown or combobox would be suitable I guess.

tttppp commented 7 years ago

Weirdly Android doesn't seem to have a UX component for duration input. There are lots of libraries providing it though. Here's the first stack overflow question I found on this: https://stackoverflow.com/q/24050311

zond commented 7 years ago

Yeah, I gave it five minutes once and didn't find a clear winner, so of you find one you like it's probably fine :)