[jira] [Created] (CB-2782) Add ability to append configuration to non XML configuration files such as local.properties and project.properties

2013-03-21 Thread Anis Kadri (JIRA)
Anis Kadri created CB-2782:
--

 Summary: Add ability to append configuration to non XML 
configuration files such as local.properties and project.properties
 Key: CB-2782
 URL: https://issues.apache.org/jira/browse/CB-2782
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 2.5.0
Reporter: Anis Kadri
Assignee: Anis Kadri
Priority: Blocker




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Jason Milkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609854#comment-13609854
 ] 

Jason Milkins commented on CB-51:
-

Pull requests on all three repos have been submitted.

> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2725) Improve `Copy www directory` script to copy files when `www` is a symlink directory

2013-03-21 Thread Cristobal Dabed (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609825#comment-13609825
 ] 

Cristobal Dabed commented on CB-2725:
-

Tested only in the simulator.
However what i did was to test the command manually in the terminal when a
symlink using the SRC_DIR from the script which gives me the following:

macbook-pro:ios cristobaldabed$ ls -l www
lrwxr-xr-x  1 cristobaldabed  staff  6 Mar 19 14:55 www -> ../www

vs.


macbook-pro:ios cristobaldabed$ ls -l www/
total 872
-rw-r--r--   1 cristobaldabed  staff3609 Feb  6 09:19 Jakefile
-rw-r--r--@  1 cristobaldabed  staff3014 Dec 18 10:17 README.md
-rwxr-xr-x   1 cristobaldabed  staff1519 Feb  6 20:55 android.html
-rwxr-xr-x@  1 cristobaldabed  staff  206488 Feb  6 12:32
cordova-2.3.0.android.js
-rwxr-xr-x@  1 cristobaldabed  staff  196938 Mar 19 12:40
cordova-2.5.0.ios.js
drwxr-xr-x   8 cristobaldabed  staff 272 Dec 12 12:54 css
-rw-r--r--   1 cristobaldabed  staff1559 Mar 21 15:17 desktop.html
drwxr-xr-x  16 cristobaldabed  staff 544 Dec 18 12:23 img
-rw-r--r--   1 cristobaldabed  staff1468 Mar 21 13:38 ios.html
drwxr-xr-x  20 cristobaldabed  staff 680 Mar 21 15:48 js
…


- Cristobal







> Improve `Copy www directory` script to copy files when `www` is a symlink 
> directory
> ---
>
> Key: CB-2725
> URL: https://issues.apache.org/jira/browse/CB-2725
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: XCode when building.
>Reporter: Cristobal Dabed
>Assignee: James Jong
>Priority: Minor
>  Labels: improvement, patch, xCode
> Fix For: Master, 2.5.0
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Under the copy directory section ammend the following lines
> 
> if [[ -L $SRC_DIR ]]; then 
>   SRC_DIR="www/" ## is symlink set path to "www/"
> fi
> 
> or just set it to
> 
> SRC_DIR="www/"
> 
> Both variants work.
> Otherwise it will not copy the files when the `www` folder is a symlink 
> folder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2759) Update www/ Application for iOS

2013-03-21 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-2759.
--

Resolution: Fixed

commit - http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b4b84fd4

> Update www/ Application for iOS
> ---
>
> Key: CB-2759
> URL: https://issues.apache.org/jira/browse/CB-2759
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Reporter: Filip Maj
>Assignee: Shazron Abdullah
> Fix For: 2.6.0
>
>
> Update the www/ sample application after App-Hello-World has been tagged. 
> IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2765) Tag FirefoxOS

2013-03-21 Thread Herm Wong (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herm Wong resolved CB-2765.
---

Resolution: Fixed

> Tag FirefoxOS
> -
>
> Key: CB-2765
> URL: https://issues.apache.org/jira/browse/CB-2765
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: FirefoxOS
>Reporter: Filip Maj
>Assignee: Herm Wong
> Fix For: 2.6.0
>
>
> After updating the JavaScript and sample application, the release can be 
> tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2746) Update JavaScript for iOS

2013-03-21 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-2746.
--

Resolution: Fixed

commit - http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/185389cf

> Update JavaScript for iOS
> -
>
> Key: CB-2746
> URL: https://issues.apache.org/jira/browse/CB-2746
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: iOS
>Reporter: Filip Maj
>Assignee: Shazron Abdullah
> Fix For: 2.6.0
>
>
> Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2758) Update www/ Application for FirefoxOS

2013-03-21 Thread Herm Wong (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herm Wong resolved CB-2758.
---

Resolution: Fixed

> Update www/ Application for FirefoxOS
> -
>
> Key: CB-2758
> URL: https://issues.apache.org/jira/browse/CB-2758
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: FirefoxOS
>Reporter: Filip Maj
>Assignee: Herm Wong
> Fix For: 2.6.0
>
>
> Update the www/ sample application after App-Hello-World has been tagged. 
> IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2600) Mobile Spec cordova.js only works for Android and IOS

2013-03-21 Thread Tim Kim (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609672#comment-13609672
 ] 

Tim Kim commented on CB-2600:
-

Doesn't work on my old bb unfortunately. The xhr call returns this in the body 
response:
response: local:///cordova.blackberry.js: Resource does not exist. 

So I had to add in checks for status codes. 

The fix for that is here:
https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=commit;h=429a447f215af9ff79369b8a734d53d651720df9

This is starting to get pretty hairy for a simple thing... 


> Mobile Spec cordova.js only works for Android and IOS
> -
>
> Key: CB-2600
> URL: https://issues.apache.org/jira/browse/CB-2600
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Jeffrey Heifetz
>Assignee: Tim Kim
>Priority: Blocker
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Cordova.js attempts to load platform specific JS, but limits to only android 
> or ios.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2687) Create mobile-spec test to verify download headers on FileTransfer are being set.

2013-03-21 Thread Tommy-Carlos Williams (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommy-Carlos Williams resolved CB-2687.
---

   Resolution: Fixed
Fix Version/s: 2.6.0

Fixed by [~shazron]

> Create mobile-spec test to verify download headers on FileTransfer are being 
> set.
> -
>
> Key: CB-2687
> URL: https://issues.apache.org/jira/browse/CB-2687
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Android, CordovaJS
>Reporter: Andrew Grieve
>Assignee: Tommy-Carlos Williams
>Priority: Minor
> Fix For: 2.6.0
>
>
> Should be a matter of copy/paste of the upload headers test.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-852) xhr2 impl

