Important
iOS is not supported
This is an android app made to view your Hackatime data.
- 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
The app is available on the following platforms:
- GitHub Releases
Important
Requires an android device connected to the laptop/PC and ADB (Android Debug Bridge) installed
bun installbun run materialSymbols:setupbun run prebuildbun run run:android
(this will create a development APK and automatically install in your device)
Building an APK
Note
add --local flag if you don't have a Expo EAS account or want to build it locally on your PC
add --output /path/to/file.apk to save the APK in that path
bun installbun run materialSymbols:setupbun install --global eas-clieas build --clear-cache --platform android --profile preview
This will create an APK but won't automatically install
- If you enable biometric authentication, then upon opening the app you press the back button (refusing the biometric authentication), the app will correctly close, but if you try to reopen the app right after, it'll show a constant loading and no biometric authentication until the app is completely closed and reopened