httpdispatch / MissedNotificationsReminder

Periodical sound reminder for missed notifications in Android OS.
74 stars 22 forks source link

Off-topic: Suggested reminder Interval options: Minutes/Seconds #13

Closed davidhedlund closed 6 years ago

davidhedlund commented 8 years ago

The shortest reminder Interval is currently 0.25 minutes (15 seconds). I would like to have it set to 1 second so I can use it as alarm clock with a short notification sound.

Alarm clocks do beep at least every 5 seconds but shorter reminder intervals may be required for some people that easily fall asleep.

httpdispatch commented 8 years ago

You may use minimum reminder interval of 5 seconds, which is 0.084 minutes, but you should enter value by hand in the edit text box (seekbar has minimum 0.25). I am not sure android alarm manager will work properly for such short intervals but you may try.

davidhedlund commented 8 years ago

@httpdispatch Thank you.

I suggest that you add a drop down menu with minutes/seconds as options.