SimpleMobileTools / Simple-Clock

Combination of a beautiful clock with widget, alarm, stopwatch & timer, no ads
https://www.simplemobiletools.com
GNU General Public License v3.0
588 stars 237 forks source link

#265 Early dismissal of alarm #468

Closed rawlin closed 1 year ago

rawlin commented 1 year ago

Issue

https://github.com/SimpleMobileTools/Simple-Clock/issues/265

https://github.com/SimpleMobileTools/Simple-Clock/assets/25471892/3d6b60b4-6ac0-4f48-9a1d-f65e377d49fb

Added a notification to dismiss an alarm if it is going to trigger within the next 5 minutes

tibbi commented 1 year ago

how to reproduce it? It is not showing up to me

rawlin commented 1 year ago

The notification will be shown 5 minutes before the alarm. But if the alarm is less than 5 minutes from the time it is set, the notification will popup then itself

tibbi commented 1 year ago

right, my bad. Lets not show any toast after dismissing the alarm though, currently the "Time remaining..." shows

tibbi commented 1 year ago

and use the user specified time format, do not show am/pm in 24 hour mode

rawlin commented 1 year ago

I've made the requested changes

tibbi commented 1 year ago

yeah thanks, should be good now. A lot simpler too.