[jira] [Commented] (CB-12379) Calling a phone number does not open the call prompt with XCODE 8 upgrade

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12379:
---

how are you trying to call the tel prompt? a links with href="tel:...?
do you have this in your config.xml?

{code}

{code}

> Calling a phone number does not open the call prompt with XCODE 8 upgrade
> -
>
> Key: CB-12379
> URL: https://issues.apache.org/jira/browse/CB-12379
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: Xcode 8.2, IOS 10, cordova 5.3.3
>Reporter: smitha
>Assignee: Tobias Bocanegra
>
> I have a hybrid app built using cordova version 5.3. After updating to xcode 8
> the tele prompt to call the selected phone number stopped working. We no 
> longer get the popup box to call  or cancel the selected phone number. This 
> happens only for the app. We get the pop up when we select the phone number 
> in the the browser.
>  



--
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-12379) Calling a phone number does not open the call prompt with XCODE 8 upgrade

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile updated CB-12379:
--
Component/s: (was: OSX)

> Calling a phone number does not open the call prompt with XCODE 8 upgrade
> -
>
> Key: CB-12379
> URL: https://issues.apache.org/jira/browse/CB-12379
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: Xcode 8.2, IOS 10, cordova 5.3.3
>Reporter: smitha
>Assignee: Tobias Bocanegra
>
> I have a hybrid app built using cordova version 5.3. After updating to xcode 8
> the tele prompt to call the selected phone number stopped working. We no 
> longer get the popup box to call  or cancel the selected phone number. This 
> happens only for the app. We get the pop up when we select the phone number 
> in the the browser.
>  



--
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-11187) How to upload base64 image using cordova-file-transfer

2017-01-20 Thread Audrey So (JIRA)

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

Audrey So commented on CB-11187:


Hi! [~vinimendes3] Are you still having this issue? Please provide more details 
or code samples so that I can try to replicate this bug. Thanks so much! -- 
Audrey

> How to upload base64 image using cordova-file-transfer
> --
>
> Key: CB-11187
> URL: https://issues.apache.org/jira/browse/CB-11187
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Plugin File Transfer
>Affects Versions: 3.5.0
>Reporter: Vinicius Mendes de Souza
> Fix For: Master
>
>
> I'm trying to upload base64 image using cordova-file-transfer but I'm can 
> not. Is it possible to upload base64 images using cordova-file-transfer?
> Thanks in advance,



--
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-12028) update distributionUrl from http to https , http URL now return `403`

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-12028.
-
Resolution: Fixed

cordova-android 6.2.0 will use https
https://github.com/apache/cordova-android/blob/master/bin/templates/cordova/lib/builders/GradleBuilder.js#L189
Closing the issue

[~ryh], thanks for contributing! Can you also close your PR?

> update distributionUrl from http to https  , http URL now return `403`
> --
>
> Key: CB-12028
> URL: https://issues.apache.org/jira/browse/CB-12028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: cordova-android@5.2.2
> Environment: Cordova-Android
>Reporter: Yu HAN
>Assignee: Audrey So
>Priority: Minor
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> cordova-android/bin/templates/cordova/lib/builders/GradleBuilder.js#L166
> current distributionUrl in http now return 403, please change it to https
> hurry, please.



--
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-12211) InAppBrowser - problem in iOS 10 when try to open an url in external browser with window.open(url, "_system")

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-12211.
-
Resolution: Not A Problem
  Assignee: jcesarmobile

Sorry for not answering before.

This is not an error, cordova-ios apps need gap: protocol on the CSP to make 
plugins work.

See the CSP that the default Cordova app includes, with the comment where it 
explains some of them, and the most important, the  gap:

On iOS 10 the CSP became stricter and blocks the plugins from working if you 
don't include the gap:

{code}

https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 
'unsafe-inline'; media-src *; img-src 'self' data: content:;">
{code}

> InAppBrowser - problem in iOS 10 when try to open an url in external browser 
> with window.open(url, "_system")
> -
>
> Key: CB-12211
> URL: https://issues.apache.org/jira/browse/CB-12211
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: iOS 10
>Reporter: Marco
>Assignee: jcesarmobile
>
> Consider the following scenario:
> 1. My Cordova App have a filter based on InAppBrowser like this:
> function openurlinexternalbrowser() {
> $(document).on('click', 'a[target="_system"],a[target="_blank"]', 
> function (e) {
> e.preventDefault();
> var url = this.href;
> window.open(url, "_system");
> });
> }
> 2. This filter permits to open the url in anchor tag ( ... ) in 
> external browser. For example: 
>   http://www.google.com/; 
> target="_blank">Test Google
> 3. So, my App uses InAppBrowser plugin and calls "window.open" with "_system" 
> as a target.
> --- WRONG BEHAVIOUR --- 
> What's happen when I try to open an url?
> - in iOS 9, all works fine, url it's open in external browser after click on 
> a link;
> - in iOS 10 nothing happen, but if you click on a link, and then click twice 
> on the home button (like when you enter in multitasking mode), the browser 
> appears and it opens the url.
> It's possible to fix this problem?
> Thank you



