[jira] [Commented] (CB-12856) Skip CocoaPods check_reqs if on non-darwin (macOS) platform

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

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

ASF GitHub Bot commented on CB-12856:
-

GitHub user shazron opened a pull request:

https://github.com/apache/cordova-ios/pull/313

CB-12856 - Skip CocoaPods check_reqs if on non-darwin (macOS) platform

**WORK IN PROGRESS**

### Platforms affected

self

### What does this PR do?

Ignore CocoaPods check and installation on non-darwin (macOS) platforms.

### What testing has been done on this change?

Work In Progress. No testing has been done yet, pending.

### 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.
- [ ] 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/shazron/cordova-ios CB-12856

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

https://github.com/apache/cordova-ios/pull/313.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 #313


commit e27ece386d7dd9bf753053f804e215dcdb844336
Author: Shazron Abdullah 
Date:   2017-05-26T00:41:29Z

CB-12856 - Skip CocoaPods check_reqs if on non-darwin (macOS) platform




> Skip CocoaPods check_reqs if on non-darwin (macOS) platform
> ---
>
> Key: CB-12856
> URL: https://issues.apache.org/jira/browse/CB-12856
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.1
>
>
> For example, phonegap-plugin-push can be installed on Windows, but if you 
> have the cordova-ios platform installed as well on Windows, it will fail the 
> check_reqs CocoaPods check.
> Make the check_reqs CocoaPods check only fail with the additional requirement 
> that the platform is darwin (macOS). So if CocoaPods check fails, and the 
> platform is non-darwin (Windows, Linux), check_reqs passes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Comment Edited] (CB-12856) Skip CocoaPods check_reqs if on non-darwin (macOS) platform

2017-05-25 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah edited comment on CB-12856 at 5/25/17 11:21 PM:
-

[~kikoalemao] I think that is more of a separate issue, a docs one. I'm not 
sure it's useful for users to install CocoaPods on Linux since you can't build 
on Linux anyway (no Xcode) and also that the platforms folder is a build 
artifact and shouldn't be checked in (in the case that somehow you could build 
it).

I will test this fix for "cordova clean" as well.


was (Author: shazron):
[~kikoalemao] I think that is more of a separate issue, a docs one. I'm not 
sure it's useful for users to install CocoaPods on Linux since you can't build 
on Linux anyway (no Xcode) and also that the platforms folder is build artifact 
anyway and shouldn't be checked in (in the case that somehow you could build it 
anyway).

I will test this fix for "cordova clean" as well.

> Skip CocoaPods check_reqs if on non-darwin (macOS) platform
> ---
>
> Key: CB-12856
> URL: https://issues.apache.org/jira/browse/CB-12856
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.1
>
>
> For example, phonegap-plugin-push can be installed on Windows, but if you 
> have the cordova-ios platform installed as well on Windows, it will fail the 
> check_reqs CocoaPods check.
> Make the check_reqs CocoaPods check only fail with the additional requirement 
> that the platform is darwin (macOS). So if CocoaPods check fails, and the 
> platform is non-darwin (Windows, Linux), check_reqs passes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-8980) Adding resource-file Element to config.xml for iOS

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

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

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

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

CB-8980: Ensure copied resource-files are cleaned

 This closes #309


> Adding resource-file Element to config.xml for iOS
> --
>
> Key: CB-8980
> URL: https://issues.apache.org/jira/browse/CB-8980
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-cli, cordova-lib
>Affects Versions: Master
> Environment: iOS
>Reporter: Karen Tran
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Based on the parent task, create a new resource-file element tag to copy 
> resource files from src to the correct directory with the given name.
> Example:
> 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-8980) Adding resource-file Element to config.xml for iOS

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

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

ASF GitHub Bot commented on CB-8980:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/309


> Adding resource-file Element to config.xml for iOS
> --
>
> Key: CB-8980
> URL: https://issues.apache.org/jira/browse/CB-8980
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-cli, cordova-lib
>Affects Versions: Master
> Environment: iOS
>Reporter: Karen Tran
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Based on the parent task, create a new resource-file element tag to copy 
> resource files from src to the correct directory with the given name.
> Example:
> 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12856) Skip CocoaPods check_reqs if on non-darwin (macOS) platform

2017-05-25 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-12856:
---

[~kikoalemao] I think that is more of a separate issue, a docs one. I'm not 
sure it's useful for users to install CocoaPods on Linux since you can't build 
on Linux anyway (no Xcode) and also that the platforms folder is build artifact 
anyway and shouldn't be checked in (in the case that somehow you could build it 
anyway).

I will test this fix for "cordova clean" as well.

> Skip CocoaPods check_reqs if on non-darwin (macOS) platform
> ---
>
> Key: CB-12856
> URL: https://issues.apache.org/jira/browse/CB-12856
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.1
>
>
> For example, phonegap-plugin-push can be installed on Windows, but if you 
> have the cordova-ios platform installed as well on Windows, it will fail the 
> check_reqs CocoaPods check.
> Make the check_reqs CocoaPods check only fail with the additional requirement 
> that the platform is darwin (macOS). So if CocoaPods check fails, and the 
> platform is non-darwin (Windows, Linux), check_reqs passes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-8980) Adding resource-file Element to config.xml for iOS

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

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

ASF GitHub Bot commented on CB-8980:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/377


> Adding resource-file Element to config.xml for iOS
> --
>
> Key: CB-8980
> URL: https://issues.apache.org/jira/browse/CB-8980
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-cli, cordova-lib
>Affects Versions: Master
> Environment: iOS
>Reporter: Karen Tran
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Based on the parent task, create a new resource-file element tag to copy 
> resource files from src to the correct directory with the given name.
> Example:
> 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-8980) Adding resource-file Element to config.xml for iOS

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

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

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

Commit 7d926822ed849736324882f02b59986ef7d57b01 in cordova-android's branch 
refs/heads/master from [~dpogue]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=7d92682 ]

CB-8980: Ensure copied resource-files are cleaned

This closes #377


> Adding resource-file Element to config.xml for iOS
> --
>
> Key: CB-8980
> URL: https://issues.apache.org/jira/browse/CB-8980
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-cli, cordova-lib
>Affects Versions: Master
> Environment: iOS
>Reporter: Karen Tran
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Based on the parent task, create a new resource-file element tag to copy 
> resource files from src to the correct directory with the given name.
> Example:
> 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

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

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

ASF GitHub Bot commented on CB-12593:
-

Github user cjpearson commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/257
  
@infil00p, I'm not very familiar with the internals of cordova-android. 
What do you mean by a tooling issue?


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

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

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

ASF GitHub Bot commented on CB-3232:


GitHub user ihadeed opened a pull request:

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

Set language for code blocks to add colors



### Platforms affected
None

