aboutsummaryrefslogtreecommitdiff
path: root/test-rig/Pixhash.java
AgeCommit message (Collapse)AuthorFilesLines
2026-08-01test-rig: exercise release pathsLena1-10/+58
2026-07-01treewide: correct stale commentsLena1-3/+3
- MuxRecorder claimed minSdk 35; it is 31. - Adb claimed API 34 is the current Android max, next to compileSdk 35. - Server claimed the openAbstract budget is wall-clock bounded below the e2e deadline; the deadline is per stream, so the worst case is not. Describe what actually holds instead. - Pixhash contradicted itself about java.desktop availability.
2026-06-24scrcpy-android: mirror an Android device over wireless ADB0.1Lena1-0/+54
Native Java app for Android 12+ that mirrors another Android device over wireless ADB, forwarding video, audio, touch input, and clipboard. Bundles a pinned scrcpy-server.jar and the vendored libadb-android stack. Supports h264/h265/av1 video and raw/opus audio with in-app codec selection. No NDK, no Kotlin. Includes JVM unit tests and a Docker-based emulator e2e rig.