[GitHub] cordova-plugin-geolocation issue #87: Update CDVLocation.m

2017-01-27 Thread cordova-qa
Github user cordova-qa commented on the issue:

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

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

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



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



CVE-2017-3160: Gradle Distribution URL used by Cordova-Android does not use https by default

2017-01-27 Thread Joe Bowser
===
CVE-2017-3160: Gradle Distribution URL used by Cordova-Android does not use
https by default

Severity: High

Vendor: The Apache Software Foundation

Versions Affected: Cordova Android (6.1.1 and below)

Description: After the Android platform is added to Cordova the first time,
or after a project is created using the build scripts, the scripts will
fetch Gradle on the first build. However, since the default URI is not
using https, it is vulnerable to a MiTM and the Gradle executable is not
safe. The severity of this issue is high due to the fact that the build
scripts immediately start a build after Gradle has been fetched.

Upgrade path: Developers who are concerned about this issue should install
version 6.1.2 or higher of Cordova-Android.

Mitigation Steps: If developers are unable to install the latest version,
this vulnerability can easily be mitigated by setting the
CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL environment variable to
https://services.gradle.org/distributions/gradle-2.14.1-all.zip

Credit: Alon Galili


[ANNOUNCE] cordova-android@6.1.2 released!

2017-01-27 Thread Steven Gill
Security release!

Blog: http://cordova.apache.org/announcements/2017/01/27/android-612.html
Tweet: https://twitter.com/apachecordova/status/825113990246199297


[GitHub] cordova-docs pull request #680: CB-12403: added android release blog post

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/680


---
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-docs pull request #680: CB-12403: added android release blog post

2017-01-27 Thread stevengill
GitHub user stevengill opened a pull request:

https://github.com/apache/cordova-docs/pull/680

CB-12403: added android release blog post



### Platforms affected


### What does this PR do?


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


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


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

$ git pull https://github.com/stevengill/cordova-docs master

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

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


commit 8e2f3dd529364dc469f0acf17c551302b6e203ef
Author: Steve Gill 
Date:   2017-01-27T19:29:53Z

CB-12403: added android release blog post




---
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-windows issue #221: CB-12018 : updated tests to work with jasmine in...

2017-01-27 Thread audreyso
Github user audreyso commented on the issue:

https://github.com/apache/cordova-windows/pull/221
  
PR ready to be merged


---
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: CI Report

2017-01-27 Thread Shazron
Thanks Alexander!

On Fri, Jan 27, 2017 at 2:29 AM,  wrote:

> These "undefined object" failures were caused by the paramedic bug which I
> fixed shortly after introducing it, shouldn't happen again.
>
> File-transfer one looks like another flaky failure.
>
> -Original Message-
> From: Shazron [mailto:shaz...@gmail.com]
> Sent: Friday, January 27, 2017 4:44 AM
> To: dev@cordova.apache.org
> Subject: Re: CI Report
>
> One more failure:
> - cordova-plugin-filetransfer - iOS 10 - filetransfer.spec.27
>
> On Thu, Jan 26, 2017 at 11:28 AM, Shazron  wrote:
>
> > status.cordova.io
> >
> > 3 failures:
> > - cordova-plugin-device - Android 4.4 (undefined object)
> > - cordova-plugin-dialogs - Android 5.1 (undefined object)
> > - cordova-paramedic - TravisCI - (undefined object)
> >
> > 1 known failure:
> > - cordova-paramedic - AppVeyor - (needs to run on non-admin privileged
> > account)
> >
> > Notes:
> > - cordova-lib exhibits flakiness on AppVeyor (Windows) due to `npm
> > link` and `npm install` flakiness in general but especially on
> > Windows, so a failure here is not necessarily a failure. See
> > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhelp.a
> > ppveyor.com%2F=02%7C01%7Cv-alsoro%40microsoft.com%7C0acf1c1e1b8b4
> > a404f6a08d4465619b3%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C63621
> > 0782981938852=uA0ZkNN4PVuLFg%2FWCyEKRCf45b%2Fq1oq54dANLNkVGHo%3D
> > =0
> > discussions/problems/3147-error-eperm-operation-not-
> > permitted-rename-on-npm-install
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


[GitHub] cordova-plugin-file-transfer issue #168: patch method

2017-01-27 Thread theromis
Github user theromis commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/168
  
@daserge @matrosov-nikita @alsorokin Can somebody take care of this PR?



---
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-file-transfer issue #168: patch method

2017-01-27 Thread marcpursals
Github user marcpursals commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/168
  
Actually I did clone this branch and I'm using it. It works like a charm. 
So I'm freezing for next stable release. God job @theromis thanks.


