Re: [DISCUSS] tools release

2017-01-16 Thread Steven Gill
I'll try to review those two PRs tomorrow and start the release. The PRs may or may not make it in. I'll update. I'm happy with the state of the tools currently. Definitely ready for a release. On Jan 16, 2017 7:26 AM, "Darryl Pogue" wrote: > If we're doing a tools release,

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

2017-01-16 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-lib/pull/468 LGTM 👍 --- 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

Re: [DISCUSS] tools release

2017-01-16 Thread Darryl Pogue
If we're doing a tools release, I'd really love to get the resource-file tag parsing support into cordova-common merged. It lays the groundwork for supporting tags in config.xml to copy files into the platforms, which is currently one of the most common steps that still relies on custom hooks.

Re: [DISCUSS] tools release

2017-01-16 Thread Karen Tran
+1 On Mon, Jan 16, 2017 at 6:54 AM, wrote: > Hi guys, > > What is the status of Tools Release? > We can handle it as we need to release Windows platform with > cordova-common updates but we need to know the exact list of things to be > included in it. > > Please let me know

[GitHub] cordova-windows issue #213: CB-12163 Make resource-file copy files again

2017-01-16 Thread ktop
Github user ktop commented on the issue: https://github.com/apache/cordova-windows/pull/213 @daserge we need to wait for a cordova-common release since the commit I'm dependent on has been merged https://github.com/apache/cordova-lib/pull/509 --- If your project is set up for it,

[GitHub] cordova-plugin-wkwebview-engine issue #25: CB-12317: Allow to configure navi...

2017-01-16 Thread fkoester
Github user fkoester commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/25 Added usage instructions to `README.md` and rebased. --- 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

[GitHub] cordova-windows issue #213: CB-12163 Make resource-file copy files again

2017-01-16 Thread daserge
Github user daserge commented on the issue: https://github.com/apache/cordova-windows/pull/213 @ktop what is the status of this PR? Is it ready for merge? --- 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

RE: [DISCUSS] tools release

2017-01-16 Thread daserge
Hi guys, What is the status of Tools Release? We can handle it as we need to release Windows platform with cordova-common updates but we need to know the exact list of things to be included in it. Please let me know if you have any questions or considerations. Best regards, Sergey

[GitHub] cordova-plugin-battery-status pull request #48: Don't merge me

2017-01-16 Thread alsorokin
Github user alsorokin closed the pull request at: https://github.com/apache/cordova-plugin-battery-status/pull/48 --- 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,

[GitHub] cordova-plugin-battery-status issue #48: Don't merge me

2017-01-16 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-battery-status/pull/48 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-media issue #124: CB-12319: (Android) Fix bug that record...

2017-01-16 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/124 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-media/pull/124/commits/46b702b4daca8f8c52083dc9803ab493e78b6e4c)

[GitHub] cordova-plugin-battery-status pull request #48: Don't merge me

2017-01-16 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-battery-status/pull/48 Don't merge me ### Platforms affected ### What does this PR do? ### What testing has been done on this change? ###

[GitHub] cordova-plugin-media issue #124: CB-12319: (Android) Fix bug that record...

2017-01-16 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/124 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-media/pull/124/commits/3ef58addaa30fefe95a4876da4d4ec1697f2c223)

[GitHub] cordova-plugin-inappbrowser issue #205: CB-9148 - (android) Add support for ...

2017-01-16 Thread darron1217
Github user darron1217 commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/205 @infil00p @jcesarmobile Thanks for all the contents :) Now I can clearly see what's going on with this strange input=file bug @markusjwetzel Can you help me

[GitHub] cordova-plugin-inappbrowser issue #205: CB-9148 - (android) Add support for ...

2017-01-16 Thread markusjwetzel
Github user markusjwetzel commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/205 @darron1217 Yes, I tested it on a real device. --- 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

[GitHub] cordova-plugin-wkwebview-engine issue #16: CB-11554 - too 'brutal' app reloa...

2017-01-16 Thread alexfoxy
Github user alexfoxy commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16 I am having an odd issue where my view is reloading but my view remains blank. If I inspect it using safari I can see there is a DOM and I can see the elements being

[GitHub] cordova-plugin-inappbrowser issue #205: CB-9148 - (android) Add support for ...

2017-01-16 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/205 @infil00p `openFileChooser` wasn't a public API, but it was working before Android 4.4.0. In android 4.4.0 they decided to remove it and said that it wasn't a public API