[jira] [Created] (CB-11330) handleBridgeChange infinite loop

2016-05-27 Thread leeboo (JIRA)
leeboo created CB-11330:
---

 Summary: handleBridgeChange  infinite loop
 Key: CB-11330
 URL: https://issues.apache.org/jira/browse/CB-11330
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 6.1.1
Reporter: leeboo


hello there

1. i upload cordova ios js file to remote severs
2. and from cdviewcontroller load remote page, it include cordova.js
3. and then i found handleBridgeChange has infinite loop:


function handleBridgeChange() {
if (execProxy !== cordovaExec()) {
var commandString = commandQueue.shift();
while(commandString) {
var command = JSON.parse(commandString);
var callbackId = command[0];
var service = command[1];
var action = command[2];
var actionArgs = command[3];
var callbacks = cordova.callbacks[callbackId] || {};

execProxy(callbacks.success, callbacks.fail, service, action, 
actionArgs);

commandString = commandQueue.shift();
};
return true;
}

return false;
}

i found execProxy !== cordovaExec all time is true
and execProxy push commandString to commandQueue again
so while infinite loop



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11157) Anchor link in TOC are not working

2016-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11157:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/604


> Anchor link in TOC are not working
> --
>
> Key: CB-11157
> URL: https://issues.apache.org/jira/browse/CB-11157
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Nikhil Khandelwal
>Assignee: Dmitry Blotsky
>Priority: Minor
>
> Anchor link in TOC for this anchor is not working:
> Navigate to: 
> http://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html
> In the TOC: Click on this link: Sample: Take Pictures, Select Pictures from 
> the Picture Library, and Get Thumbnails 
> ACTUAL RESULT: navigation will not succeed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11157) Anchor link in TOC are not working

2016-05-27 Thread ASF subversion and git services (JIRA)

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

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

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

CB-11157 Adding colons and semicolons to excluded characters in fragment 
creation. Verified with GitHub's anchor-making algorithm.


> Anchor link in TOC are not working
> --
>
> Key: CB-11157
> URL: https://issues.apache.org/jira/browse/CB-11157
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Nikhil Khandelwal
>Assignee: Dmitry Blotsky
>Priority: Minor
>
> Anchor link in TOC for this anchor is not working:
> Navigate to: 
> http://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html
> In the TOC: Click on this link: Sample: Take Pictures, Select Pictures from 
> the Picture Library, and Get Thumbnails 
> ACTUAL RESULT: navigation will not succeed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-11329) Add linkify-bugs into coho update-release-notes

2016-05-27 Thread Caryn Tran (JIRA)

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

Caryn Tran reassigned CB-11329:
---

Assignee: Caryn Tran

> Add linkify-bugs into coho update-release-notes
> ---
>
> Key: CB-11329
> URL: https://issues.apache.org/jira/browse/CB-11329
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Coho
>Reporter: Caryn Tran
>Assignee: Caryn Tran
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11329) Add linkify-bugs into coho update-release-notes

2016-05-27 Thread Caryn Tran (JIRA)
Caryn Tran created CB-11329:
---

 Summary: Add linkify-bugs into coho update-release-notes
 Key: CB-11329
 URL: https://issues.apache.org/jira/browse/CB-11329
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Coho
Reporter: Caryn Tran
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6722) add function to coho to check licenses of third-party dependencies

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-6722.
--
Resolution: Fixed

> add function to coho to check licenses of third-party dependencies
> --
>
> Key: CB-6722
> URL: https://issues.apache.org/jira/browse/CB-6722
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Coho
>Reporter: Marcel Kinard
>Assignee: Edna Morales
>Priority: Minor
>
> It would be nice if https://www.npmjs.org/package/license-checker could be 
> added to coho to make it easier to check the licenses of node modules that 
> are 3rd-party dependencies. Since third-party dependencies should have 
> licenses that are Apache-friendly ( see 
> http://www.apache.org/legal/resolved.html#category-a ), we should be checking 
> that our dependencies fit that, especially since the license should be in 
> each dependency's package.json file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8205) Cordova-BlackBerry platform release 3.7.0

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-8205.
--
Resolution: Fixed

> Cordova-BlackBerry platform release 3.7.0
> -
>
> Key: CB-8205
> URL: https://issues.apache.org/jira/browse/CB-8205
> Project: Apache Cordova
>  Issue Type: Task
>  Components: BlackBerry
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>
> Following 
> https://github.com/apache/cordova-coho/blob/master/docs/cadence-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-10181) Rename cordova-plugin-wkwebview-engine token to plugin-wkwebview-engine, to be consistent

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-10181.
---
Resolution: Won't Fix

> Rename cordova-plugin-wkwebview-engine token to plugin-wkwebview-engine, to 
> be consistent
> -
>
> Key: CB-10181
> URL: https://issues.apache.org/jira/browse/CB-10181
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Coho
>Reporter: Shazron Abdullah
>
> From a listing of `coho list-repos` 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9461) Cordova-Ubuntu Platform Release August 5, 2015

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-9461.
--
Resolution: Fixed

