[jira] [Commented] (CB-13054) Write blog post on how to transition from file-transfer to XHR2

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-13054:


I'm actually not sure if a full blog post is needed. This covers you pretty 
much the whole way: 
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data#Sending_binary_data

Here's a test app I played with that does downloading, storing in indexeddb, 
and uploading to the cordova-plugin-file-transfer test server: 
https://github.com/filmaj/xhr2test

> Write blog post on how to transition from file-transfer to XHR2
> ---
>
> Key: CB-13054
> URL: https://issues.apache.org/jira/browse/CB-13054
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer
>Reporter: Filip Maj
>  Labels: plugins-next
>
> Based on XHR2 research (see linked-to JIRA issue), write up a blog post!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13053) Do a comparison between file-transfer and XHR2 to inform file-transfer sunsetting

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj resolved CB-13053.

Resolution: Information Provided
  Assignee: Filip Maj

Turfing file transfer in favour of XHR is a no brainer in this case.

The API is so much smaller and focussed. Better integrated with binary file 
formats.

Great overview provided here: 
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data#Sending_binary_data

My test app, which I've tried with browsers and android, is here: 
https://github.com/filmaj/xhr2test

> Do a comparison between file-transfer and XHR2 to inform file-transfer 
> sunsetting
> -
>
> Key: CB-13053
> URL: https://issues.apache.org/jira/browse/CB-13053
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer
>Reporter: Filip Maj
>Assignee: Filip Maj
>  Labels: plugins-next
>
> XHR2 is widely supported on mobile and desktop these days. As part of the 
> effort to sunset cordova-plugin-file-transfer, it would be good to inform 
> ourselves about the support for XHR2 features on core cordova platforms 
> (including different platform versions).
> This task would encompass building a PoC app replicating file-transfer 
> features (perhaps the file-transfer manual tests page?) using XHR2.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-plugin-console/pull/24

CB-13028 (CI) Browser builds on Travis and AppVeyor

### Platforms affected
Browser

### What does this PR do?
Enables AppVeyor and Travis to run tests on browser platform

### What testing has been done on this change?
See AppVeyor and Travis results under this PR

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alsorokin/cordova-plugin-console CB-13028

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-console/pull/24.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #24


commit cd53e747519c86bf7d2331ce0e7e9d3d3be8667e
Author: Alexander Sorokin 
Date:   2017-07-26T04:52:35Z

CB-13028 (CI) Browser builds on Travis and AppVeyor




> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-camera/pull/283


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 55d419a36eb25cb453f025bec249272c33baad70 in cordova-plugin-camera's 
branch refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=55d419a 
]

CB-13028 (CI) Browser builds on Travis and AppVeyor


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

Github user alsorokin closed the pull request at:

https://github.com/apache/cordova-plugin-camera/pull/283


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

GitHub user alsorokin reopened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/283

CB-13028 (CI) Browser builds on Travis and AppVeyor

### Platforms affected
Browser

### What does this PR do?
Enables AppVeyor and Travis to run tests on browser platform

### What testing has been done on this change?
See AppVeyor and Travis results under this PR

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alsorokin/cordova-plugin-camera CB-13028

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-camera/pull/283.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #283


commit 55d419a36eb25cb453f025bec249272c33baad70
Author: Alexander Sorokin 
Date:   2017-07-25T11:50:55Z

CB-13028 (CI) Browser builds on Travis and AppVeyor




> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13112) should not create a new file reference on each "cordova prepare"

2017-07-25 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-13112:
-

 Summary:  should not create a new file reference on 
each "cordova prepare"
 Key: CB-13112
 URL: https://issues.apache.org/jira/browse/CB-13112
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


See 
https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559

Race condition is the result of multiple file references, which results in a 
CopyPlistFile error.

Only create one file reference, not multiples. 

{code}
cordova create foo
cd foo
cordova plugin add phonegap-plugin-push@2.0.0-rc4
nano config.xml (add GoogleService-Info.plist file, see 
https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
cordova build ios
{code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-12730) Compat - INTEGRATE

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj edited comment on CB-12730 at 7/25/17 9:22 PM:
-

Scratch my previous comment, the behaviour I assumed with installing plugins, 
and what happens when a dependent plugin's constraints cannot be satisfied, was 
wrong. If a dependent plugin's requirements (via engine tags) are not met, that 
plugin gets skipped (for the particular platform in which constraints are being 
checked, if applicable). I assumed that any unmet constraints, at any point in 
the dependency chain, for any platform, would cause the installation to 
immediately stop. That's not the case.

Sounds like a different path forward would be (as explained to me by 
[~macdonst]):
 - add {{}} to 
cordova-plugin-compat's {{plugin.xml}}
 - do one final release with this included constraint to npm (does that deserve 
a major bump?)
 - leave cordova-plugin-compat as a dependency in the plugins that rely on it 
today, but bump the version required to match the last released version (the 
one that includes the engine constraint).


was (Author: filmaj):
Scratch my previous comment, the behaviour I assumed with installing plugins, 
and what happens when a dependent plugin's constraints cannot be satisfied, was 
wrong. If a dependent plugin's requirements (via engine tags) are not met, that 
plugin gets skipped (for the particular platform in which constraints are being 
checked, if applicable). I assumed that any unmet constraints, at any point in 
the dependency chain, for any platform, would cause the installation to 
immediately stop. That's not the case.

Sounds like a different path forward would be (as explained to me by 
[~macdonst]):
 - leave cordova-plugin-compat as a dependency in the plugins that rely on it 
today
 - add {{}} to 
cordova-plugin-compat's {{plugin.xml}}
 - do one final release with this included constraint to npm (does that deserve 
a major bump?)

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12730) Compat - INTEGRATE

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-12730:


Scratch my previous comment, the behaviour I assumed with installing plugins, 
and what happens when a dependent plugin's constraints cannot be satisfied, was 
wrong. If a dependent plugin's requirements (via engine tags) are not met, that 
plugin gets skipped (for the particular platform in which constraints are being 
checked, if applicable). I assumed that any unmet constraints, at any point in 
the dependency chain, for any platform, would cause the installation to 
immediately stop. That's not the case.

Sounds like a different path forward would be (as explained to me by 
[~macdonst]):
 - leave cordova-plugin-compat as a dependency in the plugins that rely on it 
today
 - add {{}} to 
cordova-plugin-compat's {{plugin.xml}}
 - do one final release with this included constraint to npm (does that deserve 
a major bump?)

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12730) Compat - INTEGRATE

2017-07-25 Thread Simon MacDonald (JIRA)

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

Simon MacDonald commented on CB-12730:
--

[~filmaj] if a dependent plugin fails to meet the engine requirement does that 
cause a plugin to fail to install? I was thinking that if the dependency for 
cordova-plugin-compat is not met it would be skipped then camera, etc would be 
installed. 

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13021) Page loads in inAppBroswer, but content is clipped

