MichaelSp / 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:http://zephyrsoft.org/trackworktime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track Work Time

Track your work time easily via WiFi or location and categorize each recorded interval by a predefined client/task and a free text.

This app can track your work time easily! It lets you categorize each recorded interval by a client/task and a free text. Of course, the list of clients/tasks can be edited to suit your needs.

Additionally, if you wish, your flexible time account is taken care of: you always see how much you worked. You can also keep an eye on how much work time is left for today or for the current week (by a notification which you can enable).

You even may provide the geo-coordinates or the Wi-Fi network name of your work place and the app can automatically clock you in while you are at work. This is done without using GPS, so your battery won't be emptied by this app. (You don't have to be connected to the WiFi network at work, it just has to be visible.)

If you prefer to use other apps like Llama or Tasker for tracking your movements, that's fine - TWT can be triggered from these apps and just do the book-keeping of your work time. In this case, you have to create broadcast intents called org.zephyrsoft.trackworktime.ClockIn or org.zephyrsoft.trackworktime.ClockOut. When using ClockIn, you can also set the parameters task=... and text=... in the "extra" section of the intent so your events are more meaningful. Here are some screenshots to point out how it can be done: Llama: Overview, Detail 1, Detail 2 / Tasker: Detail 1, Detail 2.

The latest version even can notify you via your Pebble smart watch on clock-in and clock-out events!

Finally, the app can generate reports for you. The raw events report is the right thing if you want to import your data somewhere else, while year/month/week reports are fine if you want to keep track of your task progress.

This is an open source project, so if there is something you don't like, you are very welcome to contact me or even write some code yourself and contribute it. Please don't try to communicate with me via reviews on Google Play or AndroidPit, that doesn't work in both directions. Just write me an email and I'll see what I can do.

Important note: This app definitely won't send your personal data anywhere. It uses the INTERNET permission only to send crash reports, but those reports contain neither any times nor any coordinates you may have tracked.

Project Tracker (GitHub Issues)
Continuous Integration (Travis) Build Status
You can track the past development by looking at the version history.

Links to binary distribution points:
TWT @ Google Play Store
TWT @ F-Droid (not maintained actively, possibly older version)

About

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.

http://zephyrsoft.org/trackworktime

License:GNU General Public License v3.0


Languages

Language:Java 100.0%