--
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-12211) InAppBrowser - problem in iOS 10 when try to open an url in external browser with window.open(url, "_system")

2017-01-20 Thread Marco (JIRA)

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

Marco commented on CB-12211:


Hi [~Chetan74],

I didn't found any fix, here no one answer... 
If you have news, please write here a comment.

Thank you


> InAppBrowser - problem in iOS 10 when try to open an url in external browser 
> with window.open(url, "_system")
> -
>
> Key: CB-12211
> URL: https://issues.apache.org/jira/browse/CB-12211
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: iOS 10
>Reporter: Marco
>
> Consider the following scenario:
> 1. My Cordova App have a filter based on InAppBrowser like this:
> function openurlinexternalbrowser() {
> $(document).on('click', 'a[target="_system"],a[target="_blank"]', 
> function (e) {
> e.preventDefault();
> var url = this.href;
> window.open(url, "_system");
> });
> }
> 2. This filter permits to open the url in anchor tag ( ... ) in 
> external browser. For example: 
>   http://www.google.com/; 
> target="_blank">Test Google
> 3. So, my App uses InAppBrowser plugin and calls "window.open" with "_system" 
> as a target.
> --- WRONG BEHAVIOUR --- 
> What's happen when I try to open an url?
> - in iOS 9, all works fine, url it's open in external browser after click on 
> a link;
> - in iOS 10 nothing happen, but if you click on a link, and then click twice 
> on the home button (like when you enter in multitasking mode), the browser 
> appears and it opens the url.
> It's possible to fix this problem?
> Thank you



--
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-12379) Calling a phone number does not open the call prompt with XCODE 8 upgrade

2017-01-20 Thread smitha (JIRA)
smitha created CB-12379:
---

 Summary: Calling a phone number does not open the call prompt with 
XCODE 8 upgrade
 Key: CB-12379
 URL: https://issues.apache.org/jira/browse/CB-12379
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, OSX
 Environment: Xcode 8.2, IOS 10, cordova 5.3.3
Reporter: smitha
Assignee: Tobias Bocanegra


I have a hybrid app built using cordova version 5.3. After updating to xcode 8
the tele prompt to call the selected phone number stopped working. We no longer 
get the popup box to call  or cancel the selected phone number. This happens 
only for the app. We get the pop up when we select the phone number in the the 
browser.
 



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=windows-10-store/artifact/)
 |
| [iOS 9.3]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-9.3/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-9.3/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-9.3/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-9.3/artifact/)
 |
| [iOS 10.0]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-10.0/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-10.0/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-10.0/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=ios-10.0/artifact/)
 |
| [Android 4.4]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-4.4/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-4.4/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-4.4/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-4.4/artifact/)
 |
| [Android 5.1]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-5.1/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-5.1/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-5.1/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/60//PLATFORM=android-5.1/artifact/)
 |
 0 tests run, 0 skipped, 0 failed.



> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user alsorokin closed the pull request at:

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


> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=windows-10-store/artifact/)
 |
| [iOS 9.3]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-9.3/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-9.3/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-9.3/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-9.3/artifact/)
 |
| [iOS 10.0]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-10.0/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-10.0/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-10.0/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=ios-10.0/artifact/)
 |
| [Android 4.4]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-4.4/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-4.4/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-4.4/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-4.4/artifact/)
 |
| [Android 5.1]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-5.1/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-5.1/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-5.1/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/59//PLATFORM=android-5.1/artifact/)
 |
 0 tests run, 0 skipped, 0 failed.



> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=windows-10-store/artifact/)
 |
| [iOS 9.3]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-9.3/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-9.3/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-9.3/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-9.3/artifact/)
 |
| [iOS 10.0]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-10.0/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-10.0/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-10.0/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=ios-10.0/artifact/)
 |
| [Android 4.4]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-4.4/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-4.4/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-4.4/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-4.4/artifact/)
 |