2017-07-25 Thread MA (JIRA)

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

MA closed CB-13021.
---
Resolution: Not A Problem

> Page loads in inAppBroswer, but content is clipped
> --
>
> Key: CB-13021
> URL: https://issues.apache.org/jira/browse/CB-13021
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: cordova@7.0.0
> Environment: Ionic 1 app
> cordova-plugin-inappbrowser at 1.7.1
> cordova-ios at 4.4.0
>Reporter: MA
>Priority: Minor
>
> The link where the content is clipped:
> http://flexsystem.lenovofiles.com/help/index.jsp?topic=%2Fcom.lenovo.lxca.doc%2Flxca_usemobileapp.html
> Our code snippet is:
> {{cordova.InAppBrowser.open('http://pic.dhe.ibm.com/infocenter/flexsys/information/topic/com.lenovo.lxca.doc/lxca_usemobileapp.html',
>  '_blank', 'location=no,EnableViewPortScale=yes')}}
> Our config.xml has this present:
> {{}}
> Launching the above link in the inAppBrowser shows the content but when the 
> sidebar navigation on the page loads, the main content is clipped in the 
> right hand side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-12730) Compat - INTEGRATE

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj edited comment on CB-12730 at 7/25/17 6:44 PM:
-

Worth noting that the cordova camera, geolocation, contacts, media, media 
capture and file plugins are rely on the compat plugin. So I think we need to:
- bump the major versionss on all of those plugins when we go to remove the 
compat plugin from their {{plugin.xml}} files
- set minimum cordova-android version to be the version that includes compat 
code


was (Author: filmaj):
Worth noting that the cordova camera, geolocation, contacts, media, media 
capture and file plugins are rely on the compat plugin. So I think we need to:
- bump the major versionss on all of those plugins when we go to remove the 
compat plugin
- set minimum cordova-android version to be the version that includes compat 
code

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12730) Compat - INTEGRATE

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-12730:


Worth noting that the cordova camera, geolocation, contacts, media, media 
capture and file plugins are rely on the compat plugin. So I think we need to:
- bump the major versionss on all of those plugins when we go to remove the 
compat plugin
- set minimum cordova-android version to be the version that includes compat 
code

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12903) INTEGRATEd plugins - tasks

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-12903:


What about the case of trying to upgrade the cordova- version of a 
cordova project that _also_ includes an integrated plugin?

E.g. cordova-android 6.2.2 + cordova-plugin-camera (which relies on 
cordova-plugin-compat)
If you go to upgrade this project, there might be namespacing conflicts?

> INTEGRATEd plugins - tasks
> --
>
> Key: CB-12903
> URL: https://issues.apache.org/jira/browse/CB-12903
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>
> 1. Update README.md to reflect maintenance status
> 2. Close out any PRs and issues
> 3. Deprecate the component from JIRA 
> 3. Direct users to file bugs/prs to the platforms that integrate the plugin



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12903) INTEGRATEd plugins - tasks

2017-07-25 Thread Simon MacDonald (JIRA)

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

Simon MacDonald commented on CB-12903:
--

I believe going the route of releasing a new version of the plugin that updates 
the cordova dependencies not to install is the way to go.

> INTEGRATEd plugins - tasks
> --
>
> Key: CB-12903
> URL: https://issues.apache.org/jira/browse/CB-12903
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>
> 1. Update README.md to reflect maintenance status
> 2. Close out any PRs and issues
> 3. Deprecate the component from JIRA 
> 3. Direct users to file bugs/prs to the platforms that integrate the plugin



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13043) Cordova generated app broken if the plugin is a dynamic framework that depends on Cordova

2017-07-25 Thread Steve Gill (JIRA)

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

Steve Gill updated CB-13043:

Labels: backlog ios-next  (was: )

> Cordova generated app broken if the plugin is a dynamic framework that 
> depends on Cordova
> -
>
> Key: CB-13043
> URL: https://issues.apache.org/jira/browse/CB-13043
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-create, cordova-ios
>Affects Versions: 4.4.0
> Environment: iOS 10
>Reporter: Bharath Hariharan
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
>
> I have a plugin that's directly dependent on Cordova since it contains a 
> subclass of CDVViewController and it references other native Cordova classes. 
> I'm trying to package this framework as a dynamic framework and bundle it in 
> my plugin. The problem with this is that it has to be linked to 
> Cordova.framework but the generated app from Cordova CLI links to 
> libCordova.a which causes symbol conflicts. The basic problem is that a 
> dynamic framework has a defined boundary and is self-sufficient, which 
> prevents it from getting symbols from the external libCordova.a. It also 
> can't weak-link to a static lib. The fix here would be to do 1 of the 
> following:
> 1) In the generated app, make Cordova's dynamic framework target a dependency 
> instead of the static target like it is currently. Also, link to 
> Cordova.framework instead of libCordova.a.
> 2) Allow a parameter to be set in the plugin, called "dynamic" or something 
> to that effect that allows a plugin to specify that it needs Cordova as a 
> dynamic framework dependency. Setting this parameter would basically make 
> Cordova do (1).
> Since Apple has moved away from static libs and is recommending dynamic 
> frameworks, I would recommend approach (1).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12730) Compat - INTEGRATE

2017-07-25 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-12730:


Linking this up to CB-12903 - there are still some open questions as to how to 
handle integrated plugins and potential namespace conflicts between the 
deprecated, standalone plugins and the platforms (particularly during 
upgrading). May I suggest we try to discuss / work through those first before 
tackling work for integrating plugins?

> Compat - INTEGRATE
> --
>
> Key: CB-12730
> URL: https://issues.apache.org/jira/browse/CB-12730
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-compat
>Reporter: Shazron Abdullah
>Assignee: Simon MacDonald
>
> See parent issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-11391) cordova-plugin-whitelist Android does not pass sonarqube scan

2017-07-25 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-11391.
-
Resolution: Won't Fix

If I understand this, this is a false positive on the scan, and everything is 
fine, so I'll close this one for now.  If I'm wrong, feel free to re-open it.

BTW: Security Audit Tools will often give false positives, but unlike ones that 
complain about addJavascriptInterface or our lack of ProGuard (because 
Plugins/Reflection), we might be able to tweak this.  Let me know if this makes 
sense to tweak or not.

