[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit c540c0246b14ea986096dea6239b8bfb66b6a802 in cordova-plugin-contacts's 
branch refs/heads/master from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=c540c02 
]

CB-6114 Updated version and RELEASENOTES.md for release 0.2.9


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 3be1802c9e5474b9e36d4dbc66ccb42648ff2a43 in cordova-plugin-camera's 
branch refs/heads/dev from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=3be1802 
]

CB-6114 Incremented plugin version on dev branch.


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 115307a5babf1ce7626d3220ec264d1f92d6bb26 in cordova-plugin-media's 
branch refs/heads/dev from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=115307a ]

CB-6114 Incremented plugin version on dev branch.


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5980) Plugins Release, February 6th, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5980:
-

Commit c04ddb7d0e2b3670586d74751371346d584b0562 in cordova-plugin-file's branch 
refs/heads/dev from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=c04ddb7 ]

CB-5980 Updated version and RELEASENOTES.md for release 1.0.0


> Plugins Release, February 6th, 2014
> ---
>
> Key: CB-5980
> URL: https://issues.apache.org/jira/browse/CB-5980
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Issue for plugins release



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6051) video / audio won't play from cdvfile:// urls

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6051:
-

Commit f96f2ac8cadfecf390a736fb94fe146b9bb0d4d8 in cordova-plugin-media's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=f96f2ac ]

CB-6051: Update media plugin to work with new cdvfile:// urls


> video / audio won't play from cdvfile:// urls
> -
>
> Key: CB-6051
> URL: https://issues.apache.org/jira/browse/CB-6051
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File, Plugin Media
>Affects Versions: 3.3.0
> Environment: iOS
>Reporter: Claudius Coenen
>Assignee: Ian Clelland
>
> We have an application that used to work in Cordova 2.9, we think we have 
> traced down the error to cdvfile://. Here's what's happening:
> *The Application*
> We're loading a few videos and a HTML-File referencing those videos into the 
> app, using {{FileTransfer}}. This transfer is fine now, and we _can_ access 
> and display the HTML-File and other assets like images. The videos on this 
> page however won't play. They display as "broken" (strike-through play symbol 
> on iOS). We know the videos to run, it's not the video's encoding, we also 
> triple-checked all the filenames as well. If we pre-package the video into 
> the app, the same setup _does_ play just fine.
> *Behaviour Cordova 2.9*
> We're getting the just-downloaded html file from the filesystem and call 
> {{toURL()}} on that entry. In 2.9 this will return a lengthy (but working) 
> {{file:///}}-url. We're basically setting
> {{window.location = entry.toURL(); // returns file:///...}}
> *Behaviour Cordova 3.3*
> When calling {{toURL}}, we're now getting a {{cdvfile://}} URL, and (since 
> the video file is referenced relatively) the video is also loaded from a 
> {{cdvfile://}} URL.
> *Why i believe the cdvfile:// to be at fault*
> Basically "it used to work". We're suspecting that the file-protocol emulates 
> a lot of the iOS-y stuff when it comes to video. Possibly the 
> Content-Type-Header and the Range-Header that iOS uses extensively for 
> streaming the video from a webserver.
> For an audio file, we're getting log-lines reading "_itemFailedToPlayToEnd: 
> {kind = 1; new = 2; old = 0;}"
> I did not find any way to get a {{file:///}}-URL out of cordova 3.3, but i am 
> pretty sure that this would cure my immediate problem.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit f115394912e08800d20ff6ca315b30e39562460d in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=f115394
 ]

CB-6114 Incremented plugin version on dev branch.


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5202) Android Video Capture crashes app on 4.3

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5202:
-

Commit 0c7941fb61c486e1ffd13e70ec114860e4527603 in 
cordova-plugin-media-capture's branch refs/heads/master from [~mrbillau]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=0c7941f
 ]

CB-5202 fix from lubogospod


> Android Video Capture crashes app on 4.3
> 
>
> Key: CB-5202
> URL: https://issues.apache.org/jira/browse/CB-5202
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Media Capture
>Affects Versions: 3.0.0
> Environment: Android 4.3
>Reporter: Tom Saunders
>Assignee: Andrew Grieve
> Fix For: 3.5.0
>
>
> Using the cordova video capture plugin crashes the application when returning 
> from the capture video intent. No data is returned. 
> This is a known issue with Android 4.3, the workaround is to explicitly 
> specify a location for saving the video
> Relevant stackoverflows:
> http://stackoverflow.com/questions/18472953/video-capture-in-android-4-3-using-camera-app-intent
> http://stackoverflow.com/questions/18120775/android-android-provider-mediastore-action-video-capture-return-null-onactivityr



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit b3369db9107c7b586c2a0f90e90da03c2eaa7e3b in 
cordova-plugin-file-transfer's branch refs/heads/master from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=b3369db
 ]

CB-6114 Updated version and RELEASENOTES.md for release 0.4.2


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 942d17981ee40463605b1f9c233806e7be3f0518 in 
cordova-plugin-inappbrowser's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=942d179
 ]

CB-6114 Incremented plugin version on dev branch.


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6051) video / audio won't play from cdvfile:// urls

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6051:
-

Commit b365d09ec3f3c61f0922f3ba1d8c12ccf4300dab in cordova-plugin-media's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=b365d09 ]

CB-6051: Android: Allow media plugin to handle invalid file locations


> video / audio won't play from cdvfile:// urls
> -
>
> Key: CB-6051
> URL: https://issues.apache.org/jira/browse/CB-6051
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File, Plugin Media
>Affects Versions: 3.3.0
> Environment: iOS
>Reporter: Claudius Coenen
>Assignee: Ian Clelland
>
> We have an application that used to work in Cordova 2.9, we think we have 
> traced down the error to cdvfile://. Here's what's happening:
> *The Application*
> We're loading a few videos and a HTML-File referencing those videos into the 
> app, using {{FileTransfer}}. This transfer is fine now, and we _can_ access 
> and display the HTML-File and other assets like images. The videos on this 
> page however won't play. They display as "broken" (strike-through play symbol 
> on iOS). We know the videos to run, it's not the video's encoding, we also 
> triple-checked all the filenames as well. If we pre-package the video into 
> the app, the same setup _does_ play just fine.
> *Behaviour Cordova 2.9*
> We're getting the just-downloaded html file from the filesystem and call 
> {{toURL()}} on that entry. In 2.9 this will return a lengthy (but working) 
> {{file:///}}-url. We're basically setting
> {{window.location = entry.toURL(); // returns file:///...}}
> *Behaviour Cordova 3.3*
> When calling {{toURL}}, we're now getting a {{cdvfile://}} URL, and (since 
> the video file is referenced relatively) the video is also loaded from a 
> {{cdvfile://}} URL.
> *Why i believe the cdvfile:// to be at fault*
> Basically "it used to work". We're suspecting that the file-protocol emulates 
> a lot of the iOS-y stuff when it comes to video. Possibly the 
> Content-Type-Header and the Range-Header that iOS uses extensively for 
> streaming the video from a webserver.
> For an audio file, we're getting log-lines reading "_itemFailedToPlayToEnd: 
> {kind = 1; new = 2; old = 0;}"
> I did not find any way to get a {{file:///}}-URL out of cordova 3.3, but i am 
> pretty sure that this would cure my immediate problem.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 253a0b27b9b18c9147d1edafb7064788116c3c0f in cordova-plugin-file's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=253a0b2 ]

CB-6114 Updated version and RELEASENOTES.md for release 1.0.1


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 0ac37c5fea70167b76ceb1836c7fe548f8262c2e in 
cordova-plugin-media-capture's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=0ac37c5
 ]

CB-6114 Incremented plugin version on dev branch.


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 253a0b27b9b18c9147d1edafb7064788116c3c0f in cordova-plugin-file's branch 
refs/heads/dev from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=253a0b2 ]

CB-6114 Updated version and RELEASENOTES.md for release 1.0.1


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6035) InAppBrowser plugin issue on Blackberry 10

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6035:
-

Commit 39e64c988afb38a081fae7e3d71d18424a3cfbf4 in 
cordova-plugin-inappbrowser's branch refs/heads/master from 
[~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=39e64c9
 ]

CB-6035 - Move js-module so it is not loaded on unsupported platforms

BlackBerry 10 has a native implementation which does not require the plugin.


> InAppBrowser plugin issue on Blackberry 10
> --
>
> Key: CB-6035
> URL: https://issues.apache.org/jira/browse/CB-6035
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Plugin InAppBrowser
>Affects Versions: 3.3.0
> Environment: BlackBerry10
>Reporter: Boston Dell-Vandenberg
>Assignee: Bryan Higgins
>
> When installing InAppBrowser plugin via the Cordova CLI on a project with 
> Android, iOS and Blackberry10 platforms the plugin is added to BlackBerry10 
> platform even though Blackberry10 supports the functionality natively.
> With the plugin installed calling window.open results in error, when the 
> plugin is not installed window is opened successfully.
> {code}
> var iab = $window.open(authUrl, '_blank', 'location=yes');
> {code}
> Result with plugin installed:
> {code}
> Error: 'undefined' is not an object (evaluating 'event.type')
> _eventHandler@local:///plugins/org.apache.cordova.inappbrowser/www/InAppBrowser.js:38:17
> cb@local:///plugins/org.apache.cordova.inappbrowser/www/InAppBrowser.js:90:24
> callbackFromNative@local:///cordova.js:294:52
> exports@local:///cordova.js:874:38
> exports@local:///plugins/org.apache.cordova.inappbrowser/www/InAppBrowser.js:93:8
> getRemoteFileFromOnlineStorage@local:///scripts/controllers/fax.js:611:32
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit b3369db9107c7b586c2a0f90e90da03c2eaa7e3b in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=b3369db
 ]

CB-6114 Updated version and RELEASENOTES.md for release 0.4.2


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5980) Plugins Release, February 6th, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5980:
-

Commit 32d9b1c2159e122abe0a5b2c58f3221061c06d09 in 
cordova-plugin-media-capture's branch refs/heads/master from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=32d9b1c
 ]

CB-5980 Incremented plugin version on dev branch.


> Plugins Release, February 6th, 2014
> ---
>
> Key: CB-5980
> URL: https://issues.apache.org/jira/browse/CB-5980
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Issue for plugins release



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6106) File needs a method to get a webview-native URL from an Entry

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6106:
-

Commit ed24e210f4d781db17861319e9daa3ad89c9bd95 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=ed24e21
 ]

CB-6106: Ensure that nativeURL is used by file transfer download


> File needs a method to get a webview-native URL from an Entry
> -
>
> Key: CB-6106
> URL: https://issues.apache.org/jira/browse/CB-6106
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, iOS, Plugin File
>Affects Versions: 3.4.0
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> I was really, really hoping to avoid having to include this in the API, but 
> it appears that there are some WebView interfaces (specifically {{}} 
> and {{}} HTML tags) which cannot be made to work with {{cdvfile://}} 
> URLs.
> (See CB-6079 for the issue which triggered this revelation)
> I'm going to create a method ({{toNativeURL}}) on Entry objects, inherited by 
> DirectoryEntry and FileEntry, which exposes a URL that can be used as a 
> {{src}} attribute for an HTML5 media player.
> Usage:
> {code}
> requestFileSystem(PERSISTENT, 0, function(fs) {
> fs.root.getFile("movie.mp4", {}, function(entry) {
> alert(entry.toNativeURL());
> document.getElementById('my-video-player').src=entry.toNativeURL();
> });
> });
> {code}
> Developers will be able to use this in all cases where they need to set the 
> src of an HTML audio/video tag, or in any other cases where the WebView 
> doesn't correctly proxy URL requests through the app.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 82220330b52af717923dd7f23d06e82a74511d8f in cordova-plugin-file's branch 
refs/heads/dev from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=8222033 ]

CB-6114 Incremented plugin version on dev branch.


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit a92826de247b5c78096006c4a1abdc171f180f9c in cordova-plugin-media's 
branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=a92826d ]