2013-03-21 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609641#comment-13609641
 ] 

Andrew Grieve commented on CB-852:
--

There's a lot of parts to xhr2, and I don't think iOS works for all of them. 
E.g. on iOS5 (maybe 6 too...) you can set responseType to arraybuffer, but not 
blob.

Sending FileEntry works fine for native FileEntry instances... which don't 
exist... but if they did, then you could call file() on them to get a blob, and 
xhr2 can upload a blob on iOS 5+.

There's no uploading a cordova FileEntry though, since we can't create real 
blobs from them, at least not efficiently :P.

> xhr2 impl
> -
>
> Key: CB-852
> URL: https://issues.apache.org/jira/browse/CB-852
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Bada, BlackBerry, CordovaJS, iOS, Qt, webOS, WP7
>Reporter: Brian LeRoux
>Assignee: Shazron Abdullah
>Priority: Minor
> Fix For: 2.6.0
>
>
> implement xhr2 on top of current filetransfer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2748) Update JavaScript for FirefoxOS

2013-03-21 Thread Herm Wong (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herm Wong resolved CB-2748.
---

Resolution: Fixed

> Update JavaScript for FirefoxOS
> ---
>
> Key: CB-2748
> URL: https://issues.apache.org/jira/browse/CB-2748
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: FirefoxOS
>Reporter: Filip Maj
>Assignee: Herm Wong
> Fix For: 2.6.0
>
>
> Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2755) Update www/ Application for Qt

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2755.


Resolution: Fixed

> Update www/ Application for Qt
> --
>
> Key: CB-2755
> URL: https://issues.apache.org/jira/browse/CB-2755
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Qt
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> Update the www/ sample application after App-Hello-World has been tagged. 
> IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2770) Tag Qt

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2770.


Resolution: Fixed

> Tag Qt
> --
>
> Key: CB-2770
> URL: https://issues.apache.org/jira/browse/CB-2770
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Qt
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> After updating the JavaScript and sample application, the release can be 
> tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2747) Update JavaScript for Qt

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2747.


Resolution: Fixed

> Update JavaScript for Qt
> 
>
> Key: CB-2747
> URL: https://issues.apache.org/jira/browse/CB-2747
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Qt
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2741) Update JavaScript for Bada

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2741.


Resolution: Fixed

> Update JavaScript for Bada
> --
>
> Key: CB-2741
> URL: https://issues.apache.org/jira/browse/CB-2741
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Bada
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2772) Tag Tizen

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2772.


Resolution: Fixed

> Tag Tizen
> -
>
> Key: CB-2772
> URL: https://issues.apache.org/jira/browse/CB-2772
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Tizen
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> After updating the JavaScript and sample application, the release can be 
> tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2767) Tag Bada

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2767.


Resolution: Fixed

> Tag Bada
> 
>
> Key: CB-2767
> URL: https://issues.apache.org/jira/browse/CB-2767
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Bada
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> After updating the JavaScript and sample application, the release can be 
> tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2760) Update www/ Application for Tizen

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2760.


Resolution: Fixed

> Update www/ Application for Tizen
> -
>
> Key: CB-2760
> URL: https://issues.apache.org/jira/browse/CB-2760
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Tizen
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> Update the www/ sample application after App-Hello-World has been tagged. 
> IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2757) Update www/ Application for Bada

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2757.


Resolution: Fixed

> Update www/ Application for Bada
> 
>
> Key: CB-2757
> URL: https://issues.apache.org/jira/browse/CB-2757
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Bada
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> Update the www/ sample application after App-Hello-World has been tagged. 
> IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2749) Update JavaScript for Tizen

2013-03-21 Thread Anis Kadri (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anis Kadri resolved CB-2749.


Resolution: Fixed

> Update JavaScript for Tizen
> ---
>
> Key: CB-2749
> URL: https://issues.apache.org/jira/browse/CB-2749
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Tizen
>Reporter: Filip Maj
>Assignee: Anis Kadri
> Fix For: 2.6.0
>
>
> Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2781) Create iOS Project Setting for KeyboardShrinksView

2013-03-21 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-2781.
--

Resolution: Fixed

commit - http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a897edd1

> Create iOS Project Setting for KeyboardShrinksView
> --
>
> Key: CB-2781
> URL: https://issues.apache.org/jira/browse/CB-2781
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs, iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.6.0
>
>
> Code commit:
> https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVViewController.m#L129-L145
> Not doc'ed yet:
> https://github.com/apache/cordova-docs/blob/master/docs/en/edge/guide/project-settings/ios/index.md
> Description in thread:
> http://markmail.org/thread/rjcsgesu5f7sj5fk

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Jason Milkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609525#comment-13609525
 ] 

Jason Milkins commented on CB-51:
-

Thanks I'll get this in over the weekend, if not sooner.

> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (CB-2780) Splash screen jumps in iOS after 2.5 upgrade

2013-03-21 Thread Aravind Ramanathan (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aravind Ramanathan closed CB-2780.
--

Resolution: Fixed

Verified as fixed in latest code (cloned 
https://github.com/apache/cordova-ios). I suppose it got fixed as part of 
CB-2220. Thanks

> Splash screen jumps in iOS after 2.5 upgrade
> 
>
> Key: CB-2780
> URL: https://issues.apache.org/jira/browse/CB-2780
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Aravind Ramanathan
> Attachments: splash_screen_jump.mov
>
>
> After phonegap 2.5 upgrade the splash screen jumps during app start. I have 
> attached a video where I was able to reproduce in the stock sample app that 
> you ship with the download. Looks like a lot of people have noticed it and 
> come with work around, but I don't see any bug reported with cordova 
> (apologies if this is a dupe). 
> Links from people suggesting work arounds:
> http://cookieflow.wordpress.com/2013/03/16/hiding-and-showing-the-ios-status-bar-in-phonegap-2-5-0/
> http://stackoverflow.com/questions/15346603/phonegap-2-5-0-splashscreen-shifts-down-during-display

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2646) add fileSize function to FileUtils.java

2013-03-21 Thread Lorin Beer (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609508#comment-13609508
 ] 

Lorin Beer commented on CB-2646:


code lives here:
https://github.com/lorinbeer/cordova-blackberry/tree/CB-2646
pull request here:
https://github.com/apache/cordova-blackberry/pull/7

> add fileSize function to FileUtils.java
> ---
>
> Key: CB-2646
> URL: https://issues.apache.org/jira/browse/CB-2646
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Lorin Beer
>Priority: Minor
>
> add fileSize function to FileUtils.java
> This will allow some operations (like file slice) to avoid burning a read 
> when arguments are invalid

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2744) Tag Hello World App