---
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: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread Steven Gill
+1

On Jan 27, 2017 7:30 AM, "Karen Tran"  wrote:

> +1 on cordova-windows release
>
> On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez <
> jcesarmob...@gmail.com
> > wrote:
>
> > Does anyone have any reason to delay a cordova-android platform release?
> >
> > Yeah, we just released cordova-android 6.1.2 :P
> >
> > +1 to releasing cordova-windows
> >
> >
> >
> >
> >
> > 2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov :
> >
> > > Does anyone have any reason to delay a cordova-android platform
> release?
> > > Any outstanding patches to land?
> > > Here's the release notes draft:
> > > ### 5.0.0 (Jan 27, 2017)
> > > * Remove duplicate logic after upgrading cordova-common
> > > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
> > > resource-file reference functionality through a flag
> > > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
> > > resource-file copy files again
> > > * Upgrade cordova-common to 2.0.0
> > > * [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
> > > bundle.appxupload not generated for Windows 10 target
> > > * [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
> > > support for WinMD and DLL combination
> > > * [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
> > > Colorize titlebar to match splash bg color
> > > * [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
> > > SplashScreen gets shifted on Windows devices with soft navbar
> > > * [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
> > > buildFlag option similar to iOS
> > > * [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
> > > cordova.js crashes windows app if there is no CoreWindow Also made
> > > confighelper to load after WinJS as it depends on it
> > > * [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
> > > 'extendedSplashScreen' is undefined
> > > * [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
> > > SplashScreen on Windows when content.src is subpage
> > > * [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
> > > Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> > > * Do not ignore already prefixed capabilities at plugin add/rm
> > > * Fix pattern for extracting capabilities names
> > > * [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
> > > windows-specific logic from cordova-common
> > > * [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
> > > Fix typo in verbose output
> > > * [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
> > > available device capabilities in package.windows10.appxmanifest
> > > * [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
> > > [CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
> > > usage of InProcessServer in Cordova Windows
> > > * [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
> > > setSplashBgColor exception when no splashscreen is found
> > >
> > > If not, I will start the release tomorrow.
> > >
> > > Best regards,
> > >
> > > Sergey Shakhnazarov,
> > >
> > > Akvelon developer.
> > >
> >
>


Re: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread Karen Tran
+1 on cordova-windows release

On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez  wrote:

> Does anyone have any reason to delay a cordova-android platform release?
>
> Yeah, we just released cordova-android 6.1.2 :P
>
> +1 to releasing cordova-windows
>
>
>
>
>
> 2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov :
>
> > Does anyone have any reason to delay a cordova-android platform release?
> > Any outstanding patches to land?
> > Here's the release notes draft:
> > ### 5.0.0 (Jan 27, 2017)
> > * Remove duplicate logic after upgrading cordova-common
> > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
> > resource-file reference functionality through a flag
> > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
> > resource-file copy files again
> > * Upgrade cordova-common to 2.0.0
> > * [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
> > bundle.appxupload not generated for Windows 10 target
> > * [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
> > support for WinMD and DLL combination
> > * [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
> > Colorize titlebar to match splash bg color
> > * [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
> > SplashScreen gets shifted on Windows devices with soft navbar
> > * [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
> > buildFlag option similar to iOS
> > * [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
> > cordova.js crashes windows app if there is no CoreWindow Also made
> > confighelper to load after WinJS as it depends on it
> > * [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
> > 'extendedSplashScreen' is undefined
> > * [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
> > SplashScreen on Windows when content.src is subpage
> > * [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
> > Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> > * Do not ignore already prefixed capabilities at plugin add/rm
> > * Fix pattern for extracting capabilities names
> > * [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
> > windows-specific logic from cordova-common
> > * [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
> > Fix typo in verbose output
> > * [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
> > available device capabilities in package.windows10.appxmanifest
> > * [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
> > [CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
> > usage of InProcessServer in Cordova Windows
> > * [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
> > setSplashBgColor exception when no splashscreen is found
> >
> > If not, I will start the release tomorrow.
> >
> > Best regards,
> >
> > Sergey Shakhnazarov,
> >
> > Akvelon developer.
> >
>


[GitHub] cordova-plugin-inappbrowser issue #212: Add 'hide' method in typing definiti...

2017-01-27 Thread BMohrmann
Github user BMohrmann commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/212
  
hide method for typescript would be nice


---
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-file-transfer issue #168: patch method

2017-01-27 Thread marcpursals
Github user marcpursals commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/168
  
Hi, I'm really interested on using patch method. Is the brach enough stable 
to use it? Is there any scheduled time to get this functionality available on 
stable version?

Thanks in advance


---
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-windows issue #224: Added missing license to PluginInfo.js

2017-01-27 Thread codecov-io
Github user codecov-io commented on the issue:

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

```diff
@@ master   #224   diff @@
==
  Files16 16  
  Lines  2221   2221  
  Methods 412412  
  Messages  0  0  
  Branches439439  
==
  Hits   1707   1707  
  Misses  514514  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[16167f5...7288f17](https://codecov.io/gh/apache/cordova-windows/compare/16167f585aac07333c9dafb1980409b6897b420d...7288f1717d1fb75fc22d46e6e56901a247be7758?src=pr)


---
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-windows issue #224: Added missing license to PluginInfo.js

2017-01-27 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-windows/pull/224
  
:shipit: 


---
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-windows pull request #224: Added missing license to PluginInfo.js

2017-01-27 Thread daserge
GitHub user daserge opened a pull request:

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

Added missing license to PluginInfo.js



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

$ git pull https://github.com/daserge/cordova-windows missing-license

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

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


commit 7288f1717d1fb75fc22d46e6e56901a247be7758
Author: daserge 
Date:   2017-01-27T11:28:32Z

Added missing license to PluginInfo.js




---
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: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread julio cesar sanchez
Does anyone have any reason to delay a cordova-android platform release?

Yeah, we just released cordova-android 6.1.2 :P

+1 to releasing cordova-windows





2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov :

> Does anyone have any reason to delay a cordova-android platform release?
> Any outstanding patches to land?
> Here's the release notes draft:
> ### 5.0.0 (Jan 27, 2017)
> * Remove duplicate logic after upgrading cordova-common
> * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
> resource-file reference functionality through a flag
> * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
> resource-file copy files again
> * Upgrade cordova-common to 2.0.0
> * [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
> bundle.appxupload not generated for Windows 10 target
> * [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
> support for WinMD and DLL combination
> * [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
> Colorize titlebar to match splash bg color
> * [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
> SplashScreen gets shifted on Windows devices with soft navbar
> * [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
> buildFlag option similar to iOS
> * [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
> cordova.js crashes windows app if there is no CoreWindow Also made
> confighelper to load after WinJS as it depends on it
> * [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
> 'extendedSplashScreen' is undefined
> * [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
> SplashScreen on Windows when content.src is subpage
> * [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
> Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> * Do not ignore already prefixed capabilities at plugin add/rm
> * Fix pattern for extracting capabilities names
> * [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
> windows-specific logic from cordova-common
> * [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
> Fix typo in verbose output
> * [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
> available device capabilities in package.windows10.appxmanifest
> * [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
> [CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
> usage of InProcessServer in Cordova Windows
> * [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
> setSplashBgColor exception when no splashscreen is found
>
> If not, I will start the release tomorrow.
>
> Best regards,
>
> Sergey Shakhnazarov,
>
> Akvelon developer.
>


[DISCUSS] Cordova-Windows Release

2017-01-27 Thread Sergey Shakhnazarov
Does anyone have any reason to delay a cordova-android platform release?
Any outstanding patches to land?
Here's the release notes draft:
### 5.0.0 (Jan 27, 2017)
* Remove duplicate logic after upgrading cordova-common
* [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
resource-file reference functionality through a flag
* [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
resource-file copy files again
* Upgrade cordova-common to 2.0.0
* [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
bundle.appxupload not generated for Windows 10 target
* [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
support for WinMD and DLL combination
* [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
Colorize titlebar to match splash bg color
* [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
SplashScreen gets shifted on Windows devices with soft navbar
* [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
buildFlag option similar to iOS
* [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
cordova.js crashes windows app if there is no CoreWindow Also made
confighelper to load after WinJS as it depends on it
* [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
'extendedSplashScreen' is undefined
* [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
SplashScreen on Windows when content.src is subpage
* [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
* Do not ignore already prefixed capabilities at plugin add/rm
* Fix pattern for extracting capabilities names
* [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
windows-specific logic from cordova-common
* [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
Fix typo in verbose output
* [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
available device capabilities in package.windows10.appxmanifest
* [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
[CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
usage of InProcessServer in Cordova Windows
* [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
setSplashBgColor exception when no splashscreen is found

If not, I will start the release tomorrow.

Best regards,

Sergey Shakhnazarov,

Akvelon developer.


RE: CI Report

2017-01-27 Thread alsorokin
These "undefined object" failures were caused by the paramedic bug which I 
fixed shortly after introducing it, shouldn't happen again.

File-transfer one looks like another flaky failure.

-Original Message-
From: Shazron [mailto:shaz...@gmail.com] 
Sent: Friday, January 27, 2017 4:44 AM
To: dev@cordova.apache.org
Subject: Re: CI Report

One more failure:
- cordova-plugin-filetransfer - iOS 10 - filetransfer.spec.27

On Thu, Jan 26, 2017 at 11:28 AM, Shazron  wrote:

> status.cordova.io
>
> 3 failures:
> - cordova-plugin-device - Android 4.4 (undefined object)
> - cordova-plugin-dialogs - Android 5.1 (undefined object)
> - cordova-paramedic - TravisCI - (undefined object)
>
> 1 known failure:
> - cordova-paramedic - AppVeyor - (needs to run on non-admin privileged
> account)
>
> Notes:
> - cordova-lib exhibits flakiness on AppVeyor (Windows) due to `npm 
> link` and `npm install` flakiness in general but especially on 
> Windows, so a failure here is not necessarily a failure. See 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhelp.a
> ppveyor.com%2F=02%7C01%7Cv-alsoro%40microsoft.com%7C0acf1c1e1b8b4
> a404f6a08d4465619b3%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C63621
> 0782981938852=uA0ZkNN4PVuLFg%2FWCyEKRCf45b%2Fq1oq54dANLNkVGHo%3D
> =0
> discussions/problems/3147-error-eperm-operation-not-
> permitted-rename-on-npm-install
>


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



[GitHub] cordova-docs pull request #672: CB-12099 [Android] Documented SplashScreenBa...

2017-01-27 Thread daserge
Github user daserge closed the pull request at:

https://github.com/apache/cordova-docs/pull/672


---
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 #354: CB-12099 (android) SplashScreen Screen Flicker

2017-01-27 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-android/pull/354
  
Closing as per [the 
discussion](https://lists.apache.org/thread.html/d94c0fe4bcec06ac45f1cc37978b713464faecbf7b938560cd6368e5@%3Cdev.cordova.apache.org%3E)
 and decision to move splashscreen plugin functionality to the platform code 
instead.


---
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-splashscreen issue #120: CB-11602 Splashscreen plugin receive...

2017-01-27 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/120
  
Closing as per [the 
discussion](https://lists.apache.org/thread.html/d94c0fe4bcec06ac45f1cc37978b713464faecbf7b938560cd6368e5@%3Cdev.cordova.apache.org%3E)
 and decision to move splashscreen plugin functionality to the platform code 
instead.


---
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-docs issue #672: CB-12099 [Android] Documented SplashScreenBackgroun...

2017-01-27 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-docs/pull/672
  
Closing as per [the 
discussion](https://lists.apache.org/thread.html/d94c0fe4bcec06ac45f1cc37978b713464faecbf7b938560cd6368e5@%3Cdev.cordova.apache.org%3E)
 and decision to move splashscreen plugin functionality to the platform code 
instead.


---
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-splashscreen issue #121: CB-12099 (android) SplashScreen Scre...

2017-01-27 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/121
  
Closing as per [the 
discussion](https://lists.apache.org/thread.html/d94c0fe4bcec06ac45f1cc37978b713464faecbf7b938560cd6368e5@%3Cdev.cordova.apache.org%3E)
 and decision to move splashscreen plugin functionality to the platform code 
instead.


---
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-splashscreen pull request #121: CB-12099 (android) SplashScre...

2017-01-27 Thread daserge
Github user daserge closed the pull request at:

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


---
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 pull request #354: CB-12099 (android) SplashScreen Screen Fl...

2017-01-27 Thread daserge
Github user daserge closed the pull request at:

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


---
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-splashscreen pull request #120: CB-11602 Splashscreen plugin ...

2017-01-27 Thread daserge
Github user daserge closed the pull request at:

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


---
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 pull request #353: CB-11602: (android) Adds onRestart event ...

2017-01-27 Thread daserge
Github user daserge closed the pull request at:

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


---
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 #353: CB-11602: (android) Adds onRestart event support

2017-01-27 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-android/pull/353
  
Closing as per [the 
discussion](https://lists.apache.org/thread.html/d94c0fe4bcec06ac45f1cc37978b713464faecbf7b938560cd6368e5@%3Cdev.cordova.apache.org%3E)
 and decision to move splashscreen plugin functionality to the platform code 
instead.


---
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-wkwebview-engine issue #27: CB-12297 Support WKProcessPool fo...

2017-01-27 Thread anandvnath
Github user anandvnath commented on the issue:

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/27
  
Rebase done, CI is passing.


---
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-windows pull request #223: Remove duplicate logic after upgrading co...

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at:

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


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