scrcpy/server
copilot-swe-agent[bot] 342444373d Address PR #1 review comments: reuse ServiceManager.getService(), fix Binder descriptor, respect vdSystemDecorations flag
1. WindowManager.java: Replace manual reflection for window_organizer service
   with ServiceManager.getService() to avoid duplicating reflection logic.
2. WindowManager.java: Attach correct AIDL interface descriptor to the
   organizer Binder and override onTransact to safely handle callbacks.
3. NewDisplayCapture.java: Remove unconditional SHOULD_SHOW_SYSTEM_DECORATIONS
   from API 34+ block so --no-vd-system-decorations remains effective.

Co-authored-by: lmichaelwar <20604470+lmichaelwar@users.noreply.github.com>
2026-03-14 02:40:04 +00:00
..
scripts Use "/usr/bin/env bash" for build-wrapper.sh 2020-09-15 13:44:02 +02:00
src Address PR #1 review comments: reuse ServiceManager.getService(), fix Binder descriptor, respect vdSystemDecorations flag 2026-03-14 02:40:04 +00:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Bump version to 3.3.4 2025-12-17 19:57:50 +01:00
build_without_gradle.sh Bump version to 3.3.4 2025-12-17 19:57:50 +01:00
meson.build Set icon and server env paths for meson devenv 2024-12-12 18:15:26 +01:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00