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

Attempt to Resolve Issue #291 #293

Closed larsBomba closed 1 month ago

larsBomba commented 2 months ago

To try and and fix issue #291 I added 2 additional checks in the TimeCalculatorV2 Class. Those are supposed to check if the current Time is after the clockInEvent which would affect the workedTime. If there is no clockOutEvent and the clockInEvent is in the Future there is 0 workedTime calculated.