CB-6114 Updated version and RELEASENOTES.md for release 0.2.9


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 77085aa5477fd91d89a8c92ffedddc04463ba0e2 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=77085aa
 ]

CB-6114 Updated version and RELEASENOTES.md for release 0.3.2


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit d1c40f2fb0c1ee2e0146aa175c05dd361860e0ff in 
cordova-plugin-media-capture's branch refs/heads/master from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=d1c40f2
 ]

CB-6114 Updated version and RELEASENOTES.md for release 0.2.8


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit e187bd943da82f25d79c913f2bb6916b21113d99 in 
cordova-plugin-media-capture's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=e187bd9
 ]

CB-6114 Updated version and RELEASENOTES.md for release 0.2.8


> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5534) InAppBrowser - video/audio does not stop playing when browser is closed

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5534:
-

Commit 6f373f7ed9993b81f5b735e3ee347e516585a916 in 
cordova-plugin-inappbrowser's branch refs/heads/dev from [~oliver_moran]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=6f373f7
 ]

fix for CB-5534

Signed-off-by: Joe Bowser 


> InAppBrowser - video/audio does not stop playing when browser is closed
> ---
>
> Key: CB-5534
> URL: https://issues.apache.org/jira/browse/CB-5534
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin InAppBrowser
>Affects Versions: 3.1.0
> Environment: Android
>Reporter: Oliver Moran
>Assignee: Joe Bowser
> Attachments: inappbrowser.zip
>
>
> This is a recurrence of an issue that was previously fixed: CB-1957
> Steps to reproduce
> 1. Load a YouTube video (with audio track) in the InAppBrowser
> 2. Play the video
> 3. Close InAppBrowser
> Expected result:
> - Audio stops playing
> Actual result:
> - Audio continues playing
> Fix:
> We encountered this bug as part of development and modified the InAppBrowser 
> plugin to resolve it. The fix is part of our production code, is stable and 
> has been through our QA. It does require extending the Android Dialog class, 
> however.
> I've added an attachment with the modified Java files.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5534) InAppBrowser - video/audio does not stop playing when browser is closed

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5534:
-

Commit 497a23efc77cf0262497071cdc5c30fb94e01d99 in 
cordova-plugin-inappbrowser's branch refs/heads/dev from [~bowserj]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=497a23e
 ]

CB-5534: Updating the plugin.xml with the new Dialog class


> InAppBrowser - video/audio does not stop playing when browser is closed
> ---
>
> Key: CB-5534
> URL: https://issues.apache.org/jira/browse/CB-5534
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin InAppBrowser
>Affects Versions: 3.1.0
> Environment: Android
>Reporter: Oliver Moran
>Assignee: Joe Bowser
> Attachments: inappbrowser.zip
>
>
> This is a recurrence of an issue that was previously fixed: CB-1957
> Steps to reproduce
> 1. Load a YouTube video (with audio track) in the InAppBrowser
> 2. Play the video
> 3. Close InAppBrowser
> Expected result:
> - Audio stops playing
> Actual result:
> - Audio continues playing
> Fix:
> We encountered this bug as part of development and modified the InAppBrowser 
> plugin to resolve it. The fix is part of our production code, is stable and 
> has been through our QA. It does require extending the Android Dialog class, 
> however.
> I've added an attachment with the modified Java files.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5977) Deprecate Android Geolocation plugin

2014-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5977:
-

Commit ab8a448e52b0c2cc05fabe3e0d0cff3fd859b020 in cordova-plugin-geolocation's 
branch refs/heads/dev from [~bowserj]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=ab8a448
 ]

CB-5977: Removing the Android Geolocation Code.  Mission Accomplished.


> Deprecate Android Geolocation plugin 
> -
>
> Key: CB-5977
> URL: https://issues.apache.org/jira/browse/CB-5977
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Geolocation
>Reporter: Mike Billau
>Assignee: Joe Bowser
> Fix For: 3.5.0
>
>
> Lets deprecate the Geolocation plugin on Android since the Web Geolocation 
> works just as well as our implementation. See 
> http://markmail.org/message/ketdgrzm2dcpxfo2 for further discussion.
> We need to keep the config.xml in order to continue adding the location 
> permissions. We should zero out the rest of the code since it shouldn't be 
> used. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-4952) resolveLocalFileSystemURI returns SECURITY_ERROR wrongly in iOS

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-4952:
-

Commit ee04e5c7c524b4bfcdd9a4f33475fc5a5c2c93b3 in cordova-plugin-file's branch 
refs/heads/dev from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=ee04e5c ]

CB-4952: ios: Resolve symlinks in file:// URLs


> resolveLocalFileSystemURI returns SECURITY_ERROR wrongly in iOS
> ---
>
> Key: CB-4952
> URL: https://issues.apache.org/jira/browse/CB-4952
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin File
>Affects Versions: 3.0.0
> Environment: iOS
>Reporter: Kuan Yi Ming
>Assignee: Ian Clelland
>
> The simplified version of resolveLocalFileSystemURI in the 3.0.0 file plugin 
> doesn't properly check the URI if it's in the tmp or Documents folder and 
> returns FileError.SECURITY_ERROR instead. This doesn't occur in 2.9.0.
> For example, trying to resolve a URI of a video file from using getPicture().
> Calling the following lines in CDVFile.m using the above example:
> {code:java}
> NSLog(@"url path: %@", path);
> NSLog(@"docs path: %@", self.appDocsPath);
> NSLog(@"temp path: %@", self.appTempPath);
> {code}
> returns these:
> url path: /private/var/mobile/Applications/[app id]/tmp//trim.TpPlJN.MOV
> docs path: /var/mobile/Applications/[app id]/Documents
> temp path: /var/mobile/Applications/[app id]/tmp
> Since the security error check uses hasPrefix against self.appDocsPath and 
> self.appTempPath here, it fails the check.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6051) video / audio won't play from cdvfile:// urls

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6051:
-

Commit 39f214e9750dfdd4b124429e27bcbc2419a41a27 in cordova-mobile-spec's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=39f214e ]

CB-6051: Test HTML5 video with native URLs


> video / audio won't play from cdvfile:// urls
> -
>
> Key: CB-6051
> URL: https://issues.apache.org/jira/browse/CB-6051
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File, Plugin Media
>Affects Versions: 3.3.0
> Environment: iOS
>Reporter: Claudius Coenen
>Assignee: Ian Clelland
>
> We have an application that used to work in Cordova 2.9, we think we have 
> traced down the error to cdvfile://. Here's what's happening:
> *The Application*
> We're loading a few videos and a HTML-File referencing those videos into the 
> app, using {{FileTransfer}}. This transfer is fine now, and we _can_ access 
> and display the HTML-File and other assets like images. The videos on this 
> page however won't play. They display as "broken" (strike-through play symbol 
> on iOS). We know the videos to run, it's not the video's encoding, we also 
> triple-checked all the filenames as well. If we pre-package the video into 
> the app, the same setup _does_ play just fine.
> *Behaviour Cordova 2.9*
> We're getting the just-downloaded html file from the filesystem and call 
> {{toURL()}} on that entry. In 2.9 this will return a lengthy (but working) 
> {{file:///}}-url. We're basically setting
> {{window.location = entry.toURL(); // returns file:///...}}
> *Behaviour Cordova 3.3*
> When calling {{toURL}}, we're now getting a {{cdvfile://}} URL, and (since 
> the video file is referenced relatively) the video is also loaded from a 
> {{cdvfile://}} URL.
> *Why i believe the cdvfile:// to be at fault*
> Basically "it used to work". We're suspecting that the file-protocol emulates 
> a lot of the iOS-y stuff when it comes to video. Possibly the 
> Content-Type-Header and the Range-Header that iOS uses extensively for 
> streaming the video from a webserver.
> For an audio file, we're getting log-lines reading "_itemFailedToPlayToEnd: 
> {kind = 1; new = 2; old = 0;}"
> I did not find any way to get a {{file:///}}-URL out of cordova 3.3, but i am 
> pretty sure that this would cure my immediate problem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-4952) resolveLocalFileSystemURI returns SECURITY_ERROR wrongly in iOS

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-4952:
-

Commit f6c9c2cc05fea41261e40f9c9306c11badc4b20a in cordova-mobile-spec's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=f6c9c2c ]

CB-4952: Test handling of file:///private/ URLs


> resolveLocalFileSystemURI returns SECURITY_ERROR wrongly in iOS
> ---
>
> Key: CB-4952
> URL: https://issues.apache.org/jira/browse/CB-4952
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin File
>Affects Versions: 3.0.0
> Environment: iOS
>Reporter: Kuan Yi Ming
>Assignee: Ian Clelland
>
> The simplified version of resolveLocalFileSystemURI in the 3.0.0 file plugin 
> doesn't properly check the URI if it's in the tmp or Documents folder and 
> returns FileError.SECURITY_ERROR instead. This doesn't occur in 2.9.0.
> For example, trying to resolve a URI of a video file from using getPicture().
> Calling the following lines in CDVFile.m using the above example:
> {code:java}
> NSLog(@"url path: %@", path);
> NSLog(@"docs path: %@", self.appDocsPath);
> NSLog(@"temp path: %@", self.appTempPath);
> {code}
> returns these:
> url path: /private/var/mobile/Applications/[app id]/tmp//trim.TpPlJN.MOV
> docs path: /var/mobile/Applications/[app id]/Documents
> temp path: /var/mobile/Applications/[app id]/tmp
> Since the security error check uses hasPrefix against self.appDocsPath and 
> self.appTempPath here, it fails the check.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5105) remove dead code for device.version from native plugin source

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5105:
-

Commit 90f115618a58ad942c5c97ae5534b6563cf38212 in cordova-plugin-device's 
branch refs/heads/dev from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=90f1156 
]

CB-5105 Removed dead code for device.version

Dead code has been removed from the native side for the following
platforms:

-Android
-WP8
-BB10
-Windows 8
Every variable, method or argument related with retrieve the cordova
version from the native side has been removed. Given the fact that
cordova.js, it's providing the cordova.version.

The plugin has been tested under each platform involved with the
expected results, everything settled to be added to the repository.

github: close #13


> remove dead code for device.version from native plugin source
> -
>
> Key: CB-5105
> URL: https://issues.apache.org/jira/browse/CB-5105
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Device
>Affects Versions: 3.1.0
>Reporter: Marcel Kinard
>Assignee: Martin Gonzalez
>Priority: Minor
>
> The solution for CB-5085 (and related) is for device.js to set device.cordova 
> using CORDOVA_JS_BUILD_LABEL from cordova.js, instead of having native code 
> do that (usually with hardcoded values) and return it back from exec(). So 
> once CB-5085 is fixed in this way, then any native code that computes 
> device.version is dead. That dead code should be removed from 
> cordova-plugin-device, if for no other reason than reducing confusion.
> The following platforms are affected: Android, BB10, WP8, Win8.
> iOS is doing something special, but doing it right, so don't make any changes 
> to iOS.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6115) Tools Release Feb 26, 2014

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6115:
-

Commit 635a921e9e0d822384387bf2e572e3beb6600fde in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=635a921 ]

CB-6115 Incremented plugin version and added -dev.


> Tools Release Feb 26, 2014
> --
>
> Key: CB-6115
> URL: https://issues.apache.org/jira/browse/CB-6115
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI, Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> cordova@3.4.0-0.1.1
> * Update to plugman v0.20.0
> * CB-5647 Remove concept of .staging dir. Install directly to www/
> * CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
> * Refactored config_parser.js to simply both it and its tests.
> * CB-6076 Make "Generating config.xml from defaults" a verbose log
> * CB-5181 Use spawn helper for all sub-shelling.
> * CB-6049, CB-5181 Enable stdio for build sub-commands and hooks
> plugman@0.20.0
> * CB-4886 Added "plugman create" command
> * CB-5885 Speed-up adding multiple plugins with plugman
> * CB-5647 Move  copying from install to prepare
> * CB-5804 Include platform tag information when publishing plugins
> * CB-6076 Logging tweaks to be less verbose.
> * CB-6088 FFOS: Look for config.xml in www_dir and in project_dir
> * Win8/WP: Added SDKReference support via 'lib-file' tags
> * Win8/WP: Remove ability to add .dll as content - it should be a 
> framework/reference
> * Win8/WP: Added ability to add+remove ref to .winmd files
> * CB-6025 iOS: Do not add static libraries (.a) to source files
> * CB-5017 Accept proxy config for plugman
> * CB-5720 Add resource-file support on Android
> * config-changes.js: Major refactor & introduced reapply_global_munge().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6151) Plugins added prior to platform are not included in that platform

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6151:
-

Commit 2d2c7915421d124bb3a574465af44bba887e6707 in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=2d2c791 ]