2013-03-21 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks resolved CB-2744.


Resolution: Fixed

> Tag Hello World App
> ---
>
> Key: CB-2744
> URL: https://issues.apache.org/jira/browse/CB-2744
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: App Hello World
>Reporter: Filip Maj
>Assignee: Michael Brooks
> Fix For: 2.6.0
>
>
> Tag sample application so that each platform can cut a copy of the 
> application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2744) Tag Hello World App

2013-03-21 Thread Michael Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609488#comment-13609488
 ] 

Michael Brooks commented on CB-2744:


Created a branch {{2.6.x}}

Committed and tagged 2.6.0rc1: 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=shortlog;h=refs/heads/2.6.x

> Tag Hello World App
> ---
>
> Key: CB-2744
> URL: https://issues.apache.org/jira/browse/CB-2744
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: App Hello World
>Reporter: Filip Maj
>Assignee: Michael Brooks
> Fix For: 2.6.0
>
>
> Tag sample application so that each platform can cut a copy of the 
> application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609481#comment-13609481
 ] 

Shazron Abdullah commented on CB-51:


Yeah this is quite an old issue, the links are out-dated :)

You would send pull requests against the repos in Github:
http://github.com/apache/cordova-ios
http://github.com/apache/cordova-android
http://github.com/apache/cordova-js



> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Jason Milkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609476#comment-13609476
 ] 

Jason Milkins edited comment on CB-51 at 3/21/13 9:07 PM:
--

[~shazron]

git://git.apache.org/cordova-ios.git

git://git.apache.org/cordova-android.git

git://git.apache.org/cordova-js.git

These ones?

  was (Author: jasonm23):
git://git.apache.org/cordova-ios.git

git://git.apache.org/cordova-android.git

git://git.apache.org/cordova-js.git

These ones?
  
> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Jason Milkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609476#comment-13609476
 ] 

Jason Milkins commented on CB-51:
-

git://git.apache.org/cordova-ios.git

git://git.apache.org/cordova-android.git

git://git.apache.org/cordova-js.git

These ones?

> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2610) instructions for upgrading Blackberry for 2.3 from 2.2

2013-03-21 Thread Michael Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609473#comment-13609473
 ] 

Michael Brooks commented on CB-2610:


Nice work. This majorly helps people upgrading between versions.

Commit: 
https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=abe5d4cce547d798b578463d248c3fa4425e

> instructions for upgrading Blackberry for 2.3 from 2.2
> --
>
> Key: CB-2610
> URL: https://issues.apache.org/jira/browse/CB-2610
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Lorin Beer
>Priority: Trivial
>
> write missing migration guide from 2.2 to 2.3

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2610) instructions for upgrading Blackberry for 2.3 from 2.2

2013-03-21 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks resolved CB-2610.


Resolution: Fixed

> instructions for upgrading Blackberry for 2.3 from 2.2
> --
>
> Key: CB-2610
> URL: https://issues.apache.org/jira/browse/CB-2610
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Michael Brooks
>Priority: Trivial
>
> write missing migration guide from 2.2 to 2.3

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-2610) instructions for upgrading Blackberry for 2.3 from 2.2

2013-03-21 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks reassigned CB-2610:
--

Assignee: Michael Brooks  (was: Lorin Beer)

> instructions for upgrading Blackberry for 2.3 from 2.2
> --
>
> Key: CB-2610
> URL: https://issues.apache.org/jira/browse/CB-2610
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Michael Brooks
>Priority: Trivial
>
> write missing migration guide from 2.2 to 2.3

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2609) instructions for upgrading BlackBerry to 2.4 from 2.3

2013-03-21 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks resolved CB-2609.


Resolution: Fixed

> instructions for upgrading BlackBerry to 2.4 from 2.3
> -
>
> Key: CB-2609
> URL: https://issues.apache.org/jira/browse/CB-2609
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Michael Brooks
>Priority: Trivial
> Fix For: 2.6.0
>
>
> write missing migration guide for 2.3 to 2.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-2609) instructions for upgrading BlackBerry to 2.4 from 2.3

2013-03-21 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks reassigned CB-2609:
--

Assignee: Michael Brooks  (was: Lorin Beer)

> instructions for upgrading BlackBerry to 2.4 from 2.3
> -
>
> Key: CB-2609
> URL: https://issues.apache.org/jira/browse/CB-2609
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Michael Brooks
>Priority: Trivial
> Fix For: 2.6.0
>
>
> write missing migration guide for 2.3 to 2.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2609) instructions for upgrading BlackBerry to 2.4 from 2.3

2013-03-21 Thread Michael Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609468#comment-13609468
 ] 

Michael Brooks commented on CB-2609:


Awesome man!

Commit: 
https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=901bedc259986e7156fd95dea7e53e3c1887725c

Feel free to close the pull request.

> instructions for upgrading BlackBerry to 2.4 from 2.3
> -
>
> Key: CB-2609
> URL: https://issues.apache.org/jira/browse/CB-2609
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Reporter: Lorin Beer
>Assignee: Lorin Beer
>Priority: Trivial
> Fix For: 2.6.0
>
>
> write missing migration guide for 2.3 to 2.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Jason Milkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609463#comment-13609463
 ] 

Jason Milkins edited comment on CB-51 at 3/21/13 8:59 PM:
--

Sure, I implemented my update on a source download, is the repo on GitHub? 

Edit: the GitHub link above is 404

  was (Author: jasonm23):
Sure, I implemented my update on a source download, is the repo on GitHub? 
  
> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-51) API: FileTransfer - Support PUT Method

