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/app/src
Romain Vimont 1faf6cfd9d Rename the server scrcpy-server.jar
The server is built as an APK to simplify the build, but in fact this is
a simple jar (it is not even signed).

In order to avoid confusion, rename it to .jar, so that users do not try
to "adb install" it.

Also rename it from "scrcpy" to "scrcpy-server" to distinguish from the
client-side.
6 years ago
..
android Implement keyboard/mouse control 7 years ago
sys Fix includes windows-specific source 7 years ago
command.c Use ADB environment variable 6 years ago
command.h Optimize includes 7 years ago
common.h Swap position/point names 6 years ago
control.c Use pointers-to-const where relevant 7 years ago
control.h Use pointers-to-const where relevant 7 years ago
controlevent.c Remove useless newlines in SDL_Log* 6 years ago
controlevent.h Swap position/point names 6 years ago
convert.c Swap position/point names 6 years ago
convert.h Swap position/point names 6 years ago
decoder.c Handle condition variable failure 7 years ago
decoder.h Optimize includes 7 years ago
events.h Initial commit 7 years ago
frames.c Always destroy in reverse order 7 years ago
frames.h Optimize includes 7 years ago
lockutil.c Do not inline lockutil functions 7 years ago
lockutil.h Do not inline lockutil functions 7 years ago
main.c Add bit-rate command-line option 6 years ago
netutil.c Initial commit 7 years ago
netutil.h Initial commit 7 years ago
scrcpy.c Do not send simple mouse move events 6 years ago
scrcpy.h Add bit-rate command-line option 6 years ago
server.c Rename the server scrcpy-server.jar 6 years ago
server.h Add bit-rate command-line option 6 years ago
strutil.c Initial commit 7 years ago
strutil.h Implement keyboard/mouse control 7 years ago