8000 Tags · WoodySlum/jadb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: WoodySlum/jadb

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vidstige#79 from vidstige/v1.1.0

v1.1.0

v1.0.1

Toggle v1.0.1's commit message
Change AdbFilterInputStream.read not to wait for more data

The previous AdbFilterInputStream.read function was always waiting for
buffer to fill, even if this meant to block for a long time. Now it checks
if the next read will block. The one case it still could block, when
reading a 0xd (carriage return) is not expected to occur for interactive
output (at least as the last character of some input).
This removes the need for a separate executeShellRaw method.

v1.0

Toggle v1.0's commit message
Merge pull request vidstige#6 from vidstige/launch-adb-automagically

Automatically tries to launch adb server.

v0.8

Toggle v0.8's commit message
Adding jar artifact

0