2013-03-21 Thread Jason Milkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609463#comment-13609463
 ] 

Jason Milkins commented on CB-51:
-

Sure, I implemented my update on a source download, is the repo on GitHub? 

> API: FileTransfer - Support PUT Method
> --
>
> Key: CB-51
> URL: https://issues.apache.org/jira/browse/CB-51
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 2.7.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/178
> by: https://github.com/berb
> (This feature request is platform-agnostic and has been posted here due to 
> the comments in #phonegap)
> While the current FileTransfer provides upload capabilities similar to 
> browsers (using HTTP POST and multipart), it would be helpful to support PUT 
> as well. 
> HTTP allows to create server-side resource using the PUT method, and many 
> RESTful webservices make use of this. Being the only way to upload binary 
> file content from a device to a web server, FileTransfer should additionally 
> support PUT as method. Usage might be indicated via FileUploadOptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2780) Splash screen jumps in iOS after 2.5 upgrade

2013-03-21 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609453#comment-13609453
 ] 

Ian Clelland commented on CB-2780:
--

I think this is the same issue as 
https://issues.apache.org/jira/browse/CB-2220, which was fixed *just* as 2.5.0 
was being released. This should be fixed in 2.6.0

> Splash screen jumps in iOS after 2.5 upgrade
> 
>
> Key: CB-2780
> URL: https://issues.apache.org/jira/browse/CB-2780
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Aravind Ramanathan
> Attachments: splash_screen_jump.mov
>
>
> After phonegap 2.5 upgrade the splash screen jumps during app start. I have 
> attached a video where I was able to reproduce in the stock sample app that 
> you ship with the download. Looks like a lot of people have noticed it and 
> come with work around, but I don't see any bug reported with cordova 
> (apologies if this is a dupe). 
> Links from people suggesting work arounds:
> http://cookieflow.wordpress.com/2013/03/16/hiding-and-showing-the-ios-status-bar-in-phonegap-2-5-0/
> http://stackoverflow.com/questions/15346603/phonegap-2-5-0-splashscreen-shifts-down-during-display

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2735) Command-Line Usage documentation for BlackBerry not accurate

2013-03-21 Thread Tim Kim (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Kim resolved CB-2735.
-

Resolution: Fixed

> Command-Line Usage documentation for BlackBerry not accurate
> 
>
> Key: CB-2735
> URL: https://issues.apache.org/jira/browse/CB-2735
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Docs
>Affects Versions: 2.5.0
>Reporter: Filip Maj
>Assignee: Tim Kim
> Fix For: 2.6.0
>
>
> http://cordova.apache.org/docs/en/2.5.0/guide_command-line_index.md.html#Command-Line%20Usage_blackberry
> The current docs describe {{create}}, {{debug}} and {{emulate}} commands. 
> However, when I create a BB project using {{create}}, under the {{cordova}} 
> directory I don't see either {{debug}} or {{emulate}} commands and instead 
> see {{run}} and {{build}} commands. Need to get this up-to-date.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2735) Command-Line Usage documentation for BlackBerry not accurate

2013-03-21 Thread Tim Kim (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609442#comment-13609442
 ] 

Tim Kim commented on CB-2735:
-

Fixed here: 
https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=3bf80febb19577bc50456b9fc98fc1e21d311360

> Command-Line Usage documentation for BlackBerry not accurate
> 
>
> Key: CB-2735
> URL: https://issues.apache.org/jira/browse/CB-2735
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Docs
>Affects Versions: 2.5.0
>Reporter: Filip Maj
>Assignee: Tim Kim
> Fix For: 2.6.0
>
>
> http://cordova.apache.org/docs/en/2.5.0/guide_command-line_index.md.html#Command-Line%20Usage_blackberry
> The current docs describe {{create}}, {{debug}} and {{emulate}} commands. 
> However, when I create a BB project using {{create}}, under the {{cordova}} 
> directory I don't see either {{debug}} or {{emulate}} commands and instead 
> see {{run}} and {{build}} commands. Need to get this up-to-date.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1518) FileTransfer.download progress events has this.lengthComputable = false when response is gzipped on iOS

2013-03-21 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609406#comment-13609406
 ] 

Ian Clelland commented on CB-1518:
--

I've implemented a solution to this (#2 from above) -- if a download returns an 
OK status, but the bytesExpected comes back as {{NSURLResponseUnknownLength}}, 
then it starts a parallel HEAD request to the origin server for the same 
resource. If that returns with a Content-Length header, then the original 
delegate's bytesExpected is updated, and a progress event is sent immediately.

> FileTransfer.download progress events has this.lengthComputable = false when 
> response is gzipped on iOS
> ---
>
> Key: CB-1518
> URL: https://issues.apache.org/jira/browse/CB-1518
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.2.0
>Reporter: Andrew Grieve
>Assignee: Ian Clelland
>Priority: Minor
> Fix For: 2.6.0
>
>
> As far as I can tell, there is no way to track the actual bytes downloaded 
> except for changing network stacks to something like ASI's. 
> Lame other option #1:
> Re-gzip the response locally to approximate.
> Lame other option #2:
> Send a second request HEAD request without accept-encoding header (while the 
> first request is in progress), and that will tell us the expected 
> non-compressed length. This option is actually reasonable I think.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1518) FileTransfer.download progress events has this.lengthComputable = false when response is gzipped on iOS

2013-03-21 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609407#comment-13609407
 ] 

Ian Clelland commented on CB-1518:
--

Pull request: https://github.com/apache/cordova-ios/pull/41

> FileTransfer.download progress events has this.lengthComputable = false when 
> response is gzipped on iOS
> ---
>
> Key: CB-1518
> URL: https://issues.apache.org/jira/browse/CB-1518
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.2.0
>Reporter: Andrew Grieve
>Assignee: Ian Clelland
>Priority: Minor
> Fix For: 2.6.0
>
>
> As far as I can tell, there is no way to track the actual bytes downloaded 
> except for changing network stacks to something like ASI's. 
> Lame other option #1:
> Re-gzip the response locally to approximate.
> Lame other option #2:
> Send a second request HEAD request without accept-encoding header (while the 
> first request is in progress), and that will tell us the expected 
> non-compressed length. This option is actually reasonable I think.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2190) FileTransfer does not request more time than the 5 second limit when placed in background.