> cordova-plugin-whitelist Android does not pass sonarqube scan
> -
>
> Key: CB-11391
> URL: https://issues.apache.org/jira/browse/CB-11391
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-whitelist
>Affects Versions: Master
> Environment: Android
>Reporter: Rob Close
>Priority: Minor
> Fix For: Master
>
>
> The Android whitelist plugin does not pass sonarqube 
> (http://www.sonarqube.org/) scan.
> The problem is "Correctness - Suspicious reference comparison of Boolean 
> values", which sonarqube considers major.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13092) Plugin addition fails | Uncaught TypeError: undefined is not a function

2017-07-25 Thread Kerri Shotts (JIRA)

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

Kerri Shotts commented on CB-13092:
---

If you can contribute a better translation of the German content, it would be 
greatly appreciated, I'm sure.

To your issue -- you've two errors, only one of which is related to the plugin. 
The last error ( {{"Uncaught TypeError: Cannot read property 'querySelector' of 
null"}} ) is unrelated to plugins.

The other error ( {{"Uncaught TypeError: undefined is not a function"}} ) 
indicates that your plugin isn't clobbering {{window.echo}}. This is typically 
specified with your plugin.xml file. Alternatively, if you're clobbering 
{{window.echo}} yourself (as the example does), we'd need to see your full code 
so that we can see when and where that's actually happening. It's possible that 
you aren't waiting for {{deviceready}}, or, aren't waiting for {{window.echo}} 
to be assigned. (My suggestion: use plugin.xml. It's described in more detail 
here: https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#js-module)

> Plugin addition fails | Uncaught TypeError: undefined is not a function
> ---
>
> Key: CB-13092
> URL: https://issues.apache.org/jira/browse/CB-13092
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllPlugins
>Affects Versions: 7.0.1
> Environment: Windows 8 64 bit Enterprise 
> Android Studio 2.3.3
> {code:java}
> $ cordova -v
> You have been opted out of telemetry. To change this, run: cordova telemetry 
> on.
> 7.0.1
> $ npm --version
> 3.10.10
> $ git --version
> git version 2.13.2.windows.1
> $ grunt --version
> grunt-cli v1.2.0
> $ bower --version
> 1.8.0
> {code}
>Reporter: Dawid
>Priority: Minor
>
> Hey guys, 
> For a few days now, I am trying to add a plugin myself based on the 
> documentation on the cordova homepage. 
> [https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html]
> I started with the German version (because I am from Germany) and was 
> disappointed. It is written terribly. Just the quality of the text itself is 
> bad. I didn't go far enough to evaluate the content.
> I switched to the English version which is good, and I think I followed every 
> step and have everything set up as it should be, but when I try to run my 
> project (or a blank project for that matter) with the plugin added, I get the 
> following error: 
> {code:java}
> 07-24 03:51:15.036 29983-29983/? D/CordovaWebViewImpl: 
> onPageDidNavigate(file:///android_asset/www/index.html)
> 07-24 03:51:15.247 29983-29983/io.cordova.hellocordova D/JsMessageQueue: Set 
> native->JS mode to EvalBridgeMode
> 07-24 03:51:15.286 29983-29983/io.cordova.hellocordova 
> D/SystemWebChromeClient: 
> file:///android_asset/www/plugins/cordova-plugin-echo-js/www/echo.js: Line 28 
> : Uncaught TypeError: undefined is not a function
> 07-24 03:51:15.286 29983-29983/io.cordova.hellocordova I/chromium: 
> [INFO:CONSOLE(28)] "Uncaught TypeError: undefined is not a function", source: 
> file:///android_asset/www/plugins/cordova-plugin-echo-js/www/echo.js (28)
> 07-24 03:51:15.290 29983-29983/io.cordova.hellocordova D/CordovaWebViewImpl: 
> onPageFinished(file:///android_asset/www/index.html)
> 07-24 03:51:15.384 29983-29983/io.cordova.hellocordova 
> D/SystemWebChromeClient: file:///android_asset/www/js/index.js: Line 36 : 
> Uncaught TypeError: Cannot read property 'querySelector' of null
> 07-24 03:51:15.384 29983-29983/io.cordova.hellocordova I/chromium: 
> [INFO:CONSOLE(36)] "Uncaught TypeError: Cannot read property 'querySelector' 
> of null", source: file:///android_asset/www/js/index.js (36)
> {code}
> line 28 is the first line from following code: 
> {code:java}
>   window.echo("echome", function(echoValue){
>   alert(echoValue == "echome");
>   });
> {code}
> I googled a bit of course and tried various "solutions". Removing the 
> plugins, removing the platforms adding them back up. Starting a project from 
> scratch. Adding the plugins in different ways and other stuff that I am 
> missing now for sure. 
> I appreciate any kind of help. This problem is really annoying me. 
> Best regards
> Dawid



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13104) "Error: Cannot read property 'length' of undefined" when executing "cordova run android"

2017-07-25 Thread Kerri Shotts (JIRA)

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

Kerri Shotts commented on CB-13104:
---

Linking to CB-12976. 

> "Error: Cannot read property 'length' of undefined" when executing "cordova 
> run android"
> 
>
> Key: CB-13104
> URL: https://issues.apache.org/jira/browse/CB-13104
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
> Environment: Windows 7 Professional x64
> Java SDK 8u131
> npm 5.2.0
> phonegap 6.5.2
> cordova 6.5.0
> cordova android platform 6.2.3
> android studio 2.3.3
> android sdk build-tools 26
> android sdk tools 26.0.2
> android sdk platform-tools 26.0.0
> android emulator 26.1.2
> android support repository 47.0.0
>Reporter: Bryan Bale
>Assignee: Joe Bowser
>
> I've searched for solutions to this problem, and found several reports of it, 
> but no solutions.  Based on my many attempts to get something to work (I've 
> tried phonegap, ionic, and just plain cordova), I started suspecting that 
> there's a bug in the cordova android platform.  All my build attempts have 
> been halted at this error message:
> {{Error: Cannot read property 'length' of undefined}}
> *Replicating this issue with phonegap:*
> _I'm starting with phonegap because this is how I first encountered the 
> error, and it seems to give me the most useful information with regard to 
> where the error is happening._
> $ npm install -g phonegap
> npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing 
> Set-Cookie https://nodesecurity.io/advisories/130  
> npm WARN deprecated node-uuid@1.4.8: Use uuid module instead  
>  
> C:\Users\bbale\AppData\Roaming\npm\phonegap -> 
> C:\Users\bbale\AppData\Roaming\npm\node_modules\phonegap\bin\phonegap.js
> + phonegap@6.5.2  
>  
> added 873 packages in 146.435s
>  
> $ phonegap create pgHello --id "com.pghello.app" --name "pgHello" --template 
> hello-world
> Creating a new cordova project.
> $ cd pgHello
> $ phonegap run android --verbose
> [phonegap] executing 'cordova platform add --save android ' ...   
>   
> 
> Adding android project... 
>   
> 
>   
>   
> 
> Creating Cordova project for the Android platform:
>   
> 
> Path: platforms\android   
>   
> 
> Package: com.pghello.app  
>   
> 
> Name: pgHello 
>   
> 
> Activity: MainActivity
>   
> 
> Android target: android-25
>   
> 
>   
>   
> 
> Subproject Path: CordovaLib   
>   
> 
>   
>   
> 

[jira] [Commented] (CB-13105) cordova 6.1.2 is not working in windows 10

2017-07-25 Thread Kerri Shotts (JIRA)

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

Kerri Shotts commented on CB-13105:
---

Please try with the most recent version of cordova-android (6.2.3)

> cordova 6.1.2 is not working in windows 10
> --
>
> Key: CB-13105
> URL: https://issues.apache.org/jira/browse/CB-13105
> Project: Apache Cordova
>  Issue Type: Task
> Environment: OS : windows 10
> cordova : 6.4.0
> android sdk : 25
>Reporter: Fazil T.M
>Priority: Critical
>  Labels: beginner, windows
>
> When i add android platform it shows the error.
> D:\workspace\cordova\CordovaProject>cordova platform add android@6.1.2
> Adding android project...
> Creating Cordova project for the Android platform:
> Path: platforms\android
> Package: io.cordova.hellocordova
> Name: CordovaApp
> Activity: MainActivity
> Android target: android-25
> Subproject Path: CordovaLib
> Android project created with cordova-android@6.1.2
> Installing "cordova-plugin-whitelist" for android
> Failed to install 'cordova-plugin-whitelist':Error: cmd: Command failed with 
> exit code ENOENT
> at ChildProcess.whenDone 
> (C:\Users\user3\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
> at emitOne (events.js:96:13)
> at ChildProcess.emit (events.js:191:7)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:213:12)
> at onErrorNT (internal/child_process.js:367:16)
> at _combinedTickCallback (internal/process/next_tick.js:80:11)
> at process._tickCallback (internal/process/next_tick.js:104:9)
> Error: cmd: Command failed with exit code ENOENT
> I am using android studio.
> How to solve this issue? Please help me?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13111) preventDefault() on backbutton event is ignored

2017-07-25 Thread Richard Burkhardt (JIRA)

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

Richard Burkhardt resolved CB-13111.

Resolution: Not A Bug

The ionic frameworks service $ionicPlatform adds a default functionality 

use $ionicPlatform.registerBackButtonAction to overrride

> preventDefault() on backbutton event is ignored
> ---
>
> Key: CB-13111
> URL: https://issues.apache.org/jira/browse/CB-13111
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.1
> Environment: cordova versin 7.0.1
>Reporter: Richard Burkhardt
>Assignee: Joe Bowser
>Priority: Critical
>
> Cordova provides a backbutton event to react to the hardware back button. I 
> have an ionic app that uses a custom navigation model so I need to override 
> the default behavior. I tried this:
> {code:java}
> document.addEventListener("backbutton", function(e) {
> console.log("backbutton is fired");
> e.preventDefault();
> }, false);
> {code}
> it outputs the "backbutton is fired" but still navigates the app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13111) preventDefault() on backbutton event is ignored

2017-07-25 Thread Richard Burkhardt (JIRA)

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

Richard Burkhardt closed CB-13111.
--

> preventDefault() on backbutton event is ignored
> ---
>
> Key: CB-13111
> URL: https://issues.apache.org/jira/browse/CB-13111
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.1
> Environment: cordova versin 7.0.1
>Reporter: Richard Burkhardt
>Assignee: Joe Bowser
>Priority: Critical
>
> Cordova provides a backbutton event to react to the hardware back button. I 
> have an ionic app that uses a custom navigation model so I need to override 
> the default behavior. I tried this:
> {code:java}
> document.addEventListener("backbutton", function(e) {
> console.log("backbutton is fired");
> e.preventDefault();
> }, false);
> {code}
> it outputs the "backbutton is fired" but still navigates the app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Resolved] (CB-13108) Cannot update cordova-ios to 4.4.0

2017-07-25 Thread Tom Bell (JIRA)

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

Tom Bell resolved CB-13108.
---
Resolution: Fixed

> Cannot update cordova-ios to 4.4.0
> --
>
> Key: CB-13108
> URL: https://issues.apache.org/jira/browse/CB-13108
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Tom Bell
>Assignee: Shazron Abdullah
>
> I am trying to update my iOS platform, however I get an error at the end 
> about `cordova-plugin-wkwebview-engine`:
> Using cordova-fetch for cordova-ios@4.4.0
> Adding ios project...
> Creating Cordova project for the iOS platform:
>   Path: platforms/ios
>   Package: com.zestia.mobile
>   Name: Capsule
> iOS project created with cordova-ios@4.4.0
> Installing "cordova-plugin-browsertab" for ios
> Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
> version.
> Installing "cordova-plugin-compat" for ios
> Plugin "cordova-plugin-compat" already installed on ios. Making it top-level.
> Installing "cordova-plugin-console" for ios
> Installing "cordova-plugin-contacts" for ios
> Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
> version.
> Dependent plugin "cordova-plugin-compat" already installed on ios.
> Installing "cordova-plugin-device" for ios
> Installing "cordova-plugin-dialogs" for ios
> Installing "cordova-plugin-file" for ios
> Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
> version.
> Dependent plugin "cordova-plugin-compat" already installed on ios.
> Installing "cordova-plugin-file-transfer" for ios
> Plugin dependency "cordova-plugin-file@4.3.3" already fetched, using that 
> version.
> Dependent plugin "cordova-plugin-file" already installed on ios.
> Installing "cordova-plugin-nativestorage" for ios
> Installing "cordova-plugin-network-information" for ios
> Installing "cordova-plugin-splashscreen" for ios
> Installing "cordova-plugin-statusbar" for ios
> Installing "cordova-plugin-whitelist" for ios
> Error: Cannot find plugin.xml for plugin "cordova-plugin-wkwebview-engine". 
> Please try adding it again.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13108) Cannot update cordova-ios to 4.4.0

2017-07-25 Thread Tom Bell (JIRA)

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

Tom Bell commented on CB-13108:
---

Looks like I had the plugin directory left over in my plugins directory causing 
issues.

> Cannot update cordova-ios to 4.4.0
> --
>
> Key: CB-13108
> URL: https://issues.apache.org/jira/browse/CB-13108
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Tom Bell
>Assignee: Shazron Abdullah
>
> I am trying to update my iOS platform, however I get an error at the end 
> about `cordova-plugin-wkwebview-engine`:
> Using cordova-fetch for cordova-ios@4.4.0
> Adding ios project...
> Creating Cordova project for the iOS platform:
>   Path: platforms/ios
>   Package: com.zestia.mobile
>   Name: Capsule
> iOS project created with cordova-ios@4.4.0
> Installing "cordova-plugin-browsertab" for ios
> Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
> version.
> Installing "cordova-plugin-compat" for ios
> Plugin "cordova-plugin-compat" already installed on ios. Making it top-level.
> Installing "cordova-plugin-console" for ios
> Installing "cordova-plugin-contacts" for ios
> Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
> version.
> Dependent plugin "cordova-plugin-compat" already installed on ios.
> Installing "cordova-plugin-device" for ios
> Installing "cordova-plugin-dialogs" for ios
> Installing "cordova-plugin-file" for ios
> Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
> version.
> Dependent plugin "cordova-plugin-compat" already installed on ios.
> Installing "cordova-plugin-file-transfer" for ios
> Plugin dependency "cordova-plugin-file@4.3.3" already fetched, using that 
> version.
> Dependent plugin "cordova-plugin-file" already installed on ios.
> Installing "cordova-plugin-nativestorage" for ios
> Installing "cordova-plugin-network-information" for ios
> Installing "cordova-plugin-splashscreen" for ios
> Installing "cordova-plugin-statusbar" for ios
> Installing "cordova-plugin-whitelist" for ios
> Error: Cannot find plugin.xml for plugin "cordova-plugin-wkwebview-engine". 
> Please try adding it again.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13111) preventDefault() on backbutton event is ignored

2017-07-25 Thread Richard Burkhardt (JIRA)
Richard Burkhardt created CB-13111:
--

 Summary: preventDefault() on backbutton event is ignored
 Key: CB-13111
 URL: https://issues.apache.org/jira/browse/CB-13111
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: 7.0.1
 Environment: cordova versin 7.0.1
Reporter: Richard Burkhardt
Assignee: Joe Bowser
Priority: Critical


Cordova provides a backbutton event to react to the hardware back button. I 
have an ionic app that uses a custom navigation model so I need to override the 
default behavior. I tried this:


{code:java}
document.addEventListener("backbutton", function(e) {
console.log("backbutton is fired");
e.preventDefault();
}, false);
{code}

it outputs the "backbutton is fired" but still navigates the app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13109) `cordova prepare` docs don't include what it mainly does

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13109:
-

