Skip to content

Tags: vidstige/jadb

Tags

v1.2.1

Toggle v1.2.1's commit message
bump version

v1.2.0

Toggle v1.2.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 #127 from cfig/master

add 'rescue' into JadbDevice.State

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 #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 #6 from vidstige/launch-adb-automagically

Automatically tries to launch adb server.

v0.8

Toggle v0.8's commit message
Adding jar artifact