2013-03-21 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609400#comment-13609400
 ] 

Ian Clelland commented on CB-2190:
--

Local ad hoc testing suggests that this is working; I'll take any suggestions 
on how to automatically test this within the device. 

Pull request here: https://github.com/apache/cordova-ios/pull/40

> FileTransfer does not request more time than the 5 second limit when placed 
> in background.
> --
>
> Key: CB-2190
> URL: https://issues.apache.org/jira/browse/CB-2190
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 2.2.0
> Environment: iOS 6.0.1, Cordova 2.2.0.
>Reporter: Leif Ullman
>Assignee: Ian Clelland
> Attachments: CDVFileTransfer.h, CDVFileTransfer.m
>
>
> I've been running into an issue using FileTransfer on iOS that cropped up as 
> part of my upgrade to Cordova 2.2.  Previously I had been on PhoneGap 1.2 (a 
> long time between upgrades I know).  When using the 1.2 version, I could 
> start a filetransfer upload (using sample code from here: 
> http://docs.phonegap.com/en/2.2.0/cordova_media_capture_capture.md.html#Capture)
>  and it would continue to run if I returned to the home screen or if I locked 
> the device.  Now it appears that suspending the app will cause a 
> FileTransferError to occur with error code 3 and error message "The request 
> timed out".  
> After trading some emails with Shazron, he pointed out that the limit to 
> finish up background tasks is 5 seconds.  If the task will take longer, the 
> app has to request more time -- and FileTransfer does not do this currently 
> (although the CDVLocalStorage plugin in onResignActive does: 
> https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVLocalStorage.m#L378

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CB-2537) Out of memory errors : FileTransfer download fails for large files over a certain size

2013-03-21 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-2537:
-

Fix Version/s: 2.7.0

Great! Looking forward to it in 2.7.0 :)

> Out of memory errors : FileTransfer download fails for large files over a 
> certain size 
> ---
>
> Key: CB-2537
> URL: https://issues.apache.org/jira/browse/CB-2537
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.4.0
> Environment: Mac OSX 10.7 / Xcode 4.6 / iOS FW 5 & 6
>Reporter: charbon bleu
>Assignee: Ian Clelland
> Fix For: 2.7.0
>
>
> Hello, 
> on iOS (FW 5 & 6), i'm facing a problem with the download function of 
> FileTransfer API. 
> Downloading files over a certain size (approx 300MB / 400MB) leads to a out 
> of memory error. 
> is there any way to bypass this limit ? by applying a chunked mode like in 
> the upload function ? 
> Thanks for your help

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2537) Out of memory errors : FileTransfer download fails for large files over a certain size

2013-03-21 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609391#comment-13609391
 ] 

Ian Clelland commented on CB-2537:
--

Pull request sent: https://github.com/apache/cordova-ios/pull/39

> Out of memory errors : FileTransfer download fails for large files over a 
> certain size 
> ---
>
> Key: CB-2537
> URL: https://issues.apache.org/jira/browse/CB-2537
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.4.0
> Environment: Mac OSX 10.7 / Xcode 4.6 / iOS FW 5 & 6
>Reporter: charbon bleu
>Assignee: Ian Clelland
>
> Hello, 
> on iOS (FW 5 & 6), i'm facing a problem with the download function of 
> FileTransfer API. 
> Downloading files over a certain size (approx 300MB / 400MB) leads to a out 
> of memory error. 
> is there any way to bypass this limit ? by applying a chunked mode like in 
> the upload function ? 
> Thanks for your help

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1285) Include EXIF metadata in image upload

2013-03-21 Thread Lorin Beer (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609389#comment-13609389
 ] 

Lorin Beer commented on CB-1285:


Oh, just a correction @Shaz,

the code in the branch above 
(https://github.com/lorinbeer/cordova-ios/commits/CB-1285) does not break 
camera at all. It composes a correct exif formated binary data string, and 
splices it directly into the image data before the file write.


The Exif workaround breaks the return value, but that was just a hack for 
people needing exif data immediately.

> Include EXIF metadata in image upload
> -
>
> Key: CB-1285
> URL: https://issues.apache.org/jira/browse/CB-1285
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 2.0.0
> Environment: iOS 5.1.1 (iPad 2 & iPhone 4)
>Reporter: Stephen McKamey
>Assignee: Lorin Beer
>
> Now that Cordova only supports iOS 4.2+, it would be great if it would 
> include the additional EXIF metadata which exists in original image files. 
> Currently this is all stripped. I've noticed a recent increased trend of iOS 
> apps declaring that they can gain access to EXIF data if the user permits 
> location information. If EXIF & geo data were passed through this would be a 
> huge gain for Cordova.
> Related: a similar issue (CB-295) was opened for Android and it sounds like 
> it was implemented. From the other issue, it sounded like it was a side 
> effect of resizing the image. If no resizing needs to occur (i.e., the 
> untouched original bits are desired), then perhaps this would help?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2537) Out of memory errors : FileTransfer download fails for large files over a certain size

2013-03-21 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609387#comment-13609387
 ] 

Ian Clelland commented on CB-2537:
--

I've implemented streaming downloads on my fork (for successful downloads only; 
HTTP errors are still handled by accumulating the response in memory, and then 
returning it in the error callback)

Profiling this on an 800MB download, I watched the memory usage climb during 
the download (using the existing code). With this patch, usage stays flat; each 
block is written to the filesystem as it is received.

> Out of memory errors : FileTransfer download fails for large files over a 
> certain size 
> ---
>
> Key: CB-2537
> URL: https://issues.apache.org/jira/browse/CB-2537
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.4.0
> Environment: Mac OSX 10.7 / Xcode 4.6 / iOS FW 5 & 6
>Reporter: charbon bleu
>Assignee: Ian Clelland
>
> Hello, 
> on iOS (FW 5 & 6), i'm facing a problem with the download function of 
> FileTransfer API. 
> Downloading files over a certain size (approx 300MB / 400MB) leads to a out 
> of memory error. 
> is there any way to bypass this limit ? by applying a chunked mode like in 
> the upload function ? 
> Thanks for your help

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2781) Create iOS Project Setting for KeyboardShrinksView

