Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
536 stars 68 forks source link

why do timers count through when they have reached their goal? #166

Closed yourmother9 closed 3 months ago

yourmother9 commented 4 months ago

when i set a timer for 10 minute's or so... then when 10 min is over, timer keeps counting and not stop. this is useless, annoying, energy-consuming, etc. Where can i configure that it needs to stop when goal is reached?

cogk commented 4 months ago

If you want a timer, wouldn't it be better for you to use the built-in Clock app of the phone?

useless, annoying, energy-consuming

Well it is none of those things when using goals for their intended purpose, that is helping you limit the amount of time spent on a task (like working X hours a day/week). In the end, this is a time tracking application, not a clock.

You wouldn't expect this behavior in a stopwatch, right?

Razeeman commented 3 months ago

Hello! Goals are meant to notify a user that they tracked some activity for a certain duration. After that it is for the user to decide, keep tracking this activity or switch to something else. Activity switching are meant to be done by hand. Hope this makes sense.