Nightly build #312 for cordova has succeeded!

2017-04-13 Thread Apache Jenkins Server
Nightly build #312 for cordova has succeeded!
The latest nightly has been published and you can try it out with 'npm i -g 
cordova@nightly'

For details check build console at 
https://builds.apache.org/job/cordova-nightly/312/consoleFull

-
Jenkins for Apache Cordova

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

[GitHub] cordova-plugin-statusbar issue #67: CB-12024: Browser platform support

2017-04-13 Thread dudeofawesome
Github user dudeofawesome commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/67
  
@asfgit What can I do to accelerate the process of getting this accepted?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-lib issue #468: CB-8978 Add resource-file parsing to config.xml

2017-04-13 Thread stevengill
Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/468
  
It is! https://cordova.apache.org/news/2017/01/23/tools-release.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-ios pull request #304: CB-8980 - Support tag in conf...

2017-04-13 Thread shazron
GitHub user shazron opened a pull request:

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

CB-8980 - Support  tag in config.xml in iOS platform

### Platforms affected

self

### What does this PR do?

Support `` tag in config.xml  in iOS platform

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

**NONE**. Work In Progress. Will update as I go along. 

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


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

$ git pull https://github.com/shazron/cordova-ios CB-8980

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

https://github.com/apache/cordova-ios/pull/304.patch

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

This closes #304


commit a9626c604a341eea55b80c635c1f36d9d3eb8a8a
Author: Shazron Abdullah 
Date:   2017-04-14T00:31:02Z

CB-8980 - Adding resource-file Element to config.xml for iOS

commit fedc9f7fc08f88d989319675bb9553ecbf4a3bba
Author: Shazron Abdullah 
Date:   2017-04-14T00:35:20Z

CB-8980 - Fixed typo

commit 36c3e620c08d94f7b1b441a57cada14386ab802b
Author: Shazron Abdullah 
Date:   2017-04-14T00:42:01Z

CB-8980 - Update bundled cordova-common

commit cd70cbbd8957377c92ae9926e89a416e690d202e
Author: Shazron Abdullah 
Date:   2017-04-14T00:46:03Z

CB-8980 - another typo




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-lib issue #468: CB-8978 Add resource-file parsing to config.xml

2017-04-13 Thread shazron
Github user shazron commented on the issue:

https://github.com/apache/cordova-lib/pull/468
  
@stevengill Can I assume support for this feature is out in the 
cordova@6.5.0 release?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-android issue #321: CB-8978 Prepare copy resource-files from config....

2017-04-13 Thread dpogue
Github user dpogue commented on the issue:

https://github.com/apache/cordova-android/pull/321
  
It is in cordova-android@6.2.1.
No docs yet (wanted to get it supported in more platforms first), but it 
works exactly the same way that it does in plugin.xml.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-android issue #321: CB-8978 Prepare copy resource-files from config....

2017-04-13 Thread shazron
Github user shazron commented on the issue:

https://github.com/apache/cordova-android/pull/321
  
@dpogue @infil00p  is this out in the latest cordova-android? Are there 
docs for this, or is it a copy-paste from plugin.xml?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-ios pull request #302: CB-11895: openURL: is deprecated on iOS 10

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-ios pull request #303: CB-10026 - Fix warnings in Objective-C tests

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-ios pull request #303: CB-10026 - Fix warnings in Objective-C tests

2017-04-13 Thread shazron
GitHub user shazron opened a pull request:

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

CB-10026 - Fix warnings in Objective-C tests

### Platforms affected

self.

### What does this PR do?

Fix most warnings (non Photos framework related - those are in CB-10027) in 
the code.

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

npm test

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


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

$ git pull https://github.com/shazron/cordova-ios CB-10026

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

https://github.com/apache/cordova-ios/pull/303.patch

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

This closes #303


commit 455a49cad31e61c8aa3ddb66568cdf83f38a7978
Author: Shazron Abdullah 
Date:   2017-04-13T17:32:13Z

CB-10026 - Fix warnings in Objective-C tests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-inappbrowser issue #217: CB-12266 browser: Fix type for InApp...

2017-04-13 Thread cordova-qa
Github user cordova-qa commented on the issue:

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

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

 42 tests run, 0 skipped, 0 failed.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-inappbrowser issue #217: CB-12266 browser: Fix type for InApp...

2017-04-13 Thread alsorokin
Github user alsorokin commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/217
  
Let there be tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-inappbrowser issue #217: CB-12266 browser: Fix type for InApp...

2017-04-13 Thread cordova-qa
Github user cordova-qa commented on the issue:

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

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

 36 tests run, 0 skipped, 0 failed.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-inappbrowser issue #217: CB-12266 browser: Fix type for InApp...

2017-04-13 Thread alsorokin
Github user alsorokin commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/217
  
Let there be tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-inappbrowser issue #217: CB-12266 browser: Fix type for InApp...

