-
Notifications
You must be signed in to change notification settings - Fork 453
/
CHANGELOG
216 lines (143 loc) · 6.39 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
Changelog per release
---------------------
2.10.0
- Alix Warnke, Android 8.0 API 26
2.8.0
- Benoit Billington, Android 6.0 API 23
2.7.0
- Benoit Billington, Android 5.0 API 21 & MultiDex
- Saleh Hamadeh readme correction
- Raphael Ackermann android sdk platform 21 for apklibs
2.6.0
- https://github.com/mosabua/maven-android-sdk-deployer/pull/225
- https://github.com/mosabua/maven-android-sdk-deployer/pull/224
- https://github.com/mosabua/maven-android-sdk-deployer/pull/208
2.5.0
- Csaba Kozák, fixed source for compatibility https://github.com/mosabua/maven-android-sdk-deployer/pull/222
- Manfred Moser, many changes and updates
- Benoit Billington, many changes and updates
2.4.0
- Manfred Moser, Moved to Android Maven Plugin 3.8.0
- Manfred Moser,Require Maven 3.1.1
- Manfred Moser, Platform profiles only work for platforms, do not included extras and other stuff anymore
- Benoit Billington, Android 4.4. and various fixes
2.3.1
- Thomas Prochazka https://github.com/tprochazka
https://github.com/mosabua/maven-android-sdk-deployer/pull/139
- Manfred Moser, updates of all the versions in readme to latest
available ones
- Manfred Moser, fixed https://github.com/mosabua/maven-android-sdk-deployer/issues/143
2.3.0
- Manfred Moser, added support to install and deploy android and google Mavne repositories from the Android SDK
- Manfred Moser, fixed all docs
2.2.1
- Manfred Moser, updated admob to 6.3.1
- Artur Skowronski maps version correction
- Thomas Prochazka https://github.com/tprochazka javadoc for apk extension and play services
https://github.com/mosabua/maven-android-sdk-deployer/pull/89
deactivated those modules for now since compile breaks
- Manfred Moser, added support for uiautomator.jar for android-17 and android-16
2.2.0
- David Venable https://github.com/dlvenable admob update
https://github.com/mosabua/maven-android-sdk-deployer/pull/85
- Jenny Loomis Williamson https://github.com/jloomis fix for deployment
https://github.com/mosabua/maven-android-sdk-deployer/pull/79
- James Wald https://github.com/jameswald configured groupId and artifactId for support libraries
https://github.com/mosabua/maven-android-sdk-deployer/pull/81
- Thomas Prochazka https://github.com/tprochazka javadoc attachment
https://github.com/mosabua/maven-android-sdk-deployer/pull/82
- Manfred Moser - fixed analytics path for V2
2.1.0
- added Android 4.2, API 17 artifacts
contributed by Benoit Billington and Manfred Moser
2.0.0
- changed a bunch of versions to follow semver.org better by omitting the r for revision
this is a API breakage bascially ;-), contributed by Manfred Moser
- added support for gridlayout as combined jar/apklib, contributed by Mat��as Dumrauf
see https://github.com/mosabua/maven-android-sdk-deployer/pull/59
- added support for Google Play services, contributed by Nic Strong
see https://github.com/mosabua/maven-android-sdk-deployer/pull/60
1.3.1
- added support for annotations.jar by Benoit Billington and Manfred Moser
see https://github.com/mosabua/maven-android-sdk-deployer/issues/55
1.3.0
- added support for GCM client and server by Benoit Billington and Matteo Panella
see https://github.com/mosabua/maven-android-sdk-deployer/pull/45
- added support for API level 16 provided by Matteo Panella
see https://github.com/mosabua/maven-android-sdk-deployer/pull/44
- updated documentation for new versions, cleanup and so on by Manfred Moser
- added profile for attaching javadoc provided by Michael Lake
see https://github.com/mosabua/maven-android-sdk-deployer/pull/41
1.2.1
- cleaned up directory structure for analytics and admob
and GAV parameters
1.2.0
- added support for Google Analytics
- added support for AdMob
1.1.2
- added support for API level 15 contributed by Jake Wharton
1.1.1
- adapted documentation to new revisions from SDK 16 release
1.1.0
- added support for Android 4.0, api 14, Ice Cream Sandwich
- adapted to changes from SDK r14
- updated documentation to latest dependency versions
- attention all add on folder got changed in name, need to remove and reinstall
1.0.0
- added support for USB addon for platforms 10, 12, 13
- upped version to 1.0.0 since the tools works like a charm for a while now and the 0.x seems silly
- removed platform 9 (2.3.1) since it is obsolete according to the android tool
0.3.4
- added support for platform 3.2, api 13
- added support for compatibility extras (v13) jar
- changed GAV coordinates for compatibility extras to better reflect usage
and also added reading of properties file so that GAV can use revision as
package number
0.3.3
- added support for platform 3.1, api 12
- added documentation to only install specific artifact
0.3.2
- added support for compatibility extras jar
0.3.1
- added missing maps for 11
0.3
- removed honeycomb preview sdk release support
- added platform 3.0 support
0.12
- added honeycomb preview sdk support
- added platform 2.3.3 support
0.11
- added platform 2.3 (gingerbread) support
0.10
- updated documentation to reflect availability of android jar files in maven central
0.9
- fixed issue 6 missing maps support for 2.2
- removed obsolete platforms 2.0 and 2.0.1
0.8
- added platform 2.2 (froyo) support
0.7
- changed readme to markdown
- added mailinglist and issue tracker details to readme and pom
- documented solution for recurring issue with old platform folder names
0.6
- upgraded naming for platforms to new naming convention with latest sdk release (r5) and changes that happened recently
with the naming (as of 2010-03-23) so that platform folder are now named android-7, where e.g. 7 is the API level 7
that equals 2.1
- removed support for platform 1.1, since it marked as obsolete now
- removed support for platform 2.0, since it is replaced by 2.0.1 and also marked obsolete, therefore there is no
google addon api level 5 anymore either...
- removed profile for 1.1
- updated documentation accordingly
0.5
- changed package to com.simpligility
- added support for platform 2.1 and addons 7
- added profiles for separate install of sdk levels 1.1, 1.5, 1.6, 2.0 and 2.1
- updated documentation accordingly
0.4
- maps v4r2 change, small cleanup of folder names, added license and changelog
0.3
- sdk 2.0.1 changes and cleanup
0.2
- got deploy working to get into remote repos, documentation additions and more
0.1
- initial setup working for install