jadb/src/se/vidstige/jadb
Lucaskyy 2531a28109
feat: Add support for shell v2 commands (vidstige/jadb#121)
2022-06-11 18:14:23 +02:00
..
managers always quote command since not only whitespaces require quoting 2021-03-02 10:11:00 +01:00
server feat: Add support for shell v2 commands (vidstige/jadb#121) 2022-06-11 18:14:23 +02:00
AdbFilterInputStream.java Change AdbFilterInputStream.read not to wait for more data 2016-11-07 09:42:06 +01:00
AdbFilterOutputStream.java Filtering out 0x0d, 0x0a sequences from shell commands. Makes screenshotting work again. :-) 2016-03-28 09:41:53 +02:00
AdbServerLauncher.java Fix: Local variable and method parameter names should comply with a naming convention (squid:S00117) 2018-07-30 13:38:07 +02:00
ConnectionToRemoteDeviceException.java #58 skeleton implemented 2017-03-17 19:48:13 +03:00
DeviceDetectionListener.java Remove public from interfaces 2018-08-06 13:45:32 +02:00
DeviceWatcher.java #100 Various methods can be made less accessible to increase encapsulation 2018-09-11 20:15:06 +02:00
HostConnectToRemoteTcpDevice.java Extract common code to HostConnectionCommand class 2018-08-02 11:28:03 +02:00
HostConnectionCommand.java Various small fixes found by IDEA inspection 2018-08-06 13:45:33 +02:00
HostDisconnectFromRemoteTcpDevice.java Extract common code to HostConnectionCommand class 2018-08-02 11:28:03 +02:00
ITransportFactory.java Remove public from interfaces 2018-08-06 13:45:32 +02:00
JadbConnection.java Add try-with-resources for Transport 2018-10-25 14:18:25 +02:00
JadbDevice.java feat: Add support for shell v2 commands (vidstige/jadb#121) 2022-06-11 18:14:23 +02:00
JadbException.java Refactor: Consistent whitespace & brace style 2016-03-20 09:13:59 +01:00
LookBackFilteringOutputStream.java Fix: The diamond operator ("<>") should be used (squid:S2293) 2018-07-30 13:37:45 +02:00
RemoteFile.java Replace long with int in RemoteFile.getLastModified() 2019-02-19 15:30:04 +01:00
RemoteFileRecord.java Replace long with int in RemoteFile.getLastModified() 2019-02-19 15:30:04 +01:00
ShellProcess.java feat: Add support for shell v2 commands (vidstige/jadb#121) 2022-06-11 18:14:23 +02:00
ShellProcessBuilder.java feat: Add support for shell v2 commands (vidstige/jadb#121) 2022-06-11 18:14:23 +02:00
ShellProtocolTransport.java feat: Add support for shell v2 commands (vidstige/jadb#121) 2022-06-11 18:14:23 +02:00
Stream.java Fix: Utility classes should not have public constructors (squid:S1118) 2018-07-30 13:39:16 +02:00
Subprocess.java Refactor: Adding unit test for `AdbServerLauncher` 2016-09-10 09:13:29 +02:00
SyncTransport.java Replace long with int in RemoteFile.getLastModified() 2019-02-19 15:30:04 +01:00
Transport.java feat: Add support for shell v2 commands (vidstige/jadb#121) 2022-06-11 18:14:23 +02:00