| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-07-01 | readme: document security and release policy | Lena | 1 | -18/+51 | |
| 2026-07-01 | readme: document vendor/scrcpy and fastlane, fix build steps | Lena | 1 | -1/+8 | |
| The layout section did not mention the scrcpy submodule (used by the F-Droid build to compile scrcpy-server from source) or the fastlane store metadata. The build steps told everyone to run fetch-vendor, but the vendored tree is committed; the script is only for bumping the pin, and running it mutates local history via git subtree. | |||||
| 2026-06-24 | scrcpy-android: mirror an Android device over wireless ADB0.1 | Lena | 1 | -0/+147 | |
| 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. | |||||