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.
https://zephyrsoft.org/trackworktime
GNU General Public License v3.0
136 stars 30 forks source link

[bug] location is scanned on unchecked days. #273

Closed carnager closed 8 months ago

carnager commented 8 months ago

If one has defined work days in options Dialog, the app shouldn't scan for location on unchecked days, right now it seems to do just that.

mathisdt commented 8 months ago

This behaviour is actually wanted. The "working days" configured in the options only are for distributing the planned weekly work time evenly and not for excluding the other days - people sometimes work on weekends (which they don't do normally) and this time also should be counted.

There could be an extra option to switch off automatic tracking (for both mobile network location and WiFi) on days not configured as working days, but that would be a feature request.