Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.3 KB

File metadata and controls

68 lines (49 loc) · 2.3 KB

Hackatime Android App

Important

iOS is not supported

This is an android app made to view your Hackatime data.

Features

  • View your time, top language and top project for any range
  • View your top editor, top OS and top machines when the range is set to "Last 7 Days"
  • View your projects
  • Lock the app behind biometric authentication
  • Widgets
  • Motivational Push Notifications

Images

Click here to view the app's images
image1 image2 image3
image4 image5 image6
image7 image8 image9
image7

Download

The app is available on the following platforms:

  • Google Play Store
  • GitHub Releases

Get on Google Play Get on GitHub

Creating a development build

Note

The build will fail unless you have a google-services.json file obtained from firebase in the app/ folder

To create a development build just run ./gradlew assembleDebug or use the Android Studio Emulator

This will create an APK in app/build/outputs/apk/debug/app-debug.apk

Building an APK

just run ./gradlew assembleRelease

This will create an APK in app/build/outputs/apk/release/app-release(-unsigned).apk