2013-03-21 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2781:


 Summary: Create iOS Project Setting for KeyboardShrinksView
 Key: CB-2781
 URL: https://issues.apache.org/jira/browse/CB-2781
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs, iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 2.6.0


Code commit:
https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVViewController.m#L129-L145

Not doc'ed yet:
https://github.com/apache/cordova-docs/blob/master/docs/en/edge/guide/project-settings/ios/index.md

Description in thread:
http://markmail.org/thread/rjcsgesu5f7sj5fk


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CB-2780) Splash screen jumps in iOS after 2.5 upgrade

2013-03-21 Thread Aravind Ramanathan (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aravind Ramanathan updated CB-2780:
---

Attachment: splash_screen_jump.mov

> Splash screen jumps in iOS after 2.5 upgrade
> 
>
> Key: CB-2780
> URL: https://issues.apache.org/jira/browse/CB-2780
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Aravind Ramanathan
> Attachments: splash_screen_jump.mov
>
>
> After phonegap 2.5 upgrade the splash screen jumps during app start. I have 
> attached a video where I was able to reproduce in the stock sample app that 
> you ship with the download. Looks like a lot of people have noticed it and 
> come with work around, but I don't see any bug reported with cordova 
> (apologies if this is a dupe). 
> Links from people suggesting work arounds:
> http://cookieflow.wordpress.com/2013/03/16/hiding-and-showing-the-ios-status-bar-in-phonegap-2-5-0/
> http://stackoverflow.com/questions/15346603/phonegap-2-5-0-splashscreen-shifts-down-during-display

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2780) Splash screen jumps in iOS after 2.5 upgrade

2013-03-21 Thread Aravind Ramanathan (JIRA)
Aravind Ramanathan created CB-2780:
--

 Summary: Splash screen jumps in iOS after 2.5 upgrade
 Key: CB-2780
 URL: https://issues.apache.org/jira/browse/CB-2780
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Aravind Ramanathan
 Attachments: splash_screen_jump.mov

After phonegap 2.5 upgrade the splash screen jumps during app start. I have 
attached a video where I was able to reproduce in the stock sample app that you 
ship with the download. Looks like a lot of people have noticed it and come 
with work around, but I don't see any bug reported with cordova (apologies if 
this is a dupe). 

Links from people suggesting work arounds:

http://cookieflow.wordpress.com/2013/03/16/hiding-and-showing-the-ios-status-bar-in-phonegap-2-5-0/

http://stackoverflow.com/questions/15346603/phonegap-2-5-0-splashscreen-shifts-down-during-display


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2676) add prompt dialog to Notification API for Blackberry

2013-03-21 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609210#comment-13609210
 ] 

Bryan Higgins commented on CB-2676:
---

pull request: https://github.com/apache/cordova-js/pull/22

> add prompt dialog to Notification API for Blackberry
> 
>
> Key: CB-2676
> URL: https://issues.apache.org/jira/browse/CB-2676
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: BlackBerry
>Reporter: James Jong
>Assignee: Bryan Higgins
> Fix For: Master
>
>
> For Bryan Higgins.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1285) Include EXIF metadata in image upload

2013-03-21 Thread Stephen McKamey (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609197#comment-13609197
 ] 

Stephen McKamey commented on CB-1285:
-

Yes, most appreciated. Thanks guys.

> Include EXIF metadata in image upload
> -
>
> Key: CB-1285
> URL: https://issues.apache.org/jira/browse/CB-1285
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 2.0.0
> Environment: iOS 5.1.1 (iPad 2 & iPhone 4)
>Reporter: Stephen McKamey
>Assignee: Lorin Beer
>
> Now that Cordova only supports iOS 4.2+, it would be great if it would 
> include the additional EXIF metadata which exists in original image files. 
> Currently this is all stripped. I've noticed a recent increased trend of iOS 
> apps declaring that they can gain access to EXIF data if the user permits 
> location information. If EXIF & geo data were passed through this would be a 
> huge gain for Cordova.
> Related: a similar issue (CB-295) was opened for Android and it sounds like 
> it was implemented. From the other issue, it sounded like it was a side 
> effect of resizing the image. If no resizing needs to occur (i.e., the 
> untouched original bits are desired), then perhaps this would help?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2769) Tag Android

2013-03-21 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-2769.


Resolution: Fixed

https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=31bc015cdd902021f966f04485bd54d0f16dcf32

> Tag Android
> ---
>
> Key: CB-2769
> URL: https://issues.apache.org/jira/browse/CB-2769
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Android
>Reporter: Filip Maj
>Assignee: Joe Bowser
> Fix For: 2.6.0
>
>
> After updating the JavaScript and sample application, the release can be 
> tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2754) Update www/ Application for Android

2013-03-21 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-2754.


Resolution: Invalid

https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=31bc015cdd902021f966f04485bd54d0f16dcf32

> Update www/ Application for Android
> ---
>
> Key: CB-2754
> URL: https://issues.apache.org/jira/browse/CB-2754
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Android
>Reporter: Filip Maj
>Assignee: Joe Bowser
> Fix For: 2.6.0
>
>
> Update the www/ sample application after App-Hello-World has been tagged. 
> IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2742) Update JavaScript for Android

2013-03-21 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-2742.


Resolution: Fixed

https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=31bc015cdd902021f966f04485bd54d0f16dcf32

> Update JavaScript for Android
> -
>
> Key: CB-2742
> URL: https://issues.apache.org/jira/browse/CB-2742
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Android
>Reporter: Filip Maj
>Assignee: Joe Bowser
> Fix For: 2.6.0
>
>
> Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2743) Tag Cordova-JS

2013-03-21 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-2743.
---

Resolution: Fixed

Created 2.6.x branch with 2.6.0rc1 tag on it.

https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=shortlog;h=refs/heads/2.6.x

> Tag Cordova-JS
> --
>
> Key: CB-2743
> URL: https://issues.apache.org/jira/browse/CB-2743
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
>Reporter: Filip Maj
>Assignee: Filip Maj
> Fix For: 2.6.0
>
>
> Tag JavaScript so that each platform can cut a release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-2777) Tag Mobile Spec

2013-03-21 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-2777.
---

Resolution: Fixed

