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 b35733edb6 Fix expected mouse event sizes
Commit fefb9816a9 modified mouse events
serialization. The server-side parsing was updated to correctly read the
position, but the expected size of these events was not updated.

As a result, the server might try to parse incomplete events, leading
to BufferUnderflowException.

Fixes
<https://github.com/Genymobile/scrcpy/issues/350#issuecomment-456298816>.
5 years ago
..
scripts Always invoke gradle except as root 6 years ago
src Fix expected mouse event sizes 5 years ago
.gitignore Convert server to an Android project 6 years ago
build.gradle Bump version to 1.6 5 years ago
meson.build Accept prebuilt server 6 years ago
proguard-rules.pro Convert server to an Android project 6 years ago