[jira] [Closed] (CB-11930) cordova-js tests are failing with master branch of android

2016-09-28 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov closed CB-11930.

Resolution: Duplicate

> cordova-js tests are failing with master branch of android
> --
>
> Key: CB-11930
> URL: https://issues.apache.org/jira/browse/CB-11930
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CordovaJS
>Reporter: Steve Gill
>
> cordova-js tests are failing due to a change in cordova-android. This commit 
> https://github.com/apache/cordova-android/commit/dc0bfeb0cc8228f755da8c60c80241fce745b7e5



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

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



[jira] [Closed] (CB-11912) webview is unable to display downloaded images in iOS10

2016-09-28 Thread Mathieu Gagnon (JIRA)

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

Mathieu Gagnon closed CB-11912.
---
Resolution: Not A Problem

The bug came from exif.

> webview is unable to display downloaded images in iOS10
> ---
>
> Key: CB-11912
> URL: https://issues.apache.org/jira/browse/CB-11912
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: ios10, angularJS v1 is used and OnsenUI v1.3 too. I 
> don't think te two last are related.
>Reporter: Mathieu Gagnon
>  Labels: iOS10
> Attachments: Capture du 2016-09-26 21-43-54.png, demoApp1.tar.gz
>
>
> Safari console show than img are downloaded.
> img is never display, only a '?'  icon.
> works on ios9 but not ios10



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

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



[jira] [Commented] (CB-11912) webview is unable to display downloaded images in iOS10

2016-09-28 Thread Mathieu Gagnon (JIRA)

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

Mathieu Gagnon commented on CB-11912:
-

Oh I'd find out!  It was not the server nor cordova app but the exif of the 
images !  Not so easy to find out.
Than you [~jcesarmobile], your test help alot.




> webview is unable to display downloaded images in iOS10
> ---
>
> Key: CB-11912
> URL: https://issues.apache.org/jira/browse/CB-11912
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: ios10, angularJS v1 is used and OnsenUI v1.3 too. I 
> don't think te two last are related.
>Reporter: Mathieu Gagnon
>  Labels: iOS10
> Attachments: Capture du 2016-09-26 21-43-54.png, demoApp1.tar.gz
>
>
> Safari console show than img are downloaded.
> img is never display, only a '?'  icon.
> works on ios9 but not ios10



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

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



[jira] [Commented] (CB-11875) Cordova-Plugin-Geolocation requires feature android.hardware.location.gps (android 21+)

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11875:
-

Github user mikepsinn commented on the issue:

https://github.com/apache/cordova-plugin-geolocation/pull/81
  
@stevengill @asfgit @audreyso   Just curios, are you sure we want to add 
this?  

According to Google, it will "ensure that Google Play only distributes your 
app to devices with GPS sensors". 

I'm very well missing something, but it seems like that would make it 
impossible to use this plugin in apps that also wish to be made available to 
non-GPS-containing devices (which would still be able to get Wi-Fi and Cell-ID 
based location data).  

I'd love to know what you think!  Thanks!

Here's the email I got:
Action required: If your app requires GPS hardware to operate properly, you 
will need to explicitly add the "android.hardware.location.gps" uses-feature to 
your manifest.

What’s changing

We’re making a change on October 15th, 2016 that will affect apps targeting 
API version 21 (Android 5.0, Lollipop) or higher that use ACCESS_FINE_LOCATION 
but don't explicitly have the "android.hardware.location.gps" uses-feature. 
Going forward, these apps will be available to install on devices that don't 
have GPS hardware. In most cases this won't be an issue since Wi-Fi and Cell-ID 
based location provides high enough fidelity for the typical operation of these 
apps. However, any apps that require GPS hardware, such as GPS navigators, 
should explicitly add the "android.hardware.location.gps" uses-feature to their 
manifest.

If your app requires GPS to function properly and you do not include 
android.hardware.location.gps in your manifest declaration, your users may have 
a poor app experience.

Also, if you’re using the fused location provider and wish to receive the 
most accurate location samples from GPS (i.e. with PRIORITY_HIGH_ACCURACY), you 
must include the "android.hardware.location.gps" feature in your app’s manifest 
to ensure that Google Play only distributes your app to devices with GPS 
sensors.


> Cordova-Plugin-Geolocation requires feature android.hardware.location.gps 
> (android 21+)
> ---
>
> Key: CB-11875
> URL: https://issues.apache.org/jira/browse/CB-11875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Geolocation
>Reporter: Warren Parad
>Assignee: Audrey So
>  Labels: easyfix, newbie, patch
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Hello Google Play Developer,
> We're writing to let you know that the apps listed at the end of this email 
> may be affected by an upcoming platform change.
> Action required: If your app requires GPS hardware to operate properly, you 
> will need to explicitly add the "android.hardware.location.gps" uses-feature 
> to your manifest.
> What’s changing
> We’re making a change on October 15th, 2016 that will affect apps targeting 
> API version 21 (Android 5.0, Lollipop) or higher that use 
> ACCESS_FINE_LOCATION but don't explicitly have the 
> "android.hardware.location.gps" uses-feature. Going forward, these apps will 
> be available to install on devices that don't have GPS hardware. In most 
> cases this won't be an issue since Wi-Fi and Cell-ID based location provides 
> high enough fidelity for the typical operation of these apps. However, any 
> apps that require GPS hardware, such as GPS navigators, should explicitly add 
> the *"android.hardware.location.gps" uses-feature* to their manifest.
> If your app requires GPS to function properly and you do not include 
> android.hardware.location.gps in your manifest declaration, your users may 
> have a poor app experience.
> Also, if you’re using the fused location provider and wish to receive the 
> most accurate location samples from GPS (i.e. with PRIORITY_HIGH_ACCURACY), 
> you must include the "android.hardware.location.gps" feature in your app’s 
> manifest to ensure that Google Play only distributes your app to devices with 
> GPS sensors.
> You can read more about this change in the Android Developers Help Center.
> Regards,
> The Google Play Team



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

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



[jira] [Commented] (CB-11860) Cordova-iOS cannot package distributions apps with Xcode 8

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11860:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/257
  
Regarding the .ipa Info.plist -- ios-deploy absolutely needs the bundle 
identifier of the app to install the app using lldb.


> Cordova-iOS cannot package distributions apps with Xcode 8
> --
>
> Key: CB-11860
> URL: https://issues.apache.org/jira/browse/CB-11860
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> See mailing list thread: 
> https://lists.apache.org/thread.html/85a715681471c774821d76a90ec288943eca1a4bb0a267ba299d2eb3@%3Cdev.cordova.apache.org%3E
> {quote}My proposal is for cordova-ios to drop support for Xcode 6 with the 
> xcrun
> packaging, and start using xcodebuild for archiving and generating the IPA.
> I suppose that would have to wait for a major version bump of cordova-ios,
> unless we detected the Xcode version and kept the old code around
> conditionally.
> As part of packaging, we would need to generate a exportOptions.plist file,
> indicating what type of build to package (development, enterprise, ad-hoc,
> or app-store). I'd suggest we add a "packageType" or "buildType" field to
> build.json for specifying this value (with a default of development).{quote}



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

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



[jira] [Commented] (CB-11860) Cordova-iOS cannot package distributions apps with Xcode 8

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11860:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/257
  
The easiest way is to create a post-archive step to decompress the .ipa 
(which is just a zip) to extract the .app bundle, in the same location.


> Cordova-iOS cannot package distributions apps with Xcode 8
> --
>
> Key: CB-11860
> URL: https://issues.apache.org/jira/browse/CB-11860
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> See mailing list thread: 
> https://lists.apache.org/thread.html/85a715681471c774821d76a90ec288943eca1a4bb0a267ba299d2eb3@%3Cdev.cordova.apache.org%3E
> {quote}My proposal is for cordova-ios to drop support for Xcode 6 with the 
> xcrun
> packaging, and start using xcodebuild for archiving and generating the IPA.
> I suppose that would have to wait for a major version bump of cordova-ios,
> unless we detected the Xcode version and kept the old code around
> conditionally.
> As part of packaging, we would need to generate a exportOptions.plist file,
> indicating what type of build to package (development, enterprise, ad-hoc,
> or app-store). I'd suggest we add a "packageType" or "buildType" field to
> build.json for specifying this value (with a default of development).{quote}



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

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



[jira] [Created] (CB-11931) cordova-create@1.0.1 and cordova-app-hello-world@3.11.0 release. Sept 28, 2016

2016-09-28 Thread Steve Gill (JIRA)
Steve Gill created CB-11931:
---

 Summary: cordova-create@1.0.1 and cordova-app-hello-world@3.11.0 
release. Sept 28, 2016
 Key: CB-11931
 URL: https://issues.apache.org/jira/browse/CB-11931
 Project: Apache Cordova
  Issue Type: Task
  Components: App Hello World, cordova-create
Reporter: Steve Gill
Assignee: Steve Gill


"Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



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

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



[jira] [Commented] (CB-9967) remove platform specific code from cordova-js

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9967:


Github user stevengill commented on the issue:

https://github.com/apache/cordova-js/pull/138
  
failing tests are unrelated to your pr. 
https://issues.apache.org/jira/browse/CB-11930


