Moomak / kraigsandroid

Automatically exported from code.google.com/p/kraigsandroid
0 stars 0 forks source link

Allow to toggle repeat when alarm is dismissed #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It could be a checkbox on the alarm dismissal screen.  Or after the alarm is 
dismissed a popup could indicate that the alarm is being scheduled again and 
provide a few seconds to press a button to cancel that repetition.  

Original issue reported on code.google.com by bengr...@gmail.com on 7 Jul 2010 at 3:05

GoogleCodeExporter commented 9 years ago
This seems a bit confusing for the common use case.  Most people want an alarm 
that either unconditionally repeats or never fires again until selected.  I'd 
rather not clutter the UI to cover a corner use case. Perhaps you could handle 
this by having two different alarms set for the same time, one that repeats and 
one that doesn't.  This, of course, assumes that you know that you are going to 
want to repeat or not ahead of time, though...

Original comment by kraigs.a...@gmail.com on 7 Jul 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Actually, now that I'm really thinking about it... what I'd like is to be able 
to tell the app to skip the "next alarm".  This can be done manually by 
disabling the alarm, but then you have to go back into the app _after_ that 
alarms scheduled time and enable it again.  

Original comment by bengr...@gmail.com on 7 Jul 2010 at 3:44