CB-6151 Fix exception when adding a new platform to a CLI project

Options param was being treated as required instead of optional.


> Plugins added prior to platform are not included in that platform
> -
>
> Key: CB-6151
> URL: https://issues.apache.org/jira/browse/CB-6151
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, Plugman
>Affects Versions: 3.4.0
>Reporter: Bryan Higgins
>
> plugman 0.20.1 / CLI 3.4.0-0.1.2
> cordova create project
> cd project
> cordova plugin add org.apache.cordova.file-transfer
> cordova platform add android
> TypeError: Cannot set property 'is_top_level' of undefined
> at Object.installPlugin 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/install.js:42:26)
> at /usr/local/lib/node_modules/cordova/src/platform.js:318:44
> at _fulfilled 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:798:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:827:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:760:13)
> at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:821:14
> at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)
> at process._tickCallback (node.js:415:13)
> cordova plugin
> [ 'org.apache.cordova.file-transfer' ]



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6115) Tools Release Feb 26, 2014

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6115:
-

Commit f1b206d02ad6f06eb793387163d1c865068d6aa0 in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=f1b206d ]

CB-6115 Updated version and RELEASENOTES.md for release 0.20.2


> Tools Release Feb 26, 2014
> --
>
> Key: CB-6115
> URL: https://issues.apache.org/jira/browse/CB-6115
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI, Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> cordova@3.4.0-0.1.1
> * Update to plugman v0.20.0
> * CB-5647 Remove concept of .staging dir. Install directly to www/
> * CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
> * Refactored config_parser.js to simply both it and its tests.
> * CB-6076 Make "Generating config.xml from defaults" a verbose log
> * CB-5181 Use spawn helper for all sub-shelling.
> * CB-6049, CB-5181 Enable stdio for build sub-commands and hooks
> plugman@0.20.0
> * CB-4886 Added "plugman create" command
> * CB-5885 Speed-up adding multiple plugins with plugman
> * CB-5647 Move  copying from install to prepare
> * CB-5804 Include platform tag information when publishing plugins
> * CB-6076 Logging tweaks to be less verbose.
> * CB-6088 FFOS: Look for config.xml in www_dir and in project_dir
> * Win8/WP: Added SDKReference support via 'lib-file' tags
> * Win8/WP: Remove ability to add .dll as content - it should be a 
> framework/reference
> * Win8/WP: Added ability to add+remove ref to .winmd files
> * CB-6025 iOS: Do not add static libraries (.a) to source files
> * CB-5017 Accept proxy config for plugman
> * CB-5720 Add resource-file support on Android
> * config-changes.js: Major refactor & introduced reapply_global_munge().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6115) Tools Release Feb 26, 2014

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6115:
-

Commit 6ad1fd0aee29928fe241902e5930faa3311f53b0 in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=6ad1fd0 ]

CB-6115 Incremented plugin version and added -dev.


> Tools Release Feb 26, 2014
> --
>
> Key: CB-6115
> URL: https://issues.apache.org/jira/browse/CB-6115
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI, Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> cordova@3.4.0-0.1.1
> * Update to plugman v0.20.0
> * CB-5647 Remove concept of .staging dir. Install directly to www/
> * CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
> * Refactored config_parser.js to simply both it and its tests.
> * CB-6076 Make "Generating config.xml from defaults" a verbose log
> * CB-5181 Use spawn helper for all sub-shelling.
> * CB-6049, CB-5181 Enable stdio for build sub-commands and hooks
> plugman@0.20.0
> * CB-4886 Added "plugman create" command
> * CB-5885 Speed-up adding multiple plugins with plugman
> * CB-5647 Move  copying from install to prepare
> * CB-5804 Include platform tag information when publishing plugins
> * CB-6076 Logging tweaks to be less verbose.
> * CB-6088 FFOS: Look for config.xml in www_dir and in project_dir
> * Win8/WP: Added SDKReference support via 'lib-file' tags
> * Win8/WP: Remove ability to add .dll as content - it should be a 
> framework/reference
> * Win8/WP: Added ability to add+remove ref to .winmd files
> * CB-6025 iOS: Do not add static libraries (.a) to source files
> * CB-5017 Accept proxy config for plugman
> * CB-5720 Add resource-file support on Android
> * config-changes.js: Major refactor & introduced reapply_global_munge().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6115) Tools Release Feb 26, 2014

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6115:
-

Commit 0f6250fa3d803e4ab3169dc637900b7533b837ba in cordova-cli's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=0f6250f ]

CB-6115 Updated version and RELEASENOTES.md for release 3.4.0-0.1.3


> Tools Release Feb 26, 2014
> --
>
> Key: CB-6115
> URL: https://issues.apache.org/jira/browse/CB-6115
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI, Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> cordova@3.4.0-0.1.1
> * Update to plugman v0.20.0
> * CB-5647 Remove concept of .staging dir. Install directly to www/
> * CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
> * Refactored config_parser.js to simply both it and its tests.
> * CB-6076 Make "Generating config.xml from defaults" a verbose log
> * CB-5181 Use spawn helper for all sub-shelling.
> * CB-6049, CB-5181 Enable stdio for build sub-commands and hooks
> plugman@0.20.0
> * CB-4886 Added "plugman create" command
> * CB-5885 Speed-up adding multiple plugins with plugman
> * CB-5647 Move  copying from install to prepare
> * CB-5804 Include platform tag information when publishing plugins
> * CB-6076 Logging tweaks to be less verbose.
> * CB-6088 FFOS: Look for config.xml in www_dir and in project_dir
> * Win8/WP: Added SDKReference support via 'lib-file' tags
> * Win8/WP: Remove ability to add .dll as content - it should be a 
> framework/reference
> * Win8/WP: Added ability to add+remove ref to .winmd files
> * CB-6025 iOS: Do not add static libraries (.a) to source files
> * CB-5017 Accept proxy config for plugman
> * CB-5720 Add resource-file support on Android
> * config-changes.js: Major refactor & introduced reapply_global_munge().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6115) Tools Release Feb 26, 2014

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6115:
-

Commit 75dfaf4a5317f99c9871836f4563dfe2112285e2 in cordova-cli's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=75dfaf4 ]

CB-6115 Incremented version to -dev


> Tools Release Feb 26, 2014
> --
>
> Key: CB-6115
> URL: https://issues.apache.org/jira/browse/CB-6115
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI, Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> cordova@3.4.0-0.1.1
> * Update to plugman v0.20.0
> * CB-5647 Remove concept of .staging dir. Install directly to www/
> * CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
> * Refactored config_parser.js to simply both it and its tests.
> * CB-6076 Make "Generating config.xml from defaults" a verbose log
> * CB-5181 Use spawn helper for all sub-shelling.
> * CB-6049, CB-5181 Enable stdio for build sub-commands and hooks
> plugman@0.20.0
> * CB-4886 Added "plugman create" command
> * CB-5885 Speed-up adding multiple plugins with plugman
> * CB-5647 Move  copying from install to prepare
> * CB-5804 Include platform tag information when publishing plugins
> * CB-6076 Logging tweaks to be less verbose.
> * CB-6088 FFOS: Look for config.xml in www_dir and in project_dir
> * Win8/WP: Added SDKReference support via 'lib-file' tags
> * Win8/WP: Remove ability to add .dll as content - it should be a 
> framework/reference
> * Win8/WP: Added ability to add+remove ref to .winmd files
> * CB-6025 iOS: Do not add static libraries (.a) to source files
> * CB-5017 Accept proxy config for plugman
> * CB-5720 Add resource-file support on Android
> * config-changes.js: Major refactor & introduced reapply_global_munge().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6148) wrong filesystem properties in entry after moveTo()

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6148:
-

Commit 8de4aeceaba2aa4cb28e69b0e588a8555b07b7a4 in cordova-mobile-spec's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=8de4aec ]

CB-6148: Test cross-filesystem copy and move


> wrong filesystem properties in entry after moveTo()
> ---
>
> Key: CB-6148
> URL: https://issues.apache.org/jira/browse/CB-6148
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 3.4.0
> Environment: iOS6
> iOS7
>Reporter: Dominik Pesch
>Assignee: Ian Clelland
>
> To store pictures persistent in our app, we move the image files from the 
> temporary folder to the persistent folder. The code breaks after upgrading to 
> Cordova 3.4.0 and file plugin 1.0.0 (and 1.0.1).
> We've found that the filesystem object in the moveTo success callback entry 
> parameter has got wrong value (please notice pseudo code below). 
> Below you'll see the Xcode log output:
> {noformat}
> 2014-03-02 21:31:43.672 Finanzchecker[509:907] fileSys.name: persistent
> 2014-03-02 21:31:43.682 Finanzchecker[509:907] fileSys.root.name: /
> 2014-03-02 21:31:43.687 Finanzchecker[509:907] fileSys.root.fullPath: /
> 2014-03-02 21:31:43.717 Finanzchecker[509:907] dir.name: pics
> 2014-03-02 21:31:43.726 Finanzchecker[509:907] dir.fullPath: /pics/
> 2014-03-02 21:31:43.778 Finanzchecker[509:907] newFileEntry.name: 
> pic1393792303602.jpg
> 2014-03-02 21:31:43.784 Finanzchecker[509:907] newFileEntry.fullPath: 
> /pics/pic1393792303602.jpg
> 2014-03-02 21:31:43.796 Finanzchecker[509:907] newFileEntry.nativeURL: 
> file:///var/mobile/Applications/82A8A0EF-8012-4D7E-B78D-EA3A4C2B7CBF/Documents/pics/pic1393792303602.jpg
> 2014-03-02 21:31:43.802 Finanzchecker[509:907] newFileEntry.toURL(): 
> cdvfile://localhost/temporary/pics/pic1393792303602.jpg
> 2014-03-02 21:31:43.815 Finanzchecker[509:907] newFileEntry.filesystem.name: 
> temporary
> 2014-03-02 21:31:43.820 Finanzchecker[509:907] 
> newFileEntry.filesystem.root.name: '/'
> 2014-03-02 21:31:43.820 Finanzchecker[509:907] 
> newFileEntry.filesystem.root.fullPath: '/'
> {noformat}
> *Our problem:*
> We had expected that newFileEntry.filesystem.name has to be 'persistent' 
> (instead it is 'temporary') . newFileEntry.toURL returns the wrong cdvfile 
> URL (please see Xcode output above).
> {code:JavaScript|title=Shortened pseudo code:|borderStyle=solid}
> // ... will be called from navigator.camera.getPicture(...)
> function picSuccess(imageUrl)
> {
>   window.resolveLocalFileSystemURL(imageUrl, _fileEntrySuccess, 
> _handleFileError);
>   function _fileEntrySuccess(tmpFileEntry)
>   {
> var newFileName = "pic" + new Date().getTime() + '.jpg';
> window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fileSys)
> {
>   console.log("fileSys.name: " + fileSys.name);
>   console.log("fileSys.root.name: " + fileSys.root.name);
>   console.log("fileSys.root.fullPath: " + fileSys.root.fullPath);
>   fileSys.root.getDirectory("pics", { create: true, exclusive: false }, 
> function(dir)
>   {
> console.log("dir.name: " + dir.name);
> console.log("dir.fullPath: " + dir.fullPath);
> tmpFileEntry.moveTo(dir, newFileName, function(newFileEntry)
> {
>   console.log("newFileEntry.name: " + newFileEntry.name);
>   console.log("newFileEntry.fullPath: " + newFileEntry.fullPath);
>   console.log("newFileEntry.nativeURL: " + newFileEntry.nativeURL);
>   console.log("newFileEntry.toURL(): " + newFileEntry.toURL());
>   console.log("newFileEntry.filesystem.name: " + 
> newFileEntry.filesystem.name);
>   console.log("newFileEntry.filesystem.fullPath: " + 
> newFileEntry.filesystem.fullPath);
>   _fileMovedSuccess(newFileEntry);
> }, _handleFileError)
>   })
> },
> _handleFileError);
>   }
>   function _fileMovedSuccess(entry)
>   {
> // ...
>   }
> }
> {code}
> We've tested this with Cordova 3.4.0 and cordova file plugin 1.0.0 and 1.0.1 
> (https://github.com/apache/cordova-plugin-file.git 
> 21e119692ab9c9fb2912dc69e2c6d4b05307e3e2). 
> // corrected the example (some typos)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6148) wrong filesystem properties in entry after moveTo()

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6148:
-