> remove platform specific code from cordova-js
> -
>
> Key: CB-9967
> URL: https://issues.apache.org/jira/browse/CB-9967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Steve Gill
>Assignee: Audrey So
>
> Going to remove the platform specific code from cordova-js (exec, etc). Only 
> affected usecase is if someone is using the new tools + browserify + old 
> platforms (missing cordova-js-src). Not to worried about that use case. 



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

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



[jira] [Commented] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Steve Gill (JIRA)

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

Steve Gill commented on CB-11928:
-

It is specifically, grunt compile:jshint

Works fine in node 0.x

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".
> Discovered when addressing CB-9967.



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

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



[jira] [Updated] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Steve Gill (JIRA)

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

Steve Gill updated CB-11928:

Assignee: Audrey So

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Audrey So
>Assignee: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".
> Discovered when addressing CB-9967.



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

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



[jira] [Updated] (CB-11929) cordova prepare not working in platforms/android/assets/www

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11929:
--
Component/s: CLI

> cordova prepare not working in platforms/android/assets/www
> ---
>
> Key: CB-11929
> URL: https://issues.apache.org/jira/browse/CB-11929
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Reporter: Audrey So
>Priority: Minor
>
> When called 2 or more times, cordova prepare is not working in 
> platforms/android/assets/www. Error message as follows:
> in ~/cordova/tests/testapp/platforms/android/assets/www
> $ cordova prepare
> path.js:1144
>   cwd = process.cwd();
> ^
> Error: ENOENT: no such file or directory, uv_cwd
> at Error (native)
> at Object.resolve (path.js:1144:25)
> at Function.Module._resolveLookupPaths (module.js:376:17)
> at Function.Module._resolveFilename (module.js:446:31)
> at Function.Module._load (module.js:403:25)
> at Module.require (module.js:483:17)
> at require (internal/module.js:20:19)
> at Object. (/Users/auso/cordova/cordova-cli/bin/cordova:40:11)
> at Module._compile (module.js:556:32)
> at Object.Module._extensions..js (module.js:565:10)



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

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



[jira] [Created] (CB-11930) cordova-js tests are failing with master branch of android

2016-09-28 Thread Steve Gill (JIRA)
Steve Gill created CB-11930:
---

 Summary: cordova-js tests are failing with master branch of android
 Key: CB-11930
 URL: https://issues.apache.org/jira/browse/CB-11930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, CordovaJS
Reporter: Steve Gill


cordova-js tests are failing due to a change in cordova-android. This commit 
https://github.com/apache/cordova-android/commit/dc0bfeb0cc8228f755da8c60c80241fce745b7e5



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

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



[jira] [Commented] (CB-9967) remove platform specific code from cordova-js

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9967:


GitHub user audreyso opened a pull request:

https://github.com/apache/cordova-js/pull/138

CB-9967

Removed the platform specific code from cordova-js (Legacy-exec, etc). When 
working on CB-9967, also discovered and addressed CB-11928. Jshint is not 
wokring with node6 so it's been removed for now.

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

$ git pull https://github.com/audreyso/cordova-js CB-9967

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

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


commit bf6478eda42f1ab9acecf49da217fee19ed59683
Author: audreyso 
Date:   2016-09-28T22:33:32Z

CB-9967 deleted legacy platform specific files

commit 9056e1efd3789be8da15c4186b222064b29ca488
Author: audreyso 
Date:   2016-09-28T23:52:44Z

CB-11928 removed jshint from grunt.registerTask because it doesn't work 
with node6




> remove platform specific code from cordova-js
> -
>
> Key: CB-9967
> URL: https://issues.apache.org/jira/browse/CB-9967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Steve Gill
>Assignee: Audrey So
>
> Going to remove the platform specific code from cordova-js (exec, etc). Only 
> affected usecase is if someone is using the new tools + browserify + old 
> platforms (missing cordova-js-src). Not to worried about that use case. 



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

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



[jira] [Comment Edited] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Steve Gill (JIRA)

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

Steve Gill edited comment on CB-11928 at 9/28/16 11:50 PM:
---

It is specifically, grunt jshint

Works fine in node 0.x


was (Author: stevegill):
It is specifically, grunt compile:jshint

Works fine in node 0.x

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".
> Discovered when addressing CB-9967.



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

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



[jira] [Updated] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11928:
--
Component/s: CordovaJS

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".
> Discovered when addressing CB-9967.



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

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



[jira] [Updated] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Audrey So (JIRA)

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

Audrey So updated CB-11928:
---
Description: 
jshint not working with node 6. Errors arise when calling "grunt test".
Discovered when addressing CB-9967.

  was:jshint not working with node 6. Errors arise when calling "grunt test".


> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".
> Discovered when addressing CB-9967.



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

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



[jira] [Updated] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Audrey So (JIRA)

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

Audrey So updated CB-11928:
---
Priority: Major  (was: Minor)

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".



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

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



[jira] [Updated] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Audrey So (JIRA)

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

Audrey So updated CB-11928:
---
Description: jshint not working with node 6. Errors arise when calling 
"grunt test".

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Audrey So
>
> jshint not working with node 6. Errors arise when calling "grunt test".



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

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



[jira] [Updated] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Audrey So (JIRA)

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

Audrey So updated CB-11928:
---
Priority: Minor  (was: Major)

> cordova-js jshint not working with node 6
> -
>
> Key: CB-11928
> URL: https://issues.apache.org/jira/browse/CB-11928
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Audrey So
>Priority: Minor
>
> jshint not working with node 6. Errors arise when calling "grunt test".



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

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



[jira] [Created] (CB-11929) cordova prepare not working in platforms/android/assets/www

2016-09-28 Thread Audrey So (JIRA)
Audrey So created CB-11929:
--

 Summary: cordova prepare not working in 
platforms/android/assets/www
 Key: CB-11929
 URL: https://issues.apache.org/jira/browse/CB-11929
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Audrey So
Priority: Minor


When called 2 or more times, cordova prepare is not working in 
platforms/android/assets/www. Error message as follows:

in ~/cordova/tests/testapp/platforms/android/assets/www

$ cordova prepare
path.js:1144
  cwd = process.cwd();
^

Error: ENOENT: no such file or directory, uv_cwd
at Error (native)
at Object.resolve (path.js:1144:25)
at Function.Module._resolveLookupPaths (module.js:376:17)
at Function.Module._resolveFilename (module.js:446:31)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object. (/Users/auso/cordova/cordova-cli/bin/cordova:40:11)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)





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

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



[jira] [Created] (CB-11928) cordova-js jshint not working with node 6

2016-09-28 Thread Audrey So (JIRA)
Audrey So created CB-11928:
--

 Summary: cordova-js jshint not working with node 6
 Key: CB-11928
 URL: https://issues.apache.org/jira/browse/CB-11928
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Audrey So






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

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



[jira] [Commented] (CB-11889) Add easy way to detect WKWebView

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11889:
---

I guess  you missed my point. Create a plugin that can return this boolean 
value back to you in JavaScript.

> Add easy way to detect WKWebView
> 
>
> Key: CB-11889
> URL: https://issues.apache.org/jira/browse/CB-11889
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Reporter: Ashley Gullen
>
> There is no clear and easy way to detect WKWebView from the user agent string 
> or from any Cordova properties, AFAIK.
> Previous solutions said to test for window.indexedDB. This is no longer 
> present on iOS 10's WKWebView. Our engine Construct 2 used to rely on this to 
> work around the different security model/featureset of WKWebView, but since 
> iOS 10 changed it, all our games using WKWebView are broken.
> I want to add some other way to detect it, but it is all undocumented and I 
> could end up relying on something that changes and breaks everything again.
> To prevent this problem happening again there should be something like 
> "isWKWebView" somewhere!



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

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



[jira] [Commented] (CB-11889) Add easy way to detect WKWebView

2016-09-28 Thread Ashley Gullen (JIRA)

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

Ashley Gullen commented on CB-11889:


The point of this request is to add a way to detect it in Javascript.

> Add easy way to detect WKWebView
> 
>
> Key: CB-11889
> URL: https://issues.apache.org/jira/browse/CB-11889
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Reporter: Ashley Gullen
>
> There is no clear and easy way to detect WKWebView from the user agent string 
> or from any Cordova properties, AFAIK.
> Previous solutions said to test for window.indexedDB. This is no longer 
> present on iOS 10's WKWebView. Our engine Construct 2 used to rely on this to 
> work around the different security model/featureset of WKWebView, but since 
> iOS 10 changed it, all our games using WKWebView are broken.
> I want to add some other way to detect it, but it is all undocumented and I 
> could end up relying on something that changes and breaks everything again.
> To prevent this problem happening again there should be something like 
> "isWKWebView" somewhere!



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

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



[jira] [Commented] (CB-11889) Add easy way to detect WKWebView

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11889:
---

>From JavaScript, no - you probably can't. 

You probably could create a plugin that tests:
{code}
if ([self.webView isKindOfClass:NSClassFromString(@"WKWebView")]) {
// you've got a WKWebView here
}
{code}

> Add easy way to detect WKWebView
> 
>
> Key: CB-11889
> URL: https://issues.apache.org/jira/browse/CB-11889
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Reporter: Ashley Gullen
>
> There is no clear and easy way to detect WKWebView from the user agent string 
> or from any Cordova properties, AFAIK.
> Previous solutions said to test for window.indexedDB. This is no longer 
> present on iOS 10's WKWebView. Our engine Construct 2 used to rely on this to 
> work around the different security model/featureset of WKWebView, but since 
> iOS 10 changed it, all our games using WKWebView are broken.
> I want to add some other way to detect it, but it is all undocumented and I 
> could end up relying on something that changes and breaks everything again.
> To prevent this problem happening again there should be something like 
> "isWKWebView" somewhere!



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

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