2017-04-13 Thread cordova-qa
Github user cordova-qa commented on the issue:

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

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

 36 tests run, 0 skipped, 0 failed.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-inappbrowser pull request #217: CB-12266 browser: Fix type fo...

2017-04-13 Thread matrosov-nikita
GitHub user matrosov-nikita opened a pull request:

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

CB-12266 browser: Fix type for InAppBrowserEvent url in docs



### Platforms affected
browser

### What does this PR do?
fix doc's description for URL

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


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

$ git pull https://github.com/matrosov-nikita/cordova-plugin-inappbrowser 
fix-docs

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

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

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

This closes #217


commit 6a93e34d459cd13ce74c9b01b595e242399ece16
Author: Nikita Matrosov 
Date:   2017-04-06T10:33:30Z

CB-12266 browser: Fix type for InAppBrowserEvent url in docs




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-media issue #100: CB-7684: (iOS) Fix CDVSound killing all aud...

2017-04-13 Thread katzlbt
Github user katzlbt commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/100
  
Sending setActiveNo: to an audio session will always stop recording and 
playback. This is how the system handles incoming phonecalls etc.

> Most apps never need to deactivate their audio session explicitly. 
Important exceptions include VoIP (Voice over Internet Protocol) apps, 
turn-by-turn navigation apps, and, in some cases, recording apps. 
(https://developer.apple.com/library/content/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/ConfiguringanAudioSession/ConfiguringanAudioSession.html)

Probably you are out of luck for waiting it out, unless you have a year or 
so. This PR and another that fixes that Audio is disabled after every memory 
warning are open for ages 
(https://github.com/apache/cordova-plugin-media/pull/120). I apply the patches 
manually like this:

`
wget 
https://github.com/apache/cordova-plugin-media/pull/120.patch
patch -p1 <120.patch

wget 
https://github.com/apache/cordova-plugin-media/pull/116.patch
patch -p1 <116.patch

wget 
https://github.com/apache/cordova-plugin-media/pull/100.patch
patch -p1 <100.patch
`



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-media issue #100: CB-7684: (iOS) Fix CDVSound killing all aud...

2017-04-13 Thread anagrath
Github user anagrath commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/100
  
This issue is still on version 3.0.0 -- I am not sure if all setActive:NO 
should be commented out -- it seems that there is some logic to kill the audio 
playback when recording?  I'd much prefer a stable version update than to do my 
own hacking...  what can I do to help?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-browser issue #28: CB-12527

2017-04-13 Thread purplecabbage
Github user purplecabbage commented on the issue:

https://github.com/apache/cordova-browser/pull/28
  
I'll be doing more work on this branch, I just wanted it to be out in the 
open.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-browser pull request #28: CB-12527

2017-04-13 Thread purplecabbage
GitHub user purplecabbage opened a pull request:

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

CB-12527



### Platforms affected
Browser

### What does this PR do?
Adds platformAPI, and removes need for polyfil

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

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


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

$ git pull https://github.com/purplecabbage/cordova-browser CB-12527

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

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

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

This closes #28


commit f1b136d0958d2f85ea4c88f10ab7f757e5363e6c
Author: Jesse MacFadyen 
Date:   2017-04-07T06:51:12Z

don't exit and don't expect a done()

commit 44578d2f9399dd614b270ce98ce00ed7db4d137c
Author: Jesse MacFadyen 
Date:   2017-04-07T21:59:52Z

added some basic tests, and updated package with Jasmine@2.5.3

commit 3b4a52f69132eeb384c3320755112575aadbe875
Author: Jesse MacFadyen 
Date:   2017-04-13T05:57:40Z

large refactor, added PlatformApi, deleted icons

commit 6281ea5af1a2c99a0fdc12356b01c36abc33c720
Author: Jesse MacFadyen 
Date:   2017-04-13T06:34:46Z

hooking up run




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: wp8 support (cordova@7)

2017-04-13 Thread Vladimir Kotikov (Akvelon)
+1

-
Best regards, Vladimir

On Apr 13, 2017, at 02:10, Jesse  wrote:

+1
This goes hand in hand with removing platformApiPoly from cordova-lib.




@purplecabbage
risingj.com

On Wed, Apr 12, 2017 at 4:04 PM, Shazron  wrote:

> +1
> adieu WP8
> 
> On Wed, Apr 12, 2017 at 1:58 PM, Audrey So  wrote:
> 
>> Hi everyone! Just a quick update… we will be dropping support for windows
>> phone 8 (wp8) in cordova@7.
>> Here is the PR--> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcordova-lib%2Fpull%2F539%2Fcommits=02%7C01%7Cv-vlkoti%40microsoft.com%7C5c08577ed84a4069cd9e08d481f91689%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636276354237140966=ou1mFTdgAp0NIJScf%2B1O7cbkzJEOFjBvNwx5lj5IJnc%3D=0
> .
>> If you have any questions or concerns, let us know!
>> 
>> Audrey
>> 
> 


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