| Age | Commit message (Collapse) | Author | Files | Lines |
|
Cut 0.2 for the F-Droid submission: it carries the opus playback fix,
transactional session bring-up and teardown, the activity hardening,
and the release-input verification. versionCode 2 corresponds to the
already-written changelog for the store listing.
|
|
The launcher icon is adaptive-XML-only (vector drawables, no raster
mipmaps), which fdroidserver cannot extract from the APK, so the
F-Droid listing would ship without an icon. Provide the 512x512 PNG
via fastlane metadata: rendered 1:1 from the adaptive-icon vector
drawables, cropped to the inner 72dp of the 108dp viewport.
|
|
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.
|