Former versions where a bit more verbose: 
https://stackoverflow.com/a/23824932/252627

> `cordova prepare` docs don't include what it mainly does
> 
>
> Key: CB-13109
> URL: https://issues.apache.org/jira/browse/CB-13109
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>Priority: Minor
>
> "Synopsis" at 
> https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command
>  doesn't include what `prepare` actually does:
> > Copies files for specified platforms, or all platforms,
> > so that the project is ready to build with each SDK.
> (From `cordova help prepare` on the CLI)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13110) `cordova help prepare` is missing `--fetch` parameter

2017-07-25 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13110:
---

 Summary: `cordova help prepare` is missing `--fetch` parameter
 Key: CB-13110
 URL: https://issues.apache.org/jira/browse/CB-13110
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli
Affects Versions: 7.0.1
Reporter: Jan Piotrowski
Priority: Minor


{code}
> cordova help prepare
Synopsis

cordova prepare [PLATFORM..]

Copies files for specified platforms, or all platforms,
so that the project is ready to build with each SDK.

Options
 --browserify .. Compile plugin JS at build 
time using
 browserify instead of runtime.

Example
 cordova prepare --browserify
{code}

On the web docs is another `--fetch` option available:
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13109) `cordova prepare` docs don't include what it mainly does

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-13109:
---

