Skip to content

Releases: vidstige/jadb

2021: Bugfixes

05 Mar 15:47
Compare
Choose a tag to compare
  • Fixes a bug where multibyte utf-8 characters were not sent properly.
  • Fixes a bug where bash arguments were not quoted correctly.
  • Fixes a bug where apks could not be installed without an sdcard.

2020

24 Sep 19:25
d65c8b3
Compare
Choose a tag to compare
  • jdk8
  • Fixing PackageManager.remove() bug where arguments were incorrectly escaped
  • Transport class is Closeable
  • Multi-byte characters now allowed in payload
  • More attributes of State added, e.g. "ready"

v1.1.0

19 May 20:15
c331b07
Compare
Choose a tag to compare

New features, bug fixes, and breaking API changes

  • getHostVersion
  • JadbConnection constructor now longer throws.
  • Allow any character except square brackets in property values.
  • Add recovery state supoort

Lot's of Developer Experience improvements, making it easier to contribute to jadb.

  • Code formatting
  • Unit tests
  • Tracking code coverage
  • File structure
  • Proper .gitignore
  • Allow the location of the ADB binary to be specified.
  • ...and more!

Big shoot out to all the contributors for this release.

v1.0.1

09 Nov 18:11
Compare
Choose a tag to compare

New goodie bits for everyone!

  • PackageManager class for easy installation of apk files!
  • Possible to launch activities easily.
  • DeviceWatcher to continuously watch for new devices connected.
  • Maven support
  • getState was not working properly
  • executeShell wont block weirdly
  • Minor bugfixes

First stable

29 Mar 04:29
Compare
Choose a tag to compare

jadb has seen some use and this release has some minor fixes.

  • Allows to pull/push/execute multiple times
  • You can try to automatically start adb-server if not running.
  • Travis I build enabled.

First version!

02 Apr 19:18
Compare
Choose a tag to compare
First version! Pre-release
Pre-release

First version of jadb. Can pull and push files from device. Enjoy!