-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop tracking time on sleep #22
Comments
No, currently this doesn't happen. Shouldn't be to hard, although if Java doesn't have an API for this this will have to be done natively in ObjC. |
It would also be great if any timer was stopped on exit. If I forget to stop Atea before turning off my machine the timer is still running when I turn the machine back on and I have to manually adjust the captured times :) |
This is quite serious.. I think it should be marked as bug |
Marked as bug. |
I wrote a very hackish Ruby time tracker (http://reganmian.net/blog/2013/03/29/time-tracker-one-week-on-new-features/), and added this feature using a separate "on-sleep" app. It also always starts tracking my time as "surfing" when I turn on the computer, does lots of visualization etc. I'm just learning Clojure, and very excited about this project - I might experiment with extending it and adding some of the functionality I had before (lots of global keyboard shortcuts, stats visualization etc). |
I'm not sure if this doesn't happen already: it would be nice to stop time-tracking for the duration that the computer is asleep, if it was on before going to sleep. Thanks!
The text was updated successfully, but these errors were encountered: