Skip to content

ede1998/WorkTracks

Repository files navigation

WorkTracks

Android CI

WorkTacks is a simple app to track the time when you've been working.

Features

  • Tracking: track the time you have worked
  • Statistics:
    • Shows the total you worked on a day
    • Shows the difference to the time you should have worked
    • Shows the difference to the time you should have worked, accumulated for each week until this day
  • Import/Export: You can import and export your data as a CSV file.
  • Privacy:
    • does not contain any in-app analytics
    • does not have Google Play Services (I think)
    • has no cloud integration

Screenshots

Overview page Add time page Settings page

Building

This app uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Planned features

  • remove destructive migration to prevent possible data loss
  • create real and signed release
  • add work time per week parameter
  • remove unused settings
  • design icon (used icon from internet)
  • move add button to top bar so it does not overlap other information
  • do not allow empty input when saving
  • swipe left/right for new week
  • edit/delete workday by clicking
  • enable preview of work time for entire week in add or edit fragment