Commit Graph
7 Commits
Author SHA1 Message Date
arnieandClaude Sonnet 4.6 a8ff404116 refactor: remove tv-connect and tv-install helpers
build / build (push) Has been cancelled
tv-deploy covers the normal workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 20:16:07 +02:00
arnieandClaude Sonnet 4.6 5991a4291a feat: add tv-deploy devshell command
build / build (push) Has been cancelled
Connects adb, installs all flavor APKs, disconnects on exit (trap).
tv-connect and tv-install kept for manual use.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 20:15:50 +02:00
arnieandClaude Sonnet 4.6 dd04fba9af feat: add tv-connect / tv-install devshell helpers
build / build (push) Has been cancelled
tv-connect: adb connect $TV_IP:5555
tv-install <flavor>: installs flavor release APK

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 20:14:47 +02:00
arnieandClaude Sonnet 4.6 168e862c3e fix: CI artifact path to cover all flavor APKs
build / build (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 20:13:22 +02:00
arnieandClaude Sonnet 4.6 b57e65f760 chore: upgrade toolchain to AGP 9.2.1 / Gradle 9 / nixpkgs 26.05
build / build (push) Has been cancelled
- nixpkgs 25.11 → 26.05; gradle_9 + jdk21; build-tools 35 → 36
- Drop custom gradle wrapper — GRADLE_OPTS works post-nixpkgs PR #449037
- AGP 8.7.3 → 9.2.1; Kotlin plugin removed (built-in since AGP 9)
- compileSdk/targetSdk 34 → 35; buildToolsVersion pinned to 36.0.0
- Java/Kotlin target 17 → 21; resValues feature flag required by AGP 9
- applicationVariants (removed in AGP 9) → androidComponents.onVariants
- Test task: testWeatherReleaseUnitTest → :app:test (all flavors, debug)
- CI artifact path fixed to cover all flavor APKs
- Docs: drop nix develop --command prefix (direnv activates shell)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 20:12:22 +02:00
arnie 32e45c266d Fix gradle aapt2 linking
build / build (push) Failing after 2m56s
2026-06-12 19:05:03 +02:00
arnie 184f7b3b4c Add fonts
build / build (push) Failing after 2m58s
2026-06-12 18:46:47 +02:00