[GitHub] cordova-wp8 pull request: CB-7060 WP8. Fix large project build per...

2014-07-02 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-wp8/pull/43 CB-7060 WP8. Fix large project build performance issue https://issues.apache.org/jira/browse/CB-7060 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-docs pull request: Resolves Broken Plugin API Documentatio...

2014-07-02 Thread chadpaulson
GitHub user chadpaulson opened a pull request: https://github.com/apache/cordova-docs/pull/218 Resolves Broken Plugin API Documentation Plugin API links resolve to master documentation, as the dev branch no longer exists. You can merge this pull request into a Git repository by

switch to nodejs scripts for windows platforms

2014-07-02 Thread Sergey Grebnov (Akvelon)
Currently on WP8 and Windows8 platform specific scripts (platform/cordova/lib) are written on cscript and powershell. On other platforms, Android/Blackberry as an example, we use nodejs. Are there any specific reason we don't use nodejs? I see the following advantages of switching to nodejs:

Re: Releasing contacts

2014-07-02 Thread Ian Clelland
Sergey, I've merged this in -- can you give it a quick test? On Mon, Jun 30, 2014 at 7:56 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Here is fix for CB-7003. Tested on Android 4.3 and 2.3.6 https://github.com/apache/cordova-plugin-contacts/pull/32 Thx! Sergey

[GitHub] cordova-plugin-file pull request: CB-6571 Fix getParentForLocalURL...

2014-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/58 --- 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

Re: switch to nodejs scripts for windows platforms

2014-07-02 Thread purplecabbage
Yes, this is on the roadmap, at an extremely low priority. There are plenty of issues in jira I would like tackled before this. Sent from my iPhone On Jul 2, 2014, at 4:05 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Currently on WP8 and Windows8 platform specific scripts

[GitHub] cordova-lib pull request: CB-7056 serve: return promise of server

2014-07-02 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/48#issuecomment-47789192 This breaks the specs. @jsoref could you please take a look at this. The errors are different depending on whether you run npm test or jasmine-node

[GitHub] cordova-plugin-contacts pull request: fixes CB-7003 navigator.cont...

2014-07-02 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/32#issuecomment-47789413 This is merged now; you can close this (I forgot to auto-close by mentioning the PR# in the commit) --- If your project is set up for it, you can

RE: Releasing contacts

2014-07-02 Thread Sergey Grebnov (Akvelon)
Tested merged version from apache/master on Android 4.3, works correct. -Original Message- From: Ian Clelland [mailto:iclell...@google.com] Sent: Wednesday, July 2, 2014 6:06 PM To: dev@cordova.apache.org Subject: Re: Releasing contacts Sergey, I've merged this in -- can you give it a

RE: switch to nodejs scripts for windows platforms

2014-07-02 Thread Sergey Grebnov (Akvelon)
Sounds good, Jesse feel free to assign some of those issues to me, will happy to help with them. -Original Message- From: purplecabbage [mailto:purplecabb...@gmail.com] Sent: Wednesday, July 2, 2014 6:47 PM To: dev@cordova.apache.org Subject: Re: switch to nodejs scripts for windows

[GitHub] cordova-plugin-contacts pull request: fixes CB-7003 navigator.cont...

2014-07-02 Thread sgrebnov
Github user sgrebnov closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/32 --- 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

[GitHub] cordova-plugin-contacts pull request: fixes CB-7003 navigator.cont...

2014-07-02 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/32#issuecomment-47791107 Verified merged version, works correct, closing.. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-lib pull request: CB-7037 platform check doesn't warn when...

2014-07-02 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/42#issuecomment-47793655 Looks good, ship it. --- 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

[GitHub] cordova-medic pull request: CB-6846 Fixes `Platform Add` step fail...

2014-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/7 --- 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

[VOTE] Contacts plugin release

2014-07-02 Thread Ian Clelland
Please review and vote on the release of this plugins release. Release issue: https://issues.apache.org/jira/browse/CB-7040 The plugins have been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-7040/ The packages were published from their corresponding git tags:

Re: Releasing contacts

2014-07-02 Thread Ian Clelland
Cool, thanks! I've started the vote thread for it, so we can finally get a new version of this out. (It's been two months now since the last one) On Wed, Jul 2, 2014 at 11:24 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Tested merged version from apache/master on Android 4.3,

[GitHub] cordova-medic pull request: CB-6889, CB-6899, CB-6909 Multiple fix...

2014-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/12 --- 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-7056 serve: return promise of server

2014-07-02 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/48#issuecomment-47797251 I have an update, I'll post it shortly. --- 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-lib pull request: CB-6776 Make project/.cordova/config.jso...

2014-07-02 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/9#issuecomment-47798569 This seems to deal quite a lot with check_requirements(). Considering the discussion last Thursday, should we first stop using check_requirements() and then add the

Re: [VOTE] Contacts plugin release

2014-07-02 Thread Max Woghiren
+1 - verified signature and hashes using `coho verify-archive` cordova-plugin-contacts-r0.2.11-rc3.zip signature and hashes verified. - verified that the contents of the zip match the contents of the repo at 104c565615 using `diff -r` Only in [the contacts repo]: .git On Wed, Jul

[GitHub] cordova-lib pull request: CB-7037 platform check doesn't warn when...

