CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
70 stars 126 forks source link

Added preset time option for timer #430

Closed SATVIKSH closed 9 months ago

SATVIKSH commented 9 months ago

Description

Added preset times list in the timer view. You can add and remove items from this list by long pressing the item on the list or clicking on the add button above FAB. Initially the list contains 5,10,20 minutes as default times which are editable.

Fixes #297

Screenshots

https://github.com/CCExtractor/ultimate_alarm_clock/assets/94671974/bb220245-7106-4e74-a85a-056029778e17

MarkisDev commented 9 months ago

I think it's better to show a grid of standard times (5,10,15 etc min). This current design will be confusing for a new user.

Also, we really don't need to worry about letting them add their own times, that will be addressed in #377, this issue is just to show a list of standard times.

I'm closing this for now, please feel free to put up a new PR :)