aboutsummaryrefslogtreecommitdiff
path: root/fastlane/metadata
AgeCommit message (Collapse)AuthorFilesLines
2026-08-01release: 0.5HEAD0.5masterLena1-1/+2
Complete the prerelease audit after physical-device verification. Require Wireless ADB TLS, update scrcpy to 4.1, and harden media, lifecycle, release tests, and metadata.
2026-08-01app: refine physical-device interfaceLena4-2/+2
Use target-safe capture defaults and remove redundant navigation and frame-rate controls.
2026-08-01fastlane: refresh 0.5 metadataLena4-2/+15
2026-07-01release: 0.40.4Lena1-0/+6
Address the F-Droid submission review (fdroiddata!41394): the pairing form takes one device address instead of two loose ports, and both screens now clear the system bars under Android 15's edge-to-edge.
2026-07-01fastlane: regenerate screenshotsLena2-0/+0
Captured with ./test screenshots. Both tracked shots were taken before the inset fix: the main screen has its header under the status bar, and the settings shot is missing its title and first section header behind the action bar.
2026-07-01release: 0.30.3Lena1-0/+3
Migrate hosting from Codeberg to GitLab. Update the LGPL source-availability notices in THIRD_PARTY_NOTICES to gitlab.com/0xlena/scrcpy-android.
2026-07-01release: 0.20.2Lena2-1/+7
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.
2026-07-01fastlane: add store iconLena1-0/+0
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.
2026-06-24scrcpy-android: mirror an Android device over wireless ADB0.1Lena6-0/+27
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.