> Cordova-Ubuntu Platform Release August 5, 2015
> --
>
> Key: CB-9461
> URL: https://issues.apache.org/jira/browse/CB-9461
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9576) Cordova-BlackBerry Platform Release August 28, 2015

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-9576.
--
Resolution: Fixed

> Cordova-BlackBerry Platform Release August 28, 2015
> ---
>
> Key: CB-9576
> URL: https://issues.apache.org/jira/browse/CB-9576
> Project: Apache Cordova
>  Issue Type: Task
>  Components: BlackBerry
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
>Priority: Minor
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10453) Cordova-Ubuntu Platform Release 4.3.3

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-10453.
-
Resolution: Fixed

> Cordova-Ubuntu Platform Release 4.3.3
> -
>
> Key: CB-10453
> URL: https://issues.apache.org/jira/browse/CB-10453
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Ubuntu
>Reporter: David Barth
>Assignee: Maxim Ermilov
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11290) Platform's version should be defined in only one place

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill commented on CB-11290:
-

Are you suggesting removing the version from those other places and pulling it 
from package.json when needed?

> Platform's version should be defined in only one place
> --
>
> Key: CB-11290
> URL: https://issues.apache.org/jira/browse/CB-11290
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Vladimir Kotikov
>
> Currently every platform has a multiple places where the version is kept and 
> should be updated on every version bump. E.g. for android platform these 
> places are:
> - {{package.json}}
> - {{VERSION}} plain-text file at the root of the platform's package
> - {{version}} executable script in {{bin/templates/cordova/version}} (copied 
> to {{cordova/version}} after platform is added to the project)
> - {{CORDOVA_VERSION}} variable in 
> {{framework/src/org/apache/cordova/CordovaWebView.java}}
> This variety of version sources is becoming too hard to maintain and may lead 
> to various errors in released packages.
> The proposed approach is to store version in {{package.json}}
> References:
> - [coho {{updateRepoVersion}} 
> method|https://github.com/apache/cordova-coho/blob/08fef1cd2cbf213038c1bc6c636472d30b91ac18/src/platform-release.js#L117]
> - [instructions on how to update platform's versionbefore 
> release|https://github.com/apache/cordova-coho/blob/9eae0b924c382fe18530a31a785feeeb27bfe1ff/docs/platforms-release-process.md#prepare-release]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11260) Tools Release May 12, 2016

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-11260.
-
Resolution: Fixed

> Tools Release May 12, 2016
> --
>
> Key: CB-11260
> URL: https://issues.apache.org/jira/browse/CB-11260
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11312) Wrong value for device.cordova

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill commented on CB-11312:
-

device.cordova returns the version of the cordova-platform you are using. In 
this case, you are using cordova-android 5.1.1.

> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1
> [http://s33.postimg.org/n6iyhergf/Bildschirmfoto_2016_05_24_um_12_41_02.png]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11312) Wrong value for device.cordova

2016-05-27 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-11312.
---
Resolution: Not A Problem

> Wrong value for device.cordova 
> ---
>
> Key: CB-11312
> URL: https://issues.apache.org/jira/browse/CB-11312
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device
>Affects Versions: 6.1.1
> Environment: android
>Reporter: Ali Elderov
>
> device.cordova return version 5.1.1, but in concole "cordova -v" return 6.1.1
> [http://s33.postimg.org/n6iyhergf/Bildschirmfoto_2016_05_24_um_12_41_02.png]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11321) Cordova Splashscreen Plugin

2016-05-27 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-11321:

Component/s: (was: Android)
 (was: iOS)
 Plugin SplashScreen

> Cordova Splashscreen Plugin
> ---
>
> Key: CB-11321
> URL: https://issues.apache.org/jira/browse/CB-11321
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.5.0
> Environment: IOS
>Reporter: Atif Gulzar
>  Labels: github-import
>
> AtifMacPro:cordova wison$ cordova plugin add 
> https://github.com/apache/cordova-plugin-splashscreen.git
> Fetching plugin "https://github.com/apache/cordova-plugin-splashscreen.git"; 
> via git clone
> Installing "cordova-plugin-splashscreen" for ios
> TypeError: Cannot call method 'indexOf' of undefined
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:232:55
> at Array.forEach (native)
> at getEngines 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:211:13)
> at runInstall 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:281:22)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:81:16
> at _fulfilled 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
> at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:810:14
> at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-11328) Ubuntu platform documentation update

