-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCHANGELOG
76 lines (60 loc) · 2.03 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Releases
## v1.0.4
* update various dependencies and plugins
* migrate to github actions & sonaqube
## 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
* adds .exe launcher
## 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
## v0.6.0
* adds 'bugreports' feature with custom intent support
*changes most command line arguments to use 2 hyphens including additional short cmd versions
## v0.5.0
* adds -install & -uninstall argument
* install can use folder or file as source
* new -upgrade argument to be able to reinstall apps
* renaming of the the tool to 'uber-adbtools'
## v0.3.0
* fixes '-k' option bug
* adds ask/force option
* small changes in output
## v0.2.0
* tested & fixed with ubunut + mac
* new -debug flag
* new default locations including `ANDROID_HOME`
## v0.1.0
* wildcard support
* multi device support
* multi package support
Untested on Linux/Mac