[jira] [Commented] (CB-10078) With iPad Pro the wrong userAgent (iPhone) will be saved

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10078:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-ios/pull/260
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-ios/pull/260?src=pr) is 57.30% 
(diff: 100%)
> Merging [#260](https://codecov.io/gh/apache/cordova-ios/pull/260?src=pr) 
into [master](https://codecov.io/gh/apache/cordova-ios/branch/master?src=pr) 
will not change coverage

```diff
@@ master   #260   diff @@
==
  Files12 12  
  Lines  1197   1197  
  Methods 188188  
  Messages  0  0  
  Branches188188  
==
  Hits686686  
  Misses  511511  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[42acc68...35df991](https://codecov.io/gh/apache/cordova-ios/compare/42acc68375d8b1aecd26f6b7c56aa6037841138b...35df991ea4be247b7c04d7837e2f2e4d7509b91c?src=pr)


> With iPad Pro the wrong userAgent (iPhone) will be saved
> 
>
> Key: CB-10078
> URL: https://issues.apache.org/jira/browse/CB-10078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master, 3.6.3
> Environment: iPad Pro
> iOS 9.1
>Reporter: Christian Hemker
>Assignee: Kerri Shotts
>  Labels: cordova-ios-4.3.x
>
> Using UIWebView on an iPad Pro (iOS 9.1) gives you a wrong userAgent, because 
> it says its an iPhone. 
> You can reproduce this behavior with the iPad Pro device and with the iPad 
> Pro simulator. In both cases the userAgent is:
> {noformat}
> mozilla/5.0 (iphone; cpu iphone os 9_1 like mac os x) applewebkit/601.1.46 
> (khtml, like gecko) mobile/13b137
> {noformat}
> This seems to be a known bug with iOS 9.1 on the iPad Pro because it is fixed 
> with iOS 9.2 beta 4 and you are getting the right userAgent.
> If you clean install your app, everything works fine on iOS 9.2 beta 4. But 
> if you update your previously installed app, you are still getting the wrong 
> userAgent because the CDVUserAgentUtil uses the cached userAgent. 
> For users it is not possible to clean install the app, because in that case 
> the whole configuration would get lost. To get the right userAgent every 
> time, developers must have the option to disable the caching of the userAgent 
> in their apps. 



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

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



[jira] [Commented] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11923:
---

Just use cordova as normal. If you don't use the --browserify flag you are 
fine. You are already subscribed to updates to this issue.

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Commented] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Elie Obeid (JIRA)

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

Elie Obeid commented on CB-11923:
-

Well then, please notify me when the issue is solved there and here or post an 
answer on stackoverflow if you have an account when it's solved and I will 
accept it. But it doesn't look good since browserify doesn't look that active. 
the issue was posted  in early august and still no merge to master repo. Pity 
that a popular project like cordova have to rely on such repos :(

As of now, cordova isn't usable right? I mean it does get installed but God 
knows how many problems may occur and who would want to go production with an 
app vulnerable to DDOS. Can I develop while waiting for a fix or it wouldn't 
work as of now?

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Commented] (CB-11829) Support Launch Storyboards

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11829:
-

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


https://github.com/apache/cordova-plugin-splashscreen/pull/114#discussion_r81026399
  
--- Diff: README.md ---
@@ -51,6 +51,206 @@ Report issues with this plugin on the [Apache Cordova 
issue tracker][Apache Cord
 
 __Note__: Extended splashscreen does not require the plugin on Windows (as 
opposed to Android and iOS) in case you don't use the plugin API, i.e. 
programmatic hide/show.
 
+### iOS-specific information
+
+There are two mechanisms for displaying a launch screen on iOS:
+
+1. Legacy launch images: images are sized exactly for the device's screen 
size. Does not support the iPad Pro 12.9's native resolution or 
split-screen/slide-over multitasking.
+
+2. Launch storyboard images: Images are sized based on scale, idiom, and 
size classes. Supports all devices, and can be used with 
split-screen/slide-over multitasking.
+
+Apple is moving away from legacy launch images. There is no official 
support for providing a native-resolution launch image for the iPad pro 12.9 or 
for providing launch images that work with split-screen multitasking or 
slide-over. If your app doesn't need to support these contexts, then you can 
continue to use legacy launch images for as long as you like. 
--- End diff --

iPad Pro (camel case)


> Support Launch Storyboards
> --
>
> Key: CB-11829
> URL: https://issues.apache.org/jira/browse/CB-11829
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
> Fix For: 4.0.1
>
>
> Once CB-9762 is in place, the splash screen plugin will need to be updated. 



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

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



[jira] [Commented] (CB-11829) Support Launch Storyboards

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11829:
-

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


https://github.com/apache/cordova-plugin-splashscreen/pull/114#discussion_r81026437
  
--- Diff: README.md ---
@@ -51,6 +51,206 @@ Report issues with this plugin on the [Apache Cordova 
issue tracker][Apache Cord
 
 __Note__: Extended splashscreen does not require the plugin on Windows (as 
opposed to Android and iOS) in case you don't use the plugin API, i.e. 
programmatic hide/show.
 
+### iOS-specific information
+
+There are two mechanisms for displaying a launch screen on iOS:
+
+1. Legacy launch images: images are sized exactly for the device's screen 
size. Does not support the iPad Pro 12.9's native resolution or 
split-screen/slide-over multitasking.
+
+2. Launch storyboard images: Images are sized based on scale, idiom, and 
size classes. Supports all devices, and can be used with 
split-screen/slide-over multitasking.
+
+Apple is moving away from legacy launch images. There is no official 
support for providing a native-resolution launch image for the iPad pro 12.9 or 
for providing launch images that work with split-screen multitasking or 
slide-over. If your app doesn't need to support these contexts, then you can 
continue to use legacy launch images for as long as you like. 
+
+The preferred method of providing launch images is to use a launch 
storyboard. For native app developers, the ideal launch storyboard is an 
unpopulated version of the app's user interface at launch. For non-native app 
developers who don't wish to learn interface builder, however, this plugin 
simulates the legacy launch image method as much as is feasible.
--- End diff --

Interface Builder (camel case)


> Support Launch Storyboards
> --
>
> Key: CB-11829
> URL: https://issues.apache.org/jira/browse/CB-11829
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
> Fix For: 4.0.1
>
>
> Once CB-9762 is in place, the splash screen plugin will need to be updated. 



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

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



[jira] [Commented] (CB-10078) With iPad Pro the wrong userAgent (iPhone) will be saved

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10078:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/260
  
LGTM  


> With iPad Pro the wrong userAgent (iPhone) will be saved
> 
>
> Key: CB-10078
> URL: https://issues.apache.org/jira/browse/CB-10078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master, 3.6.3
> Environment: iPad Pro
> iOS 9.1
>Reporter: Christian Hemker
>Assignee: Kerri Shotts
>  Labels: cordova-ios-4.3.x
>
> Using UIWebView on an iPad Pro (iOS 9.1) gives you a wrong userAgent, because 
> it says its an iPhone. 
> You can reproduce this behavior with the iPad Pro device and with the iPad 
> Pro simulator. In both cases the userAgent is:
> {noformat}
> mozilla/5.0 (iphone; cpu iphone os 9_1 like mac os x) applewebkit/601.1.46 
> (khtml, like gecko) mobile/13b137
> {noformat}
> This seems to be a known bug with iOS 9.1 on the iPad Pro because it is fixed 
> with iOS 9.2 beta 4 and you are getting the right userAgent.
> If you clean install your app, everything works fine on iOS 9.2 beta 4. But 
> if you update your previously installed app, you are still getting the wrong 
> userAgent because the CDVUserAgentUtil uses the cached userAgent. 
> For users it is not possible to clean install the app, because in that case 
> the whole configuration would get lost. To get the right userAgent every 
> time, developers must have the option to disable the caching of the userAgent 
> in their apps. 



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

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



[jira] [Updated] (CB-10078) With iPad Pro the wrong userAgent (iPhone) will be saved

2016-09-28 Thread Kerri Shotts (JIRA)

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

Kerri Shotts updated CB-10078:
--
Labels: cordova-ios-4.3.x  (was: cordova-ios-4.1.1)

> With iPad Pro the wrong userAgent (iPhone) will be saved
> 
>
> Key: CB-10078
> URL: https://issues.apache.org/jira/browse/CB-10078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master, 3.6.3
> Environment: iPad Pro
> iOS 9.1
>Reporter: Christian Hemker
>Assignee: Kerri Shotts
>  Labels: cordova-ios-4.3.x
>
> Using UIWebView on an iPad Pro (iOS 9.1) gives you a wrong userAgent, because 
> it says its an iPhone. 
> You can reproduce this behavior with the iPad Pro device and with the iPad 
> Pro simulator. In both cases the userAgent is:
> {noformat}
> mozilla/5.0 (iphone; cpu iphone os 9_1 like mac os x) applewebkit/601.1.46 
> (khtml, like gecko) mobile/13b137
> {noformat}
> This seems to be a known bug with iOS 9.1 on the iPad Pro because it is fixed 
> with iOS 9.2 beta 4 and you are getting the right userAgent.
> If you clean install your app, everything works fine on iOS 9.2 beta 4. But 
> if you update your previously installed app, you are still getting the wrong 
> userAgent because the CDVUserAgentUtil uses the cached userAgent. 
> For users it is not possible to clean install the app, because in that case 
> the whole configuration would get lost. To get the right userAgent every 
> time, developers must have the option to disable the caching of the userAgent 
> in their apps. 



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

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



[jira] [Assigned] (CB-10078) With iPad Pro the wrong userAgent (iPhone) will be saved

2016-09-28 Thread Kerri Shotts (JIRA)

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

Kerri Shotts reassigned CB-10078:
-

Assignee: Kerri Shotts

> With iPad Pro the wrong userAgent (iPhone) will be saved
> 
>
> Key: CB-10078
> URL: https://issues.apache.org/jira/browse/CB-10078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master, 3.6.3
> Environment: iPad Pro
> iOS 9.1
>Reporter: Christian Hemker
>Assignee: Kerri Shotts
>  Labels: cordova-ios-4.3.x
>
> Using UIWebView on an iPad Pro (iOS 9.1) gives you a wrong userAgent, because 
> it says its an iPhone. 
> You can reproduce this behavior with the iPad Pro device and with the iPad 
> Pro simulator. In both cases the userAgent is:
> {noformat}
> mozilla/5.0 (iphone; cpu iphone os 9_1 like mac os x) applewebkit/601.1.46 
> (khtml, like gecko) mobile/13b137
> {noformat}
> This seems to be a known bug with iOS 9.1 on the iPad Pro because it is fixed 
> with iOS 9.2 beta 4 and you are getting the right userAgent.
> If you clean install your app, everything works fine on iOS 9.2 beta 4. But 
> if you update your previously installed app, you are still getting the wrong 
> userAgent because the CDVUserAgentUtil uses the cached userAgent. 
> For users it is not possible to clean install the app, because in that case 
> the whole configuration would get lost. To get the right userAgent every 
> time, developers must have the option to disable the caching of the userAgent 
> in their apps. 



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

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



[jira] [Commented] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11923:
---

yes

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Commented] (CB-10078) With iPad Pro the wrong userAgent (iPhone) will be saved

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10078:
-

GitHub user kerrishotts opened a pull request:

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

CB-10078 fixed by refreshing cached userAgent on version bump

Adds app version to the list of items that invalidates the cached user 
agent.

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

$ git pull https://github.com/kerrishotts/cordova-ios CB-10078

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

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


commit 35df991ea4be247b7c04d7837e2f2e4d7509b91c
Author: Kerri Shotts 
Date:   2016-09-28T21:34:38Z

CB-10078 fixed by refreshing cached userAgent on version bump




> With iPad Pro the wrong userAgent (iPhone) will be saved
> 
>
> Key: CB-10078
> URL: https://issues.apache.org/jira/browse/CB-10078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: Master, 3.6.3
> Environment: iPad Pro
> iOS 9.1
>Reporter: Christian Hemker
>  Labels: cordova-ios-4.1.1
>
> Using UIWebView on an iPad Pro (iOS 9.1) gives you a wrong userAgent, because 
> it says its an iPhone. 
> You can reproduce this behavior with the iPad Pro device and with the iPad 
> Pro simulator. In both cases the userAgent is:
> {noformat}
> mozilla/5.0 (iphone; cpu iphone os 9_1 like mac os x) applewebkit/601.1.46 
> (khtml, like gecko) mobile/13b137
> {noformat}
> This seems to be a known bug with iOS 9.1 on the iPad Pro because it is fixed 
> with iOS 9.2 beta 4 and you are getting the right userAgent.
> If you clean install your app, everything works fine on iOS 9.2 beta 4. But 
> if you update your previously installed app, you are still getting the wrong 
> userAgent because the CDVUserAgentUtil uses the cached userAgent. 
> For users it is not possible to clean install the app, because in that case 
> the whole configuration would get lost. To get the right userAgent every 
> time, developers must have the option to disable the caching of the userAgent 
> in their apps. 



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

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



[jira] [Updated] (CB-11830) Document Launch Storyboard Support (iOS)

2016-09-28 Thread Kerri Shotts (JIRA)

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

Kerri Shotts updated CB-11830:
--
Fix Version/s: (was: 4.3.0)
   4.0.1

> Document Launch Storyboard Support (iOS)
> 
>
> Key: CB-11830
> URL: https://issues.apache.org/jira/browse/CB-11830
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs, iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
>  Labels: documentation
> Fix For: 4.0.1
>
>
> Document the launch storyboard support as implemented in CB-9762



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

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



[jira] [Resolved] (CB-11829) Support Launch Storyboards

2016-09-28 Thread Kerri Shotts (JIRA)

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

Kerri Shotts resolved CB-11829.
---
   Resolution: Implemented
Fix Version/s: 4.0.1

> Support Launch Storyboards
> --
>
> Key: CB-11829
> URL: https://issues.apache.org/jira/browse/CB-11829
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
> Fix For: 4.0.1
>
>
> Once CB-9762 is in place, the splash screen plugin will need to be updated. 



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

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



[jira] [Resolved] (CB-11830) Document Launch Storyboard Support (iOS)

2016-09-28 Thread Kerri Shotts (JIRA)

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

Kerri Shotts resolved CB-11830.
---
   Resolution: Fixed
Fix Version/s: 4.3.0

> Document Launch Storyboard Support (iOS)
> 
>
> Key: CB-11830
> URL: https://issues.apache.org/jira/browse/CB-11830
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs, iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
>  Labels: documentation
> Fix For: 4.3.0
>
>
> Document the launch storyboard support as implemented in CB-9762



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

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



[jira] [Commented] (CB-11028) Android version of the contacts plugin behaves differently for Contact Detail "type"

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11028:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-contacts/pull/136/commits/13e968e6096e024fceb7460e8ddc04ad286b75c2)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/43//PLATFORM=android/artifact/)
 |
 



> Android version of the contacts plugin behaves differently for Contact Detail 
> "type"
> 
>
> Key: CB-11028
> URL: https://issues.apache.org/jira/browse/CB-11028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts
>Reporter: Tobias Mücksch
>Assignee: Nikita Matrosov
>  Labels: Android, triaged
>
> After inspecting the code for the android version of the plugin, I found out, 
> that for some reason the coders decided to return { ..., type: "custom", ... 
> } for contact details with custom labels. But the iOS Version returns the 
> actual custom label as type.
> Example:
> *iOS:*
> {code:javascript}
> {
> name: [ ... ],
> phoneNumbers: [{
> id: 1337,
> type: "My super fancy label",
> value: "+41 45654 214654"
> }]
> }
> {code}
> *Android:*
> {code:javascript}
> {
> name: [ ... ],
> phoneNumbers: [{
> id: 1337,
> type: "custom", // WHAT THE HECK?
> value: "+41 45654 214654"
> }]
> }
> {code}
> This behaviour is not exclusive to phoneNumbers. It's the same for all 
> ContactDetails.



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

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



[jira] [Assigned] (CB-9967) remove platform specific code from cordova-js

2016-09-28 Thread Audrey So (JIRA)

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

Audrey So reassigned CB-9967:
-

Assignee: Audrey So  (was: Steve Gill)

> remove platform specific code from cordova-js
> -
>
> Key: CB-9967
> URL: https://issues.apache.org/jira/browse/CB-9967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Steve Gill
>Assignee: Audrey So
>
> Going to remove the platform specific code from cordova-js (exec, etc). Only 
> affected usecase is if someone is using the new tools + browserify + old 
> platforms (missing cordova-js-src). Not to worried about that use case. 



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

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



[jira] [Commented] (CB-11028) Android version of the contacts plugin behaves differently for Contact Detail "type"

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11028:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-contacts/pull/136/commits/ac830e9bb20eee8dc83e28b2d8787488618b11a9)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/42//PLATFORM=android/artifact/)
 |
 



> Android version of the contacts plugin behaves differently for Contact Detail 
> "type"
> 
>
> Key: CB-11028
> URL: https://issues.apache.org/jira/browse/CB-11028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts
>Reporter: Tobias Mücksch
>Assignee: Nikita Matrosov
>  Labels: Android, triaged
>
> After inspecting the code for the android version of the plugin, I found out, 
> that for some reason the coders decided to return { ..., type: "custom", ... 
> } for contact details with custom labels. But the iOS Version returns the 
> actual custom label as type.
> Example:
> *iOS:*
> {code:javascript}
> {
> name: [ ... ],
> phoneNumbers: [{
> id: 1337,
> type: "My super fancy label",
> value: "+41 45654 214654"
> }]
> }
> {code}
> *Android:*
> {code:javascript}
> {
> name: [ ... ],
> phoneNumbers: [{
> id: 1337,
> type: "custom", // WHAT THE HECK?
> value: "+41 45654 214654"
> }]
> }
> {code}
> This behaviour is not exclusive to phoneNumbers. It's the same for all 
> ContactDetails.



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

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



[jira] [Commented] (CB-11028) Android version of the contacts plugin behaves differently for Contact Detail "type"

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11028:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-contacts/pull/136/commits/92b87dd30eb9ecfffb27d980b17b64cfc3317432)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/41//PLATFORM=android/artifact/)
 |
 



> Android version of the contacts plugin behaves differently for Contact Detail 
> "type"
> 
>
> Key: CB-11028
> URL: https://issues.apache.org/jira/browse/CB-11028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts
>Reporter: Tobias Mücksch
>Assignee: Nikita Matrosov
>  Labels: Android, triaged
>
> After inspecting the code for the android version of the plugin, I found out, 
> that for some reason the coders decided to return { ..., type: "custom", ... 
> } for contact details with custom labels. But the iOS Version returns the 
> actual custom label as type.
> Example:
> *iOS:*
> {code:javascript}
> {
> name: [ ... ],
> phoneNumbers: [{
> id: 1337,
> type: "My super fancy label",
> value: "+41 45654 214654"
> }]
> }
> {code}
> *Android:*
> {code:javascript}
> {
> name: [ ... ],
> phoneNumbers: [{
> id: 1337,
> type: "custom", // WHAT THE HECK?
> value: "+41 45654 214654"
> }]
> }
> {code}
> This behaviour is not exclusive to phoneNumbers. It's the same for all 
> ContactDetails.



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

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



[jira] [Commented] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Elie Obeid (JIRA)

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

Elie Obeid commented on CB-11923:
-

So we have to wait for browserify maintainers update glob?

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Comment Edited] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Elie Obeid (JIRA)

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

Elie Obeid edited comment on CB-11923 at 9/28/16 7:52 PM:
--

So we have to wait for browserify maintainers to update glob?


was (Author: elieobeid7):
So we have to wait for browserify maintainers update glob?

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Updated] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11923:
--
Description: 
Full description here

http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version

cordova-cli:
{code}
├─┬ cordova-common@1.4.1
│ └── minimatch@3.0.3
└─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
  ├─┬ cordova-js@4.1.4
  │ └─┬ browserify@10.1.3
  │   └─┬ glob@4.5.3
  │ └── minimatch@2.0.10
  └─┬ npm@2.15.11
└── minimatch@3.0.3
{code}

Looks like cordova-js has to update browserify -> glob -> minimatch



  was:
Full description here

http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version


> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaLib
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Commented] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11923:
---

Unfortunately browserify hasn't updated to glob-7 
https://github.com/substack/node-browserify/pull/1602

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Updated] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11923:
--
Component/s: (was: CordovaLib)
 (was: CLI)
 CordovaJS

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Updated] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11923:
--
Priority: Critical  (was: Major)

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version
> cordova-cli:
> {code}
> ├─┬ cordova-common@1.4.1
> │ └── minimatch@3.0.3
> └─┬ cordova-lib@6.4.0-nightly.2016.9.19.f8b58c78
>   ├─┬ cordova-js@4.1.4
>   │ └─┬ browserify@10.1.3
>   │   └─┬ glob@4.5.3
>   │ └── minimatch@2.0.10
>   └─┬ npm@2.15.11
> └── minimatch@3.0.3
> {code}
> Looks like cordova-js has to update browserify -> glob -> minimatch



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

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



[jira] [Updated] (CB-11882) IOS 10 - javascript appenchild method

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11882:
--
Component/s: iOS

> IOS 10 - javascript appenchild method
> -
>
> Key: CB-11882
> URL: https://issues.apache.org/jira/browse/CB-11882
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Jimmy Pannier
>
> document.head.appendChild method to programatically inject some resource ( 
> link element for example ) doesn't work only on ios 10
> f.e:
>  var elImport = document.createElement('link');
>  elImport.rel = 'import';
>  elImport.href = 'vulcanize/vulcanize.html';
>  document.head.appenchChild(elImport);



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

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



[jira] [Commented] (CB-11882) IOS 10 - javascript appenchild method

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11882:
---

appenchChild -> typo?

Nothing in Safari using the Web Inspector?
https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html

> IOS 10 - javascript appenchild method
> -
>
> Key: CB-11882
> URL: https://issues.apache.org/jira/browse/CB-11882
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Jimmy Pannier
>
> document.head.appendChild method to programatically inject some resource ( 
> link element for example ) doesn't work only on ios 10
> f.e:
>  var elImport = document.createElement('link');
>  elImport.rel = 'import';
>  elImport.href = 'vulcanize/vulcanize.html';
>  document.head.appenchChild(elImport);



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

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



[jira] [Resolved] (CB-5749) App getting crash some times when i use take photo using navigator.camera.getPicture in iOS 7.0

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-5749.
--
Resolution: Fixed

> App getting crash some times when i use take photo using 
> navigator.camera.getPicture in iOS 7.0
> ---
>
> Key: CB-5749
> URL: https://issues.apache.org/jira/browse/CB-5749
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Cordova-2.4.0, Sencha touch 2.1.1, iOS-7.0, XCode-5.0
> iOS
>Reporter: kalyani puvvada
>  Labels: Triaged, iOS, memory-leak
>
> I am getting this crash in iOS 7 only. In iOS 6 it works fine. I used the 
> following code for take photo.
> {code:javascript}
> var destinationType=navigator.camera.DestinationType;
> navigator.camera.getPicture(this.caregiverPhotoSuccess, 
> this.caregiverPhotoFail, {
>  quality: 50,
>  targetWidth:300,
>  targetHeight:300,
>  destinationType: destinationType.DATA_URL,
>  sourceType:2,
>  correctOrientation: true 
> });
> {code}
> I am getting this error when app crash.
>   Received memory warning.
>   Plugin 'CDVCamera' has a pending operation, memory purge is delayed for 
> didReceiveMemoryWarning.



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

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



[jira] [Assigned] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-11923:
-

Assignee: Shazron Abdullah

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaLib
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>Assignee: Shazron Abdullah
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version



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

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



[jira] [Updated] (CB-11923) Glob library inside cordova is using minimatch@2.0.10

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11923:
--
Component/s: CordovaLib
 CLI

> Glob library inside cordova is using  minimatch@2.0.10
> --
>
> Key: CB-11923
> URL: https://issues.apache.org/jira/browse/CB-11923
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, CordovaLib
>Affects Versions: 6.3.1
>Reporter: Elie Obeid
>
> Full description here
> http://stackoverflow.com/questions/39727130/npm-warn-deprecated-minimatch2-0-10-but-i-a-newer-version



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

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



[jira] [Updated] (CB-11906) Ajax call fails on iOS 10 but works fine on previous versions for Cordova application

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11906:
--
Component/s: iOS

> Ajax call fails on iOS 10 but works fine on previous versions for Cordova 
> application
> -
>
> Key: CB-11906
> URL: https://issues.apache.org/jira/browse/CB-11906
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: ios10
>Reporter: Nikita Ahluwalia
>  Labels: ios10
>
> I am using the latest iOS platform and plugins in my cordova application. The 
> app works fine on older versions of iOS but not on iOS 10. I am getting 
> timeout error (I already have timeout in my application. But this seems to be 
> even before establishing connection with web service). Tried removing 
> platform and adding again. Also created a fresh project. Still no luck. The 
> app works fine on Android as well. The same application pointing to 
> webservice on staging environment works (on iOS 10 too) but when pointing to 
> production APIs, it does not work on iOS 10 but works on older version.



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

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



[jira] [Resolved] (CB-11918) iOS Automatic Release with xCODE 8

2016-09-28 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11918.
---
Resolution: Duplicate

> iOS Automatic Release with xCODE 8
> --
>
> Key: CB-11918
> URL: https://issues.apache.org/jira/browse/CB-11918
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS
>Reporter: Fabian Carrasco
>Priority: Blocker
>  Labels: build
>
> Hello people:
> With new xCode 8 is not possible to compile release version with cordova 
> command --> cordova build ios --device --release. Itunesconnect said that the 
> signing are diferent and can't be uploaded.
> I use this JSON.
> {
> "ios": {
> "debug": {
> "developmentTeam": "X"
> },
> "release": {
> "developmentTeam": "X",
> "codeSignIdentity": "iPhone Developer"
> }
> }
> }



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

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10916:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/228
  
I would like this in 4.3.0. Hopefully we can resolve 
https://github.com/apache/cordova-lib/pull/453 for cordova-cli 6.4.0


> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Android, iOS
>Reporter: Jacob Weber
>Priority: Minor
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



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

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



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

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


Github user asfgit closed the pull request at:

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


> "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: BlackBerry, 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.4#6332)

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



[jira] [Commented] (CB-11818) cordova-plugin-wkwebview-engine leaks memory

2016-09-28 Thread ASF subversion and git services (JIRA)

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

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

Commit 608855bbcb2f16e307f45aca6beef5a4f75e1b36 in 
cordova-plugin-wkwebview-engine's branch refs/heads/master from [~lucatorella]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-wkwebview-engine.git;h=608855b
 ]

CB-11818 - Avoid retain cycle: WKUserContentController retains its message 
handler, to break it we cannot pass directly CDVWKWebViewEngine's instance

 This closes #17


> cordova-plugin-wkwebview-engine leaks memory
> 
>
> Key: CB-11818
> URL: https://issues.apache.org/jira/browse/CB-11818
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Reporter: Luca Torella
>Assignee: Shazron Abdullah
>
> WKUserContentController retains its message handler, this cause the 
> CDVWKWebViewEngine to have a retain cycle and potentially leak memory.



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

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



[jira] [Commented] (CB-11818) cordova-plugin-wkwebview-engine leaks memory

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11818:
-

Github user asfgit closed the pull request at:

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


> cordova-plugin-wkwebview-engine leaks memory
> 
>
> Key: CB-11818
> URL: https://issues.apache.org/jira/browse/CB-11818
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Reporter: Luca Torella
>Assignee: Shazron Abdullah
>
> WKUserContentController retains its message handler, this cause the 
> CDVWKWebViewEngine to have a retain cycle and potentially leak memory.



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

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



[jira] [Created] (CB-11927) Cannot install cordova on mac mini

2016-09-28 Thread Rudi Bloes (JIRA)
Rudi Bloes created CB-11927:
---

 Summary: Cannot install cordova on mac mini
 Key: CB-11927
 URL: https://issues.apache.org/jira/browse/CB-11927
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-create
Affects Versions: 3.5.0
 Environment: osx el capitan
Reporter: Rudi Bloes


2016s-Mac-mini:~ Thuis$ sudo npm install -g cordova
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or 
higher to avoid a RegExp DoS issue
/usr/local/bin/cordova -> /usr/local/lib/node_modules/cordova/bin/cordova
cordova@6.3.1 /usr/local/lib/node_modules/cordova
├── underscore@1.7.0
├── q@1.0.1
├── nopt@3.0.1 (abbrev@1.0.9)
├── update-notifier@0.5.0 (is-npm@1.0.0, semver-diff@2.1.0, 
string-length@1.0.1, chalk@1.1.3, repeating@1.1.3, configstore@1.4.0, 
latest-version@1.0.1)
├── insight@0.8.3 (object-assign@4.1.0, async@1.5.2, tough-cookie@2.3.1, 
node-uuid@1.4.7, lodash.debounce@3.1.1, chalk@1.1.3, os-name@1.0.3, 
configstore@1.4.0, request@2.75.0, inquirer@0.10.1)
├── cordova-common@1.4.1 (cordova-registry-mapper@1.1.15, unorm@1.4.1, 
underscore@1.8.3, q@1.4.1, semver@5.3.0, ansi@0.3.1, osenv@0.1.3, 
bplist-parser@0.1.1, minimatch@3.0.3, glob@5.0.15, shelljs@0.5.3, 
elementtree@0.1.6, plist@1.2.0)
└── cordova-lib@6.3.1 (valid-identifier@0.0.1, opener@1.4.1, 
cordova-registry-mapper@1.1.15, unorm@1.3.3, properties-parser@0.2.3, 
nopt@3.0.6, semver@4.3.6, dep-graph@1.1.0, shelljs@0.3.0, glob@5.0.15, 
xcode@0.8.9, elementtree@0.1.6, request@2.47.0, cordova-serve@1.0.0, 
aliasify@1.9.0, init-package-json@1.9.4, tar@1.0.2, cordova-fetch@1.0.1, 
cordova-app-hello-world@3.10.0, plist@1.2.0, cordova-js@4.1.4, npm@2.15.11)





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

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



[jira] [Commented] (CB-9762) App icon and Launch image for iPad Pro

2016-09-28 Thread ASF subversion and git services (JIRA)

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

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

Commit 62509f6b47db8ff3ccd378a706e6e94503544ace in 
cordova-plugin-splashscreen's branch refs/heads/master from [~kerrishotts]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=62509f6
 ]

CB-11829 (iOS) Support for CB-9762; docs (CB-11830)

 This closes #114


> App icon and Launch image for iPad Pro
> --
>
> Key: CB-9762
> URL: https://issues.apache.org/jira/browse/CB-9762
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Manuel Martiarena
>Assignee: Kerri Shotts
>  Labels: cordova-ios, cordova-ios-4.3.x
> Attachments: Default-Landscape@2x~ipad-pro.png, 
> Default-Portrait@2x~ipad-pro.png
>
>
> Provide app icon image and launch image for iPad Pro
> iPad Pro (@2x) App icon required 167x167
> iPad Pro (@2x) Launch image required 2048 x 2732 (portrait)
> 2732 x 2048 (landscape)
> https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



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

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



[jira] [Commented] (CB-11829) Support Launch Storyboards

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11829:
-

Github user asfgit closed the pull request at:

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


> Support Launch Storyboards
> --
>
> Key: CB-11829
> URL: https://issues.apache.org/jira/browse/CB-11829
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
>
> Once CB-9762 is in place, the splash screen plugin will need to be updated. 



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

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



[jira] [Commented] (CB-11830) Document Launch Storyboard Support (iOS)

2016-09-28 Thread ASF subversion and git services (JIRA)

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

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

Commit 62509f6b47db8ff3ccd378a706e6e94503544ace in 
cordova-plugin-splashscreen's branch refs/heads/master from [~kerrishotts]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=62509f6
 ]

CB-11829 (iOS) Support for CB-9762; docs (CB-11830)

 This closes #114


> Document Launch Storyboard Support (iOS)
> 
>
> Key: CB-11830
> URL: https://issues.apache.org/jira/browse/CB-11830
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs, iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
>  Labels: documentation
>
> Document the launch storyboard support as implemented in CB-9762



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

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



[jira] [Commented] (CB-11829) Support Launch Storyboards

2016-09-28 Thread ASF subversion and git services (JIRA)

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

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

Commit 62509f6b47db8ff3ccd378a706e6e94503544ace in 
cordova-plugin-splashscreen's branch refs/heads/master from [~kerrishotts]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=62509f6
 ]

CB-11829 (iOS) Support for CB-9762; docs (CB-11830)

 This closes #114


> Support Launch Storyboards
> --
>
> Key: CB-11829
> URL: https://issues.apache.org/jira/browse/CB-11829
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS, Plugin SplashScreen
>Reporter: Kerri Shotts
>Assignee: Kerri Shotts
>
> Once CB-9762 is in place, the splash screen plugin will need to be updated. 



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

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



[jira] [Commented] (CB-9762) App icon and Launch image for iPad Pro

2016-09-28 Thread ASF subversion and git services (JIRA)

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

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

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

CB-9762 Add launch storyboard support

* No default splash images are provided as they would be overwritten anyway upon
adding the platform.

* Storyboard will open in Xcode 6, but is NOT supported on Xcode 6. Xcode 7
is the minimum required version for this feature.

* Compatibility: Node 0.x versions don't understand Array.find(); used .reduce()
instead with appropriate comments in the code.

 This closes #250


> App icon and Launch image for iPad Pro
> --
>
> Key: CB-9762
> URL: https://issues.apache.org/jira/browse/CB-9762
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Manuel Martiarena
>Assignee: Kerri Shotts
>  Labels: cordova-ios, cordova-ios-4.3.x
> Attachments: Default-Landscape@2x~ipad-pro.png, 
> Default-Portrait@2x~ipad-pro.png
>
>
> Provide app icon image and launch image for iPad Pro
> iPad Pro (@2x) App icon required 167x167
> iPad Pro (@2x) Launch image required 2048 x 2732 (portrait)
> 2732 x 2048 (landscape)
> https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



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

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



[jira] [Commented] (CB-9762) App icon and Launch image for iPad Pro

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9762:


Github user asfgit closed the pull request at:

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


> App icon and Launch image for iPad Pro
> --
>
> Key: CB-9762
> URL: https://issues.apache.org/jira/browse/CB-9762
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Manuel Martiarena
>Assignee: Kerri Shotts
>  Labels: cordova-ios, cordova-ios-4.3.x
> Attachments: Default-Landscape@2x~ipad-pro.png, 
> Default-Portrait@2x~ipad-pro.png
>
>
> Provide app icon image and launch image for iPad Pro
> iPad Pro (@2x) App icon required 167x167
> iPad Pro (@2x) Launch image required 2048 x 2732 (portrait)
> 2732 x 2048 (landscape)
> https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



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

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



[jira] [Commented] (CB-11860) Cordova-iOS cannot package distributions apps with Xcode 8

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11860:
-

Github user chancezeus commented on the issue:

https://github.com/apache/cordova-ios/pull/257
  
Both, it complains it cannot find the [/_PACKAGE_NAME/_].app bundle, 
which is correct, since only the xcarchive and ipa are created. You can 
use ios-deploy (which I do manually for now) to install an IPA, but 
ios-deploy itself has an error where it cannot find 
"[/_PACKAGE_NAME_/].ipa/Info.plist" if you try to use an ipa as a bundle 
instead of a ".app" folder




> Cordova-iOS cannot package distributions apps with Xcode 8
> --
>
> Key: CB-11860
> URL: https://issues.apache.org/jira/browse/CB-11860
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> See mailing list thread: 
> https://lists.apache.org/thread.html/85a715681471c774821d76a90ec288943eca1a4bb0a267ba299d2eb3@%3Cdev.cordova.apache.org%3E
> {quote}My proposal is for cordova-ios to drop support for Xcode 6 with the 
> xcrun
> packaging, and start using xcodebuild for archiving and generating the IPA.
> I suppose that would have to wait for a major version bump of cordova-ios,
> unless we detected the Xcode version and kept the old code around
> conditionally.
> As part of packaging, we would need to generate a exportOptions.plist file,
> indicating what type of build to package (development, enterprise, ad-hoc,
> or app-store). I'd suggest we add a "packageType" or "buildType" field to
> build.json for specifying this value (with a default of development).{quote}



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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-battery-status/pull/40
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-battery-status/pull/40/commits/53d26bfadcd08d8246d3d52531578019eccb3059)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/27//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/15//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/17//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Created] (CB-11926) File-transfer tests should be able to use local file server

2016-09-28 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-11926:
--

 Summary: File-transfer tests should be able to use local file 
server
 Key: CB-11926
 URL: https://issues.apache.org/jira/browse/CB-11926
 Project: Apache Cordova
  Issue Type: Test
  Components: Paramedic, Plugin File Transfer
Reporter: Alexander Sorokin
Assignee: Alexander Sorokin
Priority: Minor


File-transfer tests should be able to use locally running file server instead 
of relying only on Apache infrastructure.



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

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



[jira] [Commented] (CB-11860) Cordova-iOS cannot package distributions apps with Xcode 8

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11860:
-

Github user dpogue commented on the issue:

https://github.com/apache/cordova-ios/pull/257
  
Running on a device, or running on the simulator? In theory, running is 
supposed to be a separate step from packaging, but I'll try this out today and 
see what I find.


> Cordova-iOS cannot package distributions apps with Xcode 8
> --
>
> Key: CB-11860
> URL: https://issues.apache.org/jira/browse/CB-11860
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> See mailing list thread: 
> https://lists.apache.org/thread.html/85a715681471c774821d76a90ec288943eca1a4bb0a267ba299d2eb3@%3Cdev.cordova.apache.org%3E
> {quote}My proposal is for cordova-ios to drop support for Xcode 6 with the 
> xcrun
> packaging, and start using xcodebuild for archiving and generating the IPA.
> I suppose that would have to wait for a major version bump of cordova-ios,
> unless we detected the Xcode version and kept the old code around
> conditionally.
> As part of packaging, we would need to generate a exportOptions.plist file,
> indicating what type of build to package (development, enterprise, ad-hoc,
> or app-store). I'd suggest we add a "packageType" or "buildType" field to
> build.json for specifying this value (with a default of development).{quote}



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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-console/pull/20/commits/a2f5c0960cc9a3bdd653bfbda8eff6c2ec5b140a)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/114/)

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



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-device-motion/pull/48
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-device-motion/pull/48/commits/8914354cf7ec9f57f09cff941d8d381c8c34a786)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/20//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-dialogs/pull/87/commits/0f13c5b11b19bff8ab4724f9cb977e839ab6abbe)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/41//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/19//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/18//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Updated] (CB-11925) OpenJDK 9 version string not detected by regex in check_java

2016-09-28 Thread Robbie Cahill (JIRA)

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

Robbie Cahill updated CB-11925:
---
Description: 
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //outputs javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //outputs 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run. In any case, perhaps a nice error message when a version string is unknown 
or unsupported would be better than the unknown property error?

This is using the latest cordova 6.3.1

  was:
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //outputs javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //outputs 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.

This is using the latest cordova 6.3.1


> OpenJDK 9 version string not detected by regex in check_java
> 
>
> Key: CB-11925
> URL: https://issues.apache.org/jira/browse/CB-11925
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Robbie Cahill
>
> Running OpenJDK 9 on Ubuntu, javac -version returns
> {code}
> javac 9-internal
> {code}
> Down the bottom of check_java in check_reqs.js you have the following 
> (comments added to illustrate the problem):
> {code}
> }).then(function (output) {
> console.log(output); //outputs javac 9-internal
> console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //outputs 
> null
> var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; 
> //Error: Cannot read property '1' of null
> return match && match[1];
> });
> {code}
> It looks like the regex fails to match the string, which breaks cordova build 
> / run. In any case, perhaps a nice error message when a version string is 
> unknown or unsupported would be better than the unknown property error?
> This is using the latest cordova 6.3.1



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

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



[jira] [Updated] (CB-11925) OpenJDK 9 version string not detected by regex in check_java

2016-09-28 Thread Robbie Cahill (JIRA)

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

Robbie Cahill updated CB-11925:
---
Description: 
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //outputs javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //outputs 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.

This is using the latest cordova 6.3.1

  was:
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.

This is using the latest cordova 6.3.1


> OpenJDK 9 version string not detected by regex in check_java
> 
>
> Key: CB-11925
> URL: https://issues.apache.org/jira/browse/CB-11925
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Robbie Cahill
>
> Running OpenJDK 9 on Ubuntu, javac -version returns
> {code}
> javac 9-internal
> {code}
> Down the bottom of check_java in check_reqs.js you have the following 
> (comments added to illustrate the problem):
> {code}
> }).then(function (output) {
> console.log(output); //outputs javac 9-internal
> console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //outputs 
> null
> var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; 
> //Error: Cannot read property '1' of null
> return match && match[1];
> });
> {code}
> It looks like the regex fails to match the string, which breaks cordova build 
> / run.
> This is using the latest cordova 6.3.1



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

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



[jira] [Updated] (CB-11925) OpenJDK 9 version string not detected by regex in check_java

2016-09-28 Thread Robbie Cahill (JIRA)

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

Robbie Cahill updated CB-11925:
---
Description: 
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate problem):
{code}
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.

  was:
Running OpenJDK 9 on Ubuntu, javac -version returns

[code]
javac 9-internal
[code]

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate problem):
[code]
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
[code]

It looks like the regex fails to match the string, which breaks cordova build / 
run.


> OpenJDK 9 version string not detected by regex in check_java
> 
>
> Key: CB-11925
> URL: https://issues.apache.org/jira/browse/CB-11925
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Robbie Cahill
>
> Running OpenJDK 9 on Ubuntu, javac -version returns
> {code}
> javac 9-internal
> {code}
> Down the bottom of check_java in check_reqs.js you have the following 
> (comments added to illustrate problem):
> {code}
> }).then(function (output) {
> console.log(output); //returns javac 9-internal
> console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
> null
> var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; 
> //Error: Cannot read property '1' of null
> return match && match[1];
> });
> {code}
> It looks like the regex fails to match the string, which breaks cordova build 
> / run.



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

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



[jira] [Updated] (CB-11925) OpenJDK 9 version string not detected by regex in check_java

2016-09-28 Thread Robbie Cahill (JIRA)

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

Robbie Cahill updated CB-11925:
---
Description: 
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.

  was:
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate problem):
{code}
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.


> OpenJDK 9 version string not detected by regex in check_java
> 
>
> Key: CB-11925
> URL: https://issues.apache.org/jira/browse/CB-11925
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Robbie Cahill
>
> Running OpenJDK 9 on Ubuntu, javac -version returns
> {code}
> javac 9-internal
> {code}
> Down the bottom of check_java in check_reqs.js you have the following 
> (comments added to illustrate the problem):
> {code}
> }).then(function (output) {
> console.log(output); //returns javac 9-internal
> console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
> null
> var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; 
> //Error: Cannot read property '1' of null
> return match && match[1];
> });
> {code}
> It looks like the regex fails to match the string, which breaks cordova build 
> / run.



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

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



[jira] [Updated] (CB-11925) OpenJDK 9 version string not detected by regex in check_java

2016-09-28 Thread Robbie Cahill (JIRA)

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

Robbie Cahill updated CB-11925:
---
Description: 
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.

This is using the latest cordova 6.3.1

  was:
Running OpenJDK 9 on Ubuntu, javac -version returns

{code}
javac 9-internal
{code}

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate the problem):
{code}
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
{code}

It looks like the regex fails to match the string, which breaks cordova build / 
run.


> OpenJDK 9 version string not detected by regex in check_java
> 
>
> Key: CB-11925
> URL: https://issues.apache.org/jira/browse/CB-11925
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Robbie Cahill
>
> Running OpenJDK 9 on Ubuntu, javac -version returns
> {code}
> javac 9-internal
> {code}
> Down the bottom of check_java in check_reqs.js you have the following 
> (comments added to illustrate the problem):
> {code}
> }).then(function (output) {
> console.log(output); //returns javac 9-internal
> console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
> null
> var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; 
> //Error: Cannot read property '1' of null
> return match && match[1];
> });
> {code}
> It looks like the regex fails to match the string, which breaks cordova build 
> / run.
> This is using the latest cordova 6.3.1



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

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



[jira] [Created] (CB-11925) OpenJDK 9 version string not detected by regex in check_java

2016-09-28 Thread Robbie Cahill (JIRA)
Robbie Cahill created CB-11925:
--

 Summary: OpenJDK 9 version string not detected by regex in 
check_java
 Key: CB-11925
 URL: https://issues.apache.org/jira/browse/CB-11925
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Robbie Cahill


Running OpenJDK 9 on Ubuntu, javac -version returns

[code]
javac 9-internal
[code]

Down the bottom of check_java in check_reqs.js you have the following (comments 
added to illustrate problem):
[code]
}).then(function (output) {
console.log(output); //returns javac 9-internal
console.log(/javac ((?:\d+\.)+(?:\d+))/i.exec(output)); //returns 
null
var match = /javac ((?:\d+\.)+(?:\d+))/i.exec(output)[1]; //Error: 
Cannot read property '1' of null
return match && match[1];
});
[code]

It looks like the regex fails to match the string, which breaks cordova build / 
run.



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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/20//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



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

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user t1st3 opened a pull request:

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

chore: edit package.json license to match SPDX id



### Platforms affected
All

### What does this PR do?
Fix a typo in the license field of package.json

See [NPM package.json spec for 
licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license 
IDs](https://spdx.org/licenses/)

X-ref: apache/cordova-plugin-device#48

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

### Checklist
- [x] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [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/t1st3/cordova-plugin-test-framework patch-1

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

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


commit fb52c124a5380a922a891c88ec510f53fc0c57a9
Author: t1st3 
Date:   2016-09-28T13:26:00Z

chore: edit package.json license to match SPDX id

See [NPM package.json spec for 
licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license 
IDs](https://spdx.org/licenses/)

X-ref: apache/cordova-plugin-device#48




> "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: BlackBerry, 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.4#6332)

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



[jira] [Commented] (CB-11860) Cordova-iOS cannot package distributions apps with Xcode 8

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11860:
-

Github user chancezeus commented on the issue:

https://github.com/apache/cordova-ios/pull/257
  
Just a note, I used this variant to successfully build a couple of IPA's 
for iOS. There is one downside (at the moment) I could find, it breaks the run 
option, so at the moment I have to manually run ios-deploy to debug the 
application.


> Cordova-iOS cannot package distributions apps with Xcode 8
> --
>
> Key: CB-11860
> URL: https://issues.apache.org/jira/browse/CB-11860
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>
> See mailing list thread: 
> https://lists.apache.org/thread.html/85a715681471c774821d76a90ec288943eca1a4bb0a267ba299d2eb3@%3Cdev.cordova.apache.org%3E
> {quote}My proposal is for cordova-ios to drop support for Xcode 6 with the 
> xcrun
> packaging, and start using xcodebuild for archiving and generating the IPA.
> I suppose that would have to wait for a major version bump of cordova-ios,
> unless we detected the Xcode version and kept the old code around
> conditionally.
> As part of packaging, we would need to generate a exportOptions.plist file,
> indicating what type of build to package (development, enterprise, ad-hoc,
> or app-store). I'd suggest we add a "packageType" or "buildType" field to
> build.json for specifying this value (with a default of development).{quote}



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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/28//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



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

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user t1st3 opened a pull request:

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

chore: edit package.json license to match SPDX id



### Platforms affected
All

### What does this PR do?
Fix a typo in the license field of package.json

See [NPM package.json spec for 
licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license 
IDs](https://spdx.org/licenses/)

X-ref: apache/cordova-plugin-device#48

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

### Checklist
- [x] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [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/t1st3/cordova-plugin-whitelist patch-1

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

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

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

This closes #24


commit 0a14d4541576614d6748ebd93f59fbc5889138f0
Author: t1st3 
Date:   2016-09-28T11:55:17Z

chore: edit package.json license to match SPDX id 

See [NPM package.json spec for 
licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license 
IDs](https://spdx.org/licenses/)

X-ref: apache/cordova-plugin-device#48




> "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: BlackBerry, 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.4#6332)

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

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



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-statusbar/pull/66/commits/188b0d7ea6546490d069419f021058eb30534064)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/28//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-geolocation/pull/82/commits/3b5f75a664aee28f76774324af6be5048b1e7508)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/24//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/237/commits/24c15cb9bd5e54ecf1a5c31d1203ed22a1159937)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/83//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/79//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Created] (CB-11924) Share target: sharing to cordova app makes the app open but crashes afterwards

2016-09-28 Thread Sebastien Lorber (JIRA)
Sebastien Lorber created CB-11924:
-

 Summary: Share target: sharing to cordova app makes the app open 
but crashes afterwards
 Key: CB-11924
 URL: https://issues.apache.org/jira/browse/CB-11924
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: 4.4.2
 Environment: Windows 10, cordova cli 6.1.1, affects cordova platform 
4.4.2, also current 4.5.0 dev branch.
Reporter: Sebastien Lorber



Steps to reproduce:


{code}
cordova create shareTargetTest
cd shareTargetTest
cordova platform add https://github.com/apache/cordova-windows
{code}

In manifest, add Share Target of type URI, leading to the following XML:

{code}
  

  
URI
  

  
{code}

Run Windows 10 emulator (also crashed on HP Elite X3 device)

Open Edge browser on any page, and share page to HelloCordova app.

The HelloCordova app opens, and after some seconds, the emulator crashes 
(WWAHost.exe fails with code = -1: don't know how to get more details 
unfortunatly)

--

Expected result:


I don't know if this has ever been done by anyone on a Cordova app, but I want 
to share a Edge link to my application. For Android/iOS, this means that the 
app should open, or resume itself, and call some JS callback.

I tried to follow these Windows8 tutorials that still look relevant for 
Windows10 app, with no success. It seems the "activated" callback never fires 
(weither it's declared in my app, or in cordova.js, at least I don't see 
anything in the console logs I've put everywhere).

Can you tell me if I do anything wrong to achieve this usecase? thanks




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/28//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/81//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11917) Remove pull request template checklist item: "iCLA has been signed and submitted to secret...@apache.org."

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11917:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-contacts/pull/137/commits/c3d06a6cb1995267ae50abb303b874e57336b9a7)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/40//PLATFORM=android/artifact/)
 |
 



> Remove pull request template checklist item: "iCLA has been signed and 
> submitted to secret...@apache.org."
> --
>
> Key: CB-11917
> URL: https://issues.apache.org/jira/browse/CB-11917
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>




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

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



[jira] [Commented] (CB-11916) Drop requirement for an iCLA for contributions

2016-09-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11916:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-docs/pull/644
  
CB-11916 to link with jira (typo in title)


> Drop requirement for an iCLA for contributions
> --
>
> Key: CB-11916
> URL: https://issues.apache.org/jira/browse/CB-11916
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Discussion here: 
> https://lists.apache.org/thread.html/b611fb3b913ff115b07169f26e4ee8e86094ac444d38683e8769f901@%3Cdev.cordova.apache.org%3E
> Consensus achieved. Proceeding with PR.
> Repro'ed here:
> {code}
> It's up to us to decide, and right now we require the iCLA except for trivial 
> contributions.
> I want to change this to a more relaxed requirement:
> 1. Non-committers do not require an iCLA (you need one anyway to get an 
> account, so that's really a non-issue)
> 2. Require a clear intent by the author to contribute under our normal terms, 
> for a non-trivial change
> So some of you will be wondering, what does Apache say about this?
> From: 
> http://mail-archives.apache.org/mod_mbox/www-infrastructure-dev/201112.mbox/%3ca603ffce-623b-43e9-87f8-39baa51c7...@gbiv.com%3E
> Roy Fielding:
> "Yes, that opinion comes from me speaking as a board member and
> author of the Apache License, and has previously been cleared
> with Apache's legal team for a long ago discussion with Incubator.
> We don't need a CLA on file to accept contributions from non-committers.
> We just need a clear intent by the author to contribute under
> our normal terms."
> Other opinions: http://apetro.ghost.io/apache-contributors-no-cla/
> We need to change our Contribute page:
> http://cordova.apache.org/contribute/
> ... as well as any PR templates:
> https://github.com/apache/cordova-plugin-media/blob/master/.github/PULL_REQUEST_TEMPLATE.md
> This declaration of intent, if posted on Github, will be reflected on 
> d...@cordova.apache.org since Apache sends out an email on each PR or comment 
> to a PR, so we will be able to track it in our archives.
> As usual it is always the committer's responsibility to make sure that all 
> code they push to a repository is compliant with ASF policies.
> {code}
> Issues need to be created to update all the PULL_REQUEST_TEMPLATE.md files in 
> all the repos.



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

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



[jira] [Commented] (CB-11911) 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1

2016-09-28 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-11911:
---

Can you share your cordova CLI version and cordova-ios platform version?


> 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1
> --
>
> Key: CB-11911
> URL: https://issues.apache.org/jira/browse/CB-11911
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.5.0
>Reporter: Vishal Rajole
>
> In file included from 
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.m:28:
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.h:29:9:
>  fatal error: 'Cordova/CDVAppDelegate.h' file not found
> #import 
> ^
> 1 error generated.



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

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



[jira] [Commented] (CB-11910) cordova run android --device doesn't work (while --target does)

2016-09-28 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-11910:
---

Yes, --device will run on a connected device, but you can't choose which one, 
--target will let you choose which one.

Can I close this or do you think the documentation is not clear enough?

>  cordova run android --device doesn't work (while --target does)
> 
>
> Key: CB-11910
> URL: https://issues.apache.org/jira/browse/CB-11910
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 6.2.0
> Environment: macOS Sierra, Android Studio 2.2 (and related Android 
> SDK updates)
>Reporter: Ash Ryan Arnwine
>Priority: Minor
>
> $ cordova run android --device=
> gives this error:
> > Error: Unknown platforms: 
> $ cordova run android --target=
> is working fine.



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

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



[jira] [Created] (CB-11922) Add github pull request template

2016-09-28 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11922:
-

 Summary: Add github pull request template
 Key: CB-11922
 URL: https://issues.apache.org/jira/browse/CB-11922
 Project: Apache Cordova
  Issue Type: Task
  Components: Android
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


Look at the .github folder for any of the plugins.



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

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



  1   2   >