Commit 180948ed46ba9ded25edbef37aa807daaf80343d in cordova-plugin-file's branch 
refs/heads/dev from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=180948e ]

CB-6148: Fix cross-filesystem copy and move


> wrong filesystem properties in entry after moveTo()
> ---
>
> Key: CB-6148
> URL: https://issues.apache.org/jira/browse/CB-6148
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 3.4.0
> Environment: iOS6
> iOS7
>Reporter: Dominik Pesch
>Assignee: Ian Clelland
>
> To store pictures persistent in our app, we move the image files from the 
> temporary folder to the persistent folder. The code breaks after upgrading to 
> Cordova 3.4.0 and file plugin 1.0.0 (and 1.0.1).
> We've found that the filesystem object in the moveTo success callback entry 
> parameter has got wrong value (please notice pseudo code below). 
> Below you'll see the Xcode log output:
> {noformat}
> 2014-03-02 21:31:43.672 Finanzchecker[509:907] fileSys.name: persistent
> 2014-03-02 21:31:43.682 Finanzchecker[509:907] fileSys.root.name: /
> 2014-03-02 21:31:43.687 Finanzchecker[509:907] fileSys.root.fullPath: /
> 2014-03-02 21:31:43.717 Finanzchecker[509:907] dir.name: pics
> 2014-03-02 21:31:43.726 Finanzchecker[509:907] dir.fullPath: /pics/
> 2014-03-02 21:31:43.778 Finanzchecker[509:907] newFileEntry.name: 
> pic1393792303602.jpg
> 2014-03-02 21:31:43.784 Finanzchecker[509:907] newFileEntry.fullPath: 
> /pics/pic1393792303602.jpg
> 2014-03-02 21:31:43.796 Finanzchecker[509:907] newFileEntry.nativeURL: 
> file:///var/mobile/Applications/82A8A0EF-8012-4D7E-B78D-EA3A4C2B7CBF/Documents/pics/pic1393792303602.jpg
> 2014-03-02 21:31:43.802 Finanzchecker[509:907] newFileEntry.toURL(): 
> cdvfile://localhost/temporary/pics/pic1393792303602.jpg
> 2014-03-02 21:31:43.815 Finanzchecker[509:907] newFileEntry.filesystem.name: 
> temporary
> 2014-03-02 21:31:43.820 Finanzchecker[509:907] 
> newFileEntry.filesystem.root.name: '/'
> 2014-03-02 21:31:43.820 Finanzchecker[509:907] 
> newFileEntry.filesystem.root.fullPath: '/'
> {noformat}
> *Our problem:*
> We had expected that newFileEntry.filesystem.name has to be 'persistent' 
> (instead it is 'temporary') . newFileEntry.toURL returns the wrong cdvfile 
> URL (please see Xcode output above).
> {code:JavaScript|title=Shortened pseudo code:|borderStyle=solid}
> // ... will be called from navigator.camera.getPicture(...)
> function picSuccess(imageUrl)
> {
>   window.resolveLocalFileSystemURL(imageUrl, _fileEntrySuccess, 
> _handleFileError);
>   function _fileEntrySuccess(tmpFileEntry)
>   {
> var newFileName = "pic" + new Date().getTime() + '.jpg';
> window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fileSys)
> {
>   console.log("fileSys.name: " + fileSys.name);
>   console.log("fileSys.root.name: " + fileSys.root.name);
>   console.log("fileSys.root.fullPath: " + fileSys.root.fullPath);
>   fileSys.root.getDirectory("pics", { create: true, exclusive: false }, 
> function(dir)
>   {
> console.log("dir.name: " + dir.name);
> console.log("dir.fullPath: " + dir.fullPath);
> tmpFileEntry.moveTo(dir, newFileName, function(newFileEntry)
> {
>   console.log("newFileEntry.name: " + newFileEntry.name);
>   console.log("newFileEntry.fullPath: " + newFileEntry.fullPath);
>   console.log("newFileEntry.nativeURL: " + newFileEntry.nativeURL);
>   console.log("newFileEntry.toURL(): " + newFileEntry.toURL());
>   console.log("newFileEntry.filesystem.name: " + 
> newFileEntry.filesystem.name);
>   console.log("newFileEntry.filesystem.fullPath: " + 
> newFileEntry.filesystem.fullPath);
>   _fileMovedSuccess(newFileEntry);
> }, _handleFileError)
>   })
> },
> _handleFileError);
>   }
>   function _fileMovedSuccess(entry)
>   {
> // ...
>   }
> }
> {code}
> We've tested this with Cordova 3.4.0 and cordova file plugin 1.0.0 and 1.0.1 
> (https://github.com/apache/cordova-plugin-file.git 
> 21e119692ab9c9fb2912dc69e2c6d4b05307e3e2). 
> // corrected the example (some typos)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6150) objc_msgSend causes EXC_BAD_ACCESS with plugins on arm64

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6150:
-

Commit 82ce4f249faf11f759cfd900974e7662c4c08688 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=82ce4f2 ]

CB-6150 - objc_msgSend causes EXC_BAD_ACCESS with plugins on arm64


> objc_msgSend causes EXC_BAD_ACCESS with plugins on arm64
> 
>
> Key: CB-6150
> URL: https://issues.apache.org/jira/browse/CB-6150
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.4.0
> Environment: iOS 7.0.6 arm64
>Reporter: Joris Verbogt
>Assignee: Shazron Abdullah
>  Labels: core
> Fix For: 3.5.0
>
>
> This bug was mentioned before in https://issues.apache.org/jira/browse/CB-5888
> The code in CDVCommandQueue line 197:
> objc_msgSend(obj, normalSelector, command);
> Causes a EXC_BAD_ACCESS on arm64.
> According to Apple's docs at 
> https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html
>  :
> An exception to the casting rule described above is when you are calling the 
> objc_msgSend function or any other similar functions in the Objective-C 
> runtime that send messages. Although the prototype for the message functions 
> has a variadic form, the method function that is called by the Objective-C 
> runtime does not share the same prototype. The Objective-C runtime directly 
> dispatches to the function that implements the method, so the calling 
> conventions are mismatched, as described previously. Therefore you must cast 
> the objc_msgSend function to a prototype that matches the method function 
> being called.
> This bug can be solved by explicit casting, like so:
> {code}
> ((void(*)(id, SEL, id))objc_msgSend)(obj, normalSelector, command);
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6149) AppDelegate uses deprecated handleOpenURL

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6149:
-

Commit 50ca482c8e861c1aa480dadba726b1abbacbc0e1 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=50ca482 ]

CB-6149 - AppDelegate uses deprecated handleOpenURL


> AppDelegate uses deprecated handleOpenURL
> -
>
> Key: CB-6149
> URL: https://issues.apache.org/jira/browse/CB-6149
> Project: Apache Cordova
>  Issue Type: Task
>  Components: App Hello World, iOS
>Affects Versions: 3.4.0
> Environment: iOS
>Reporter: Angela Fowler
>Priority: Trivial
>  Labels: core
>
> AppDelegate implements method handleOpenURL which is deprecated.
> https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006786-CH3-SW15
> Will this be replaced with openURL as suggested in iOS docs?
> - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url 
> sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
> Also affects CDVViewController and CDVPlugin addObserver for 
> CDVPluginHandleOpenURLNotification?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-4863) Drop iOS 5.0 support, and support arm64

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-4863:
-

Commit 412bd595539b09a2abbd903d7e20c30b810efb50 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=412bd59 ]

CB-4863 - Drop iOS 5.0 support, and support arm64 (closes #90)


> Drop iOS 5.0 support, and support arm64
> ---
>
> Key: CB-4863
> URL: https://issues.apache.org/jira/browse/CB-4863
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 3.0.0
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: ios7
> Fix For: 3.5.0
>
>
> Adding this issue for discussion.
> We still support iOS 5.0 in the Deployment Target.
> iOS 6.0 and greater support enables arm64 support (64-bit) but not sure of 
> any advantages there, really. 
> Also, this is consistent with our previous support where we only support the 
> current iOS version and one version back. Also, finding a device with iOS 5 
> support (besides the iPad 1, which cannot have iOS 6 support) is becoming 
> problematic.
> iOS 6 API diffs from 5:
> https://developer.apple.com/library/ios/releasenotes/General/iOS60APIDiffs/index.html
> Apple's note regarding 64-bit support: 
> https://developer.apple.com/news/index.php?id=9162013a
> {quote}
> If you wish to continue to support iOS 6 then you will need to build for 
> 32-bit only. Next month we will be making changes that will allow you to 
> create a single app binary that supports 32-bit on iOS 6, as well as 32-bit 
> and 64-bit on iOS 7. 
> {quote}
> So, based on that I think if we go ahead and support arm64 we wait for this 
> 64-bit iOS fat binary functionality coming "next month". This probably will 
> coincide with their Mavericks 10.9 OS and SDK release with the new 
> accompanying Xcode bump.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5286) Fix warnings when compiled under arm64

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5286:
-

Commit 1733e64e724007427056e03d0c65e58559de3951 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=1733e64 ]

CB-5286 - Fix warnings when compiled under arm64


> Fix warnings when compiled under arm64
> --
>
> Key: CB-5286
> URL: https://issues.apache.org/jira/browse/CB-5286
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master
>Reporter: Shazron Abdullah
>Priority: Minor
> Fix For: 3.5.0
>
>
> Depends on CB-4863
> {code}
> CompileC 
> /Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/CDVConfigParser.o
>  Classes/CDVConfigParser.m normal arm64 objective-c 
> com.apple.compilers.llvm.clang.1_0.compiler
> cd /Users/shaz/Desktop/arm64Test/CordovaLib
> setenv LANG en_US.US-ASCII
> setenv PATH 
> "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
> 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  -x objective-c -arch arm64 -fmessage-length=0 
> -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 
> -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 
> -Wno-missing-field-initializers -Wno-missing-prototypes 
> -Wno-implicit-atomic-properties -Wno-receiver-is-weak 
> -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces 
> -Wparentheses -Wswitch -Wunused-function -Wno-unused-label 
> -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body 
> -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants 
> -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion 
> -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof 
> -Wno-selector -Wno-strict-selector-match -Wundeclared-selector 
> -Wno-deprecated-implementations -isysroot 
> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk
>  -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g 
> -Wno-sign-conversion -miphoneos-version-min=5.0 -iquote 
> /Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-generated-files.hmap
>  
> -I/Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-own-target-headers.hmap
>  
> -I/Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-all-target-headers.hmap
>  -iquote 
> /Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Cordova-project-headers.hmap
>  
> -I/Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Products/Debug-iphoneos/include
>  
> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
>  
> -I/Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/DerivedSources/arm64
>  
> -I/Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/DerivedSources
>  
> -F/Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Products/Debug-iphoneos
>  -DDEBUG -include 
> /Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/PrecompiledHeaders/CordovaLib_Prefix-ffccownzqiybhranoibgbxidybhk/CordovaLib_Prefix.pch
>  -MMD -MT dependencies -MF 
> /Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/CDVConfigParser.d
>  --serialize-diagnostics 
> /Users/shaz/Library/Developer/Xcode/DerivedData/arm64Test-gridmqqvczzfrndzqwtawzhotgaz/Build/Intermediates/CordovaLib.build/Debug-iphoneos/CordovaLib.build/Objects-normal/arm64/CDVConfigParser.dia
>  -c /Users/shaz/Desktop/arm64Test/CordovaLib/Classes/CDVConfigParser.m -o 
> /Users/shaz/Library/Developer/Xcode/DerivedData

