timer-machine / timer-machine-android

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

Set the loop to infinity #60

Closed Denpun1 closed 10 months ago

Denpun1 commented 11 months ago

I wanna repeat the same task forever.

DeweyReed commented 11 months ago

Although it's not recommended, here is the solution:

Solution 1: Set the loop of a timer to a large number. Tens of thousands are usually enough.

Solution 2: Create a timer and save it. Reedit it and tap the gear icon at the left of the timer name. Turn on "After the timer finishes, start" and set it to itself. Now the timer will loop forever.