[GitHub] cordova-medic pull request: [INFRA-8588] Improving Medic config ro...

2015-02-17 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-medic/pull/31 [INFRA-8588] Improving Medic config robustness Enabling build cancellation. Serializing builds to mitigate resource conflicts (like meulators, or npm). You can merge this pull request into a

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

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

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

2015-02-17 Thread Brien Colwell
Hi Tommy, Really interesting. I just added a reference to your plugin in the Nextop plugin docs :) At the moment Nextop is focused on loading speed with a custom network stack. Security is a huge issue for us (we want to be a faster and more secure solution), and we will be pinning at least

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

2015-02-17 Thread Tommy Williams
Oops, forgot the link. https://github.com/wymsee/cordova-HTTP On 18 Feb 2015 8:28 am, "Tommy Williams" wrote: > 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

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

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

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 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 "n"s (the summary at least has this wrong, I suspect that the bug does too...) --- If your project is set up for it, you can repl

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 variable

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

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

[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 nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-android/pull/155 CB-8500 Change gradle siging property names to be the same as Ant You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-a

RE: Android packaging signed archive - Gradle vs Ant

2015-02-17 Thread Joe Bowser
I'd ask Ian or Andrew about changing Gradle stuff. We're dropping Ant in 4.0, right? On Feb 17, 2015 11:52 AM, "Mefire O." wrote: > +1 to reunification. > > Thanks, > Mefire > > -Original Message- > From: Victor Sosa [mailto:sosah.vic...@gmail.com] > Sent: Tuesday, February 17, 2015 11:0

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 keys

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 keyPasswo

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 : > Gradle and Ant build syst

[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 : `` - to : `` --- If your project is set up for it, you can reply to this email and have yo

[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 https://github.com/v

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 yo

Re: Schedule for npm transition

2015-02-17 Thread Andrew Grieve
On Tue, Feb 17, 2015 at 11:28 AM, Michal Mocny wrote: > On Tue, Feb 17, 2015 at 10:09 AM, Andrew Grieve > wrote: > > > Sorry to be dragging this out, but I think it's important that the plan > > here is crystal clear. > > > > On Wed, Feb 11, 2015 at 4:56 PM, Michal Mocny > wrote: > > > > > I wo

Re: Pull request to docs.

2015-02-17 Thread Andrey Kurdumov
Thanks a lot 2015-02-17 21:41 GMT+06:00 Andrew Grieve : > merged. > > On Sun, Feb 15, 2015 at 12:00 AM, Andrey Kurdumov > > wrote: > > > Could someone review and merge > > https://github.com/apache/cordova-docs/pull/261 > > and > > https://github.com/apache/cordova-docs/pull/264 > > > > Both req

Re: Schedule for npm transition

2015-02-17 Thread Michal Mocny
On Tue, Feb 17, 2015 at 10:09 AM, Andrew Grieve wrote: > Sorry to be dragging this out, but I think it's important that the plan > here is crystal clear. > > On Wed, Feb 11, 2015 at 4:56 PM, Michal Mocny wrote: > > > I would agree that we should change plugin ID as well as package name, > but >

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

2015-02-17 Thread Andrew Grieve
Neat stuff! Thanks for sharing. On Tue, Feb 17, 2015 at 5:42 AM, Brien Colwell wrote: > 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

Re: Pull request to docs.

2015-02-17 Thread Andrew Grieve
merged. On Sun, Feb 15, 2015 at 12:00 AM, Andrey Kurdumov wrote: > Could someone review and merge > https://github.com/apache/cordova-docs/pull/261 > and > https://github.com/apache/cordova-docs/pull/264 > > Both requests could help me continue improving quality of translation > process output.

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

[GitHub] cordova-docs pull request: Update orientation documen...

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

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

[GitHub] cordova-docs pull request: CB-8322 Add Russian template

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

Re: Thoughts on CB-7827

2015-02-17 Thread Andrew Grieve
There's also: android-minSdkVersion android-maxSdkVersion android-targetSdkVersion which *are* s, so we're not getting any gold stars for consistency. So long as there is some way though, I doubt it matters much. People will just copy & paste what they need so that it works. On Fri, Feb 1

Re: Schedule for npm transition

2015-02-17 Thread Andrew Grieve
Sorry to be dragging this out, but I think it's important that the plan here is crystal clear. On Wed, Feb 11, 2015 at 4:56 PM, Michal Mocny wrote: > I would agree that we should change plugin ID as well as package name, but > I don't think that affects the results. > > All 3 of those use cases

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

[GitHub] cordova-plugin-file-transfer pull request: CB-8495 Fixed wp8 and w...

2015-02-17 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/64 CB-8495 Fixed wp8 and wp81 test failures This is a fix for https://issues.apache.org/jira/browse/CB-8495 You can merge this pull request into a Git repository by running:

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 repl

Re: Plugin history purged from registry?

2015-02-17 Thread Steven Gill
Agree that we should do a blog post. I will start writing one up tomorrow. Added a new check that only allows npm 1.3.4 to publish plugins. Let me know if you guys find any other fires to put out with this thing :P On Mon, Feb 16, 2015 at 2:08 PM, Parashuram N (MS OPEN TECH) < panar...@microsoft.