2014-07-02 Thread jsoref
Github user jsoref closed the pull request at: https://github.com/apache/cordova-lib/pull/42 --- 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-lib pull request: CB-7056 serve: fix Android test, make te...

2014-07-02 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/50 CB-7056 serve: fix Android test, make tests conditional Fix **Android** merges codepath, as it turns out that merges doesn't need the platform specific hack. Adding **BlackBerry 10**

[GitHub] cordova-lib pull request: CB-7056 serve: fix Android test, make te...

2014-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/50 --- 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: [VOTE] Contacts plugin release

2014-07-02 Thread David Kemp
+1 - verified signature and hashes using `coho verify-archive` cordova-plugin-contacts-r0.2.11-rc3.zip signature and hashes verified. - verified that the contents of the zip match the contents of the repo at 104c565615 using `diff -r` Only in [the contacts repo]: .git On Wed, Jul

Re: Howdy

2014-07-02 Thread Max Woghiren
Welcome, both of you! On Wed, Jul 2, 2014 at 1:09 AM, Marc Weiner mhweiner...@gmail.com wrote: Welcome! I'm also new(ish) to Cordova, and pretty new to participating in open source communities too. The people here are awesome, and it's a pretty active project. Marc On Tue, Jul 1, 2014

Inconsistent behavior when opening inappbrowser window

2014-07-02 Thread Li, Jonathan
When creating inappBrowser in cordova app, for iOS, only a single uiwebview instance is created for multiple window.open method calls, and it only shows the content of last window.open's url content. However, on Android client, each window.open method call will create a separate webview instance

[GitHub] cordova-lib pull request: CB-6776 Make project/.cordova/config.jso...

2014-07-02 Thread jsoref
Github user jsoref closed the pull request at: https://github.com/apache/cordova-lib/pull/9 --- 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-lib pull request: CB-6776 Make project/.cordova/config.jso...

2014-07-02 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/9#issuecomment-47826046 Merged as 3911876 with the `_.extend` as dac6287 Given the amount of pain I've gone through to keep this working, the check_requirements folks can untangle it.

[GitHub] cordova-plugin-splashscreen pull request: CB-3562 Disable screen r...

2014-07-02 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/14#issuecomment-47830696 Ah, I gotcha, It's because the shouldAutorotate selector has no setter in CDVViewController. @shazron - any opinion on this? with swizzling

[GitHub] cordova-blackberry pull request: CB-6492 AppData hint is wrong for...

2014-07-02 Thread dylin
Github user dylin commented on the pull request: https://github.com/apache/cordova-blackberry/pull/166#issuecomment-47844108 r+ --- 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

[GitHub] cordova-blackberry pull request: CB-6492 AppData hint is wrong for...

2014-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/166 --- 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

Re: Inconsistent behavior when opening inappbrowser window

2014-07-02 Thread Andrew Grieve
It's certainly not ideal. It would be better for this to be consistent. That said, probably low priority to fix (pull requests welcome). Could maybe even fix it on the JS side (existing.close() before open() next) On Wed, Jul 2, 2014 at 3:20 PM, Li, Jonathan jonathan...@sap.com wrote: When

Re: HTML5DevConf Intro talk slides interview

2014-07-02 Thread John M. Wargo
UI is way beyond the scope of Cordova. If one were included, most would yank it out and use something else. Use whatever you want, it's HTML, CSS and JavaScript. John M. Wargo On Jun 27, 2014, at 3:34 PM, Ajai Khattri a...@bitblit.net wrote: On Wed, May 28, 2014 at 04:27:24PM -0400, Lisa

Re: Questions about FileSystem documentation and paths

2014-07-02 Thread Andrew Grieve
Thanks for putting together this blog post Ray! Assume this is addressed in https://github.com/apache/cordova-plugin-file/pull/59? (Which is an awesome change! Thanks Kerri!) As a nit: you can simplify your code a bit by skipping the .getFile() call:

Re: HTML5DevConf Intro talk slides interview

2014-07-02 Thread Brian LeRoux
I tend to agree. Encouraging web framework diversity *helps* Cordova long run more. Imagine had we locked to jquerymobile years back? Probably wouldn't be here today. Drawback being that our audience needs to learn proper web dev which arguably is a feature not a bug. — Sent from Mailbox On

Re: HTML5DevConf Intro talk slides interview

2014-07-02 Thread Tommy Williams
+1 for feature On 3 Jul 2014 11:58, Brian LeRoux brian.ler...@gmail.com wrote: I tend to agree. Encouraging web framework diversity *helps* Cordova long run more. Imagine had we locked to jquerymobile years back? Probably wouldn't be here today. Drawback being that our audience needs to

RE: Questions about FileSystem documentation and paths

2014-07-02 Thread Ray Camden
If you want to move this to comments on the blog entry, that would be cool. Can you explain a bit more? I'm not seeing which step Oh... so resolveLocalFileSystemURL will call the second argument on success and the third on failure. Yeah - that's significant enough for me to rewrite the

[GitHub] cordova-lib pull request: CB-7067 run jasmine tests individually

2014-07-02 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/51 CB-7067 run jasmine tests individually CB-7067 run jasmine tests individually `superspawn.spawn` `opts` now take `onstdio` and `onstderr` to incrementally handle output from child

[GitHub] cordova-lib pull request: CB-7067 run jasmine tests individually

2014-07-02 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/51#issuecomment-47863431 @kamrik: how's this? --- 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