### What does this PR do?
Add colors to code blocks in README.md

### What testing has been done on this change?
None

### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] 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.
- [ ] 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/ihadeed/cordova-plugin-globalization patch-1

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

https://github.com/apache/cordova-plugin-globalization/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 801052ce37d6ebf86bcc6c90d093796e56679c30
Author: Ibby Hadeed 
Date:   2017-05-25T21:25:15Z

Set language for code blocks to add colors




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-blackberry (DEPRECATED), cordova-cli
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12832) self-signed certificate not working for Android Cordova 6.1.2

2017-05-25 Thread Brett Hoyer (JIRA)

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

Brett Hoyer commented on CB-12832:
--

[~kerrishotts] No chain involved, but it appears self-signed certificates are 
no good in release builds.  Thanks for the clarification [~bowserj].

> self-signed certificate not working for Android Cordova 6.1.2
> -
>
> Key: CB-12832
> URL: https://issues.apache.org/jira/browse/CB-12832
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Reporter: Brett Hoyer
>
> Signed release build with API level 25, Android Cordova 6.1.2 (platform 
> version) does not work with self-signed SSL certificate.
> Using API level 23, Android Cordova 5.1.1 (platform version), this works just 
> fine.  My team was forced to downgrade to this version in order to hit 
> production.
> Note, this Android device has been configured properly to accept the given 
> self-signed certificate.  Regardless of API level, a debug build always works.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12617) Remove node 0.x support for platforms

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

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

ASF GitHub Bot commented on CB-12617:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/372


> Remove node 0.x support for platforms
> -
>
> Key: CB-12617
> URL: https://issues.apache.org/jira/browse/CB-12617
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-ios, cordova-windows
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12617) Remove node 0.x support for platforms

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

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

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

Commit d4dcbb13fc8c30878f5d69af84874e5194eeedca in cordova-android's branch 
refs/heads/master from [~auso]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=d4dcbb1 ]

CB-12617 : removed node0.x support for platforms and added engineStrict

This closes #372


> Remove node 0.x support for platforms
> -
>
> Key: CB-12617
> URL: https://issues.apache.org/jira/browse/CB-12617
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-ios, cordova-windows
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12762) Point package.json repo items to github mirrors

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

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

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

Commit 487d91d1ded96b8e2029f2ee90f12a8b20499f54 in cordova-browser's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-browser.git;h=487d91d ]

CB-12762 Point repo items to github mirrors


> Point package.json repo items to github mirrors
> ---
>
> Key: CB-12762
> URL: https://issues.apache.org/jira/browse/CB-12762
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllComponents
>Reporter: Jesse MacFadyen
>
> Proposal is here:
> https://github.com/cordova/cordova-discuss/issues/67



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-9596) PlatformApi master issue

2017-05-25 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-9596.
-
Resolution: Fixed

> PlatformApi master issue
> 
>
> Key: CB-9596
> URL: https://issues.apache.org/jira/browse/CB-9596
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-common, cordova-lib, cordova-plugman
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: PlatformApi, cordova-lib
>
> This is the master issue for PlatformApi related work.
> The description is copied from 
> https://github.com/cordova/cordova-discuss/pull/9
> This proposal describes a high-level classes which describe Cordova project 
> and Cordova platform as a strictly typed APIs:
> * ProjectApi - a high-level abstraction on top of cordova project, exposes 
> project's properties and methods for project management.
> * PlatformApi class - further development of PlatformProject (see #4) - 
> abstraction for single particular platform.
> To make the transition to new API smoother, the cordova-lib needs to be 
> updated to expose the same class, which will work as a polyfill in case if 
> platform doesn't provides its own PlatformApi.
> There also a potential problem of code duplication, since the PlatformApi 
> needs for several classes, which currently being stored and exposed by 
> cordova-lib: ConfigParser, PluginInfo, etc. The one of solutions of this 
> problem - is to factor out the common classes and routines to shared module 
> (proposed name - cordova-common), which then will be released separately. 
> This approach is discussed in cordova-lib/#235



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12527) Implement and expose PlatformApi for browser

2017-05-25 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-12527.
--
Resolution: Implemented

> Implement and expose PlatformApi for browser
> 
>
> Key: CB-12527
> URL: https://issues.apache.org/jira/browse/CB-12527
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-common, cordova-lib, cordova-plugman
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12617) Remove node 0.x support for platforms

2017-05-25 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen updated CB-12617:
-
Component/s: (was: cordova-browser)

> Remove node 0.x support for platforms
> -
>
> Key: CB-12617
> URL: https://issues.apache.org/jira/browse/CB-12617
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-ios, cordova-windows
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-8260) Error when unzipping build zip package

2017-05-25 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-8260.
-
Resolution: Not A Problem

Zipping is (todo:) being removed from browser platform builds.

> Error when unzipping build zip package
> --
>
> Key: CB-8260
> URL: https://issues.apache.org/jira/browse/CB-8260
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-browser
>Reporter: Sam Verschueren
>
> When I build my project with 'cordova build browser', a zip file will be 
> created under the build folder. When I unzip that folder I get the following 
> errors for certain files:
> error:  invalid compressed data to inflate
> It seems that the problem lays in the adm-zip module used to create that zip 
> package. Other people have reported the same issue in the issue tracker of 
> adm-zip (https://github.com/cthackers/adm-zip/issues/102).
> This could be solved by using another archiver module like 
> https://github.com/ctalkington/node-archiver as suggested by another user in 
> the issue tracker of adm-zip.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-8260) Error when unzipping build zip package

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

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

ASF GitHub Bot commented on CB-8260:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-browser/pull/25


> Error when unzipping build zip package
> --
>
> Key: CB-8260
> URL: https://issues.apache.org/jira/browse/CB-8260
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-browser
>Reporter: Sam Verschueren
>
> When I build my project with 'cordova build browser', a zip file will be 
> created under the build folder. When I unzip that folder I get the following 
> errors for certain files:
> error:  invalid compressed data to inflate
> It seems that the problem lays in the adm-zip module used to create that zip 
> package. Other people have reported the same issue in the issue tracker of 
> adm-zip (https://github.com/cthackers/adm-zip/issues/102).
> This could be solved by using another archiver module like 
> https://github.com/ctalkington/node-archiver as suggested by another user in 
> the issue tracker of adm-zip.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-8260) Error when unzipping build zip package

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

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

ASF GitHub Bot commented on CB-8260:


Github user purplecabbage commented on the issue:

https://github.com/apache/cordova-browser/pull/25
  
I like this, and thank you, however, I am planning on removing zip 
functionality.
I believe zipping was only added because someone decided that `build` 
needed some sort of output.
Realistically, I think it makes more sense to let users zip their own build 
output as they see fit, and remove these extra deps.