[jira] [Commented] (CB-6114) Plugins Release Feb 26, 2014

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6114:
-

Commit 1573852 from [~agrieve]
[ https://svn.apache.org/r1573852 ]

CB-6114 Publish blog post for plugins release

Also fixes invalid link warnings in previous two posts.

> Plugins Release Feb 26, 2014
> 
>
> Key: CB-6114
> URL: https://issues.apache.org/jira/browse/CB-6114
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Plugins
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6159) `plugman publish` Succeeds with "plugin published" even when it fails

2014-03-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6159:
-

Commit 76a445f3f6ac2a14d11809e8e1a334d1b41eb52e in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=76a445f ]

CB-6159 Fix incorrect "success" message when publishing fails.

Problem was introduced by promise refactoring.


> `plugman publish` Succeeds with "plugin published" even when it fails
> -
>
> Key: CB-6159
> URL: https://issues.apache.org/jira/browse/CB-6159
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
>
> Discovered when trying to publish without running `adduser`. Repro with:
> {code}
> rm ~/.plugman/config
> plugman publish cordova-plugin-file
> {code}
> What you see:
> {code}
> Plugin published
> {code} 
> What you see when it *actually* publishes:
> {code}
> Plugin published
> + org.apache.cordova.file-transfer@0.4.2
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6119) plugman info command prints "undefined"

2014-03-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6119:
-

Commit 5614f6fe819ea19ee18408449b9b0ca984cbe7f0 in cordova-cli's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=5614f6f ]

Fix node-style-callbacks form of the CLI api not passing through results.

Same fix was made to plugman:
https://issues.apache.org/jira/browse/CB-6119


> plugman info command prints "undefined"
> ---
>
> Key: CB-6119
> URL: https://issues.apache.org/jira/browse/CB-6119
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> {code}
> $ plugman info org.apache.cordova.file
> undefined
> {code}
> Not very helpful :(



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6119) plugman info command prints "undefined"

2014-03-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6119:
-

Commit 62be35690f2d088f4faad5bbd2fc6a735efd0f19 in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=62be356 ]

CB-6119 Fix `plugman info` command printing "undefined" always


> plugman info command prints "undefined"
> ---
>
> Key: CB-6119
> URL: https://issues.apache.org/jira/browse/CB-6119
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
>
> {code}
> $ plugman info org.apache.cordova.file
> undefined
> {code}
> Not very helpful :(



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6162) Plugman publish gives incorrect error message when publishing a non-whitelisted org.apache.cordova plugin

2014-03-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6162:
-

Commit cc51a5f10aa79532e9fc3c8c4ae1c6301819c430 in cordova-plugman's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=cc51a5f ]

CB-6162 Show a better error message when publish fails the whitelist


> Plugman publish gives incorrect error message when publishing a 
> non-whitelisted org.apache.cordova plugin
> -
>
> Key: CB-6162
> URL: https://issues.apache.org/jira/browse/CB-6162
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> {code}
> agrieve@agrieve-macbookpro2 ~/git/cordova/cordova-plugins/file-system-roots 
> (master) $ plugman publish .
> `name` is invalid. It has to follow the reverse domain `com.domain.plugin` 
> format
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6172) InAppBrowser JS fails to install on case-sensitive filesystems.

2014-03-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6172:
-

Commit d0dd10103c9e2ff7833e008188c26a6505ea6b96 in 
cordova-plugin-inappbrowser's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=d0dd101
 ]

CB-6172 Fix inappbrowser install failure on case-sensitive filesystems.


> InAppBrowser JS fails to install on case-sensitive filesystems.
> ---
>
> Key: CB-6172
> URL: https://issues.apache.org/jira/browse/CB-6172
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> The plugin will fail installation on a case sensitive file system. The 
> problem can be fixed by renaming www/InAppBrowser.js to www/inappbrowser.js.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6115) Tools Release Feb 26, 2014

2014-03-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6115:
-

Commit 1574598 from [~agrieve]
[ https://svn.apache.org/r1574598 ]

CB-6115 Publish tools release blog post

> Tools Release Feb 26, 2014
> --
>
> Key: CB-6115
> URL: https://issues.apache.org/jira/browse/CB-6115
> Project: Apache Cordova
>  Issue Type: Task
>  Components: CLI, Plugman
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>
> cordova@3.4.0-0.1.1
> * Update to plugman v0.20.0
> * CB-5647 Remove concept of .staging dir. Install directly to www/
> * CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
> * Refactored config_parser.js to simply both it and its tests.
> * CB-6076 Make "Generating config.xml from defaults" a verbose log
> * CB-5181 Use spawn helper for all sub-shelling.
> * CB-6049, CB-5181 Enable stdio for build sub-commands and hooks
> plugman@0.20.0
> * CB-4886 Added "plugman create" command
> * CB-5885 Speed-up adding multiple plugins with plugman
> * CB-5647 Move  copying from install to prepare
> * CB-5804 Include platform tag information when publishing plugins
> * CB-6076 Logging tweaks to be less verbose.
> * CB-6088 FFOS: Look for config.xml in www_dir and in project_dir
> * Win8/WP: Added SDKReference support via 'lib-file' tags
> * Win8/WP: Remove ability to add .dll as content - it should be a 
> framework/reference
> * Win8/WP: Added ability to add+remove ref to .winmd files
> * CB-6025 iOS: Do not add static libraries (.a) to source files
> * CB-5017 Accept proxy config for plugman
> * CB-5720 Add resource-file support on Android
> * config-changes.js: Major refactor & introduced reapply_global_munge().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-3208) contacts

2014-03-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-3208:
-

Commit db17e0b241ec9124537db09d8778e05385bd60bf in cordova-plugin-contacts's 
branch refs/heads/dev from [~zalun]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=db17e0b 
]

manually merging CB-3208


> contacts
> 
>
> Key: CB-3208
> URL: https://issues.apache.org/jira/browse/CB-3208
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: FirefoxOS
>Affects Versions: 2.6.0
>Reporter: Herm Wong
>Assignee: Herm Wong
> Fix For: 3.4.0
>
>
> Contacts API spec: https://wiki.mozilla.org/WebAPI/ContactsAPI



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5970) plugman should be able to install a dependent project

2014-03-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5970:
-

Commit 172a4dec2f36c13dd672801f49d87ab0e37bbade in cordova-plugman's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=172a4de ]

Merge branch 'CB-5970' of github.com:purplecabbage/cordova-plugman


> plugman should be able to install a dependent project
> -
>
> Key: CB-5970
> URL: https://issues.apache.org/jira/browse/CB-5970
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Plugman, Windows 8
>Affects Versions: 3.4.0
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
> Fix For: 3.5.0
>
>
> Not sure if this makes sense stuffed into the  element, or if we 
> should have additional syntax add another project as a dependency to the 
> cordova project.
> This functionality is to support cases where code not authored in js needs to 
> be consumed by the winjs based cordova application.
> There may be relevance for other platforms as well, but I will leave this as 
> a windows8 only feature request for now.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5910) implement search

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5910:
-

Commit bd8a648a5e5839bead3d8503bc2cd78e30323f82 in cordova-registry-web's 
branch refs/heads/refactor from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-registry-web.git;h=bd8a648 ]

CB-5910 added topbar directive which includes search


> implement search
> 
>
> Key: CB-5910
> URL: https://issues.apache.org/jira/browse/CB-5910
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Registry Web
>Reporter: Steve Gill
>Assignee: Steve Gill
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6181) Android exec() bridge sometimes processes messages outside synchronously

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6181:
-

Commit 7b681f2acc894c010342e9de3cfd2000be7e9360 in cordova-js's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=7b681f2 ]

CB-6181 android: Always execute exec() callbacks async.


> Android exec() bridge sometimes processes messages outside synchronously
> 
>
> Key: CB-6181
> URL: https://issues.apache.org/jira/browse/CB-6181
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> This causes a problem for angular apps, which (correctly) call $scope.apply() 
> in their async functions. Found this to happen in AppHarness:
> {code}
> Error: [$rootScope:inprog] $digest already in progress
> http://errors.angularjs.org/1.2.3/$rootScope/inprog?p0=%24digest
> at file:///android_asset/www/cdvah/js/libs/angular.js:78:12
> at beginPhase 
> (file:///android_asset/www/cdvah/js/libs/angular.js:11970:15)
> at Scope.$apply 
> (file:///android_asset/www/cdvah/js/libs/angular.js:11767:11)
> at file:///android_asset/www/cdvah/js/ListCtrl.js:105:24
> at Object.cordova.callbackFromNative 
> (file:///android_asset/www/cordova.js:292:54)
> at processMessage (file:///android_asset/www/cordova.js:1029:21)
> at Function.androidExec.processMessages 
> (file:///android_asset/www/cordova.js:1063:13)
> at androidExec (file:///android_asset/www/cordova.js:922:25)
> at Object.exports.listening 
> (file:///android_asset/www/plugins/org.apache.appharness.push/js/push.js:12:5)
> at new  
> (file:///android_asset/www/cdvah/js/ListCtrl.js:103:29) 
> {code}
> What we should be doing here is using a setTimeout() to ensure the messages 
> are processed in their own run-loop cycle.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6047) File plugin callback problem with android 4.4 kitkat

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6047:
-

Commit f69e724c6e0281907cadb41647898825cb40e849 in cordova-amazon-fireos's 
branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;h=f69e724 
]

CB-6047 Fix online sometimes getting in a bad state on page transitions.

The online bridge toggles between on & off. Turns out that starting with
Android 4.3, navigation resets the online state, so the code had a 50/50
chance of being caught in the wrong state.

We now forcefully reset the online state on page transitions.


> File plugin callback problem with android 4.4 kitkat
> 
>
> Key: CB-6047
> URL: https://issues.apache.org/jira/browse/CB-6047
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.3.0
> Environment: Android 4.4
> dev windows
> IDE Eclipse
> Cordova 3.3
>Reporter: *robin
>Assignee: Andrew Grieve
> Fix For: 3.5.0
>
> Attachments: test_fs.zip
>
>
> I've try to use the file plugin on my android phone in 4.4 but I've got some 
> strange problem with the callback function, succeed or fail. 
> When I try to access fileSystem (window.requestFileSystem)
> The first time I don't receive the callback. But If I try a second time I've 
> got 2 callBack. 
> I've try to debug the case. I 've figure that the 2 thread executing in java 
> (JavaBind and file plugin) are synchronise on the NativeToJsMessageQueue. 
> When the plugin enqueue Message and the java bind pop Message. 
> But I think the javabind finished before the file plugin, and never see the 
> message in the queue. But the second time, I've got the 2 messages.
> I think this is the same problem describe here :
> http://stackoverflow.com/questions/20821536/phonegap-cordova-deviceready-or-requestfilesystem-not-working-android
> Thx



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6187) If you Show and Hide the StatusBar - it will expand the screen-size by ~20 pixels

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6187:
-

Commit 6d954c0b9431eff62323dbf26ed9e957eb33afc7 in cordova-plugins's branch 
refs/heads/master from [~rwildabeast]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugins.git;h=6d954c0 ]

CB-6187 - If you Show and Hide the StatusBar - it will expand the screen-size 
by ~20 pixels
+ don't resize the webview on hide if statusbar overlays it


> If you Show and Hide the StatusBar - it will expand the screen-size by ~20 
> pixels
> -
>
> Key: CB-6187
> URL: https://issues.apache.org/jira/browse/CB-6187
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugins
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: statusbar-plugin
>
> From: https://github.com/phonegap-build/StatusBarPlugin/issues/21
> If you Show and Hide the StatusBar - it will expand the screen-size by ~20 
> pixels
> Pull request: https://github.com/apache/cordova-plugins/pull/4



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6186) Statusbar problems in Landscape Mode iOS 7

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6186:
-

Commit 2e3af741a8329fd598ac269e3c39200572b70b17 in cordova-plugins's branch 
refs/heads/master from [~rwildabeast]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugins.git;h=2e3af74 ]

CB-6186 - Statusbar problems in Landscape Mode iOS 7


> Statusbar problems in Landscape Mode iOS 7
> --
>
> Key: CB-6186
> URL: https://issues.apache.org/jira/browse/CB-6186
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugins
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: statusbar-plugin
>
> See: https://github.com/phonegap-build/StatusBarPlugin/issues/4
> If we set StatusBar.hide() and launch the app landscape mode, a long about 
> 200px wide bar runs along the right side of the screen. If we launch in 
> portrait, no problem. Only on IOS7, of course.
> Pull request: https://github.com/apache/cordova-plugins/pull/4



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5534) InAppBrowser - video/audio does not stop playing when browser is closed

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5534:
-

Commit 497a23efc77cf0262497071cdc5c30fb94e01d99 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~bowserj]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=497a23e
 ]

