From 4ea99f1b77ba547014fb7b7becaa8de2fd671a0b Mon Sep 17 00:00:00 2001 From: Lena Date: Sat, 1 Aug 2026 00:00:00 +0000 Subject: fastlane: refresh 0.5 metadata --- fastlane/metadata/android/en-US/changelogs/5.txt | 4 ++++ .../metadata/android/en-US/full_description.txt | 13 +++++++++++-- .../android/en-US/images/phoneScreenshots/1.png | Bin 120483 -> 146272 bytes .../android/en-US/images/phoneScreenshots/2.png | Bin 152774 -> 163722 bytes 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt (limited to 'fastlane/metadata') diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..522da36 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,4 @@ +Fix aspect ratio, rotation, touch mapping, cancellation, and reconnects. +Prevent Opus packet loss and recover video immediately under decoder pressure. +Use a gesture-safe viewport with optional controls, and show the installed +version in Settings. Require Wireless ADB TLS and update to scrcpy 4.1. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 87732bc..c406c1a 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -10,11 +10,20 @@ Features: * Wireless pairing and connection using the target's Wireless Debugging code * Live video mirroring with selectable codec (H.264, H.265, or AV1) * Audio forwarding with selectable codec (raw or Opus) -* Multi-touch, soft keys, hardware Back, and two-way clipboard sync +* Multi-touch, soft keys, and two-way clipboard sync * Adjustable max size, bit rate, and frame rate -* Screen recording of the mirrored session * Automatic reconnection when the link drops The app pushes the scrcpy server, built from Genymobile's scrcpy sources, to the target device and speaks the scrcpy protocol directly. It is written in plain Java with no proprietary dependencies. + +This is an independent client. It is not affiliated with, endorsed by, or +produced by the scrcpy project or Genymobile; "scrcpy" is used only to say +which protocol it speaks. + +Connections require TLS. Android's Wireless ADB protocol authenticates the +client to the target, but its target certificate is process-scoped and cannot +be pinned as a stable target identity. Use a trusted private network. To reach +a remote target, put both devices on a VPN such as WireGuard rather than +exposing the target's wireless-debugging port to the internet. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index 30ef525..903b7be 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index 9a792bf..2d2b81e 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ -- cgit v1.2.3