Migrate app to native Kotlin
android-release / build (push) Successful in 3m5s

This commit is contained in:
Space-Banane
2026-07-06 13:49:22 +02:00
parent 81e351aa38
commit 3d6548d77d
86 changed files with 2247 additions and 13199 deletions
+20
View File
@@ -0,0 +1,20 @@
# CodexMobile
Native Android app for monitoring Codex CLI and Claude.ai usage windows, reset credits, and local quota reminders.
## Build
```bash
./gradlew assembleDebug
```
Release builds require signing values from environment variables or `keystore.properties`:
```properties
CODEXMOBILE_STORE_FILE=/path/to/codexmobile-release.jks
CODEXMOBILE_STORE_PASSWORD=...
CODEXMOBILE_KEY_ALIAS=codexmobile-release
CODEXMOBILE_KEY_PASSWORD=...
```
CI secrets are generated into `.env.ci` for copying into Gitea.