This time tracking Android application allows to record your time on arbitrarily activities in a very quick manner.
- Native Android application
- Fast & functional UI
- Easy plain text format!
- Start & stop multiple activities at the same time
- Notification with action buttons
- Time records exact to the second
- Concept allows for easy customization and extension
For Development Android Studio with gradle is used. If you want to develop and contribute, the easiest way is to use Android Studio as well.
- First fork this project on Github.
- Then clone it within Android Studio:
- From the Welcome Screen: Check out project from Version Contrlo -> Git
- Or from within Android Studio: File -> New -> Project from version control -> Git
- Log in to Github... -> Create API Token -> Enter your username and password from your Github account
- Git Repository URL: https://github.com/geniusupgrader/Timeupgrader.git
- Clone
- Click No on the next Dialog: „Would you like to create an Android Studio project for the sources you have checked out to [...]“
- Then open an existing Android Studio project:
- From the Welcome Screen: Open an existing Android Studio project
- Or from within Android Studio: File -> Open
- Search for the path, where you cloned this project
This software uses code from several open source packages. Credits to them:
- This App is written from scratch in Kotlin
- Uses Googles Support Libraries
- Joda time on android
- SwitchDateTimePicker
- Betterpickers
- Time by kizitonwose
- Anko
- Linear time picker
MIT. See LICENSE.md


