[GitHub] cordova-docs issue #608: Update platform/plugin versioning

2016-06-02 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-docs/pull/608 @fredgalvao, I agree that there would be benefits to implementing it. Feel free to open a feature request issue at issues.cordova.io. Regardless, this PR is to fix the docs issue.

[GitHub] cordova-docs issue #608: Update platform/plugin versioning

2016-06-02 Thread fredgalvao
Github user fredgalvao commented on the issue: https://github.com/apache/cordova-docs/pull/608 Why not implement it instead? I'd bet `cordova plugin rm XXX && cordova plugin add XXX` is a very common thing, and a `cordova plugin update XXX` could be usefull. I've had

[GitHub] cordova-ios issue #225: CB-11352: Call setUserAgent before creating a view

2016-06-02 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/225 The lines I quoted show the descriptions of what failed - you don't need to touch the tests, just fix your code. The tests run on the standard UIWebView, not WKWebView, and must pass before any

[GitHub] cordova-ios pull request #226: Add one cocoapod to Cordova project

2016-06-02 Thread juliascript
Github user juliascript closed the pull request at: https://github.com/apache/cordova-ios/pull/226 --- 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

[GitHub] cordova-ios pull request #226: Add one cocoapod to Cordova project

2016-06-02 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-ios/pull/226 Add one cocoapod to Cordova project To use: var podMod = require('./installPods.js'); podMod.installPodsSync ('HelloCordova', './HelloCordova', 'GoogleAnalytics');

[GitHub] cordova-docs issue #608: Update platform/plugin versioning

2016-06-02 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-docs/pull/608 Thanks @carynbear! I don't think we ever supported a plugin update command. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-lib issue #448: CB-11164 Allow forced dependent plugin removal

2016-06-02 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-lib/pull/448 ## [Current coverage][cc-pull] is **80.60%** > Merging [#448][cc-pull] into [master][cc-base-branch] will increase coverage by **<.01%** ```diff @@ master

[GitHub] cordova-docs pull request #608: Update platform/plugin versioning

2016-06-02 Thread carynbear
GitHub user carynbear opened a pull request: https://github.com/apache/cordova-docs/pull/608 Update platform/plugin versioning Remove cordova plugin update (this command does not seem to exist) You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-lib pull request #448: CB-11164 Allow forced dependent plugin remova...

2016-06-02 Thread carynbear
GitHub user carynbear opened a pull request: https://github.com/apache/cordova-lib/pull/448 CB-11164 Allow forced dependent plugin removal You can merge this pull request into a Git repository by running: $ git pull https://github.com/carynbear/cordova-lib master

RE: Proposal: Change Android Project Directory Structure to Android Studio style

2016-06-02 Thread Jason Ginchereau
Joe, As we discussed on the call yesterday, I wrote a script that transforms a Cordova plugin's android platform to a module structure: https://github.com/jasongin/cordova-plugin-compat/blob/master/scripts/Modularize.js The transformation to a module includes: * Generation of build.gradle for

[GitHub] cordova-cli pull request #256: CB-11349 passing --fetch to create

2016-06-02 Thread purplecabbage
Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/256#discussion_r65622045 --- Diff: src/cli.js --- @@ -464,12 +464,15 @@ function cli(inputArgs) { cfg.lib = cfg.lib || {}; cfg.lib.www =

Hangout

2016-06-02 Thread Jesse
After a slight delay, we are live. https://www.youtube.com/watch?v=BdJCIsZ5OS0 @purplecabbage risingj.com

[GitHub] cordova-cli pull request #256: CB-11349 passing --fetch to create

2016-06-02 Thread carynbear
GitHub user carynbear opened a pull request: https://github.com/apache/cordova-cli/pull/256 CB-11349 passing --fetch to create You can merge this pull request into a Git repository by running: $ git pull https://github.com/carynbear/cordova-cli master Alternatively you can

RE: [Vote] Cordova-windows 4.4.0 release

2016-06-02 Thread Sergey Grebnov (Akvelon)
I vote +1 * Reviewed Release notes * Verified that blank app creates correctly with platform * Verified that blank app can be successfully built and ran Thanks, Sergey -Original Message- From: Alexander Sorokin (Akvelon) [mailto:v-als...@microsoft.com] Sent: Thursday, June 2, 2016 6:11

RE: [DISCUSS] Cordova-windows release

2016-06-02 Thread Vladimir Kotikov (Akvelon)
Guys, need one more vote - Best regards, Vladimir -Original Message- From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] Sent: Friday, May 27, 2016 11:03 PM To: dev@cordova.apache.org Subject: RE: [DISCUSS] Cordova-windows release Makes sense. I'll proceed w/ minor version

RE: [Vote] Cordova-windows 4.4.0 release

2016-06-02 Thread Alexander Sorokin (Akvelon)
I vote +1. * Verified archives via `coho verify-archive` * Verified tags manually * Verified that blank app creates correctly with platform * Verified that blank app can be successfully built and ran * Verified that platform can be updated from previous version * Verified compatibility with core