jadb/src/se/vidstige/jadb
2018-09-19 19:30:58 -05:00
..
managers Fix: PackageManager.remove() no longer calls Bash.quote() fixing remove of apk from device. 2018-09-19 19:30:58 -05:00
server #100 Various methods can be made less accessible to increase encapsulation 2018-09-11 20:15:06 +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
HostConnectionCommand.java Various small fixes found by IDEA inspection 2018-08-06 13:45:33 +02:00
HostConnectToRemoteTcpDevice.java Extract common code to HostConnectionCommand class 2018-08-02 11:28:03 +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 Remove unused parameter 2018-08-06 13:41:53 +02:00
JadbDevice.java Replace hardcoded method with constant 2018-08-06 13:41:54 +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 Fix: Return of boolean expressions should not be wrapped into an "if-then-else" statement (squid:S1126) 2018-07-30 13:38:35 +02:00
RemoteFileRecord.java Refactor: Consistent whitespace & brace style 2016-03-20 09:13:59 +01: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 #100 Various methods can be made less accessible to increase encapsulation 2018-09-11 20:15:06 +02:00
Transport.java #100 Various methods can be made less accessible to increase encapsulation 2018-09-11 20:15:06 +02:00