CB-5534: Updating the plugin.xml with the new Dialog class


> InAppBrowser - video/audio does not stop playing when browser is closed
> ---
>
> Key: CB-5534
> URL: https://issues.apache.org/jira/browse/CB-5534
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin InAppBrowser
>Affects Versions: 3.1.0
> Environment: Android
>Reporter: Oliver Moran
>Assignee: Joe Bowser
> Fix For: 3.5.0
>
> Attachments: inappbrowser.zip
>
>
> This is a recurrence of an issue that was previously fixed: CB-1957
> Steps to reproduce
> 1. Load a YouTube video (with audio track) in the InAppBrowser
> 2. Play the video
> 3. Close InAppBrowser
> Expected result:
> - Audio stops playing
> Actual result:
> - Audio continues playing
> Fix:
> We encountered this bug as part of development and modified the InAppBrowser 
> plugin to resolve it. The fix is part of our production code, is stable and 
> has been through our QA. It does require extending the Android Dialog class, 
> however.
> I've added an attachment with the modified Java files.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6172) InAppBrowser JS fails to install on case-sensitive filesystems.

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6172:
-

Commit d0dd10103c9e2ff7833e008188c26a6505ea6b96 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=d0dd101
 ]

CB-6172 Fix inappbrowser install failure on case-sensitive filesystems.


> InAppBrowser JS fails to install on case-sensitive filesystems.
> ---
>
> Key: CB-6172
> URL: https://issues.apache.org/jira/browse/CB-6172
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> The plugin will fail installation on a case sensitive file system. The 
> problem can be fixed by renaming www/InAppBrowser.js to www/inappbrowser.js.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5534) InAppBrowser - video/audio does not stop playing when browser is closed

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5534:
-

Commit 6f373f7ed9993b81f5b735e3ee347e516585a916 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~oliver_moran]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=6f373f7
 ]

fix for CB-5534

Signed-off-by: Joe Bowser 


> InAppBrowser - video/audio does not stop playing when browser is closed
> ---
>
> Key: CB-5534
> URL: https://issues.apache.org/jira/browse/CB-5534
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin InAppBrowser
>Affects Versions: 3.1.0
> Environment: Android
>Reporter: Oliver Moran
>Assignee: Joe Bowser
> Fix For: 3.5.0
>
> Attachments: inappbrowser.zip
>
>
> This is a recurrence of an issue that was previously fixed: CB-1957
> Steps to reproduce
> 1. Load a YouTube video (with audio track) in the InAppBrowser
> 2. Play the video
> 3. Close InAppBrowser
> Expected result:
> - Audio stops playing
> Actual result:
> - Audio continues playing
> Fix:
> We encountered this bug as part of development and modified the InAppBrowser 
> plugin to resolve it. The fix is part of our production code, is stable and 
> has been through our QA. It does require extending the Android Dialog class, 
> however.
> I've added an attachment with the modified Java files.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6184) _cordovaNative missing on Android 4.04

2014-03-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6184:
-

Commit f51183b5ce4f1a5cbe68ccbef661384f588628fe in cordova-js's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=f51183b ]

CB-6184 android: Delete incorrect log message about falling back on PROMPT


> _cordovaNative missing on Android 4.04
> --
>
> Key: CB-6184
> URL: https://issues.apache.org/jira/browse/CB-6184
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.4.0
> Environment: Building with OSX from the CLI for Android 4.0.4
>Reporter: peter miller
>Priority: Minor
> Fix For: 3.5.0
>
>
> After upgrading to cordova 3.4, I am getting the log message:
> "Falling back on PROMPT mode since _cordovaNative is missing. Expected for 
> Android 3.2 and lower only."
> This is happening on a rooted phone with a non-manufacturer issued 4.0.4 ROM. 
>  (I've no problems on a 4.2.2 tablet.)  I'm reaching out to borrow a 
> "legitimate" 4.0.4 device to see if the problem persists.
> I recreated it using the standard HelloWorld test app so its not my code, 
> even if it is my phone. ;) 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6199) FileEntry.toNativeURL() doesn't escape spaces

2014-03-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6199:
-

Commit 32ebfca352dd44bf5af481089f5c5a4a381830b4 in cordova-plugin-file's branch 
refs/heads/dev from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=32ebfca ]

CB-6199 iOS: Fix toNativeURL() not escaping characters properly


> FileEntry.toNativeURL() doesn't escape spaces
> -
>
> Key: CB-6199
> URL: https://issues.apache.org/jira/browse/CB-6199
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin File
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Missing %20s in the URL



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5130) Refactor the registry

2014-03-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5130:
-

Commit 1c510b0e88b9a60896868115a7f8d8d18b3b5fc4 in cordova-registry-web's 
branch refs/heads/refactor from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-registry-web.git;h=1c510b0 ]

CB-5130: added /downloads redirect


> Refactor the registry
> -
>
> Key: CB-5130
> URL: https://issues.apache.org/jira/browse/CB-5130
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Registry, Registry Web
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> The registry web interface needs a refactor (really a start from scratch)
> I wanted to create a master issue to keep track of everything related to the 
> refactor. 
> Subtasks should be created for all of the things
> Feature Requests
> - Show readme on plugin page
> - Show download counts on plugin pages
> - New tab for popular repositories
> - Show new meta tag info on plugin pages (repo, issue, author, etc) [#CB-5128]



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5861) [Release + 3.4.0] Branch & Test & Tag RC1 for Firefox OS

2014-03-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5861:
-

Commit e51864bc38f20bc62457a8cd6d530e183b96b5a3 in cordova-docs's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e51864b ]

CB-5861 - 404 links in docs


> [Release + 3.4.0] Branch & Test & Tag RC1 for Firefox OS
> 
>
> Key: CB-5861
> URL: https://issues.apache.org/jira/browse/CB-5861
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: FirefoxOS
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 3.4.0
>
>
> Refer to Workflow here:
> http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5693) Unescaped xml example in Cordova Plugin Spec

2014-03-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5693:
-

Commit 9c0bec71ac2a2b9956f1a4d274fe068721723dc6 in cordova-docs's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=9c0bec7 ]

CB-5693 - source code example not showing up in docs


> Unescaped xml example in Cordova Plugin Spec
> 
>
> Key: CB-5693
> URL: https://issues.apache.org/jira/browse/CB-5693
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: Master
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 3.5.0
>
>
> url: 
> http://cordova.apache.org/docs/en/edge/plugin_ref_spec.md.html#Plugin%20Specification
> For the "asset" element doc, this example has not been escaped, so it doesn't 
> show in the rendered page itself:
> {code}
> 
> {code}
> There could possibly be other similar occurrences.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6147) Enable CLI and Plugman with npm shrinkwrap

2014-03-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6147:
-

Commit 7df468b352b0681ea1b8558a723f2c4bd6afe191 in cordova-cli's branch 
refs/heads/master from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=7df468b ]

CB-6147 Enable CLI and Plugman with npm shrinkwrap


> Enable CLI and Plugman with npm shrinkwrap
> --
>
> Key: CB-6147
> URL: https://issues.apache.org/jira/browse/CB-6147
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Affects Versions: Master
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>
> I think the npm modules cordova and plugman should be enable and publish with 
> shrinkwrap.
> It doesn't mean that cordova-cli/plugman locks down dependency tree for ever, 
> they can be updated as needed at any time a new version if publish to npm.
> More info here:
> https://www.npmjs.org/doc/cli/npm-shrinkwrap.html
> http://blog.nodejs.org/2012/02/27/managing-node-js-dependencies-with-shrinkwrap
> This provides multiple benefits:
> - Everyone testing cordova rc test the same code not just the cordova module, 
> but all its dependencies
> - All users that npm install cordova or plugman get the same code including 
> all dependencies
> - Easier to recreate an user environment, if user reports that is having 
> problems with cordova@3.4.0-0.1.0 then another cordova contributor or 
> committer wil be sure 100% that is running the same code as the user.
> - Avoids "it works on my system and not yours" without shrinkwrap it depends 
> when an user installs cordova or plugman, and if any dependencies inside the 
> whole dependency tree changes a version
> - Could be use to better clarify ALL dependencies including the versions that 
> cordova/plugman was tested, so if a downstream distribution or end user wants 
> to know what is a full list of dependencies to get cordova-cli and plugman 
> working they can take a look at shrinkwrap.json
> - If a downstream distribution wants to redistribute cordova-cli and plugman, 
> then it has higher confident of what dependencies where use at time of 
> testing and releasing a specific version of cordov-cli/plugman, and if it 
> wants to distribute cordova-cli/plugman including its dependencies it's 
> easier to distribute only the versions that where use at time of 
> testing/release.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6147) Enable CLI and Plugman with npm shrinkwrap

2014-03-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6147:
-

Commit 7e26c88ab32532b4ef19b2950f654e9fa78fb3b8 in cordova-plugman's branch 
refs/heads/master from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=7e26c88 ]

CB-6147 Enable CLI and Plugman with npm shrinkwrap


> Enable CLI and Plugman with npm shrinkwrap
> --
>
> Key: CB-6147
> URL: https://issues.apache.org/jira/browse/CB-6147
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Affects Versions: Master
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>
> I think the npm modules cordova and plugman should be enable and publish with 
> shrinkwrap.
> It doesn't mean that cordova-cli/plugman locks down dependency tree for ever, 
> they can be updated as needed at any time a new version if publish to npm.
> More info here:
> https://www.npmjs.org/doc/cli/npm-shrinkwrap.html
> http://blog.nodejs.org/2012/02/27/managing-node-js-dependencies-with-shrinkwrap
> This provides multiple benefits:
> - Everyone testing cordova rc test the same code not just the cordova module, 
> but all its dependencies
> - All users that npm install cordova or plugman get the same code including 
> all dependencies
> - Easier to recreate an user environment, if user reports that is having 
> problems with cordova@3.4.0-0.1.0 then another cordova contributor or 
> committer wil be sure 100% that is running the same code as the user.
> - Avoids "it works on my system and not yours" without shrinkwrap it depends 
> when an user installs cordova or plugman, and if any dependencies inside the 
> whole dependency tree changes a version
> - Could be use to better clarify ALL dependencies including the versions that 
> cordova/plugman was tested, so if a downstream distribution or end user wants 
> to know what is a full list of dependencies to get cordova-cli and plugman 
> working they can take a look at shrinkwrap.json
> - If a downstream distribution wants to redistribute cordova-cli and plugman, 
> then it has higher confident of what dependencies where use at time of 
> testing and releasing a specific version of cordov-cli/plugman, and if it 
> wants to distribute cordova-cli/plugman including its dependencies it's 
> easier to distribute only the versions that where use at time of 
> testing/release.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6156) Generate shrinkwrap.json and update package.json to enable