Assignee: Jan Piotrowski

> `cordova prepare` docs don't include what it mainly does
> 
>
> Key: CB-13109
> URL: https://issues.apache.org/jira/browse/CB-13109
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>Priority: Minor
>
> "Synopsis" at 
> https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command
>  doesn't include what `prepare` actually does:
> > Copies files for specified platforms, or all platforms,
> > so that the project is ready to build with each SDK.
> (From `cordova help prepare` on the CLI)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-12361) Speed up cordova-lib tests

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-12361:
---

Assignee: Jan Piotrowski  (was: Steve Gill)

> Speed up cordova-lib tests
> --
>
> Key: CB-12361
> URL: https://issues.apache.org/jira/browse/CB-12361
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Steve Gill
>Assignee: Jan Piotrowski
>  Labels: cordova-next
>
> * Split out e2e tests into own folder
> * stub i/o and network requests
> * use local fixtures when possible & makes sense



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-12361) Speed up cordova-lib tests

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-12361:
---

Assignee: Steve Gill  (was: Jan Piotrowski)

> Speed up cordova-lib tests
> --
>
> Key: CB-12361
> URL: https://issues.apache.org/jira/browse/CB-12361
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Steve Gill
>Assignee: Steve Gill
>  Labels: cordova-next
>
> * Split out e2e tests into own folder
> * stub i/o and network requests
> * use local fixtures when possible & makes sense



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13109) `cordova prepare` docs don't include what it mainly does

2017-07-25 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13109:
---

 Summary: `cordova prepare` docs don't include what it mainly does
 Key: CB-13109
 URL: https://issues.apache.org/jira/browse/CB-13109
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs
Reporter: Jan Piotrowski
Priority: Minor


"Synopsis" at 
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command
 doesn't include what `prepare` actually does:

> Copies files for specified platforms, or all platforms,
> so that the project is ready to build with each SDK.

(From `cordova help prepare` on the CLI)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13108) Cannot update cordova-ios to 4.4.0

2017-07-25 Thread Tom Bell (JIRA)
Tom Bell created CB-13108:
-

 Summary: Cannot update cordova-ios to 4.4.0
 Key: CB-13108
 URL: https://issues.apache.org/jira/browse/CB-13108
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Affects Versions: 4.4.0
Reporter: Tom Bell
Assignee: Shazron Abdullah


I am trying to update my iOS platform, however I get an error at the end about 
`cordova-plugin-wkwebview-engine`:

Using cordova-fetch for cordova-ios@4.4.0
Adding ios project...
Creating Cordova project for the iOS platform:
Path: platforms/ios
Package: com.zestia.mobile
Name: Capsule
iOS project created with cordova-ios@4.4.0
Installing "cordova-plugin-browsertab" for ios
Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
version.
Installing "cordova-plugin-compat" for ios
Plugin "cordova-plugin-compat" already installed on ios. Making it top-level.
Installing "cordova-plugin-console" for ios
Installing "cordova-plugin-contacts" for ios
Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
version.
Dependent plugin "cordova-plugin-compat" already installed on ios.
Installing "cordova-plugin-device" for ios
Installing "cordova-plugin-dialogs" for ios
Installing "cordova-plugin-file" for ios
Plugin dependency "cordova-plugin-compat@1.1.0" already fetched, using that 
version.
Dependent plugin "cordova-plugin-compat" already installed on ios.
Installing "cordova-plugin-file-transfer" for ios
Plugin dependency "cordova-plugin-file@4.3.3" already fetched, using that 
version.
Dependent plugin "cordova-plugin-file" already installed on ios.
Installing "cordova-plugin-nativestorage" for ios
Installing "cordova-plugin-network-information" for ios
Installing "cordova-plugin-splashscreen" for ios
Installing "cordova-plugin-statusbar" for ios
Installing "cordova-plugin-whitelist" for ios
Error: Cannot find plugin.xml for plugin "cordova-plugin-wkwebview-engine". 
Please try adding it again.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)

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