> Error when unzipping build zip package
> --
>
> Key: CB-8260
> URL: https://issues.apache.org/jira/browse/CB-8260
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-browser
>Reporter: Sam Verschueren
>
> When I build my project with 'cordova build browser', a zip file will be 
> created under the build folder. When I unzip that folder I get the following 
> errors for certain files:
> error:  invalid compressed data to inflate
> It seems that the problem lays in the adm-zip module used to create that zip 
> package. Other people have reported the same issue in the issue tracker of 
> adm-zip (https://github.com/cthackers/adm-zip/issues/102).
> This could be solved by using another archiver module like 
> https://github.com/ctalkington/node-archiver as suggested by another user in 
> the issue tracker of adm-zip.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12527) Implement and expose PlatformApi for browser

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

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

ASF GitHub Bot commented on CB-12527:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-browser/pull/28


> Implement and expose PlatformApi for browser
> 
>
> Key: CB-12527
> URL: https://issues.apache.org/jira/browse/CB-12527
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-common, cordova-lib, cordova-plugman
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12617) Remove node 0.x support for platforms

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

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

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

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

CB-12617 : removed node 0.x support and added engineStrict. This closes #27


> Remove node 0.x support for platforms
> -
>
> Key: CB-12617
> URL: https://issues.apache.org/jira/browse/CB-12617
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-windows
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12617) Remove node 0.x support for platforms

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

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

ASF GitHub Bot commented on CB-12617:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-browser/pull/27


> Remove node 0.x support for platforms
> -
>
> Key: CB-12617
> URL: https://issues.apache.org/jira/browse/CB-12617
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-windows
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12859) Document how to run cordova-android native tests

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

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

ASF GitHub Bot commented on CB-12859:
-

Github user dpogue commented on a diff in the pull request:

https://github.com/apache/cordova-android/pull/382#discussion_r118572485
  
--- Diff: test/README.md ---
@@ -0,0 +1,58 @@
+
+
+# Cordova Android Test Project
+
+The project in this directory is an Android Test project that enables those
+interested in further developing cordova-android to validate their changes.
+
+## Requirements
+
+The requirements in the top-level README still apply. In addition, ensure 
you
+have installed Gradle, and that it is (at the time of this writing) at 
least
+version 3.3 or newer.
+
+## Getting Started
+
+You can run this test project from both the command line as well as from
+Android Studio.
+
+### Command Line
+
+Ensure you have the gradle wrapper script, `gradlew`, in this directory. If
+you do not, you can run the following to generate it:
+
+$ cd cordova-android/test
+$ gradle :wrapper -b build.gradle
+
+You can then see a list of all tasks available to run with `gradlew tasks`.
+
+The two different kinds of tests one typically wants to run are unit tests 
and
+end-to-end, or instrumented, tests. Unit tests do not require any 
particular
+environment to run int, but the instrumented tests, however, require a
--- End diff --

int -> in


> Document how to run cordova-android native tests
> 
>
> Key: CB-12859
> URL: https://issues.apache.org/jira/browse/CB-12859
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Filip Maj
>Assignee: Filip Maj
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12859) Document how to run cordova-android native tests

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

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

ASF GitHub Bot commented on CB-12859:
-

Github user shazron commented on a diff in the pull request:

https://github.com/apache/cordova-android/pull/382#discussion_r118570607
  
--- Diff: README.md ---
@@ -62,3 +62,9 @@ These commands live in a generated Cordova Android 
project. Any interactions wit
 
 1. Create a project
 2. Import it via "Non-Android Studio Project"
+
+## Running the Native Tests
+
+The `test/` directory in this project contains an Android test project 
that can
+be used to run different kinds of native tests. Check out the README 
contained
--- End diff --

wonder if you could link to the nested README here. I know, i'm lazy


> Document how to run cordova-android native tests
> 
>
> Key: CB-12859
> URL: https://issues.apache.org/jira/browse/CB-12859
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Filip Maj
>Assignee: Filip Maj
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12859) Document how to run cordova-android native tests

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

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

ASF GitHub Bot commented on CB-12859:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-android/pull/382
  
