timer-machine / timer-machine-android

⏲ A highly customizable interval timer app for Android
GNU General Public License v3.0
172 stars 16 forks source link

Per-timer toggle for no notifcation #42

Closed dcdom2 closed 1 year ago

dcdom2 commented 1 year ago

For some timers, I don't need a notification. Can there by an option in the timer settings to run without popping up notifications?

Currently the only solution is to disable app notifications altogether.

DeweyReed commented 1 year ago

The timer editing screen has a gear icon on the left of the timer name. Tap it, and turn off the first option in the pop-up. All timers with this setting will merge into one notification. Unfortunately, there must be at least one notification. Otherwise, it's easier to get killed by the system.

dcdom2 commented 1 year ago

Ah, I see! I have missed it. Thanks!