timer-machine-android
timer-machine-android copied to clipboard
When tapping start, create a new item above
TimerDroid has a nice feature. It has a "running timers" heading and when you tap start on a timer, a new item is created in the Running timers list.
This allows:
- shorter list item height.
- the ability to start the same preset timer more than once. This is very useful if you have multiple of the variable to which the timer applies, like chemical preparation.
- Easier tracking of running timers.
It's a valuable feature, although implementing it requires considerable codebase refactoring. It can be a candidate for the next big release.
That's great. Thanks!