# 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/382?src=pr=h1) 
Report
> Merging 
[#382](https://codecov.io/gh/apache/cordova-android/pull/382?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/cordova-android/commit/f396712f59a515dadd1f48d80104dee6a770360e?src=pr=desc)
 will **not change** coverage.
> The diff coverage is `n/a`.

[![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-android/pull/382/graphs/tree.svg?height=150=650=q14nMf6C5a=pr)](https://codecov.io/gh/apache/cordova-android/pull/382?src=pr=tree)

```diff
@@   Coverage Diff   @@
##   master #382   +/-   ##
===
  Coverage   39.52%   39.52%   
===
  Files  16   16   
  Lines1551 1551   
  Branches  277  277   
===
  Hits  613  613   
  Misses938  938
```



--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-android/pull/382?src=pr=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/382?src=pr=footer).
 Last update 
[f396712...c350b39](https://codecov.io/gh/apache/cordova-android/pull/382?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).



> Document how to run cordova-android native tests
> 
>
> Key: CB-12859
> URL: https://issues.apache.org/jira/browse/CB-12859
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Filip Maj
>Assignee: Filip Maj
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12859) Document how to run cordova-android native tests

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

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

ASF GitHub Bot commented on CB-12859:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-android/pull/382

CB-12859: document how to run the native tests

Please review @infil00p.

FYI @dpogue @purplecabbage @shazron @jcesarmobile @alsorokin.

### Checklist
- [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database: 
[CB-12859](https://issues.apache.org/jira/browse/CB-12859).
- [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.
- [ ] 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/filmaj/cordova-android native-tests-docs

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

https://github.com/apache/cordova-android/pull/382.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 #382


commit c350b392636c12dc66a7d5258b3c4b840b006115
Author: filmaj 
Date:   2017-05-25T18:54:25Z

CB-12859: document how to run the native tests. add a README to the test/ 
project.




> Document how to run cordova-android native tests
> 
>
> Key: CB-12859
> URL: https://issues.apache.org/jira/browse/CB-12859
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Filip Maj
>Assignee: Filip Maj
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12859) Document how to run cordova-android native tests

2017-05-25 Thread Filip Maj (JIRA)
Filip Maj created CB-12859:
--

 Summary: Document how to run cordova-android native tests
 Key: CB-12859
 URL: https://issues.apache.org/jira/browse/CB-12859
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-android
Reporter: Filip Maj
Assignee: Filip Maj






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12760) Broken link in Android project configuration documentation

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12760:

Component/s: cordova-docs

> Broken link in Android project configuration documentation
> --
>
> Key: CB-12760
> URL: https://issues.apache.org/jira/browse/CB-12760
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-docs
>Reporter: Nate Eagleson
>Priority: Trivial
>
> The "Setting Gradle Properties"
>  
> (https://cordova.apache.org/docs/en/latest/guide/platforms/android/#setting-gradle-properties)
>  section of the Cordova docs contains a broken link to the "Extending 
> build.gradle"
>  
> (https://cordova.apache.org/docs/en/latest/guide/platforms/android/#extending-buildgradle)
>  section of the docs.
> I would have chosen Documentation as the issue type, but it was not available 
> in the dropdown.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12825) Android app crashes on startup

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-12825:
-

I don't see Cordova actually crashing, instead I see it being forced closed.  
Something is forcing the activity to close rather abruptly, and the WebView 
can't even handle that scenario.

For example, this is the app closing:
{noformat}
05-17 11:34:54.535 7893 7893 D CordovaActivity: Stopped the activity.
05-17 11:34:54.535 7893 7893 D CordovaActivity: CordovaActivity.onDestroy()
05-17 11:34:54.535 7893 7893 D com.unarin.beacon: Unbind from IBeacon service
05-17 11:34:54.538 7893 7893 D CordovaWebViewImpl: >>> loadUrl(about:blank)
05-17 11:34:54.539 7893 7893 W cr_AwContents: WebView.destroy() called while 
WebView is still attached to window.
{noformat}

What does your application do? What is forcing it to close?  Are you trying to 
do some iBeacon stuff in a plugin?  This appears to be more of an application 
issue than a Cordova issue, since there's no stack trace.

> Android app crashes on startup 
> ---
>
> Key: CB-12825
> URL: https://issues.apache.org/jira/browse/CB-12825
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
> Environment: MacOS Sierra 10.12.4 for building 
> Android 7.1.1 (API 25) 
>Reporter: Matthias De Vriendt
>Priority: Critical
> Fix For: cordova@7.0.0
>
>
> When i use the cordova CLI to build an application for android, and then run 
> the application on an android device using either the simulator or an actual 
> device, the app crashes on startup. 
> The logs are as follows (note the GL_ERROR near the bottom): 
> 05-17 11:34:54.246  2157  6299 E AudioRecord-JNI: Error creating AudioRecord 
> instance: initialization check failed with status -22.
> 05-17 11:34:54.246  2157  6299 E android.media.AudioRecord: Error code -20 
> when initializing native AudioRecord object.
> 05-17 11:34:54.246  2157  6299 I MicrophoneInputStream: mic_started 
> com.google.android.apps.gsa.staticplugins.z.c@3fce888
> 05-17 11:34:54.248  2157  6299 E ActivityThread: Failed to find provider info 
> for com.google.android.apps.gsa.testing.ui.audio.recorded
> 05-17 11:34:54.249  2157  7963 W SpeechLevelGenerator: Really low audio 
> levels detected. The audio input may have issues.
> 05-17 11:34:54.258  7893  7893 W art : Attempt to remove non-JNI local 
> reference, dumping thread
> 05-17 11:34:54.262  2157  2157 I MicroDetectionWorker: onReady
> 05-17 11:34:54.263  2157  6299 I MicrophoneInputStream: mic_close 
> com.google.android.apps.gsa.staticplugins.z.c@3fce888
> 05-17 11:34:54.265  2157  7963 I MicroRecognitionRunner: Detection finished
> 05-17 11:34:54.265  2157  7963 W ErrorReporter: reportError [type: 211, code: 
> 524300]: Error reading from input stream
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor: onFatalError, processing 
> error from engine(4)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor: 
> com.google.android.apps.gsa.shared.speech.a.g: Error reading from input stream
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> com.google.android.apps.gsa.staticplugins.recognizer.i.a.a(SourceFile:342)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> com.google.android.apps.gsa.staticplugins.recognizer.i.a$1.run(SourceFile:1367)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> java.util.concurrent.FutureTask.run(FutureTask.java:237)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> com.google.android.apps.gsa.shared.util.concurrent.a.ak.run(SourceFile:66)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> java.lang.Thread.run(Thread.java:761)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> com.google.android.apps.gsa.shared.util.concurrent.a.ad$1.run(SourceFile:85)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor: Caused by: 
> com.google.android.apps.gsa.shared.exception.GsaIOException: Error code: 
> 393238 | Buffer overflow, no available space.
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> com.google.android.apps.gsa.speech.audio.Tee.g(SourceFile:2531)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> com.google.android.apps.gsa.speech.audio.ap.read(SourceFile:555)
> 05-17 11:34:54.267  2157  7963 W ErrorProcessor:  at 
> java.io.InputStream.read(InputStream.java:101)
> 05-17 11:34:54.267  

[jira] [Commented] (CB-12835) Add a Context getter in CordovaInterface

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-12835:
-

Can you explain this use case in more detail.  The CordovaInterface is 
expecting that you will be providing it an Activity, and that it will be 
getting the context from the activity itself, not from a service.  This isn't 
the intended use case for Cordova, so more information on what you're trying to 
do would be more helpful.

Does this mean we can close the PR you opened on CB-12623? 

Seriously, we're confused as to what you're trying to do here, so more info 
would be helpful.

> Add a Context getter in CordovaInterface
> 
>
> Key: CB-12835
> URL: https://issues.apache.org/jira/browse/CB-12835
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 3.5.0
>Reporter: Xiaolei Yu
>
> We use a WebView instance within an android Service and attach it to an 
> activity view hierarchy when user interaction is required.
> Assuming cordova wants to support such use case a Context getter is needed in 
> CordovaInterface for plugins that are accessing Context through getActivity() 
> (such as the device plugin)
>  
> I originally created CB-12623 for the device plugin. After receiving comments 
> I think it should be addressed here first.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12634) Huge memory usage in Cordova android platform

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12634:

Priority: Minor  (was: Major)

> Huge memory usage in Cordova android platform
> -
>
> Key: CB-12634
> URL: https://issues.apache.org/jira/browse/CB-12634
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Reporter: Mindteck
>Priority: Minor
> Attachments: adcjcead.png, dgai.png, dgijajid.png, edgefied.png, 
> fcfbdbgc.png, fjjjehid.png, jbadeibh.png
>
>
> Our application consist of following components:
> 1. Android Native code + Java Jar
> 2. CordovaLib + Own created Cordova plugin
> 3. JavaScript, HTML, CSS
> In our android screen we have a button which initiates web page (chromium 
> browser) where we need to draw some graphs and digits on a certain interval. 
> Those data are receiving in Android native end from a remote device & we are 
> passing those data to the web page through cordova plug-in.
> On Button click we are initiating Cordova plug in along with web page.
> whenever  the plugin is initiating  and the Cordova web page is loading it is 
> taking close to 50MB of memory. 
> Now if we exit from the cordova page and back to android native screen that 
> 50MB is not fully recovered. If we continue this type of testing i.e, 
> entering and exiting from the cordova page continuously is causes a huge 
> memory leak in our app. 
> Questions:
> 1. Is it the usual behavior in cordova? 
> 2. As multiple Threads are running in CordovaLib framework, so when we are 
> exiting from cordova screen what is the status of those internal Threads? Are 
> those threads still running in the background even if we are exiting from 
> cordova webview to android native page?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12634) Huge memory usage in Cordova android platform

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12634:

Component/s: (was: cordova-lib)
 (was: cordova-browser)

> Huge memory usage in Cordova android platform
> -
>
> Key: CB-12634
> URL: https://issues.apache.org/jira/browse/CB-12634
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Reporter: Mindteck
>Priority: Minor
> Attachments: adcjcead.png, dgai.png, dgijajid.png, edgefied.png, 
> fcfbdbgc.png, fjjjehid.png, jbadeibh.png
>
>
> Our application consist of following components:
> 1. Android Native code + Java Jar
> 2. CordovaLib + Own created Cordova plugin
> 3. JavaScript, HTML, CSS
> In our android screen we have a button which initiates web page (chromium 
> browser) where we need to draw some graphs and digits on a certain interval. 
> Those data are receiving in Android native end from a remote device & we are 
> passing those data to the web page through cordova plug-in.
> On Button click we are initiating Cordova plug in along with web page.
> whenever  the plugin is initiating  and the Cordova web page is loading it is 
> taking close to 50MB of memory. 
> Now if we exit from the cordova page and back to android native screen that 
> 50MB is not fully recovered. If we continue this type of testing i.e, 
> entering and exiting from the cordova page continuously is causes a huge 
> memory leak in our app. 
> Questions:
> 1. Is it the usual behavior in cordova? 
> 2. As multiple Threads are running in CordovaLib framework, so when we are 
> exiting from cordova screen what is the status of those internal Threads? Are 
> those threads still running in the background even if we are exiting from 
> cordova webview to android native page?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12648) Cordova Android documentation shows wrong API version?

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-12648:

Component/s: cordova-docs

> Cordova Android documentation shows wrong API version?
> --
>
> Key: CB-12648
> URL: https://issues.apache.org/jira/browse/CB-12648
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-docs
>Reporter: Jacob Weber
>Priority: Minor
>
> I'm trying to figure out whether Cordova supports API level 25.
> According to the cordova-android [release 
> notes|https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md], 
> version 6.0.0 supports Android API 24. (It looks like 6.1.0 might support API 
> 25, but it's not clear.)
> But the [platforms 
> documentation|https://cordova.apache.org/docs/en/latest/guide/platforms/android/]
>  doesn't list anything later that Cordova 5.x.x, which supports API 23.
> So it looks like the docs need to be upgraded. Or are these 6.x releases not 
> official yet?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12832) self-signed certificate not working for Android Cordova 6.1.2

2017-05-25 Thread Joe Bowser (JIRA)

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

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

This is working as intended.  self-signed certificates should never work in 
release builds, and you should be using proper SSL.

> self-signed certificate not working for Android Cordova 6.1.2
> -
>
> Key: CB-12832
> URL: https://issues.apache.org/jira/browse/CB-12832
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Reporter: Brett Hoyer
>
> Signed release build with API level 25, Android Cordova 6.1.2 (platform 
> version) does not work with self-signed SSL certificate.
> Using API level 23, Android Cordova 5.1.1 (platform version), this works just 
> fine.  My team was forced to downgrade to this version in order to hit 
> production.
> Note, this Android device has been configured properly to accept the given 
> self-signed certificate.  Regardless of API level, a debug build always works.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 0a3dadfdb037ba613da0d2ccaae2bf84ae1874ef in cordova-plugin-statusbar's 
branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=0a3dadf
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user filmaj closed the pull request at:

https://github.com/apache/cordova-plugin-vibration/pull/56


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user filmaj closed the pull request at:

https://github.com/apache/cordova-plugin-statusbar/pull/80


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 5c89c4643e4eee34fabbb3490b37fe42609c405e in cordova-plugin-vibration's 
branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=5c89c46
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12855) 'Undefined is not a function' on ES6 function call for Cordova Android

2017-05-25 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-12855:
-

I do not believe that Cordova is supporting 0.12.2, which is probably how this 
commit landed in the first place.  That said, I think we're going to have more 
patches land against this commit pretty quickly.

> 'Undefined is not a function' on ES6 function call for Cordova Android
> --
>
> Key: CB-12855
> URL: https://issues.apache.org/jira/browse/CB-12855
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 6.5.0
> Environment: node 0.12.2
>Reporter: Jonathan Magoon
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Using an older version of node (if it's still in the backwards compatible 
> window). A change in Cordova Android from hardcoding the path for Android 
> Studio to iterating through the applications calls .startsWith('Android 
> Studio'), (which I'm guessing exists in a later node version and not the one 
> we are stuck with (0.12.2)) breaks `cordova build android` (or run, etc.) 
> with 'Undefined is not a function'.
> Swapping to 'indexOf' fixes this. Commit is here:
> https://github.com/apache/cordova-android/commit/e3198b0f6b3c0d0877e8c1618bea1874392c51dd
> I can write a PR for this if this is something that should be backwards 
> compatible. Please let me know if I will need to version lock with a previous 
> Cordova Android version due to the old version of node we use.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/80
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-statusbar/pull/80/commits/0a3dadfdb037ba613da0d2ccaae2bf84ae1874ef)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/56/)

 24 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-vibration/pull/56
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-vibration/pull/56/commits/5c89c4643e4eee34fabbb3490b37fe42609c405e)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/27/)

 6 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

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

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

ASF GitHub Bot commented on CB-12593:
-

Github user infil00p commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/257
  
@cjpearson After reading this, I can see this issue appearing even if we do 
move the management into cordova-android.  This is a tooling issue that we're 
going to have to handle.


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit ffda2e81b9b048975baa7461a7286b63e184a810 in 
cordova-plugin-splashscreen's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=ffda2e8
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-splashscreen/pull/127


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/127
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/127/commits/ffda2e81b9b048975baa7461a7286b63e184a810)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/50/)

 18 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/35


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 95b0dc40b8d6cd2f656dc0fdf9057fe85eece214 in 
cordova-plugin-wkwebview-engine's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-wkwebview-engine.git;h=95b0dc4
 ]

CB-12847: fixed `bugs` entry in package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/35
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/35/commits/95b0dc40b8d6cd2f656dc0fdf9057fe85eece214)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-wkwebview-engine-pr/18/)

 2 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

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

CB-12847: fixed `bugs` entry in package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-windows bugs

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

https://github.com/apache/cordova-windows/pull/233.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 #233


commit f14243018539d773d9da88a5a52b5e0f448cd3f6
Author: filmaj 
Date:   2017-05-25T17:14:37Z

