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) |
||
|---|---|---|
| .. | ||
| agents | ||
| prompts | ||
| skills | ||
| workflows | ||
| copilot-instructions.md | ||
| kotlin-conventions.instructions.md | ||