2016-05-27 Thread David Barth (JIRA)

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

David Barth reassigned CB-11328:


Assignee: David Barth  (was: Maxim Ermilov)

> Ubuntu platform documentation update
> 
>
> Key: CB-11328
> URL: https://issues.apache.org/jira/browse/CB-11328
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs, Ubuntu
>Reporter: David Barth
>Assignee: David Barth
>
> The platform documentation for Ubuntu needs to be updated, to reflect the 
> support status of the latest release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11328) Ubuntu platform documentation update

2016-05-27 Thread David Barth (JIRA)
David Barth created CB-11328:


 Summary: Ubuntu platform documentation update
 Key: CB-11328
 URL: https://issues.apache.org/jira/browse/CB-11328
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs, Ubuntu
Reporter: David Barth
Assignee: Maxim Ermilov


The platform documentation for Ubuntu needs to be updated, to reflect the 
support status of the latest release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11305) use cdvfile: cannot import image or js

2016-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11305:
-

Github user cordova-qa commented on the pull request:


https://github.com/apache/cordova-plugin-file/pull/182#issuecomment-222173351
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-file/pull/182/commits/c4de599f1e75dbe6db3aceb9fc5856b6a09239b9)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=windows-slave,platformName=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=ios/artifact/)
 |
| [Android Mac]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/12//label=mac-slave,platformName=android/artifact/)
 |
 



> use cdvfile: cannot import image or js
> --
>
> Key: CB-11305
> URL: https://issues.apache.org/jira/browse/CB-11305
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 6.2.0
> Environment: cordova 6.6.1
> android 5.1.1
>Reporter: zhuisui
>  Labels: android, reproduced, triaged, wfc
>
> I use cdvfile://localhost/assets/path to show img and import js, and it 
> doesn't work. I haven't seen anything about using with assets, but 
> window.resolveLocalFileSystemURL can handle it to native URL 
> file:///android_asset/path, so I think it should be normal as expected.
> And I didn't test about cdvfile://localhost/temporary|persistent.
> And, I use cordova-cli 6.6.1, but it is not in "Affects Version/s".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11305) use cdvfile: cannot import image or js

2016-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11305:
-

Github user cordova-qa commented on the pull request:


https://github.com/apache/cordova-plugin-file/pull/182#issuecomment-222157371
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-file/pull/182/commits/ca45e2e4d158d429fad0d8ba3ebdcb4eae4df3ba)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=windows-slave,platformName=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=ios/artifact/)
 |
| [Android Mac]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/11//label=mac-slave,platformName=android/artifact/)
 |
 



> use cdvfile: cannot import image or js
> --
>
> Key: CB-11305
> URL: https://issues.apache.org/jira/browse/CB-11305
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 6.2.0
> Environment: cordova 6.6.1
> android 5.1.1
>Reporter: zhuisui
>  Labels: android, reproduced, triaged, wfc
>
> I use cdvfile://localhost/assets/path to show img and import js, and it 
> doesn't work. I haven't seen anything about using with assets, but 
> window.resolveLocalFileSystemURL can handle it to native URL 
> file:///android_asset/path, so I think it should be normal as expected.
> And I didn't test about cdvfile://localhost/temporary|persistent.
> And, I use cordova-cli 6.6.1, but it is not in "Affects Version/s".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11274) Platform browser: wrong path for config.xml

2016-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11274:
-

Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-lib/pull/443#issuecomment-222141578
  
LGTM


> Platform browser: wrong path for config.xml
> ---
>
> Key: CB-11274
> URL: https://issues.apache.org/jira/browse/CB-11274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Affects Versions: 4.1.0
>Reporter: Vito Macchia
>Assignee: Sergey Shakhnazarov
>  Labels: triaged
>
> config.xml loading path is wrong: at the moment is '/config.xml' but it 
> always fail with cordova serve command causing some plugins not to work.
> Shouldn't it be './config.xml' or '../config.xml' instead?
> The problem is at this line here: 
> https://github.com/apache/cordova-browser/blob/master/cordova-js-src/confighelper.js#L74
> or here 
> https://github.com/apache/cordova-browser/blob/da6c350e91cb959937f8f45592f05387a2c98321/cordova-lib/cordova.js#L875



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11327) App force closes after launch

