You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/server
Romain Vimont eabaf6f7bd Simplify PASTE option for "set clipboard"
When the client requests to set the clipboard, it may request to press
the PASTE key in addition. To be a bit generic, it was stored as a flag
in ControlMessage.java.

But flags suggest that it represents a bitwise union. Use a simple
boolean instead.
4 years ago
..
scripts Always invoke gradle except as root 7 years ago
src Simplify PASTE option for "set clipboard" 4 years ago
.gitignore Convert server to an Android project 7 years ago
build.gradle Bump version to 1.14 4 years ago
build_without_gradle.sh Bump version to 1.14 4 years ago
meson.build Require Meson 0.48 to get rid of warnings 5 years ago
proguard-rules.pro Convert server to an Android project 7 years ago