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 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 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 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 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
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
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
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 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
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 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
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 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 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 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 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
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
+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
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
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 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 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
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
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
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
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
>
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
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 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 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 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 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
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
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 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 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:
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
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.
38 matches
Mail list logo