aboutsummaryrefslogtreecommitdiff
path: root/fastlane
diff options
context:
space:
mode:
authorLena <lena@omega>2026-07-01 00:00:00 +0000
committerLena <lena@omega>2026-07-01 00:00:00 +0000
commit0678b16dc31802a069bd3ee76c12abccbe484dd7 (patch)
treed90f178e221e740dce990a600432d21fc030c354 /fastlane
parent701788299cd1b37dfdfc22b36e83ffd85e73a5ff (diff)
downloadscrcpy-android-0.2.tar.gz
release: 0.20.2
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.
Diffstat (limited to 'fastlane')
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2.txt6
-rw-r--r--fastlane/metadata/android/en-US/full_description.txt2
2 files changed, 7 insertions, 1 deletions
diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt
new file mode 100644
index 0000000..4ad74e0
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/2.txt
@@ -0,0 +1,6 @@
+Fix Opus playback, decoder recovery, reconnect races, and partial connection
+cleanup. Bound media and input queues, harden saved-device and recording error
+handling, and verify the bundled scrcpy server during every APK build.
+
+Continuous mirroring now uses Android's media-playback foreground-service type
+instead of the time-limited data-sync type. This adds no runtime prompt.
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 9ca1ea9..87732bc 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1,7 +1,7 @@
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
+The device running this app is the source; the target is any Android 11+ device
with Wireless Debugging enabled. Video, audio, touch, key input, and clipboard
are forwarded between them. No root is required on either side.