scrcpy/server/src/main
Romain Vimont 21b412cd98 Simplify messages reader/writer
In Java, control messages were parsed using manual buffering, which was
convoluted and error-prone.

Instead, read the socket directly through a DataInputStream and a
BufferedInputStream. Symmetrically, use a DataOutputStream and a
BufferedOutputStream to write messages.
2024-09-07 14:31:54 +02:00
..
aidl/android Reset video capture on folding event 2023-06-01 09:20:00 +02:00
java/com/genymobile/scrcpy Simplify messages reader/writer 2024-09-07 14:31:54 +02:00
AndroidManifest.xml Remove manifest package name 2023-03-03 11:13:48 +01:00