SkillApp is a native time-tracking application for Android that focuses on simplicity that doesn't collect any of your personal data.
- Completely offline: the app doesn't even have the INTERNET permission
- Organize related skills into groups
- Various measurement units: Hours, Kilometers, Times, Pages, Reps, Steps, Calories
- Set your goals and achieve them
- See your productivity at a glance with statistics
- Local backup into a folder of your choosing
- Stay productive at any time of day with the Dark mode
- The app is available for download on F-Droid.
- You can also download get the latest version under releases.
To build the project, do the following:
- Clone the repository
- Enter the directory the repository was cloned to.
- If the
$ANDROID_HOMEvariable is not defined, you have 2 options:-
Define
$ANDROID_HOME, .e.g. by addingexport ANDROID_HOME=/path/to/Android/Sdk/to your~/.profile -
Create the
local.propertiesfile inside the project root with the following contents:sdk.dir=/path/to/Android/Sdk
-
- If you want to perform a release build, add appropriate signing information to
buildSrc/src/main/kotlin/Signing.kt. - Run
./gradlew assembleDebug(for Linux and MacOS) orgradle assembleDebug(for Windows). That will produce a debug APK.