Skip to content

Releases: patrickfav/uber-adb-tools

v1.0.4

12 Mar 19:16
v1.0.4
ce24819
Compare
Choose a tag to compare
  • update various dependencies and plugins
  • migrate to github actions & sonaqube

v1.0.3

06 Aug 13:46
v1.0.3
b43be34
Compare
Choose a tag to compare
  • update various dependencies and plugins
  • use newer launch4J version, which should be compatible with Java 9/10
  • switch to maven wrapper

v1.0.2

15 Jan 14:01
026760e
Compare
Choose a tag to compare
  • 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

30 Oct 16:26
ed2167c
Compare
Choose a tag to compare
  • do not use javax.xml.bind.* dependencies, that might crash on jre9

v1.0.0

05 Mar 12:44
3a706cd
Compare
Choose a tag to compare
  • will not prompt user on install if only 1 device present and only 1 apk to install

v0.9.2

27 Feb 21:55
3bbab37
Compare
Choose a tag to compare
  • travis ci config
  • exe launcher with launch4j

v0.9.1

16 Jan 18:32
Compare
Choose a tag to compare
  • fixes bug where 'clear', 'force-stop' and 'start-activity' would not work if more than 1 device was connected

v0.9.0

11 Nov 15:12
Compare
Choose a tag to compare
  • 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

05 Nov 17:18
Compare
Choose a tag to compare
  • 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

30 Oct 15:30
Compare
Choose a tag to compare
  • 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