Dziki Tapirek updated CB-13107:
---
Priority: Minor  (was: Major)

> cordova-plugin-geolocation WifiService  Need ACCESS_COARSE_LOCATION or 
> ACCESS_FINE_LOCATION
> ---
>
> Key: CB-13107
> URL: https://issues.apache.org/jira/browse/CB-13107
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Windows 10
> node 6.11.1
> "@ionic-native/geolocation": "^4.1.0",
> "cordova-plugin-geolocation": "^2.4.3",
>  "@ionic/cli-plugin-cordova": "1.4.1",
> Android 6.0
>Reporter: Dziki Tapirek
>Priority: Minor
>  Labels: cordova-plugin-geolocation
>
> Task: get geolocation when phone is connected to wifi
> Issue: Geolocation *does not work* when phone is connected to *wifi network* 
> (when using GPS or using tel. provider signal it works fine).
> I get following errors even if I have *granted permissions using Android 6.0 
> mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.
> 07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
> ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
> java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or 
> UID of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)

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

Dziki Tapirek updated CB-13107:
---
Description: 
Task: get geolocation when phone is connected to wifi
Issue: Geolocation *does not work* when phone is connected to *wifi network* 
(when using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider

  was:
Task: get geolocation when phone is connected to wifi
Issue: Geolocation *does not work* when phone is connected to *wi-fi network* 
(when using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider


> cordova-plugin-geolocation WifiService  Need ACCESS_COARSE_LOCATION or 
> ACCESS_FINE_LOCATION
> ---
>
> Key: CB-13107
> URL: https://issues.apache.org/jira/browse/CB-13107
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Windows 10
> node 6.11.1
> "@ionic-native/geolocation": "^4.1.0",
> "cordova-plugin-geolocation": "^2.4.3",
>  "@ionic/cli-plugin-cordova": "1.4.1",
> Android 6.0
>Reporter: Dziki Tapirek
>  Labels: cordova-plugin-geolocation
>
> Task: get geolocation when phone is connected to wifi
> Issue: Geolocation *does not work* when phone is connected to *wifi network* 
> (when using GPS or using tel. provider signal it works fine).
> I get following errors even if I have *granted permissions using Android 6.0 
> mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.
> 07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
> ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
> java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or 
> UID of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)

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

Dziki Tapirek updated CB-13107:
---
Description: 
Task: get geolocation when phone is connected to wifi
Issue: Geolocation *does not work* when connected to *wi-fi network* (when 
using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider

  was:
Task: get geolocation when connected to wi-fi
Issue: Geolocation *does not work* when connected to *wi-fi network* (when 
using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider


> cordova-plugin-geolocation WifiService  Need ACCESS_COARSE_LOCATION or 
> ACCESS_FINE_LOCATION
> ---
>
> Key: CB-13107
> URL: https://issues.apache.org/jira/browse/CB-13107
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Windows 10
> node 6.11.1
> "@ionic-native/geolocation": "^4.1.0",
> "cordova-plugin-geolocation": "^2.4.3",
>  "@ionic/cli-plugin-cordova": "1.4.1",
> Android 6.0
>Reporter: Dziki Tapirek
>  Labels: cordova-plugin-geolocation
>
> Task: get geolocation when phone is connected to wifi
> Issue: Geolocation *does not work* when connected to *wi-fi network* (when 
> using GPS or using tel. provider signal it works fine).
> I get following errors even if I have *granted permissions using Android 6.0 
> mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.
> 07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
> ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
> java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or 
> UID of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)

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

Dziki Tapirek updated CB-13107:
---
Description: 
Task: get geolocation when phone is connected to wifi
Issue: Geolocation *does not work* when phone is connected to *wi-fi network* 
(when using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider

  was:
Task: get geolocation when phone is connected to wifi
Issue: Geolocation *does not work* when connected to *wi-fi network* (when 
using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider


> cordova-plugin-geolocation WifiService  Need ACCESS_COARSE_LOCATION or 
> ACCESS_FINE_LOCATION
> ---
>
> Key: CB-13107
> URL: https://issues.apache.org/jira/browse/CB-13107
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Windows 10
> node 6.11.1
> "@ionic-native/geolocation": "^4.1.0",
> "cordova-plugin-geolocation": "^2.4.3",
>  "@ionic/cli-plugin-cordova": "1.4.1",
> Android 6.0
>Reporter: Dziki Tapirek
>  Labels: cordova-plugin-geolocation
>
> Task: get geolocation when phone is connected to wifi
> Issue: Geolocation *does not work* when phone is connected to *wi-fi network* 
> (when using GPS or using tel. provider signal it works fine).
> I get following errors even if I have *granted permissions using Android 6.0 
> mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.
> 07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
> ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
> java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or 
> UID of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)

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

Dziki Tapirek updated CB-13107:
---
Description: 
Task: get geolocation when connected to wi-fi
Issue: Geolocation *does not work* when connected to *wi-fi network* (when 
using GPS or using tel. provider signal it works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider

  was:
Geolocation *does not work* only when connected to *wi-fi network* (when using 
GPS or using provider signal works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider


> cordova-plugin-geolocation WifiService  Need ACCESS_COARSE_LOCATION or 
> ACCESS_FINE_LOCATION
> ---
>
> Key: CB-13107
> URL: https://issues.apache.org/jira/browse/CB-13107
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Windows 10
> node 6.11.1
> "@ionic-native/geolocation": "^4.1.0",
> "cordova-plugin-geolocation": "^2.4.3",
>  "@ionic/cli-plugin-cordova": "1.4.1",
> Android 6.0
>Reporter: Dziki Tapirek
>  Labels: cordova-plugin-geolocation
>
> Task: get geolocation when connected to wi-fi
> Issue: Geolocation *does not work* when connected to *wi-fi network* (when 
> using GPS or using tel. provider signal it works fine).
> I get following errors even if I have *granted permissions using Android 6.0 
> mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.
> 07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
> ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
> java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or 
> UID of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-battery-status/pull/57


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 01c636f04cb6fcac004499456f00157c3bbb88c2 in 
cordova-plugin-battery-status's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=01c636f
 ]

CB-13028 (CI) Added browser platform to Travis


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF subversion and git services (JIRA)

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

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

Commit fc23fc0a265e111fdfd578f615d4bf59f61b5568 in 
cordova-plugin-battery-status's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=fc23fc0
 ]

CB-13028 (CI) Added browser platform to AppVeyor


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/283

CB-13028 (CI) Browser builds on Travis and AppVeyor

### Platforms affected
Browser

### What does this PR do?
Enables AppVeyor and Travis to run tests on browser platform

### What testing has been done on this change?
See AppVeyor and Travis results under this PR

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alsorokin/cordova-plugin-camera CB-13028

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-camera/pull/283.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #283


commit 55d419a36eb25cb453f025bec249272c33baad70
Author: Alexander Sorokin 
Date:   2017-07-25T11:50:55Z

CB-13028 (CI) Browser builds on Travis and AppVeyor




> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 0db350ed51b4454b56c2f924bcd3f4219a9dc437 in cordova-paramedic's branch 
refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-paramedic.git;h=0db350e ]

CB-13028 Don't always use Sauce Connect, also try to work around "Bad Gateway" 
error


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)

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

Dziki Tapirek updated CB-13107:
---
Description: 
Geolocation *does not work* only when connected to *wi-fi network* (when using 
GPS or using provider signal works fine).
I get following errors even if I have *granted permissions using Android 6.0 
mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider

  was:
Geolocation *does not work* only when connected to *wi-fi network* (when using 
GPS or using provider signal works fine).
I get follwoing errors even if I have *granted permissions using Android 6.0 
mechanizm* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider


> cordova-plugin-geolocation WifiService  Need ACCESS_COARSE_LOCATION or 
> ACCESS_FINE_LOCATION
> ---
>
> Key: CB-13107
> URL: https://issues.apache.org/jira/browse/CB-13107
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Windows 10
> node 6.11.1
> "@ionic-native/geolocation": "^4.1.0",
> "cordova-plugin-geolocation": "^2.4.3",
>  "@ionic/cli-plugin-cordova": "1.4.1",
> Android 6.0
>Reporter: Dziki Tapirek
>  Labels: cordova-plugin-geolocation
>
> Geolocation *does not work* only when connected to *wi-fi network* (when 
> using GPS or using provider signal works fine).
> I get following errors even if I have *granted permissions using Android 6.0 
> mechanism* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.
> 07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
> ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
> 07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
> java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or 
> UID of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13107) cordova-plugin-geolocation WifiService Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

