Releases: vidstige/jadb
Releases · vidstige/jadb
2021: Bugfixes
2020
v1.1.0
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
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 properlyexecuteShell
wont block weirdly- Minor bugfixes
First stable
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!
First version of jadb. Can pull and push files from device. Enjoy!