No description
Find a file
Stef-00012 a3d5272dcb
All checks were successful
Generated APK AAB / build (push) Successful in 6m27s
[release] bump version
2026-08-30 18:00:10 +02:00
.forgejo/workflows bumo ver 2026-02-28 15:00:30 +01:00
app [release] bump version 2026-08-30 18:00:10 +02:00
assets moved hardcoded strings to strings.xml, updated readme, added a loading in the login screen when pressing 'Login' button 2026-02-24 23:29:40 +01:00
gradle feat: install a lib to load user avatars from urls 2026-08-30 17:30:53 +02:00
.gitignore test build 2026-02-24 14:22:37 +01:00
build.gradle.kts Added functions for all HTTP requests (most untested yet) and a DataStore to store data (not tested much) + some other tests (for DataStore i tried to imitate what expo-secure-storage does in react native) 2026-02-08 19:39:44 +01:00
gradle.properties first commit for native branch 2026-02-07 00:11:20 +01:00
gradlew first commit for native branch 2026-02-07 00:11:20 +01:00
gradlew.bat first commit for native branch 2026-02-07 00:11:20 +01:00
README.md update readme 2026-02-25 22:46:21 +01:00
settings.gradle.kts added projects & goals screens, improved home charts, fixed login navigation & other fixed & additions 2026-02-16 01:59:13 +01:00

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