bollwerk/.github/skills/android-build
Jens Reinemann 6603016369 feat(skills): add hot-reload action and robust screenshot script
android-dev.ps1:
- Added 'hot-reload' action: build + force-stop + install + launch on
  a running emulator/device without restart (saves 60-90s vs deploy-emulator)
- Removed 'screenshot' action (replaced by standalone script)

screenshot.ps1 (new):
- Uses adb pull instead of exec-out pipe to avoid PowerShell's UTF-16
  CRLF corruption of binary data (root cause of all broken screenshots)
- Validates PNG magic bytes after capture
- ADB commands wrapped with configurable timeout (prevents hangs)
- Optional -UiDump flag extracts visible text via uiautomator for
  automated verification without image viewing

SKILL.md:
- Documented hot-reload action

app/build.gradle.kts:
- Version bump 1.0 → 1.1 (versionCode 1 → 2)
2026-05-13 22:27:06 +02:00
..
android-dev.ps1 feat(skills): add hot-reload action and robust screenshot script 2026-05-13 22:27:06 +02:00
screenshot.ps1 feat(skills): add hot-reload action and robust screenshot script 2026-05-13 22:27:06 +02:00
SKILL.md feat(skills): add hot-reload action and robust screenshot script 2026-05-13 22:27:06 +02:00