mathisdt / trackworktime

Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text.

Home Page:https://zephyrsoft.org/trackworktime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make location search interval configurable

carnager opened this issue · comments

While wifi scanning can be set to a custom interval, location based scanning does not have such option.
Having the ability to change this could have some impact on battery usage.

Update: maybe also an option to have a period when gps is checked less frequently. E.g. I normally start at 7 or 8 and leave around 4. So make the app check for gps at a lower rate between 9 and 3.

And also it would be great if one could choose periods where it does not scan at all, e.g. at night

There is the constant REPEAT_TIME used here which should be flexibilized by this.

Intervals of less than a minute don't make sense because the time resolution of the app is only minutes, not seconds.

Nice, seems an easy addition in this case. And yeah I was more thinking about 10 minute intervals or something.

Ideally one would be able to device times. Updated original post