2.6.x branch created and tagged 2.6.0rc1 on that branch.

https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=shortlog;h=refs/heads/2.6.x

> Tag Mobile Spec
> ---
>
> Key: CB-2777
> URL: https://issues.apache.org/jira/browse/CB-2777
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: mobile-spec
>Reporter: Filip Maj
>Assignee: Filip Maj
> Fix For: 2.6.0
>
>
> After all platforms have been tagged, mobile-spec can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-1285) Include EXIF metadata in image upload

2013-03-21 Thread Moriarty (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609119#comment-13609119
 ] 

Moriarty commented on CB-1285:
--

Excellent! Looking forward to it in v-next.

> Include EXIF metadata in image upload
> -
>
> Key: CB-1285
> URL: https://issues.apache.org/jira/browse/CB-1285
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 2.0.0
> Environment: iOS 5.1.1 (iPad 2 & iPhone 4)
>Reporter: Stephen McKamey
>Assignee: Lorin Beer
>
> Now that Cordova only supports iOS 4.2+, it would be great if it would 
> include the additional EXIF metadata which exists in original image files. 
> Currently this is all stripped. I've noticed a recent increased trend of iOS 
> apps declaring that they can gain access to EXIF data if the user permits 
> location information. If EXIF & geo data were passed through this would be a 
> huge gain for Cordova.
> Related: a similar issue (CB-295) was opened for Android and it sounds like 
> it was implemented. From the other issue, it sounded like it was a side 
> effect of resizing the image. If no resizing needs to occur (i.e., the 
> untouched original bits are desired), then perhaps this would help?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2768) Tag iOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2768:
-

 Summary: Tag iOS
 Key: CB-2768
 URL: https://issues.apache.org/jira/browse/CB-2768
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Filip Maj
Assignee: Shazron Abdullah
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2777) Tag Mobile Spec

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2777:
-

 Summary: Tag Mobile Spec
 Key: CB-2777
 URL: https://issues.apache.org/jira/browse/CB-2777
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: mobile-spec
Reporter: Filip Maj
Assignee: Filip Maj
 Fix For: 2.6.0


After all platforms have been tagged, mobile-spec can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2771) Tag webOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2771:
-

 Summary: Tag webOS
 Key: CB-2771
 URL: https://issues.apache.org/jira/browse/CB-2771
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: webOS
Reporter: Filip Maj
Assignee: Herm Wong
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2778) Tag Docs

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2778:
-

 Summary: Tag Docs
 Key: CB-2778
 URL: https://issues.apache.org/jira/browse/CB-2778
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs
Reporter: Filip Maj
Assignee: Michael Brooks
 Fix For: 2.6.0


After all platforms have been tagged, the docs can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2776) Tag Windows 8

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2776:
-

 Summary: Tag Windows 8
 Key: CB-2776
 URL: https://issues.apache.org/jira/browse/CB-2776
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2779) Tag WP8

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2779:
-

 Summary: Tag WP8
 Key: CB-2779
 URL: https://issues.apache.org/jira/browse/CB-2779
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2775) Generate a Source Release

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2775:
-

 Summary: Generate a Source Release
 Key: CB-2775
 URL: https://issues.apache.org/jira/browse/CB-2775
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Coho
Reporter: Filip Maj
Assignee: Steve Gill
 Fix For: 2.6.0


After all other sub-tasks have been completed, Coho can generate a source 
release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2772) Tag Tizen

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2772:
-

 Summary: Tag Tizen
 Key: CB-2772
 URL: https://issues.apache.org/jira/browse/CB-2772
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Tizen
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2774) Tag WP7

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2774:
-

 Summary: Tag WP7
 Key: CB-2774
 URL: https://issues.apache.org/jira/browse/CB-2774
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP7
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2773) Tag Mac

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2773:
-

 Summary: Tag Mac
 Key: CB-2773
 URL: https://issues.apache.org/jira/browse/CB-2773
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Mac
Reporter: Filip Maj
Assignee: Shazron Abdullah
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2770) Tag Qt

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2770:
-

 Summary: Tag Qt
 Key: CB-2770
 URL: https://issues.apache.org/jira/browse/CB-2770
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Qt
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2769) Tag Android

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2769:
-

 Summary: Tag Android
 Key: CB-2769
 URL: https://issues.apache.org/jira/browse/CB-2769
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Filip Maj
Assignee: Joe Bowser
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2760) Update www/ Application for Tizen

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2760:
-

 Summary: Update www/ Application for Tizen
 Key: CB-2760
 URL: https://issues.apache.org/jira/browse/CB-2760
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Tizen
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2763) Update www/ Application for WP8

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2763:
-

 Summary: Update www/ Application for WP8
 Key: CB-2763
 URL: https://issues.apache.org/jira/browse/CB-2763
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2766) Tag BlackBerry

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2766:
-

 Summary: Tag BlackBerry
 Key: CB-2766
 URL: https://issues.apache.org/jira/browse/CB-2766
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Reporter: Filip Maj
Assignee: Tim Kim
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2765) Tag FirefoxOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2765:
-

 Summary: Tag FirefoxOS
 Key: CB-2765
 URL: https://issues.apache.org/jira/browse/CB-2765
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Filip Maj
Assignee: Herm Wong
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2767) Tag Bada

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2767:
-

 Summary: Tag Bada
 Key: CB-2767
 URL: https://issues.apache.org/jira/browse/CB-2767
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Bada
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


After updating the JavaScript and sample application, the release can be tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2744) Tag Hello World App

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2744:
-

 Summary: Tag Hello World App
 Key: CB-2744
 URL: https://issues.apache.org/jira/browse/CB-2744
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: App Hello World
Reporter: Filip Maj
Assignee: Michael Brooks
 Fix For: 2.6.0