2017-07-25 Thread Dziki Tapirek (JIRA)
Dziki Tapirek created CB-13107:
--

 Summary: cordova-plugin-geolocation WifiService  Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION
 Key: CB-13107
 URL: https://issues.apache.org/jira/browse/CB-13107
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-geolocation
 Environment: Windows 10
node 6.11.1
"@ionic-native/geolocation": "^4.1.0",
"cordova-plugin-geolocation": "^2.4.3",
 "@ionic/cli-plugin-cordova": "1.4.1",
Android 6.0
Reporter: Dziki Tapirek


Geolocation *does not work* only when connected to *wi-fi network* (when using 
GPS or using provider signal works fine).
I get follwoing errors even if I have *granted permissions using Android 6.0 
mechanizm* for ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION.

07-25 07:55:07.651: E/*WifiService*(1418): Permission denial: Need 
ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
07-25 07:55:07.787: E/NetworkLocationProvider(2744): Exception
07-25 07:55:07.787: E/NetworkLocationProvider(2744): 
java.lang.SecurityException: need INSTALL_LOCATION_PROVIDER permission, or UID 
of a currently bound location provider



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13094) Showing splash screen crashes if the activity is in the process of finishing

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13094:
-

Github user SharUpOff commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/130
  
I got it so:
```javascript
window.addEventListener('beforeunload', function()
{
navigator.splashscreen.show();
});
```
I show splash when reload my application without restarting cordova in some 
cases (language switching, debug mode, etc). Closing by "back" button fires 
"beforeunload" (to "about:blank" i think) and showing splash in same time 
activity being finished. Also i use crosswalk, maybe it fires "beforeunload", 
not the native WebView.

Trace here:

```java
FATAL EXCEPTION: main
Process: scat.su.calltaxi, PID: 16999
android.view.WindowManager$BadTokenException: Unable to add window – token 
android.os.BinderProxy@5d0142d is not valid; is your activity running?
at android.view.ViewRootImpl.setView(ViewRootImpl.java:567)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:310)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:86)
at android.app.Dialog.show(Dialog.java:326)
at org.apache.cordova.splashscreen.SplashScreen$5.run(SplashScreen.java:318)
at android.app.Activity.runOnUiThread(Activity.java:5558)
at 
org.apache.cordova.splashscreen.SplashScreen.showSplashScreen(SplashScreen.java:281)
at 
org.apache.cordova.splashscreen.SplashScreen.onMessage(SplashScreen.java:189)
at org.apache.cordova.PluginManager.postMessage(PluginManager.java:312)
at 
org.apache.cordova.CordovaWebViewImpl.postMessage(CordovaWebViewImpl.java:377)
at org.apache.cordova.splashscreen.SplashScreen$3.run(SplashScreen.java:169)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5517)
at java.lang.reflect.Method.invoke(Native Method)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
```


> Showing splash screen crashes if the activity is in the process of finishing
> 
>
> Key: CB-13094
> URL: https://issues.apache.org/jira/browse/CB-13094
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-splashscreen
>Affects Versions: cordova@7.0.0
>Reporter: Andrey Sharapov
>Priority: Trivial
>  Labels: bug
>
> Showing of splash screen is attached to js event "onbeforeunload". When 
> application being closed by pressing "back" button, we gots:
> {quote}FATAL EXCEPTION: main
> Process: scat.su.calltaxi, PID: 16999
> android.view.WindowManager$BadTokenException: Unable to add window -- token 
> android.os.BinderProxy@5d0142d is not valid; is your activity running?
>at android.view.ViewRootImpl.setView(ViewRootImpl.java:567)
>at 
> android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:310)
>at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:86)
>at android.app.Dialog.show(Dialog.java:326)
>at 
> org.apache.cordova.splashscreen.SplashScreen$5.run(SplashScreen.java:318)
>at android.app.Activity.runOnUiThread(Activity.java:5558)
>at 
> org.apache.cordova.splashscreen.SplashScreen.showSplashScreen(SplashScreen.java:281)
>at 
> org.apache.cordova.splashscreen.SplashScreen.onMessage(SplashScreen.java:189)
>at org.apache.cordova.PluginManager.postMessage(PluginManager.java:312)
>at 
> org.apache.cordova.CordovaWebViewImpl.postMessage(CordovaWebViewImpl.java:377)
>at 
> org.apache.cordova.splashscreen.SplashScreen$3.run(SplashScreen.java:169)
>at android.os.Handler.handleCallback(Handler.java:739)
>at android.os.Handler.dispatchMessage(Handler.java:95)
>at android.os.Looper.loop(Looper.java:148)
>at android.app.ActivityThread.main(ActivityThread.java:5517)
>at java.lang.reflect.Method.invoke(Native Method)
>at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
>at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616){quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-10040) Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'

2017-07-25 Thread Chandler (JIRA)

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

Chandler edited comment on CB-10040 at 7/25/17 9:42 AM:


Hello installed ios version 4.4.0 and installed inappbrowser - 
cordova-plugin-inappbrowser 1.7.2-dev "InAppBrowser". ios platform still facing 
an error on Jenkins says that 
/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:231:31: error: no known 
instance method for selector 'URLIsWhitelisted:'
if ([self.commandDelegate URLIsWhitelisted:url]) {
  ^~~~


was (Author: chandlers):
Hello installed ios version 4.4.0 and installed inappbrowser - 
cordova-plugin-inappbrowser 1.7.2-dev "InAppBrowser". ios platform still facing 
an error on Jenkins says that 
/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:231:31: error: no known 
instance method for selector 'URLIsWhitelisted:'
if ([self.commandDelegate URLIsWhitelisted:url]) {
  ^~~~

> Compile Error in InAppBrowser Plugin for iOS - No known instance method for 
> selector 'URLIsWhitelisted:'
> 
>
> Key: CB-10040
> URL: https://issues.apache.org/jira/browse/CB-10040
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 4.0.0
> Environment: OS X 10.11.1, Xcode 7.1.1, iOS 9.1
>Reporter: Inderpreet
>Assignee: Shazron Abdullah
>  Labels: Triaged, cordova-ios-4.0.x, cordova-plugin-inappbrowser, 
> ios
> Attachments: CB-10040V1.patch, CB-10040V2.patch
>
>
> While working with cordova-ios branch 
> (https://github.com/apache/cordova-ios.git#master) we are facing a compile 
> error in InAppBrowser 
> Plugin(https://github.com/apache/cordova-plugin-inappbrowser.git#master), it 
> can be due to the recent update to cordova-ios i.e. iOS whitelist removal 
> CB-9972 
> Error details : CDVInAppBrowser.m:231:31: No known instance method for 
> selector 'URLIsWhitelisted:'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-10040) Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'

2017-07-25 Thread Chandler (JIRA)

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

Chandler commented on CB-10040:
---

Hello installed ios version 4.4.0 and installed inappbrowser - 
cordova-plugin-inappbrowser 1.7.2-dev "InAppBrowser". ios platform still facing 
an error on Jenkins says that 
/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:231:31: error: no known 
instance method for selector 'URLIsWhitelisted:'
if ([self.commandDelegate URLIsWhitelisted:url]) {
  ^~~~

> Compile Error in InAppBrowser Plugin for iOS - No known instance method for 
> selector 'URLIsWhitelisted:'
> 
>
> Key: CB-10040
> URL: https://issues.apache.org/jira/browse/CB-10040
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 4.0.0
> Environment: OS X 10.11.1, Xcode 7.1.1, iOS 9.1
>Reporter: Inderpreet
>Assignee: Shazron Abdullah
>  Labels: Triaged, cordova-ios-4.0.x, cordova-plugin-inappbrowser, 
> ios
> Attachments: CB-10040V1.patch, CB-10040V2.patch
>
>
> While working with cordova-ios branch 
> (https://github.com/apache/cordova-ios.git#master) we are facing a compile 
> error in InAppBrowser 
> Plugin(https://github.com/apache/cordova-plugin-inappbrowser.git#master), it 
> can be due to the recent update to cordova-ios i.e. iOS whitelist removal 
> CB-9972 
> Error details : CDVInAppBrowser.m:231:31: No known instance method for 
> selector 'URLIsWhitelisted:'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF subversion and git services (JIRA)

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

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

Commit 258f10e8b2d6832834f4176f3b4b392c93adbcff in cordova-paramedic's branch 
refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-paramedic.git;h=258f10e ]

CB-13028 Pick up tunnel id from env.var


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

Github user alsorokin closed the pull request at:

https://github.com/apache/cordova-plugin-battery-status/pull/57


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13028:
-

GitHub user alsorokin reopened a pull request:

https://github.com/apache/cordova-plugin-battery-status/pull/57

CB-13028 (CI) Added browser platform to AppVeyor and Travis

### Platforms affected
Browser

### What does this PR do?
Enables AppVeyor and Travis to run tests on browser platform

### What testing has been done on this change?
See AppVeyor and Travis results under this PR

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alsorokin/cordova-plugin-battery-status 
CB-13028

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-battery-status/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #57


commit fc23fc0a265e111fdfd578f615d4bf59f61b5568
Author: Alexander Sorokin 
Date:   2017-07-18T10:30:30Z

CB-13028 (CI) Added browser platform to AppVeyor

commit 8d9ef03225250821a282356b1c861c25f2ad9d57
Author: Alexander Sorokin 
Date:   2017-07-21T11:15:28Z

CB-13028 (CI) Added browser platform to Travis




> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13028) Paramedic should be able to run tests for browser platform.

2017-07-25 Thread ASF subversion and git services (JIRA)

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

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

Commit df594468494574ef27d516f8f6f62efbe4a34e16 in cordova-paramedic's branch 
refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-paramedic.git;h=df59446 ]

CB-13028 Automatically start up a Sauce Connect tunnel when testing browser


> Paramedic should be able to run tests for browser platform.
> ---
>
> Key: CB-13028
> URL: https://issues.apache.org/jira/browse/CB-13028
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-paramedic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: ci
>
> Currently paramedic can't run tests for browser. For example, it constantly 
> waits for "cordova run" to finish, but with browser platform it never does.
> Ultimately we should aim to test browser platform on Sauce Labs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13106) How to detect uninstall event in Cordova

2017-07-25 Thread Divyanshu (JIRA)
Divyanshu created CB-13106:
--

 Summary: How to detect uninstall event in Cordova
 Key: CB-13106
 URL: https://issues.apache.org/jira/browse/CB-13106
 Project: Apache Cordova
  Issue Type: Wish
  Components: AllPlatforms
Affects Versions: cordova@7.0.0
Reporter: Divyanshu
Priority: Minor


I want to clear cache of my application when App is uninstall from any device 
(android or IOS).
Is there any way to do this? Thanks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13105) cordova 6.1.2 is not working in windows 10

2017-07-25 Thread Fazil T.M (JIRA)
Fazil T.M created CB-13105:
--

 Summary: cordova 6.1.2 is not working in windows 10
 Key: CB-13105
 URL: https://issues.apache.org/jira/browse/CB-13105
 Project: Apache Cordova
  Issue Type: Task
 Environment: OS : windows 10
cordova : 6.4.0
android sdk : 25
Reporter: Fazil T.M
Priority: Critical


When i add android platform it shows the error.

D:\workspace\cordova\CordovaProject>cordova platform add android@6.1.2
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: io.cordova.hellocordova
Name: CordovaApp
Activity: MainActivity
Android target: android-25
Subproject Path: CordovaLib
Android project created with cordova-android@6.1.2
Installing "cordova-plugin-whitelist" for android
Failed to install 'cordova-plugin-whitelist':Error: cmd: Command failed with 
exit code ENOENT
at ChildProcess.whenDone 
(C:\Users\user3\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
at emitOne (events.js:96:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:213:12)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
Error: cmd: Command failed with exit code ENOENT

I am using android studio.
How to solve this issue? Please help me?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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