[GitHub] cordova-lib pull request: CB-8472 Can't find config.xml error inst...

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/167 --- 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

[GitHub] cordova-lib pull request: CB-8123 Plugin references can target spe...

2015-02-17 Thread TimBarham
Github user TimBarham closed the pull request at: https://github.com/apache/cordova-lib/pull/164 --- 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-lib pull request: Save/Restore for plugins and platforms

2015-02-17 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/166#discussion_r24875047 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -136,6 +135,35 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-lib pull request: Save/Restore for plugins and platforms

2015-02-17 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/166#discussion_r24875027 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -136,6 +135,35 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-docs pull request: Volume events work on Android

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/265 --- 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

[GitHub] cordova-ios pull request: CB-8436 Remove unneeded when composin...

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/130 --- 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

[GitHub] cordova-docs pull request: CB-8419 Add script which fix license is...

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/264 --- 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

RE: Android packaging signed archive - Gradle vs Ant

2015-02-17 Thread Mefire O .
+1 to reunification. Thanks, Mefire -Original Message- From: Victor Sosa [mailto:sosah.vic...@gmail.com] Sent: Tuesday, February 17, 2015 11:06 AM To: dev@cordova.apache.org Subject: Re: Android packaging signed archive - Gradle vs Ant Don't know the history behind the names of the

[GitHub] cordova-docs pull request: CB-8500 Documentation update for singin...

2015-02-17 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-docs/pull/267 CB-8500 Documentation update for singing property name change You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs

[GitHub] cordova-android pull request: CB-8500 Change gradle siging propert...

2015-02-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/155#issuecomment-74747690 @agrieve @clelland Can you please take a look at this change? --- If your project is set up for it, you can reply to this email and have your reply appear on

RE: Android packaging signed archive - Gradle vs Ant

2015-02-17 Thread Nikhil Khandelwal
PR here for the change: https://github.com/apache/cordova-android/pull/155 And the docs update: https://github.com/apache/cordova-docs/pull/267 Added Andrew, Ian to comment on the PR. Btw, the docs for Android 4.0 are out of date and they need a refresh - they still refer to environment

Android packaging signed archive - Gradle vs Ant

2015-02-17 Thread Nikhil Khandelwal
Gradle and Ant build systems both require a properties file to specify release signing parameters. However, the key names for Gradle are Cordova-specific and they are not the same as the one used in Ant: Gradle: storeFile=..\\..\\android.keystore storePassword=android keyAlias=nikhilkh

Re: Android packaging signed archive - Gradle vs Ant

2015-02-17 Thread Victor Sosa
Don't know the history behind the names of the keys in those files, but to me looks like unifying them is the way to go. Users won't get confused when migrating from Ant to Gradle (not sure if migrating is the best word) 2015-02-17 13:02 GMT-06:00 Nikhil Khandelwal nikhi...@microsoft.com:

[GitHub] cordova-plugin-camera pull request: CB-8498: On windows import fro...

2015-02-17 Thread vldmrrr
GitHub user vldmrrr opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/64 CB-8498: On windows import from library shall return native URI when requested. You can merge this pull request into a Git repository by running: $ git pull

Re: Schedule for npm transition

2015-02-17 Thread Michal Mocny
FYI since its perhaps relevant to npm transition (from npm weekly notes): We will also be changing the behavior of peerDependencies in npm@3. We won’t be automatically downloading the peer dependency anymore. Instead, we’ll warn you if the peer dependency isn’t already installed. This requires

[GitHub] cordova-lib pull request: CB-8482: Update engine syntax within con...

2015-02-17 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/168#issuecomment-74720162 CB-8482: Update engine syntax within config.xml - from : `cdv:engine id=android version=3.7.0-dev /` - to : `engine name=android version=3.7.0-dev

[GitHub] cordova-ubuntu pull request: Add the Qt5 SerialPort module.

2015-02-17 Thread hexluthor
GitHub user hexluthor opened a pull request: https://github.com/apache/cordova-ubuntu/pull/10 Add the Qt5 SerialPort module. The cordovarduino plugin provides USB/serial support to cordova for the Android platform. I submitted https://github.com/xseignard/cordovarduino/pull/25 to

[GitHub] cordova-android pull request: CB-8500 Change gradle siging propert...

2015-02-17 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-android/pull/155#issuecomment-74751506 Please spell signing with two ns (the summary at least has this wrong, I suspect that the bug does too...) --- If your project is set up for it, you can reply

RE: Schedule for npm transition

2015-02-17 Thread Chuck Lantz
I think the incident over the weekend pointed out that people are in fact pinning versions in plugin dependencies to avoid unexpected regressions or in apps due to things like security reviews. (Ex: Each version of a piece of software that is published inside an app needs to go through a legal

[GitHub] cordova-android pull request: CB-8500 Change gradle signing proper...

2015-02-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/155#issuecomment-74758224 @jsoref Fixed - good catch! --- 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: I replaced XMLHttpRequest and image loading with a plugin, and wrote up my experiences

2015-02-17 Thread Tommy Williams
Interesting work. I like how you really went the extra mile. This is essentially what we have had to do at SpiderOak in order to have certificate pinning in a Cordova app. We use the Cordova-HTTP plugin[1] and a JavaScript shim to send all of our xhr API calls through it, then we have a modified

I replaced XMLHttpRequest and image loading with a plugin, and wrote up my experiences

2015-02-17 Thread Brien Colwell
Hi All, I spent some time researching how much of the webview network stack I could replace with a Cordova plugin on Android. I wrote a post about it - https://github.com/nextopio/nextop-client/blob/master/docs/02.16.2015_CUSTOM_XMLHTTPREQUEST.md The take away is that a Cordova can fully