| [Android 5.1]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-5.1/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-5.1/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-5.1/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/58//PLATFORM=android-5.1/artifact/)
 |
 0 tests run, 0 skipped, 0 failed.



> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12373) Plugins Release, Thu Jan 19 2017

2017-01-20 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-12373:


I'm so sorry [~jcesarmobile]! I am using this JIRA issue to test out some 
automation I am working on around plugins releasing!

See: https://github.com/apache/cordova-coho/tree/plugins-releaser

I should make that explicit in the work-in-progress code in the JIRA creation 
part so that it is not confusing :D

Sorry about that!

> Plugins Release, Thu Jan 19 2017
> 
>
> Key: CB-12373
> URL: https://issues.apache.org/jira/browse/CB-12373
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



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

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



[jira] [Closed] (CB-12363) Update CI status badges for core plugins

2017-01-20 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-12363.
--
Resolution: Fixed

> Update CI status badges for core plugins
> 
>
> Key: CB-12363
> URL: https://issues.apache.org/jira/browse/CB-12363
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: triaged
>
> iOS 10 is now part of test matrix, so we need to update badges in plugin 
> repos and in cordova-status repo.



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user alsorokin commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/171
  
Hey @filmaj, nice to see you  

Nevermind this test, it was meant to ensure that my changes does not break 
downloading two files successively.

The bad news are that the fix is still not working:

http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build-TEST/58/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/testReport/junit/cordova-plugin-file-transfer-tests.tests%20__.FileTransfer.methods/download/filetransfer_spec_9_should_not_leave_partial_file_due_to_abort/

After some investigation, I think that calling `win` callback after 
`abort()` is kind of expected behavior, at least if we've not called`fail` 
callback yet and the file is ready or is being saved to disk or anything else.

Going to adapt the spec to expect `fail` callback, but if we receive win, 
we just make sure there were no other `fail` callbacks called.


> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user filmaj commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/171
  
oo, nice catch!

However, I fail to see how the test added is exercising the `abort()` code 
path? I'm not actually sure what the test is doing other than ensuring a 
specific amount of data was loaded in. Can you elaborate on what the test is 
doing, @alsorokin ?


> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user vladimir-kotikov commented on the issue:

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


> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12378) Add network type changed event

2017-01-20 Thread Emil Cieslar (JIRA)
Emil Cieslar created CB-12378:
-

 Summary: Add network type changed event
 Key: CB-12378
 URL: https://issues.apache.org/jira/browse/CB-12378
 Project: Apache Cordova
  Issue Type: Wish
Reporter: Emil Cieslar


Currently, there are two events that we can listen to: online and offline. It 
would be nice if there was another event which was fired whenever network type 
changes. For example if user is online on Connection.CELL_4G and network type 
changes to Connection.CELL_2G, it would be great to know that because that's 
almost like there's no connection at all. 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-12336) filetransfer.spec.9 is flaky on Android

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12336:
-

Github user cordova-qa commented on the issue:

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

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

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=windows-10-store/artifact/)
 |
| [iOS 9.3]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-9.3/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-9.3/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-9.3/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-9.3/artifact/)
 |
| [iOS 10.0]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-10.0/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-10.0/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-10.0/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=ios-10.0/artifact/)
 |
| [Android 4.4]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-4.4/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-4.4/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-4.4/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-4.4/artifact/)
 |
| [Android 5.1]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-5.1/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-5.1/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-5.1/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/57//PLATFORM=android-5.1/artifact/)
 |
 265 tests run, 13 skipped, 0 failed.



> filetransfer.spec.9 is flaky on Android
> ---
>
> Key: CB-12336
> URL: https://issues.apache.org/jira/browse/CB-12336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: flaky, found-by-ci, triaged
>
> filetransfer.spec.9 sometimes fails on Android:
> http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/269/PLATFORM=android-4.4,PLUGIN=cordova-plugin-file-transfer/console



--
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-12371) "Selection Cancelled" error

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12371:
---

In which platform do you get it?

Can you describe better the "when it don't works"?
Canceled means the user canceled the selection of the picture

