fennifith / Alarmio

A simple alarm clock focused on design, readability, and internet radio.
https://play.google.com/store/apps/details?id=me.jfenn.alarmio
Apache License 2.0
335 stars 94 forks source link

[Feature Request] Save a list of timers #130

Open ghost opened 4 years ago

ghost commented 4 years ago

Similar to alarms

Anjalidubey01 commented 4 years ago

Hey! I would like to work on this issue.

ghost commented 4 years ago

Hey! I would like to work on this issue.

Thank you!

fennifith commented 4 years ago

Assuming I've understood this correctly, the most UX-friendly way to implement this would probably be to treat them as "bookmarks" - maybe keeping track of the durations most frequently used by default and listing the top five or so in a "timers" tab or as a part of the time input dialog... with some condition to ensure a reasonable amount of variance between the options.

I personally wouldn't work on this until #128 is at least partway complete, as it could require a decent amount of refactoring later on, but pull requests are always welcome!