Commit Graph

6 Commits

Author SHA1 Message Date
admin
ef669faec1 fix: run gradle via bash -c to preserve arguments
Some checks failed
Build & Deploy APK / build (push) Failing after 4s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 21:20:50 +01:00
admin
825ae83e5a fix: add debug output to build step
Some checks failed
Build & Deploy APK / build (push) Failing after 6s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 21:20:16 +01:00
admin
2f7ebc4039 fix: use authenticated git clone for checkout
Some checks failed
Build & Deploy APK / build (push) Failing after 0s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 21:16:10 +01:00
admin
24aae5a5e2 fix: relax ANDROID_HOME validation (check env var, not dir access)
Some checks failed
Build & Deploy APK / build (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 21:12:09 +01:00
admin
ccba87e754 fix: replace actions/checkout with git clone (no Node.js required)
Some checks failed
Build & Deploy APK / build (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 20:10:11 +01:00
admin
cdd22a2d4b feat: in-app APK update + Gitea CI/CD workflow
Some checks failed
Build & Deploy APK / build (push) Failing after 2s
- Check /api/app/android/version on launch, prompt user to update
- Download APK and trigger install via FileProvider
- Add Gitea Actions workflow to build release APK and deploy on push
- Add setup script for Act Runner (Java 17 + Android SDK)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 16:22:45 +01:00