2014-03-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6156:
-

Commit b68aa3c3b91173acf3afba2acf72f4c53a9e0bf6 in cordova-coho's branch 
refs/heads/master from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=b68aa3c ]

CB-6156 Enable CLI and Plugman with npm shrinkwrap


> Generate shrinkwrap.json and update package.json to enable
> --
>
> Key: CB-6156
> URL: https://issues.apache.org/jira/browse/CB-6156
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>Assignee: Carlos Santana
> Fix For: Master
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6207) [BlackBerry10] Update platform guide to add WebWorks as optional prerequisite

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6207:
-

Commit b004f0cd0ce76bb403ba07a960e5c0c0dd7a014a in cordova-docs's branch 
refs/heads/master from [~bhigg...@blackberry.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=b004f0c ]

CB-6207 [BlackBerry10] Add WebWorks SDK as prerequisite option


> [BlackBerry10] Update platform guide to add WebWorks as optional prerequisite
> -
>
> Key: CB-6207
> URL: https://issues.apache.org/jira/browse/CB-6207
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>
> WebWorks SDK can be used instead of the NDK for developers who do not need to 
> compile native code. It is a smaller download and adds the necessary tooling 
> to the PATH.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6207) [BlackBerry10] Update platform guide to add WebWorks as optional prerequisite

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6207:
-

Commit 1575962 from bhigg...@apache.org
[ https://svn.apache.org/r1575962 ]

Fix CB-6207

> [BlackBerry10] Update platform guide to add WebWorks as optional prerequisite
> -
>
> Key: CB-6207
> URL: https://issues.apache.org/jira/browse/CB-6207
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>
> WebWorks SDK can be used instead of the NDK for developers who do not need to 
> compile native code. It is a smaller download and adds the necessary tooling 
> to the PATH.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6209) Uplevel changes from android_parser to amazon_fireos_parser

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6209:
-

Commit 6fae83eb036ca9d5a7f1ca89eb4f90cb9d00208b in cordova-cli's branch 
refs/heads/master from [~naika]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=6fae83e ]

CB-6209 Uplevel changes from android_parser to amazon_fireos_parser
Added orientation related config changes from android_parser.


> Uplevel changes from android_parser to amazon_fireos_parser
> ---
>
> Key: CB-6209
> URL: https://issues.apache.org/jira/browse/CB-6209
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS
>Reporter: Archana Naik
>
> android_parser.js was changed recently to set Android orientation from 
> config.xml. Need to get those changes in amazon_fireos_parser too.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5762) Android FileTransfer is setting lengthComputable=true when it shouldn't

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5762:
-

Commit c35ca1a5c22298542f84e372a3f9ff6da914a05b in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c35ca1a
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> Android FileTransfer is setting lengthComputable=true when it shouldn't
> ---
>
> Key: CB-5762
> URL: https://issues.apache.org/jira/browse/CB-5762
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> For Gzipped downloads, we are setting lengthComputable=true even when there 
> is no ContentLength header.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5631) FileTransfer.download progress returns excatly twice as much loaded bytes on android

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5631:
-

Commit c35ca1a5c22298542f84e372a3f9ff6da914a05b in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c35ca1a
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FileTransfer.download progress returns excatly twice as much loaded bytes on 
> android
> 
>
> Key: CB-5631
> URL: https://issues.apache.org/jira/browse/CB-5631
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Affects Versions: 3.2.0
>Reporter: Malte Legenhausen
>Assignee: Andrew Grieve
>
> When I download a file under android and calculate the progress of the 
> download the onprogress event.loaded variable is set to twice as much bytes 
> as there where total available.
> I fixed the bug for me by simply dividing the result of getTotalRawBytesRead 
> by 2.
> This bug occurs since cordova 3.0.0 only on Android. Tests on iOS return the 
> right result. I downloaded a video file from an apache http server.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-4907) FB - FileTransfer.java - method does not close stream

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-4907:
-

Commit c35ca1a5c22298542f84e372a3f9ff6da914a05b in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c35ca1a
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FB - FileTransfer.java - method does not close stream
> -
>
> Key: CB-4907
> URL: https://issues.apache.org/jira/browse/CB-4907
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Affects Versions: 2.9.0
>Reporter: Peter
>Assignee: Bas Bosman
>Priority: Minor
>
> Resolve FindBugs reported issue in *FileTransfer.java*:
> Before
> {code}
> String line = reader.readLine();
> while(line != null)
> {
> bodyBuilder.append(line);
> line = reader.readLine();
> if(line != null)
> bodyBuilder.append('\n');
> }
> body = bodyBuilder.toString();
> {code}
> After
> {code}
> try {
> String line = reader.readLine();
> while(line != null) {
> bodyBuilder.append(line);
> line = reader.readLine();
> if(line != null) {
> bodyBuilder.append('\n');
> }
> }
> body = bodyBuilder.toString();
> } finally {
> reader.close();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6050) FileTransfer.download always return error 3

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6050:
-

Commit c35ca1a5c22298542f84e372a3f9ff6da914a05b in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c35ca1a
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FileTransfer.download always return error 3
> ---
>
> Key: CB-6050
> URL: https://issues.apache.org/jira/browse/CB-6050
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.3.0
>Reporter: François
>Assignee: Ian Clelland
>Priority: Critical
>
> When I try to download a file, it returns error 3. I've try the doc example 
> and it's not working. it give me this in logcat: 
> 02-17 12:09:42.225: E/FileTransfer(907): 
> {"target":"\/sdcard\/testCordova\/file\/file.pdf","source":"http:\/\/www.w3.org\/2011\/web-apps-ws\/papers\/Nitobi.pdf","http_status":200,"code":3}
> 02-17 12:09:42.225: E/FileTransfer(907): java.lang.NullPointerException
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> org.apache.cordova.PluginResult.(PluginResult.java:52)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> org.apache.cordova.filetransfer.FileTransfer$4.run(FileTransfer.java:798)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> java.lang.Thread.run(Thread.java:856)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6000) FileTransfer content-type header not consumable for some servers

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6000:
-

Commit c35ca1a5c22298542f84e372a3f9ff6da914a05b in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c35ca1a
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FileTransfer content-type header not consumable for some servers
> 
>
> Key: CB-6000
> URL: https://issues.apache.org/jira/browse/CB-6000
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer, WP7, WP8
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Reported via pull request: 
> https://github.com/apache/cordova-plugin-file-transfer/pull/6
> {quote}
> I ran into this bug when testing an app on both iOS and Android and using 
> Nginx as a reverse proxy to my application server. The Content-Type produced 
> by the iOS backend is accepted just fine (with the space), but the 
> Content-Type produced by the Android backend is rejected by Nginx as being a 
> malformed HTTP request (a 400). See more discussion here:
> http://stackoverflow.com/questions/17990705/phonegap-uploading-file-to-server-using-multipart-form-data
> {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5762) Android FileTransfer is setting lengthComputable=true when it shouldn't

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5762:
-

Commit 05786ec2ecf24a9244d43a88dce4c645eb0059b4 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=05786ec
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> Android FileTransfer is setting lengthComputable=true when it shouldn't
> ---
>
> Key: CB-5762
> URL: https://issues.apache.org/jira/browse/CB-5762
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> For Gzipped downloads, we are setting lengthComputable=true even when there 
> is no ContentLength header.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6000) FileTransfer content-type header not consumable for some servers

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6000:
-

Commit 05786ec2ecf24a9244d43a88dce4c645eb0059b4 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=05786ec
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FileTransfer content-type header not consumable for some servers
> 
>
> Key: CB-6000
> URL: https://issues.apache.org/jira/browse/CB-6000
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer, WP7, WP8
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Reported via pull request: 
> https://github.com/apache/cordova-plugin-file-transfer/pull/6
> {quote}
> I ran into this bug when testing an app on both iOS and Android and using 
> Nginx as a reverse proxy to my application server. The Content-Type produced 
> by the iOS backend is accepted just fine (with the space), but the 
> Content-Type produced by the Android backend is rejected by Nginx as being a 
> malformed HTTP request (a 400). See more discussion here:
> http://stackoverflow.com/questions/17990705/phonegap-uploading-file-to-server-using-multipart-form-data
> {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6050) FileTransfer.download always return error 3

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6050:
-

Commit 05786ec2ecf24a9244d43a88dce4c645eb0059b4 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=05786ec
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FileTransfer.download always return error 3
> ---
>
> Key: CB-6050
> URL: https://issues.apache.org/jira/browse/CB-6050
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.3.0
>Reporter: François
>Assignee: Ian Clelland
>Priority: Critical
>
> When I try to download a file, it returns error 3. I've try the doc example 
> and it's not working. it give me this in logcat: 
> 02-17 12:09:42.225: E/FileTransfer(907): 
> {"target":"\/sdcard\/testCordova\/file\/file.pdf","source":"http:\/\/www.w3.org\/2011\/web-apps-ws\/papers\/Nitobi.pdf","http_status":200,"code":3}
> 02-17 12:09:42.225: E/FileTransfer(907): java.lang.NullPointerException
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> org.apache.cordova.PluginResult.(PluginResult.java:52)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> org.apache.cordova.filetransfer.FileTransfer$4.run(FileTransfer.java:798)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
> 02-17 12:09:42.225: E/FileTransfer(907):  at 
> java.lang.Thread.run(Thread.java:856)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-4907) FB - FileTransfer.java - method does not close stream

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-4907:
-

Commit 05786ec2ecf24a9244d43a88dce4c645eb0059b4 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=05786ec
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FB - FileTransfer.java - method does not close stream
> -
>
> Key: CB-4907
> URL: https://issues.apache.org/jira/browse/CB-4907
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Affects Versions: 2.9.0
>Reporter: Peter
>Assignee: Bas Bosman
>Priority: Minor
>
> Resolve FindBugs reported issue in *FileTransfer.java*:
> Before
> {code}
> String line = reader.readLine();
> while(line != null)
> {
> bodyBuilder.append(line);
> line = reader.readLine();
> if(line != null)
> bodyBuilder.append('\n');
> }
> body = bodyBuilder.toString();
> {code}
> After
> {code}
> try {
> String line = reader.readLine();
> while(line != null) {
> bodyBuilder.append(line);
> line = reader.readLine();
> if(line != null) {
> bodyBuilder.append('\n');
> }
> }
> body = bodyBuilder.toString();
> } finally {
> reader.close();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5631) FileTransfer.download progress returns excatly twice as much loaded bytes on android

2014-03-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5631:
-

Commit 05786ec2ecf24a9244d43a88dce4c645eb0059b4 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~naika]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=05786ec
 ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for 
gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] 
buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space 
before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin 
object to get FileEntry to return on download


> FileTransfer.download progress returns excatly twice as much loaded bytes on 
> android
> 
>
> Key: CB-5631
> URL: https://issues.apache.org/jira/browse/CB-5631
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Affects Versions: 3.2.0
>Reporter: Malte Legenhausen
>Assignee: Andrew Grieve
>
> When I download a file under android and calculate the progress of the 
> download the onprogress event.loaded variable is set to twice as much bytes 
> as there where total available.
> I fixed the bug for me by simply dividing the result of getTotalRawBytesRead 
> by 2.
> This bug occurs since cordova 3.0.0 only on Android. Tests on iOS return the 
> right result. I downloaded a video file from an apache http server.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6217) iOS simulator targets not consistent across scripts

2014-03-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6217:
-

Commit 0fd957a559014e1f59290db69376d9ccb0cf0678 in cordova-ios's branch 
refs/heads/master from [~csantana]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=0fd957a ]

CB-6217 iOS simulator targets not consistent across scripts


