ehdr / RetroTimer

A wonderfully simple, no-nonsense countdown timer for Android (available in the Google Play Store)
https://play.google.com/store/apps/details?id=se.erichansander.retrotimer
GNU General Public License v3.0
6 stars 5 forks source link

Make alarm duration a function of countdown time #6

Closed ehdr closed 13 years ago

ehdr commented 13 years ago

In a real egg timer, the duration of the alarm ringing is a function of how many minutes you set it to count down from. The longer until the alarm would trigger, the longer the alarm would sound once it goes off. This timer should of course behave the same way!

Something like an alarm duration of 5 + (1 second/minute of countdown) seconds might make sense.

ehdr commented 13 years ago

Implemented in v1.1.