> "Selection Cancelled" error
> ---
>
> Key: CB-12371
> URL: https://issues.apache.org/jira/browse/CB-12371
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.3.0
>Reporter: Aurelio Merenda
>
> Hello and congratulation for your cordova-plugin-camera!
> I have an issue with getPicture() call: it works most of the time, but, when 
> it don't works, it returns a message "Selection cancelled".
> This is my code:
> if(window.cordova && navigator && navigator.camera){
> // convertImage is a my method to manage image, it works
> navigator.camera.getPicture(convertImage, function(message){
> // message is "Selection cancelled"
> }, {
> quality: 70,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> allowEdit: false,
> targetWidth: 1024,
> targetHeight: 1024,
> encodingType: Camera.EncodingType.JPEG,
> mediaType: Camera.MediaType.PICTURE   
> });
> }
> PS I have 2.3.1 version of cordova-plugin-camera, but I don't found it on 
> JIRA version field.
> Thanks,
> Aurelio Merenda



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user cordova-qa commented on the issue:

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

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-dialogs/pull/90/commits/3b5cc87e7c8b15cbb91c77c216c766917aa007c7)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/46/)

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



> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12374) cordova-plugin-whitelist fails to work on ios when built via adobe's phonegap build

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-12374.
-
Resolution: Invalid
  Assignee: jcesarmobile

Hi.

This bug tracker is for Cordova related issues.

Phonegap is an Adobe product, consider creating an issue on 
https://github.com/phonegap/build or asking on the Phonegap build forum 
https://forums.adobe.com/community/phonegap/build

> cordova-plugin-whitelist fails to work on ios when built via adobe's phonegap 
> build
> ---
>
> Key: CB-12374
> URL: https://issues.apache.org/jira/browse/CB-12374
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Whitelist
>Affects Versions: 3.1.0
> Environment: IOS 10.2
>Reporter: Felix Livni
>Assignee: jcesarmobile
>
> I'm using the cordova-plugin-whitelist with my cordova app.
> I have a rule in my config.xml
> 
> If I build locally and deploy to the app store, tel links work fine on both 
> android and ios.
> If I build using phonegap build, tel links work ONLY on android and do NOT 
> work on ios.
> I've tried a number of different settings and have researched this on the 
> internet. I'd love some help! 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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user cordova-qa commented on the issue:

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

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

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



> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12373) Plugins Release, Thu Jan 19 2017

2017-01-20 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12373:
---

Step 1 is Email the dev mailing-list and see if anyone has reason to postpone 
the release.
Subject should be "[DISCUSS] Plugins release
If so, agree upon a branching date / time.

I've been searching for it, but didn't find it. Did you send it?

> Plugins Release, Thu Jan 19 2017
> 
>
> Key: CB-12373
> URL: https://issues.apache.org/jira/browse/CB-12373
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Filip Maj
>Assignee: Filip Maj
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-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] [Created] (CB-12377) cordova platform update ios fails with "mv: no such file or directory"

2017-01-20 Thread Volker Braun (JIRA)
Volker Braun created CB-12377:
-

 Summary: cordova platform update ios fails with  "mv: no such file 
or directory"
 Key: CB-12377
 URL: https://issues.apache.org/jira/browse/CB-12377
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Affects Versions: 6.4.0
Reporter: Volker Braun


The "cordova platform update ios" always fails. Looks like __PROJECT_NAME__ 
should have been replaced with the actual project name, but was not. This is 
with ios@4.3.1: 

$ cordova --version
6.4.0
$ rm -rf plugins platforms
[...]
$ cordova platform add ios
[...]
$ cordova platform update ios
Updating ios project...
mv: no such file or directory: 
/Users/vbraun/myproject/cordova/platforms/ios/myproject.xcworkspace/xcshareddata/xcschemes/__PROJECT_NAME__.xcscheme





--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-dialogs/pull/90


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 3b5cc87e7c8b15cbb91c77c216c766917aa007c7 in cordova-plugin-dialogs's 
branch refs/heads/master from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=3b5cc87 ]

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 3a460dad08d477042971619dd8567db68920f671 in 
cordova-plugin-device-orientation's branch refs/heads/master from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=3a460da
 ]

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device-orientation/pull/32


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit a6c516ccb53b688a74300c9172ef7d06a03fb5c8 in 
cordova-plugin-device-motion's branch refs/heads/master from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=a6c516c
 ]

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device-motion/pull/49


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 48e0e7f321e88bdfc6b42659ae396e5d4be40992 in cordova-plugin-device's 
branch refs/heads/master from [~daserge]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=48e0e7f 
]

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device/pull/59


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user cordova-qa commented on the issue:

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

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

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



> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/147


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user asfgit closed the pull request at:

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


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12353 Corrected merges usage in plugin.xml


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user cordova-qa commented on the issue:

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

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

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



> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12376) IOS log issues

2017-01-20 Thread Sami Silmani (JIRA)
Sami Silmani created CB-12376:
-

 Summary: IOS log issues
 Key: CB-12376
 URL: https://issues.apache.org/jira/browse/CB-12376
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 6.4.0
 Environment: macOS Sierra 10.12.2