CB-12847: fixed `bugs` entry in package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/35

CB-12847: fixed `bugs` entry in package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-wkwebview-engine bugs

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

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/35.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 #35


commit 95b0dc40b8d6cd2f656dc0fdf9057fe85eece214
Author: filmaj 
Date:   2017-05-25T17:12:03Z

CB-12847: fixed `bugs` entry in package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-whitelist/pull/25

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-whitelist bugs

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

https://github.com/apache/cordova-plugin-whitelist/pull/25.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 #25


commit 97c313378e68ae36c810674e87e9f196e5b1ad57
Author: filmaj 
Date:   2017-05-25T17:10:28Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-vibration/pull/56

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-vibration bugs

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

https://github.com/apache/cordova-plugin-vibration/pull/56.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 #56


commit 5c89c4643e4eee34fabbb3490b37fe42609c405e
Author: filmaj 
Date:   2017-05-25T17:08:35Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-test-framework/pull/25

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-test-framework bugs

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

https://github.com/apache/cordova-plugin-test-framework/pull/25.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 #25


commit d0d3af99c6166d0ce8657450a8ccf820c467b470
Author: filmaj 
Date:   2017-05-25T17:06:26Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-statusbar/pull/80

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-statusbar bugs

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

https://github.com/apache/cordova-plugin-statusbar/pull/80.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 #80


commit 0a3dadfdb037ba613da0d2ccaae2bf84ae1874ef
Author: filmaj 
Date:   2017-05-25T17:05:08Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/127

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-splashscreen bugs

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

https://github.com/apache/cordova-plugin-splashscreen/pull/127.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 #127


commit ffda2e81b9b048975baa7461a7286b63e184a810
Author: filmaj 
Date:   2017-05-25T17:03:13Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-screen-orientation/pull/16


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit d515b93d7a3884a50f16da0869a583666860cd1b in 
cordova-plugin-screen-orientation's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=d515b93
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-network-information/pull/55


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/78


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit f78e5c4c9db9eb423afa0c95c59daf77ae598cac in 
cordova-plugin-network-information's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=f78e5c4
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

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

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

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

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media/pull/139


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 1b8be429d12cd77841af655afaa773731413a95e in 
cordova-plugin-globalization's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=1b8be42
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-globalization/pull/56


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-file-transfer/pull/180


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

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

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12858) Include Exif data with Android Images

2017-05-25 Thread Homerlex (JIRA)
Homerlex created CB-12858:
-

 Summary: Include Exif data with Android Images
 Key: CB-12858
 URL: https://issues.apache.org/jira/browse/CB-12858
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-plugin-camera
Reporter: Homerlex


When we do camera.getPicture (Camera.DestinationType.DATA_URL in our case) we 
get exif data in the image on iOS but not Android.  Why not include it for 
Android as well?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-7077) Icons settings are not copied from custom manifest.webapp from {projektname}/www folder

2017-05-25 Thread Audrey So (JIRA)

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

Audrey So commented on CB-7077:
---

Hi! Are you still having issues with this? If not, please let me know so I can 
close it. Thanks so much!

> Icons settings are not copied from custom manifest.webapp from 
> {projektname}/www folder
> ---
>
> Key: CB-7077
> URL: https://issues.apache.org/jira/browse/CB-7077
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.5.0
>Reporter: Wolfram Nikolas Müller
>
> Steps to reproduce:
> Create a new project.
> {noformat}
> cordova create test com.test.test TestProject
> {noformat}
> Add Firefox Os:
> {noformat}
> cordova platform add firefoxos
> {noformat}
> Create custom manifest.webapp in test/www with
> {code:javascript}
> { 
> "launch_path":"/index.html",
> "installs_allowed_from":["*"],
> "version":"0.0.1",
> "name":"My app",
> "pkgName":"io.cordova.hellocordova",
> "icons": {
> "128": "/img/logo.png"
> }
> }
> {code}
> run
> {noformat}
> cordova prepare
> {noformat}
> the file manifest.webapp in test/platforms/firefoxos/www/ contains
> {code:javascript}
> {
> "launch_path": "/index.html",
> "installs_allowed_from": [
> "*"
> ],
> "version": "0.0.1",
> "name": "TestProject",
> "pkgName": "com.test.test",
> "icons": {},
> "description": "A sample Apache Cordova application that responds to the 
> deviceready event.",
> "developer": {
> "name": "Apache Cordova Team",
> "url": "http://cordova.io;
> }
> }
> {code}
> Issue:
> The icons hash is empty.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Assigned] (CB-12804) Cordova-browser PWA needs a manifest file

2017-05-25 Thread Audrey So (JIRA)

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

Audrey So reassigned CB-12804:
--

Assignee: Audrey So

> Cordova-browser PWA needs a manifest file
> -
>
> Key: CB-12804
> URL: https://issues.apache.org/jira/browse/CB-12804
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-browser
>Reporter: Audrey So
>Assignee: Audrey So
> Fix For: cordova7
>
>
> Cordova-browser PWA needs a manifest file.
> This manifest.json file should get created during cordova platform add 
> browser and use values from config.xml to build.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12596) cannot use cordova-plugin-file-transfer due to types issue

2017-05-25 Thread Jeffrey Milloy (JIRA)

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

Jeffrey Milloy commented on CB-12596:
-

Since posting this, the requirements for my project have changed and I don't 
need the plugin. We've also updated ionic, etc. On the other hand, I saw that 
some people were able to resolve the issue by reinstalling the platform or even 
the whole project (rather than just reinstalling the plugin).

> cannot use cordova-plugin-file-transfer due to types issue
> --
>
> Key: CB-12596
> URL: https://issues.apache.org/jira/browse/CB-12596
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Ionic
>Affects Versions: 6.4.0, 6.5.0
> Environment: {noformat}
> Installed platforms:
>   android 6.1.2
> {noformat}
> {noformat}
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.9 "AppVersion"
> cordova-plugin-buildinfo 1.1.0 "BuildInfo"
> cordova-plugin-compat 1.1.0 "Compat"
> cordova-plugin-console 1.0.5 "Console"
> cordova-plugin-crosswalk-webview 2.3.0 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.4 "Device"
> cordova-plugin-file 4.3.2 "File"
> cordova-plugin-file-opener2 2.0.8 "File Opener2"
> cordova-plugin-file-transfer 1.6.2 "File Transfer"
> cordova-plugin-screen-orientation 1.4.2 "Screen Orientation"
> cordova-plugin-splashscreen 4.0.1 "Splashscreen"
> cordova-plugin-whitelist 1.3.1 "Whitelist"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> ionic-plugin-keyboard 2.2.1 "Keyboard"
> {noformat}
>Reporter: Jeffrey Milloy
>  Labels: plugin-file, plugin-file-transfer, typescript, typings
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> I am using Ionic 2 (2.2.1). Building the app with {{ionic-app-scripts build}} 
> fails during transpile with this error:
> {noformat}
> typescript: plugins/cordova-plugin-file-transfer/types/index.d.ts, line: 
> Cannot find type definition file for 'cordova-plugin-file':
>  L8:  * @param serverURL of the server to receive the file, as 
> encoded by 
>  L9:  * @param successCallback   A callback that is passed a FileUploadResult 
> L10:  * @param errorCallback A callback that executes if an error occurs 
> retrieving the FileUploadResult.
> {noformat}
> So the file transfer plugin is completely unusable. The build transpiles 
> without errors if I simply deleted line 9 of 
> {{cordova-plugin-file-transfer/types/index.d.ts}}
> {code}
> /// 
> {code}
> My typescript version is {{typescript@2.0.10}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12842) Two plugins with same provider make Android build crash

