Releases: patrickfav/uber-adb-tools
Releases · patrickfav/uber-adb-tools
v1.0.4
v1.0.3
- update various dependencies and plugins
- use newer launch4J version, which should be compatible with Java 9/10
- switch to maven wrapper
v1.0.2
- No-Arg install will try to reinstall the app (usage with just the apk without any arguments)
- Add MiB indicator to install command
v1.0.1
- do not use
javax.xml.bind.*
dependencies, that might crash on jre9
v1.0.0
- will not prompt user on install if only 1 device present and only 1 apk to install
v0.9.2
- travis ci config
- exe launcher with launch4j
v0.9.1
- fixes bug where 'clear', 'force-stop' and 'start-activity' would not work if more than 1 device was connected
v0.9.0
- adds start activity feature
- downscales bug report screenshots if they are too big (>2MB)
- more bug report logs
- more app info output (hash)
v0.8.0
- adds wait-for-device feature
- adds app-info feature
- adds clear app data feature
- adds force stop feature
- adds dumpsys options for bugreport and simple bugreport flag
- adds multi file/folder arg for install
- changes multi package syntax to use space seperated list instead of comma
v0.7.0
- fix bug in adb location finding
- fix bug in os selector
- adds test for adb tool
- bugreport includes dumsys, installed apps and current processes
- process returns different ints depending on state
- better adb error parsing