3
3
iOS
4
4
---
5
5
6
+ b8796d1 [CB-2556] Update JavaScript for iOS (2.5.0)
7
+ d9b5ee7 Updated Release Notes for 2.5.0
8
+ addb867 [CB-2544] Document "onload" attribute of <plugin> element in Plugin Upgrade Guide
9
+ 91332c2 [CB-2510] [1/2] Updated Plugin Upgrade Guide for 2.4.0 -> 2.5.0
10
+ d7d815d [CB-2516] Additional Plugin Note on Upgrading from 2.3.0 to 2.4.0
11
+ dfc6a99 [CB-2411] Added camera popover repositioning.
6
12
b706341 CDVWebViewDelegate header was not public.
7
13
474088f Fixes CB-571 Media updates
8
14
43c3a45 Updated cordova.ios.js to latest 2.5.0rc1 tag
@@ -56,6 +62,7 @@ ae46724 [CB-2280, CB-2281] SplashScreen fade and rotation
56
62
Android
57
63
---
58
64
65
+ fb1455a Preparing to tag 2.5.0
59
66
5462edd Updating the JS for 2.5.0rc1
60
67
fef51f1 Apparently the JS was wrong when tagging
61
68
5cd1773 Tagging 2.5.0rc1. Updating files
@@ -82,21 +89,30 @@ dd86d7a [CB-2095] Delete file on FileTransfer.download fail
82
89
BlackBerry
83
90
---
84
91
92
+ 780161d [CB-2575] - updating version
93
+ a1c430b [CB-2555] - updating javascript
85
94
3d43c04 [CB-2478] - update BB
86
95
3f9ccd1 [CB-2468] - updating javascript
87
96
88
97
89
98
Windows
90
99
---
91
100
101
+ 2cf28ab 2.5.0 release prep
92
102
de20d41 2.5.0rc1 release prep
93
103
94
104
95
105
Windows Phone 7
96
106
---
97
107
108
+ b1f4e54 Merge pull request #5 from purplecabbage/2.5.0_ReleasePrep
109
+ 66e2337 update versions
110
+ fd3b790 Merge pull request #4 from bennmapes/scripting
111
+ 2a0b166 Added development scripts
112
+ 2c2b582 merger of cli tooling
98
113
bdead5b updated built js
99
114
896f3cb 2.5.0 release prep
115
+ d037ab8 [CB-2403] Added scripts for distribution build.
100
116
11cf614 merge, cleanup
101
117
b3c7b81 CB2444 - events not fired
102
118
bdc5243 Merge pull request #3 from purplecabbage/CB-2323
@@ -122,6 +138,8 @@ e22f3f8 Spelling: beginning
122
138
Windows Phone 8
123
139
---
124
140
141
+ fa0465a Merge pull request #7 from purplecabbage/2.5.0_ReleasePrep
142
+ 6e000cf update js from cordova-js
125
143
a450ea8 2.5.0rc1 release prep
126
144
066d798 Merge pull request #6 from purplecabbage/CB-2323
127
145
45548b2 <cordova> becomes <widget>
@@ -135,19 +153,37 @@ f3547e1 Events were wrong, not fired correctly
135
153
Bada
136
154
---
137
155
156
+ 03c285b Updating Bada JS, VERSION to 2.5.0
157
+ e357b1a Merge https://github.com/jsoref/incubator-cordova-bada
138
158
46efcec Updating Bada JS, VERSION to 2.5.0rc1
139
159
cfcd8a8 updating Device.cpp
160
+ a022be0 Brand: Bada
161
+ 3f9b8e1 Spelling: running
162
+ 30558c4 Spelling: reachability
163
+ f23f031 Spelling: writing
164
+ f7bd2a6 Spelling: occurred
165
+ cc7c3a6 Spelling: existing
166
+ 0462f96 Spelling: print [Code Change]
140
167
141
168
142
169
BadaWac
143
170
---
144
171
172
+ 3abaa1f fixing deviceReady again
173
+ 9acb1d3 Updating bada-wac JS, VERSION to 2.5.0
174
+ a5e05ba CB-2344 fixing deviceReady event not firing
175
+ ae73208 Merge https://github.com/jsoref/incubator-cordova-bada-wac
145
176
37e752c Updating bada-wac JS, VERSION to 2.5.0rc1
177
+ a407503 Brand: JavaScript
178
+ 4d46001 Brand: cordova
146
179
147
180
148
181
WebOS
149
182
---
150
183
184
+ e937e5c update cordova-js libs to the 2.5.0 tagged versions
185
+ 122c41f update webos cordova-js files to latest versions 2.5.0
186
+ e49a6e0 [CB-2323] verify that webOS config uses <widget>; update inline comments to state that config.xml not used by cordova-webos
151
187
cda994f update webOS to 2.5.0
152
188
e1b14c0 update to 2.5.0 version of cordova.js
153
189
8f8430c update to latest version of files in hello world app
@@ -156,12 +192,14 @@ e1b14c0 update to 2.5.0 version of cordova.js
156
192
Tizen
157
193
---
158
194
195
+ d6a62db Updating tizen JS, VERSION to 2.5.0
159
196
98e937e Updating tizen JS, VERSION to 2.5.0rc1
160
197
161
198
162
199
QT
163
200
---
164
201
202
+ e80b4fc Updating Qt JS, VERSION to 2.5.0
165
203
ca7c54c Updating Qt JS, VERSION to 2.5.0rc1
166
204
167
205
173
211
Docs
174
212
---
175
213
214
+ bc56c4b Version 2.5.0
215
+ 888deea CB-1931: empty array in contacts.find() will result in an error.
216
+ 7c8c09b Merge branch 'refs/heads/next'
217
+ 8bf8fd9 [CB-2510][2/2] Instructions for upgrading iOS to 2.5 from 2.4
218
+ d2cce8f CB-2507: Updating the docs
219
+ b58149e [CB-2320] updated project settings guide for webos
220
+ 0e83aca Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-docs
221
+ 4c5e503 CB-2515: add lessons learned to the list of pre-reqs
222
+ 995f990 Merge branch 'overscroll' of github.com:mwoghiren/cordova-docs
176
223
10e89b5 Version 2.5.0rc1
177
224
dc5de67 [CB-571] iOS Audio updates
178
225
6d1cf0b [CB-2511] update webos upgrade guide
226
+ 689c48c [CB-2504] Documented disallowOverscroll.
179
227
74ce422 Convert tabs to space in sqlresult document.
180
228
50c5392 fix example code for storage api
181
229
0df12dd [CB-2449] iOS Cordova Upgrade Guide - missing step
@@ -209,6 +257,8 @@ b9bd36c CB-2316: config.xml documentation for BlackBerry.
209
257
MobileSpec
210
258
---
211
259
260
+ 4550411 2.5.0
261
+ 87d07d6 [CB-2411] Added a popover repositioning test.
212
262
842e603 2.5.0rc1
213
263
f86d530 CB-2331: adding "body" property on FileTransferError object.
214
264
10e1d54 Add a test page for splashscreen.
@@ -235,6 +285,42 @@ d27c80d CB-2049: use new audio file for audio tests (Jesse must be happy!). audi
235
285
CordovaJS
236
286
---
237
287
288
+ c5437f0 Merge branch 'master' into next
289
+ 81e89d6 fixing deviceready
290
+ 03a4b30 switch alert to console.error for fail to load webworks.js
291
+ 7cb3604 Implement FileTransfer with XHR for qnx
292
+ 54660e9 Merge branch 'next'
293
+ f50d20a 2.5.0
294
+ ac2fcf1 [Android] Fixing failing jake tests
295
+ f4142e7 CB-2530 and CB-2239 Multipart plugin result
296
+ aa5548f Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js
297
+ 91d53eb CB-2103: File Transfer didn't send the body to the FileTransferError constructor.
298
+ 05913de CB-2103: Forgot to send the response body to the error callback. Fixed now.
299
+ efefa97 [2526] Ensure navigator keeps "this" object for native functions
300
+ 6abe4c9 Add onPluginsReady event, and join on it before firing onDeviceReady
301
+ 48220f8 merging iOS popover change [CB-2411]
302
+ 73b6ece [IOS] [COMMON] Added a handle to camera popovers. [CB-2411]
303
+ ad13c9a [all] Minor clean-up in bootstrap. No logic change.
304
+ c218442 Revert "[webos] modulemapper refactor for platform plugins."
305
+ b5f8842 Revert "[win] Move plugin logic out of platform.js"
306
+ 2ed6452 Revert "[win8] modulemapper refactor for App plugin."
307
+ fab071a Revert "[win8] modulemapper refactor for commandProxy."
308
+ 6151266 Revert "[windowsphone] modulemapper refactor for console."
309
+ c59a6b1 Revert "[windowsphone] modulemapper refactor for CordovaCommandResult"
310
+ f88c86b Revert "[windowsphone] Move InAppBrowser into symbols.js"
311
+ bdd4256 Revert "[windowsphone] Move FileTransfer into symbols.js."
312
+ d4d3d1d Revert "[all] Remove remaining usage of builder."
313
+ 1de6aaf Merge branch 'next'
314
+ 64a70f9 [iOS] Fixing regression in exec [CB-2503]
315
+ cded0ad [all] Remove remaining usage of builder.
316
+ c169dea [windowsphone] Move FileTransfer into symbols.js.
317
+ 0737cba [windowsphone] Move InAppBrowser into symbols.js
318
+ 82fa093 [windowsphone] modulemapper refactor for CordovaCommandResult
319
+ 2484bf2 [windowsphone] modulemapper refactor for console.
320
+ 02677af [win8] modulemapper refactor for commandProxy.
321
+ 4c8d451 [win8] modulemapper refactor for App plugin.
322
+ c5865e2 [win] Move plugin logic out of platform.js
323
+ fd44297 [webos] modulemapper refactor for platform plugins.
238
324
521bbd6 Add missing filetransfer symbols.js files
239
325
04e4cea 2.5.0rc1!
240
326
efdf3ea [common] CB-2103: added "body" property to FileTransferError.
@@ -274,12 +360,15 @@ b5cd734 fixed some minor whitespace issues
274
360
Hello World App
275
361
---
276
362
363
+ bc41902 Version 2.5.0
277
364
874b2b8 Version 2.5.0rc1
278
365
279
366
280
367
Cordova CLI
281
368
---
282
369
370
+ 0aef8e9 2.5.0 (2.5.1 for npm). Uses ios, android, blackberry v2.5.0 now.
371
+ 7f9a61e Remove mention of specific cordova version from README, add requirement for xcode + cli xcode tools.
283
372
2bb8bac 2.5.0rc1 (2.5.0 in package.json). Removed old test related to webworks scripts. Updated lbiraries to 2.5.0rc1. Added a VERSION file.
284
373
c687ba1 2.4.10
285
374
07dd924 woops syntax error in package.json
0 commit comments