> iOS simulator targets not consistent across scripts
> ---
>
> Key: CB-6217
> URL: https://issues.apache.org/jira/browse/CB-6217
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master
> Environment: osx 10.9
>Reporter: Carlos Santana
>Assignee: Carlos Santana
>
> The use of parenthesis is not consistent across ios emulator scripts
> iPhone Retina (3.5-inch) vs iPhone (Retina 3.5-inch)
> iPad Retina vs iPad (Retina)
> and so on
> Also ios-sim doesn't support --64 bit yet as of latest versions 1.8.2 and 
> 1.9.0



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6218) [BlackBerry10] InAppBrowser docs incorrectly state support for events

2014-03-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6218:
-

Commit aa9a5db9413ebaf3fec60e41b24591c64953b12a in 
cordova-plugin-inappbrowser's branch refs/heads/dev from 
[~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=aa9a5db
 ]

CB-6218 Update docs for BB10


> [BlackBerry10] InAppBrowser docs incorrectly state support for events
> -
>
> Key: CB-6218
> URL: https://issues.apache.org/jira/browse/CB-6218
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6218) [BlackBerry10] InAppBrowser docs incorrectly state support for events

2014-03-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6218:
-

Commit e282cc9e387e405a9103b2afa2b1a7a2b6232833 in 
cordova-plugin-inappbrowser's branch refs/heads/master from 
[~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=e282cc9
 ]

CB-6218 Update docs for BB10


> [BlackBerry10] InAppBrowser docs incorrectly state support for events
> -
>
> Key: CB-6218
> URL: https://issues.apache.org/jira/browse/CB-6218
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6160) adding plugin fails for Firefoxos.

2014-03-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6160:
-

Commit 78e3650e9b483fa1e98bfe01458a00b76d422446 in cordova-plugman's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=78e3650 ]

Merge branch 'CB-6160' of github.com:Steckelfisch/cordova-plugman


> adding plugin fails for Firefoxos. 
> ---
>
> Key: CB-6160
> URL: https://issues.apache.org/jira/browse/CB-6160
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Reporter: Gert-Jan Braas
>Priority: Blocker
>
> reason:  
> No xml_helpers defined ( in src/platforms/firefoxos.js)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6222) Various updates for the BlackBerry 10 documentation

2014-03-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6222:
-

Commit a5328c6a34c1023573b086e87dbfb4e79b93ef75 in cordova-blackberry's branch 
refs/heads/master from [~jsoref]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=a5328c6 ]

CB-6222 Various updates for the BlackBerry 10 documentation

Markdown README
Document build --web-inspector and --no-signing
Document release 
Document --query

Reference BlackBerry 10 instead of BlackBerry

Update bin/create documentation
Add Conventions section referencing Windows \\ v. /

Remove --shortforms
Remove keystorepass flag
Remove target default documentation
Remove --keystore pass from documentation `build debug`

Fix jake hint warnings
Fix debug mode copy-paste error


> Various updates for the BlackBerry 10 documentation
> ---
>
> Key: CB-6222
> URL: https://issues.apache.org/jira/browse/CB-6222
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: 3.4.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6225) Media plugin does not specify a dependency on File plugin 1.0.1

2014-03-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6225:
-

Commit e504d6696cf5727e5df42b43fa0933ecf10f527a in cordova-plugin-media's 
branch refs/heads/dev from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=e504d66 ]

CB-6225 - Media plugin does not specify a dependency on File plugin 1.0.1


> Media plugin does not specify a dependency on File plugin 1.0.1
> ---
>
> Key: CB-6225
> URL: https://issues.apache.org/jira/browse/CB-6225
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Version 0.2.9 of the media plugin needs version 1.0.1 of the File plugin, but 
> there is no dependency tag in plugin.xml
> Actual:
> {code}
> no dependency tag with version
> {code}
> Expected:
> {code}
> 
> {code}
> To repro to test version compatibility:
> 1. Have an older version of the File plugin installed @0.2.5
> 2. Install Media Capture 0.4.2 (it will not install the newer File plugin)
> 3. Build the project
> OR
>  
> To repro to test just Media plugin:
> 2. Install Media Capture 0.4.2 (it will not install any File plugin)
> 3. Build the project
> Workaround:
> Install the latest version (1.0.1) of the File plugin before you install the 
> Media plugin



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 0d7bf3980516b577deae0ff7f365b5c53116cbc1 in cordova-plugin-contacts's 
branch refs/heads/dev from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=0d7bf39 
]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 175f02ed6f19b4912eb345448d38d54c6c61d6e9 in cordova-plugin-geolocation's 
branch refs/heads/dev from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=175f02e
 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 007630da4866d867321008c6b8e1ebf57f05f259 in 
cordova-plugin-media-capture's branch refs/heads/dev from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=007630d
 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit fceea502a3f7f3308247a4bb2841b60a5d902c12 in 
cordova-plugin-inappbrowser's branch refs/heads/dev from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=fceea50
 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 29fa80ba5dfa27f5be4e254442d72037cf3ff71e in cordova-plugin-media's 
branch refs/heads/dev from [~wjamesjong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=29fa80b ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 53f72d85c93341d7828300a170f99bb6905c7edd in cordova-plugin-file's branch 
refs/heads/dev from [~wjamesjong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=53f72d8 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6211) [Cordova-CLI 3.4.0-0.1.4-dev] 'cordova info' doesn't return values

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6211:
-

Commit 150323053b8a4a90532f7ec67616b2ae0cff93d3 in cordova-cli's branch 
refs/heads/master from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=1503230 ]

CB-6211 'cordova info' command fixed for Windows platform

Reference to JIRA issue CB-6211, the cordova info command it doesn't
work.
Cause by:  Carriage return or new line.

Fixed removing that carriage return from the var 'type'.

github: close #137


> [Cordova-CLI 3.4.0-0.1.4-dev] 'cordova info' doesn't return values
> --
>
> Key: CB-6211
> URL: https://issues.apache.org/jira/browse/CB-6211
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.4.0
> Environment: Windows 7 (64 bit), Windows 8 (64 bit), Ubuntu 12.04 (32 
> bit)
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: cordova, cordova-cli, info
> Fix For: 3.5.0
>
>
> cordova info retrieves information from the local environment:
> -Node version
> -Cordova CLI version
> -Config.xml
> -Installed platform and plugins
> Using cordova-cli 3.4.0-0.1.4-dev it doesn't work at all, it doesn't retrieve 
> any value.
> It works well using CLI 3.4.0-0.1.3.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6211) [Cordova-CLI 3.4.0-0.1.4-dev] 'cordova info' doesn't return values

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6211:
-

Commit 150323053b8a4a90532f7ec67616b2ae0cff93d3 in cordova-cli's branch 
refs/heads/master from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=1503230 ]

CB-6211 'cordova info' command fixed for Windows platform

Reference to JIRA issue CB-6211, the cordova info command it doesn't
work.
Cause by:  Carriage return or new line.

Fixed removing that carriage return from the var 'type'.

github: close #137


> [Cordova-CLI 3.4.0-0.1.4-dev] 'cordova info' doesn't return values
> --
>
> Key: CB-6211
> URL: https://issues.apache.org/jira/browse/CB-6211
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.4.0
> Environment: Windows 7 (64 bit), Windows 8 (64 bit), Ubuntu 12.04 (32 
> bit)
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: cordova, cordova-cli, info
> Fix For: 3.5.0
>
>
> cordova info retrieves information from the local environment:
> -Node version
> -Cordova CLI version
> -Config.xml
> -Installed platform and plugins
> Using cordova-cli 3.4.0-0.1.4-dev it doesn't work at all, it doesn't retrieve 
> any value.
> It works well using CLI 3.4.0-0.1.3.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6185) Spelling: explicitly

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6185:
-

Commit c5d5db79d1c51a9fd2d5080556b3b4c2ef1a76e4 in cordova-app-hello-world's 
branch refs/heads/master from [~jsoref]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;h=c5d5db7 
]

CB-6185 Spelling: explicitly

github: close #7


> Spelling: explicitly
> 
>
> Key: CB-6185
> URL: https://issues.apache.org/jira/browse/CB-6185
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Trivial
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6208) Docs do not mention Git requirement for plugin adding

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6208:
-

Commit 1e3311a60ca90101c73eaf338b1476e6cf93010b in cordova-docs's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=1e3311a ]

CB-6208 List git as a pre-req.


> Docs do not mention Git requirement for plugin adding
> -
>
> Key: CB-6208
> URL: https://issues.apache.org/jira/browse/CB-6208
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Raymond Camden
>Priority: Minor
>
> Twice now I've run into people who have an issue adding a plugin because they 
> don't have Git installed. While the error is pretty clear, it is in the 
> middle of a bunch of other output and the docs should note that this is a 
> dependancy. To be fair, it isn't necessarily something you need to run a CLI, 
> but as soon as you add a plugin (which is pretty much *always* required now), 
> you run into it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5130) Refactor the registry

2014-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5130:
-

Commit 074012f83c437737fbd94e7d5b30aea2bed25cd1 in cordova-registry-web's 
branch refs/heads/refactor from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-registry-web.git;h=074012f ]

CB-5130: search is working, added styles to other pages


> Refactor the registry
> -
>
> Key: CB-5130
> URL: https://issues.apache.org/jira/browse/CB-5130
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Registry, Registry Web
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> The registry web interface needs a refactor (really a start from scratch)
> I wanted to create a master issue to keep track of everything related to the 
> refactor. 
> Subtasks should be created for all of the things
> Feature Requests
> - Show readme on plugin page
> - Show download counts on plugin pages
> - New tab for popular repositories
> - Show new meta tag info on plugin pages (repo, issue, author, etc) [#CB-5128]



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6016) capture.captureAudio is not supported on BlackBerry10

2014-03-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6016:
-

Commit bd6af454227a9c791acfdb70ea592a54c888ef98 in 
cordova-plugin-media-capture's branch refs/heads/dev from 
[~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=bd6af45
 ]

CB-6016 [BlackBerry10] Add audio capture capability


> capture.captureAudio is not supported on BlackBerry10
> -
>
> Key: CB-6016
> URL: https://issues.apache.org/jira/browse/CB-6016
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: 3.3.0
>Reporter: Doug Moscrop
>Assignee: Bryan Higgins
>
> In a similar fashion to CB-117, captureAudio is stubbed out in the 
> media-capture plugin and simply always calls error with 
> NOT_SUPPORTED_ERROR_CODE.
> I suspect this may be due to the API offerings from BlackBerry - however, 
> captureAudio is plainly listed as being supported on BlackBerry 10 in all 
> documentation and even goes as far as to claim it will attempt to launch the 
> voice note app and return the above error status if it is not installed. 
> Recording works if I repackage my Android APK (built via Cordova) to a BAR 
> and run it via the Android runtime on BB.
> Sincere apologies if I've missed something.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6208) Docs do not mention Git requirement for plugin adding

2014-03-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6208:
-

Commit 2c5fde6c910523082a38b0b3f038e4ba8e6f7bf1 in cordova-docs's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=2c5fde6 ]

CB-6208 Add link to git downloads


> Docs do not mention Git requirement for plugin adding
> -
>
> Key: CB-6208
> URL: https://issues.apache.org/jira/browse/CB-6208
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Raymond Camden
>Priority: Minor
>
> Twice now I've run into people who have an issue adding a plugin because they 
> don't have Git installed. While the error is pretty clear, it is in the 
> middle of a bunch of other output and the docs should note that this is a 
> dependancy. To be fair, it isn't necessarily something you need to run a CLI, 
> but as soon as you add a plugin (which is pretty much *always* required now), 
> you run into it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 0f84287df03e7372eebe1d8620f8a78bb4900b4e in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=0f84287
 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
> Fix For: 3.5.0
>
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-03-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6212:
-

Commit 910f80fae8fe79eb8342bcd737b663c2d5f62d78 in cordova-plugin-contacts's 
branch refs/heads/dev from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=910f80f 
]

CB-6212 iOS: fix warnings compiled under arm64 64-bit

-for CDVContacts.m


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin File, Plugin 
> Geolocation, Plugin InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
> Fix For: 3.5.0
>
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


<    17   18   19   20   21   22   23   >