Tag sample application so that each platform can cut a copy of the application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2762) Update www/ Application for Windows 8

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2762:
-

 Summary: Update www/ Application for Windows 8
 Key: CB-2762
 URL: https://issues.apache.org/jira/browse/CB-2762
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2761) Update www/ Application for webOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2761:
-

 Summary: Update www/ Application for webOS
 Key: CB-2761
 URL: https://issues.apache.org/jira/browse/CB-2761
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: webOS
Reporter: Filip Maj
Assignee: Herm Wong
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2764) Update www/ Application for WP7

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2764:
-

 Summary: Update www/ Application for WP7
 Key: CB-2764
 URL: https://issues.apache.org/jira/browse/CB-2764
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP7
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2751) Update JavaScript for webOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2751:
-

 Summary: Update JavaScript for webOS
 Key: CB-2751
 URL: https://issues.apache.org/jira/browse/CB-2751
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: webOS
Reporter: Filip Maj
Assignee: Herm Wong
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2758) Update www/ Application for FirefoxOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2758:
-

 Summary: Update www/ Application for FirefoxOS
 Key: CB-2758
 URL: https://issues.apache.org/jira/browse/CB-2758
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Filip Maj
Assignee: Herm Wong
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2756) Update www/ Application for BlackBerry

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2756:
-

 Summary: Update www/ Application for BlackBerry
 Key: CB-2756
 URL: https://issues.apache.org/jira/browse/CB-2756
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Reporter: Filip Maj
Assignee: Tim Kim
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2757) Update www/ Application for Bada

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2757:
-

 Summary: Update www/ Application for Bada
 Key: CB-2757
 URL: https://issues.apache.org/jira/browse/CB-2757
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Bada
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2755) Update www/ Application for Qt

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2755:
-

 Summary: Update www/ Application for Qt
 Key: CB-2755
 URL: https://issues.apache.org/jira/browse/CB-2755
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Qt
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2754) Update www/ Application for Android

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2754:
-

 Summary: Update www/ Application for Android
 Key: CB-2754
 URL: https://issues.apache.org/jira/browse/CB-2754
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Filip Maj
Assignee: Joe Bowser
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2759) Update www/ Application for iOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2759:
-

 Summary: Update www/ Application for iOS
 Key: CB-2759
 URL: https://issues.apache.org/jira/browse/CB-2759
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Filip Maj
Assignee: Shazron Abdullah
 Fix For: 2.6.0


Update the www/ sample application after App-Hello-World has been tagged. 
IMPORTANT: Remove irrelevant platfroms from www/res/icon and www/res/screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2750) Update JavaScript for Windows 8

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2750:
-

 Summary: Update JavaScript for Windows 8
 Key: CB-2750
 URL: https://issues.apache.org/jira/browse/CB-2750
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2752) Update JavaScript for WP7

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2752:
-

 Summary: Update JavaScript for WP7
 Key: CB-2752
 URL: https://issues.apache.org/jira/browse/CB-2752
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP7
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2753) Update JavaScript for WP8

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2753:
-

 Summary: Update JavaScript for WP8
 Key: CB-2753
 URL: https://issues.apache.org/jira/browse/CB-2753
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Filip Maj
Assignee: Jesse MacFadyen
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2747) Update JavaScript for Qt

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2747:
-

 Summary: Update JavaScript for Qt
 Key: CB-2747
 URL: https://issues.apache.org/jira/browse/CB-2747
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Qt
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2749) Update JavaScript for Tizen

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2749:
-

 Summary: Update JavaScript for Tizen
 Key: CB-2749
 URL: https://issues.apache.org/jira/browse/CB-2749
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Tizen
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2748) Update JavaScript for FirefoxOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2748:
-

 Summary: Update JavaScript for FirefoxOS
 Key: CB-2748
 URL: https://issues.apache.org/jira/browse/CB-2748
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Filip Maj
Assignee: Herm Wong
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2745) Update JavaScript for BlackBerry

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2745:
-

 Summary: Update JavaScript for BlackBerry
 Key: CB-2745
 URL: https://issues.apache.org/jira/browse/CB-2745
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Reporter: Filip Maj
Assignee: Tim Kim
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2742) Update JavaScript for Android

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2742:
-

 Summary: Update JavaScript for Android
 Key: CB-2742
 URL: https://issues.apache.org/jira/browse/CB-2742
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Filip Maj
Assignee: Joe Bowser
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2746) Update JavaScript for iOS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2746:
-

 Summary: Update JavaScript for iOS
 Key: CB-2746
 URL: https://issues.apache.org/jira/browse/CB-2746
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Filip Maj
Assignee: Shazron Abdullah
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2739) Tag 2.6.0rc1

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2739:
-

 Summary: Tag 2.6.0rc1
 Key: CB-2739
 URL: https://issues.apache.org/jira/browse/CB-2739
 Project: Apache Cordova
  Issue Type: Task
Reporter: Filip Maj
 Fix For: 2.6.0


Parent issue to track the release steps for 2.6.0rc1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2743) Tag Cordova-JS

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2743:
-

 Summary: Tag Cordova-JS
 Key: CB-2743
 URL: https://issues.apache.org/jira/browse/CB-2743
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CordovaJS
Reporter: Filip Maj
Assignee: Filip Maj
 Fix For: 2.6.0


Tag JavaScript so that each platform can cut a release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2740) Tag cordova-cli

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2740:
-

 Summary: Tag cordova-cli
 Key: CB-2740
 URL: https://issues.apache.org/jira/browse/CB-2740
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Filip Maj
Assignee: Filip Maj
 Fix For: 2.6.0


Tag cordova-cli, verify it works with iOS, Android and BlackBerry.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2741) Update JavaScript for Bada

2013-03-21 Thread Filip Maj (JIRA)
Filip Maj created CB-2741:
-

 Summary: Update JavaScript for Bada
 Key: CB-2741
 URL: https://issues.apache.org/jira/browse/CB-2741
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Bada
Reporter: Filip Maj
Assignee: Anis Kadri
 Fix For: 2.6.0


Update the cordova.js after CordovaJS has been tagged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-852) xhr2 impl

2013-03-21 Thread Jeffrey Heifetz (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609090#comment-13609090
 ] 

Jeffrey Heifetz commented on CB-852:


XHR2 is already supported on BB10 as well

> xhr2 impl
> -
>
> Key: CB-852
> URL: https://issues.apache.org/jira/browse/CB-852
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, Bada, BlackBerry, CordovaJS, iOS, Qt, webOS, WP7
>Reporter: Brian LeRoux
>Assignee: Shazron Abdullah
>Priority: Minor
> Fix For: 2.6.0
>
>
> implement xhr2 on top of current filetransfer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


  1   2   >