2016-05-27 Thread Volkan G. (JIRA)
Volkan G. created CB-11327:
--

 Summary: App force closes after launch
 Key: CB-11327
 URL: https://issues.apache.org/jira/browse/CB-11327
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaCommon, CordovaLib, iOS
Affects Versions: 6.2.0
 Environment: iOS
Reporter: Volkan G.
Priority: Blocker


Hey,

I just updated to 6.2.0 using npm.

The iOS app build with 6.2.0. crashes instantly after launch with the following 
error:

2016-05-27 11:16:57.989 MyApp[3242:3612449] -[NSTaggedPointerString 
objectForKey:]: unrecognized selector sent to instance 0xa301
2016-05-27 11:16:57.991 MyApp[3242:3612449] *** Terminating app due to uncaught 
exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString 
objectForKey:]: unrecognized selector sent to instance 0xa301'
*** First throw call stack:
(0x181bf2e38 0x181257f80 0x181bf9ccc 0x181bf6c74 0x181af4d1c 0x1000afe2c 
0x100545a3c 0x1005468b4 0x1000afcf8 0x1000be788 0x1000bd884 0x1000be688 
0x100545a7c 0x100545a3c 0x10054b4e4 0x181ba8dd8 0x181ba6c40 0x181ad0d10 
0x1833b8088 0x186da5f70 0x164f8 0x18166e8b8)
libc++abi.dylib: terminating with uncaught exception of type NSException

Works with 6.1.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11117) Preparing platforms should skip copying files which haven't changed

2016-05-27 Thread ASF subversion and git services (JIRA)

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

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

Commit 53470c949850370779b3d5f88e76f3737bde9965 in cordova-windows's branch 
refs/heads/master from [~jasongin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=53470c9 ]

CB-7: Optimize prepare for windows platform, clean prepared files


> Preparing platforms should skip copying files which haven't changed
> ---
>
> Key: CB-7
> URL: https://issues.apache.org/jira/browse/CB-7
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, iOS, Windows
>Reporter: Jason Ginchereau
>Assignee: Jason Ginchereau
>
> Many cordova CLI commands include a "prepare" operation, including 'cordova 
> build', 'cordova run', 'cordova plugin add', and more. Every time each of 
> those commands runs, the target platform is "prepared", which involves 
> copying all files from the [/www, 
> /platforms//platform_www, /merges/] to 
> the platform's target www folder, as well as copying a bunch of icons and 
> splash screens to platform-specific locations.
> For the very first prepare of a platform, all that file copying is necessary. 
> But most of the time after that most of the files being copied have not 
> changed and therefore don't really need to be copied again. So the typical 
> developer inner loop (edit a few source files, build and run the app, repeat) 
> is a lot slower than it could be for a Cordova project, especially one that 
> includes a significant number of source files or resources.
> Instead, Cordova should be smart enough to skip copying of files that haven't 
> changed, based on their last-modified timestamp. (But also there should still 
> be a way to force a clean/full/non-incremental build if desired.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11117) Preparing platforms should skip copying files which haven't changed

2016-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/174


> Preparing platforms should skip copying files which haven't changed
> ---
>
> Key: CB-7
> URL: https://issues.apache.org/jira/browse/CB-7
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android, iOS, Windows
>Reporter: Jason Ginchereau
>Assignee: Jason Ginchereau
>
> Many cordova CLI commands include a "prepare" operation, including 'cordova 
> build', 'cordova run', 'cordova plugin add', and more. Every time each of 
> those commands runs, the target platform is "prepared", which involves 
> copying all files from the [/www, 
> /platforms//platform_www, /merges/] to 
> the platform's target www folder, as well as copying a bunch of icons and 
> splash screens to platform-specific locations.
> For the very first prepare of a platform, all that file copying is necessary. 
> But most of the time after that most of the files being copied have not 
> changed and therefore don't really need to be copied again. So the typical 
> developer inner loop (edit a few source files, build and run the app, repeat) 
> is a lot slower than it could be for a Cordova project, especially one that 
> includes a significant number of source files or resources.
> Instead, Cordova should be smart enough to skip copying of files that haven't 
> changed, based on their last-modified timestamp. (But also there should still 
> be a way to force a clean/full/non-incremental build if desired.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org