2017-05-25 Thread Connor Pearson (JIRA)

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

Connor Pearson commented on CB-12842:
-

I saw the same issue with the camera plugin and one of our custom plugins. 
(https://issues.apache.org/jira/browse/CB-12593)

I've proposed a fix [here|https://issues.apache.org/jira/browse/CB-12593]. You 
would also have to make a similar change to the DocumentViewerPlugin.

> Two plugins with same provider make Android build crash
> ---
>
> Key: CB-12842
> URL: https://issues.apache.org/jira/browse/CB-12842
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
> Environment: cordova-android 6.2.3
>Reporter: Jan Piotrowski
>
> Installing two plugins (in the example 
> https://github.com/apache/cordova-plugin-camera and 
> https://github.com/sitewaerts/cordova-plugin-document-viewer) can create 
> something like this:
> {code}
>  android:exported="false" android:grantUriPermissions="true" 
> android:name="android.support.v4.content.FileProvider">
>  android:resource="@xml/provider_paths" />
> 
>  android:authorities="io.ionic.conferenceapp.DocumentViewerPlugin.fileprovider"
>  android:exported="false" android:grantUriPermissions="true" 
> android:name="android.support.v4.content.FileProvider">
>  android:resource="@xml/documentviewer_file_paths" />
> 
> {code}
> This causes the build to fail like so:
> {code}
> ionic cordova run android
> UP-TO-DATE
> :generateArmv7DebugResources UP-TO-DATE
> :mergeArmv7DebugResources
>  UP-TO-DATE
> :processArmv7DebugManifest
> C:\Users\mohan\Documents\PrimusGIT\MobileApps\Demo\platforms\android\AndroidManifest.xml:16:9-18:20
>  Error:
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:16:9-18:20 duplicated with element declared at 
> AndroidManifest.xml:13:9-15:20
> See http://g.co/androidstudio/manifest-merger for more information about the 
> manifest merger.
> :processArmv7DebugManifest FAILED
> C:\Users\mohan\Documents\PrimusGIT\MobileApps\Demo\platforms\android\AndroidManifest.xml
>  Error:
> Validation failed, exiting
> BUILD FAILED
> Total time: 27.006 secs
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':processArmv7DebugManifest'.
> > Manifest merger failed with multiple errors, see logs
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output.
> Error: cmd: Command failed with exit code 1 Error output:
> C:\Users\mohan\Documents\PrimusGIT\MobileApps\Demo\platforms\android\AndroidManifest.xml:16:9-18:20
>  Error:
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:16:9-18:20 duplicated with element declared at 
> AndroidManifest.xml:13:9-15:20
> C:\Users\mohan\Documents\PrimusGIT\MobileApps\Demo\platforms\android\AndroidManifest.xml
>  Error:
> Validation failed, exiting
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':processArmv7DebugManifest'.
> > Manifest merger failed with multiple errors, see logs
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output.
> [ERROR] Cordova encountered an error.
> You may get more insight by running the Cordova command above 
> directly.
> [ERROR] An error occurred while running cordova run android (exit code 1).
> {code}
> How should this be handled?
> Forum topic where the problem originated:
> https://forum.ionicframework.com/t/ionic-plugin-document-viewer-creating-android-manifest-merger-issue-in-build/91297



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12857) Discovered plugin "Device" in config.xml. Adding it to the project Failed to restore plugin "Device" from config.xml. You might need to try adding it again. Error: Error:

2017-05-25 Thread Audrey So (JIRA)

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

Audrey So commented on CB-12857:


Hi! I am trying to reproduce your issue. Can you provide a list of steps to 
help me reproduce your issue? What version of cordova are you using? (cordova 
-v) Thanks so much!

> Discovered plugin "Device" in config.xml. Adding it to the project Failed to 
> restore plugin "Device" from config.xml. You might need to try adding it 
> again. Error: Error: Registry returned 404 for GET on 
> https://registry.npmjs.org/Device
> -
>
> Key: CB-12857
> URL: https://issues.apache.org/jira/browse/CB-12857
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: navitha
>
> Discovered plugin "Device" in config.xml. Adding it to the project
> Failed to restore plugin "Device" from config.xml. You might need to try 
> adding it again. Error: Error: Registry returned 404 for GET on 
> https://registry.npmjs.org/Device
> I got this error during run my project.. anyone help me... 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-screen-orientation/pull/16
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-screen-orientation/pull/16/commits/d515b93d7a3884a50f16da0869a583666860cd1b)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/26/)

 72 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/180
  
Cordova CI Build has one or more failures. 

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

 318 tests run, 15 skipped, 2 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user alsorokin commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/180
  
These flaky failures are clearly not caused by tour changes. I see them in 
the periodic build too.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

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

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

ASF GitHub Bot commented on CB-3232:


Github user alsorokin closed the pull request at:

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


> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-blackberry (DEPRECATED), cordova-cli
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-network-information/pull/55
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-network-information/pull/55/commits/f78e5c4c9db9eb423afa0c95c59daf77ae598cac)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/26/)

 24 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/222
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/222/commits/711c60521279397c8ceb55a4dd036504b10a35ad)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/147/)

 36 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-globalization/pull/56
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-globalization/pull/56/commits/1b8be429d12cd77841af655afaa773731413a95e)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/31/)

 276 tests run, 4 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/139
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-media/pull/139/commits/bd282b3e3be528f01e1a790537d4061d0d3d5da5)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/123/)

 162 tests run, 18 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/78
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-media-capture/pull/78/commits/f38f507a968748d4f652559506344464d03fdf86)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/39/)

 72 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-screen-orientation/pull/16

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-screen-orientation bugs

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

https://github.com/apache/cordova-plugin-screen-orientation/pull/16.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 #16