Xcode 8.2.1
Reporter: Sami Silmani


Logging in ios doesn't work event after adding the plugin cordova-plugin-console
steps to reproduce the bug:
{code}
cordova create myApp com.cordova.myApp
cd myApp/
cordova plugin add cordova-plugin-console
cd www
vi js/index.js 
cordova emulate ios
{code}

in index.js i added 3 console.logs only the on device ready and Received Event 
are displayed on the xcode console log, all the others on the index.js and the 
code added later doesn't work, the log works fine on android.

{code:title=index.js|borderStyle=solid}
console.log("starting log");
var app = {
// Application Constructor
initialize: function() {
document.addEventListener('deviceready', this.onDeviceReady.bind(this), 
false);
console.log("init function");
},

// deviceready Event Handler
//
// Bind any cordova events here. Common events are:
// 'pause', 'resume', etc.
onDeviceReady: function() {
this.receivedEvent('deviceready');
console.log("on device ready");
},

// Update DOM on a Received Event
receivedEvent: function(id) {
var parentElement = document.getElementById(id);
var listeningElement = parentElement.querySelector('.listening');
var receivedElement = parentElement.querySelector('.received');

listeningElement.setAttribute('style', 'display:none;');
receivedElement.setAttribute('style', 'display:block;');

console.log('Received Event: ' + id);
}
};

app.initialize();
{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] [Closed] (CB-12357) Implement permission buster for plugin tests on iOS 10

2017-01-20 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-12357.
--
Resolution: Fixed

> Implement permission buster for plugin tests on iOS 10
> --
>
> Key: CB-12357
> URL: https://issues.apache.org/jira/browse/CB-12357
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Paramedic, Plugin Contacts
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> When running contacts tests on iOS 10 on Sauce Labs, the 'aucoAcceptAlerts' 
> capability doesn't work. This happens because Sauce Labs use Appium 1.6.3 to 
> run iOS 10 tests, and this capability is deprecated in this version.
> In our contacts tests we were relying on this capability, so we need to find 
> another way to automatically accept all permission dialogs.



--
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-12353) UWP - splashscreen is not hidden.

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12353:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/208
  
@daserge, should we really remove windows8 section?


> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov resolved CB-12369.
---
Resolution: Done

> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 894d1641915c4dead6656dc4e874a0b6b014addf in 
cordova-plugin-splashscreen's branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=894d164
 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #123


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/123
  
Travis failure is unrelevant to this change, so merging. However I found 
that native tests are passing with cordova-ios@4.3.0 and failing w/ 4.3.1

/cc @shazron, @daserge 


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #49


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit a109a8240bb70c0657d0a75b546980ce79b3b8df in cordova-plugin-vibration's 
branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=a109a82
 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #51


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 995e4fdf9de78609ff0fb30bab2610b9e5293410 in cordova-plugin-statusbar's 
branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=995e4fd
 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #75


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #126


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #75


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 40e89b1ca164d4b3cf9eb3aee178ef8fda3102fc in 
cordova-plugin-globalization's branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=40e89b1
 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #55


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #211


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #173


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-dialogs/pull/91


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit ac4b0e064cde49470fc61a09a85cbf5f91ae2388 in cordova-plugin-dialogs's 
branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=ac4b0e0 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #91


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #201


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 24d97ef2c95af0c4618a219f9db25a8292aba582 in 
cordova-plugin-device-orientation's branch refs/heads/master from [~Nikita 
Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=24d97ef
 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #33


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device-orientation/pull/33


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 78b0ec866fe99cae03c049fc9dccb4cf58b70111 in 
cordova-plugin-device-motion's branch refs/heads/master from [~Nikita Matrosov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=78b0ec8
 ]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #50


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device-motion/pull/50


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-device/pull/60


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

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


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #250


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12369:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/148


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

Commit cf56c90f4f0b3488ce66519edfc055bd93ee967d in cordova-plugin-device's 
branch refs/heads/master from [~Nikita Matrosov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=cf56c90 
]

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #60


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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-12369) Ship Typescript definitions along with core plugins

2017-01-20 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12369: Add plugin typings from DefinitelyTyped

 This closes #148


> Ship Typescript definitions along with core plugins
> ---
>
> Key: CB-12369
> URL: https://issues.apache.org/jira/browse/CB-12369
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: plugins, typescript, typings
>
> Discussion: http://markmail.org/thread/7rpzjxytgtzrs7hw



--
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