No description
| .forgejo/workflows | ||
| .github | ||
| .vscode | ||
| app | ||
| assets | ||
| components | ||
| constants | ||
| contexts | ||
| functions | ||
| pages | ||
| scripts | ||
| styles | ||
| types | ||
| widgets | ||
| .gitignore | ||
| app.config.ts | ||
| biome.json | ||
| bun.lock | ||
| eas.json | ||
| eslint.config.js | ||
| flake.lock | ||
| flake.nix | ||
| index.ts | ||
| package.json | ||
| README.md | ||
| TODO.md | ||
| tsconfig.json | ||
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
Download
The app is available on the following platforms:
- GitHub Releases
Creating a development build
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
--localflag if you don't have a Expo EAS account or want to build it locally on your PC
add--output /path/to/file.apkto 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
Some info
The latest update of this app is also shipped to moonshot
