diff options
Diffstat (limited to 'fastlane')
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/1.txt | 5 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/full_description.txt | 20 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/images/phoneScreenshots/1.png | bin | 0 -> 127122 bytes | |||
| -rw-r--r-- | fastlane/metadata/android/en-US/images/phoneScreenshots/2.png | bin | 0 -> 151143 bytes | |||
| -rw-r--r-- | fastlane/metadata/android/en-US/short_description.txt | 1 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/title.txt | 1 |
6 files changed, 27 insertions, 0 deletions
diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..ecef3e4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1,5 @@ +First release. + +Mirror a second Android device over Wireless ADB: video, audio, touch, keys, +and clipboard. Selectable video and audio codecs, screen recording, and +automatic reconnection. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..9ca1ea9 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,20 @@ +This app mirrors a second Android device on your phone or tablet over Wireless +ADB, the same way the desktop scrcpy tool does. + +The device running this app is the source; the target is any Android 12+ device +with Wireless Debugging enabled. Video, audio, touch, key input, and clipboard +are forwarded between them. No root is required on either side. + +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 +* 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. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png Binary files differnew file mode 100644 index 0000000..2026b9f --- /dev/null +++ b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png Binary files differnew file mode 100644 index 0000000..fe62024 --- /dev/null +++ b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..f161f30 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Mirror a second Android device over wireless ADB. No root required. diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..49299a1 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +scrcpy |