adrcotfas / Goodtime

:hourglass_flowing_sand: productivity app for Android
Apache License 2.0
941 stars 111 forks source link

The minimum value of the time length cannot be 0 #333

Open Leroy-X opened 6 months ago

Leroy-X commented 6 months ago

Hi,

The time length cannot be set to 0, and the minimum value is 1. I mainly use it for interval reminders and do not require a rest period, such as a reminder every half hour.

If the rest time and working time are set equal, reminders can be spaced, but there will be problems with the statistics of working time.

So it's nice to be able to limit the minimum value to 0, which is very helpful when no rest time is needed.

Thanks.