commit d515b93d7a3884a50f16da0869a583666860cd1b
Author: filmaj 
Date:   2017-05-25T11:19:55Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 711c60521279397c8ceb55a4dd036504b10a35ad in 
cordova-plugin-inappbrowser's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=711c605
 ]

CB-12847: added `bugs` entry to package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-inappbrowser/pull/222


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/180
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-file-transfer/pull/180/commits/21f019472de74df7f266dcb21e18b3e294e35ee3)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/80/)

 318 tests run, 15 skipped, 4 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12848) Review contribution guidelines, github template

2017-05-25 Thread Filip Maj (JIRA)

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

Filip Maj updated CB-12848:
---
Description: 
The PR template has "platforms affected" as a heading - probably not applicable 
to cordova-android?
Should also point out what the comment trigger for cordova-qa bot is: 
{{cordova-qa run tests}}

Might be worth reviewing the template, which also links to the Contribution 
Guidelines: 
https://github.com/apache/cordova-android/blob/master/CONTRIBUTING.md

Maybe more linkage?

Which then links to http://cordova.apache.org/contribute/
Which then you have to click to 'contribution guidelines' one more to load 
http://cordova.apache.org/contribute/contribute_guidelines.html

  was:
The PR template has "platforms affected" as a heading - probably not applicable 
to cordova-android?
Should also point out what the comment trigger for cordova-qa bot is.

Might be worth reviewing the template, which also links to the Contribution 
Guidelines: 
https://github.com/apache/cordova-android/blob/master/CONTRIBUTING.md

Maybe more linkage?

Which then links to http://cordova.apache.org/contribute/
Which then you have to click to 'contribution guidelines' one more to load 
http://cordova.apache.org/contribute/contribute_guidelines.html


> Review contribution guidelines, github template
> ---
>
> Key: CB-12848
> URL: https://issues.apache.org/jira/browse/CB-12848
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser
>Reporter: Filip Maj
>Assignee: Filip Maj
>Priority: Minor
>
> The PR template has "platforms affected" as a heading - probably not 
> applicable to cordova-android?
> Should also point out what the comment trigger for cordova-qa bot is: 
> {{cordova-qa run tests}}
> Might be worth reviewing the template, which also links to the Contribution 
> Guidelines: 
> https://github.com/apache/cordova-android/blob/master/CONTRIBUTING.md
> Maybe more linkage?
> Which then links to http://cordova.apache.org/contribute/
> Which then you have to click to 'contribution guidelines' one more to load 
> http://cordova.apache.org/contribute/contribute_guidelines.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-network-information/pull/55

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-network-information bugs

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

https://github.com/apache/cordova-plugin-network-information/pull/55.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 #55


commit f78e5c4c9db9eb423afa0c95c59daf77ae598cac
Author: filmaj 
Date:   2017-05-25T10:50:52Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12355) Get a null type when using fileEntry.file(function(file) {})

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

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

ASF GitHub Bot commented on CB-12355:
-

Github user LightZam commented on the issue:

https://github.com/apache/cordova-plugin-file/pull/199
  
@filmaj i had sign ICLA before.
@kerrishotts is there any problem that i can deal?


> Get a null type when using fileEntry.file(function(file) {})
> 
>
> Key: CB-12355
> URL: https://issues.apache.org/jira/browse/CB-12355
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: LightZam
>Assignee: LightZam
>
> {code}
> resolveLocalFileSystemURL(path, function(fileEntry) {
> fileEntry.file(function(file) {
> console.log(file.name, file.type);
> });
> }, reject);
> {code}
> The type will be null in iOS because it wasn't implemented.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-globalization/pull/56
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-globalization/pull/56/commits/cf33469211c92dad7600a784bb5ce91af483ba5d)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/30/)

 No test results found.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-globalization/pull/56
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-globalization/pull/56/commits/013e8fc07a6c9a6e56c0337d8b2b032766d49c7f)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/29/)

 230 tests run, 4 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

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

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

ASF GitHub Bot commented on CB-3232:


GitHub user alsorokin opened a pull request:

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

CI Rerun test



### Platforms affected


### What does this PR do?


### What testing has been done on this change?


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] 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.
- [ ] 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 master

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

https://github.com/apache/cordova-plugin-battery-status/pull/53.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 #53


commit 1cfaf449c9233692d9549bc019313abd6ca5bbfe
Author: Alexander Sorokin 
Date:   2017-05-25T10:57:47Z

CI Rerun test




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-blackberry (DEPRECATED), cordova-cli
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/222
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/222/commits/4ff616c2745a82e41575fd3cedb5d40634b485b2)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/146/)

 36 tests run, 0 skipped, 0 failed.



> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/78

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-media-capture bugs

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

https://github.com/apache/cordova-plugin-media-capture/pull/78.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 #78


commit f38f507a968748d4f652559506344464d03fdf86
Author: filmaj 
Date:   2017-05-25T10:47:38Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

ASF GitHub Bot commented on CB-12847:
-

GitHub user filmaj opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/139

CB-12847: added `bugs` entry to package.json.

### What does this PR do?

Adds a bugs entry to the package.json.

### What testing has been done on this change?

None.

### Checklist
- [X] Issue reported: 
[CB-12847](https://issues.apache.org/jira/browse/CB-12847)
- [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.
- [ ] 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/filmaj/cordova-plugin-media bugs

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

https://github.com/apache/cordova-plugin-media/pull/139.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 #139


commit bd282b3e3be528f01e1a790537d4061d0d3d5da5
Author: filmaj 
Date:   2017-05-25T10:43:33Z

CB-12847: added `bugs` entry to package.json.




> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 773336ebfa8600b931347538e098f4644c8b9903 in cordova-plugin-dialogs's 
branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=773336e ]

CB-12847: fixed `bugs` entry in package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit f1858bc130705c3b6baf7a7f207b68687d3a8a2e in cordova-plugin-file's branch 
refs/heads/master from filmaj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=f1858bc ]

CB-12847: fixed `bugs` entry in package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 7863bb287e473df9790d6b38376ead22191ea037 in cordova-plugin-geolocation's 
branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=7863bb2
 ]

CB-12847: fixed `bugs` entry in package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

Commit 41051a2c557f9f7cbc7ad6dff5971555702f2ec1 in 
cordova-plugin-device-orientation's branch refs/heads/master from filmaj
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=41051a2
 ]

CB-12847: fixed `bugs` entry in package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12847) Ensure package.json contains a `bugs` field pointing to JIRA

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

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

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

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

CB-12847: fixed `bugs` entry in package.json.


> Ensure package.json contains a `bugs` field pointing to JIRA
> 
>
> Key: CB-12847
> URL: https://issues.apache.org/jira/browse/CB-12847
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-ios
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Ensure that all relevant [npm packages have the {{bugs}} {{package.json}} 
> field|https://docs.npmjs.com/files/package.json].



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



  1   2   >