Re: [Discuss] 3.6.0 Release

2014-08-20 Thread Josh Soref
Parashuram Narasimhan wrote: > Wanted to ping about the 3.6.0 thread. > Are all the open issues taken care of? No, the nice thing about issues is that you can check and see.  > Is there something we can help on? ... https://github.com/apache/cordova-lib/pull/75 ‎

RE: continuous integration woze

2014-08-20 Thread Parashuram Narasimhan (MS OPEN TECH)
If some of the tests are too strict, should we move it to be triggered on a different branch? For example, fails come only on master, while they show up as "warning" for other branches and we build --force incase of other branches? -Original Message- From: Josh Soref [mailto:jso...@bla

RE: Directory Structure - CLI directory config proposal

2014-08-20 Thread Parashuram Narasimhan (MS OPEN TECH)
Should the platform/plugin save/restore take care of the ability to restore platforms? That way, though the platforms folder is discernable, we do not have to necessarily delete it. The goal of able to re-create a project solely based on the checked-in information still stays. The user may cho

RE: [Discuss] 3.6.0 Release

2014-08-20 Thread Parashuram Narasimhan (MS OPEN TECH)
Wanted to ping about the 3.6.0 thread. Are all the open issues taken care of? Is there something we can help on? -Original Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Tuesday, August 19, 2014 1:11 PM To: dev@cordova.apache.org Subject: Re: [Discuss] 3.6.0 Release M

Re: remotely loaded pages

2014-08-20 Thread Ally Ogilvie
That's a good difference to point out. >My personal position is that scenarios where developer is in control and >loaded locally (i.e. directupdate, appmobi, spellcaster) is a valid >scenario for Cordova I agree, because as cordova.js and cordovaLib are version linked, it makes sense that once an

Re: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Carlos Santana
Yes Ray, that's what I meant as a new Design for the Docs website. To be a consolidated simple view of the docs, but the real docs will be associated with each component as an implementation detail. It can also be a consolidated view of docs as utility of the cordova CLI, for example "$cordova doc

RE: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Ray Camden
Keep in mind - the average developer probably has no idea what cordova-ios, cordova-cli, and cordova-lib means. They npm install cordova, and to them, that's it. From: Carlos Santana Sent: Wednesday, August 20, 2014 7:54 PM To: dev@cordova.apache.org Sub

RE: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Ray Camden
Freaking Outlook kinda munged my reply, so I'll keep my replies on top. When I saw "edge", I thought that meant *post* release. Err, I mean what's coming next. I've never read "edge" as being "the current release." So if I'm wrong, and it sounds like i am,you can disregard everything I said. :)

Re: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Carlos Santana
I think we need to come down to the same conclusion as we did for plugins. The documentation for each "component" meaning "cordova-ios", "cordova-cli", "cordova-lib" needs to live with it's repo/code and version together. The remaining things can be left in cordova-docs that are independent of a v

Re: remotely loaded pages

2014-08-20 Thread Carlos Santana
I want to make clarification there is a notable difference between loading a remotely-loaded *(non-local) *HTML pages with Cordova vs. a downloaded webapp to be loaded from a *local* HTML. IBM Worklight has a feature "Direct update" http://www-01.ibm.com/support/knowledgecenter/api/content/SSZH4A_

[GitHub] cordova-mobile-spec pull request: CB-7350 Make createmobilespec fr...

2014-08-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/103 CB-7350 Make createmobilespec friendlier Unlike the other pull requests of late, I do plan to squash these (and write a better commit message). They're split up here for review.

[GitHub] cordova-android pull request: custom_rules.xml breaks library refe...

2014-08-20 Thread caspersmith
GitHub user caspersmith reopened a pull request: https://github.com/apache/cordova-android/pull/114 custom_rules.xml breaks library references If the cordova project lives under another another directory called 'bin' then it will also be replaced with 'ant-build' which results in bu

[GitHub] cordova-android pull request: custom_rules.xml breaks library refe...

2014-08-20 Thread caspersmith
Github user caspersmith closed the pull request at: https://github.com/apache/cordova-android/pull/114 --- 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 f

[GitHub] cordova-android pull request: custom_rules.xml breaks library refe...

2014-08-20 Thread caspersmith
Github user caspersmith commented on the pull request: https://github.com/apache/cordova-android/pull/114#issuecomment-52858077 We want to generate the cordova project inside the 'bin/' output directory of our project. The directory structure is '/Users/casper/our-project/bin/debug/co

[GitHub] cordova-js pull request: CB-7349 Tell users to run npm install

2014-08-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-js/pull/78 CB-7349 Tell users to run npm install when browserify/jasmine-node are missing You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-j

Re: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Steven Gill
Thanks for the input Ray! On Wednesday, August 20, 2014, Ray Camden wrote: > I'll echo the issues I raised before. If the docs say that so and so is > supported, but it is for edge and not the current release, I think that > would be a huge mistake. I consider myself a pretty good Cordova dev

RE: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Ray Camden
I'll echo the issues I raised before. If the docs say that so and so is supported, but it is for edge and not the current release, I think that would be a huge mistake. I consider myself a pretty good Cordova dev and I think even I would be confused as well. (I almost never run anything but the

Re: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Steven Gill
I still feel it would be a mistake to stop versioning our docs. It would confuse our users. It is a norm for projects to have docs associated to specific versions. I think docs should be versioned when the cli gets released and docs.cordova.io should always point to edge. This would address the s

[GitHub] cordova-cli pull request: CB-7347 document cordova platform add /p...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/189 --- 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-7347 Improve cordova platform add /pa...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/76 --- 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-7347 Improve cordova platform add /pa...

2014-08-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/76 CB-7347 Improve cordova platform add /path/to handling split name/path errors You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-l

[GitHub] cordova-cli pull request: CB-7347 document cordova platform add /p...

2014-08-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/189 CB-7347 document cordova platform add /path/to support You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-cli cb_7347 Alternati

Re: What's Stopping us From Independent Platform Releases

2014-08-20 Thread Andrew Grieve
Just did some pull requests for docs, and wanted to share that I think there is really good reason to stop versioning our docs. - One PR fixed broken links in the 3.5.0 docs that pointed to plugin dev branches. --> Any external links in versioned docs may break at any time! - One PR was for the

[GitHub] cordova-cli pull request: CB-7345 improve cli documentation

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/188 --- 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-cli pull request: CB-7345 improve cli documentation

2014-08-20 Thread clelland
Github user clelland commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/188#discussion_r16498522 --- Diff: doc/cordova.txt --- @@ -16,11 +16,15 @@ Project Commands prepare Copy files into platform(s) for b

[GitHub] cordova-cli pull request: CB-7345 improve cli documentation

2014-08-20 Thread clelland
Github user clelland commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/188#discussion_r16498478 --- Diff: doc/cordova.txt --- @@ -16,11 +16,15 @@ Project Commands prepare Copy files into platform(s) for b

[GitHub] cordova-plugin-file-transfer pull request: CB-7316 Updates file-tr...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/39 --- 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 i

[GitHub] cordova-cli pull request: CB-7345 improve cli documentation

2014-08-20 Thread clelland
Github user clelland commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/188#discussion_r16494980 --- Diff: doc/build.txt --- @@ -1,8 +1,26 @@ Synopsis -cordova-cli build [PLATFORM..] [-- [platformopts]] +cordova-cli build P

[GitHub] cordova-cli pull request: CB-7345 improve cli documentation

2014-08-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/188 CB-7345 improve cli documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-cli cb_7345 Alternatively you can review a

[GitHub] cordova-wp8 pull request: CB-7341 Port tooling/platform scripts fr...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/51 --- 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: Intel XDK == Cordova IDE?

2014-08-20 Thread Lunev, Serge
Actually I clicked "Send" too early. A few comments on Andrew's list: - We use node-webkit, not CEF. - We historically have 2 UI builder tools. One indeed uses Intel's App Framework. Another one (called App Designer) gives an additional choice of using Bootstrap, jQuery Mobile or Topcoat. - XDK

RE: Intel XDK == Cordova IDE?

2014-08-20 Thread Lunev, Serge
Thanks for this note, Andrew! And I guess it's time to introduce myself at this point. My name is Serge Lunev and I am engineering manager for Intel XDK Andrew is talking about below. We did make a lot of changes to align ourselves from the proprietary AppMobi technology to Cordova and plan to

Intel XDK == Cordova IDE?

2014-08-20 Thread Andrew Grieve
In case this is news to anyone else, Intel's XDK has been morphing into a Cordova IDE over the past year (from their custom runtime, which they now call "legacy build system"). Here's their overview: https://software.intel.com/en-us/html5/articles/using-the-cordova-for-android-ios-etc-build-option

Re: remotely loaded pages

2014-08-20 Thread Brian LeRoux
Very much so. So much so, I think we should even consider such functionality as 'core'. Could dovetail w/ Serviceworker. On Wed, Aug 20, 2014 at 7:26 AM, Andrew Grieve wrote: > I think this is a very desired plugin that many end up re-writing, and it's > far better than setting the content src

[GitHub] cordova-ios pull request: Fixed RegEx error when callbackId is nil

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/97 --- 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-docs pull request: Resolves Broken Plugin API Documentatio...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/218 --- 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-android pull request: [CB-6898] Fix black screen issue whe...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/102 --- 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 featur

[GitHub] cordova-android pull request: Fix for shouldInterceptRequest metho...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/106 --- 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 featur

[GitHub] cordova-android pull request: Update tests.java

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/112 --- 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 featur

[GitHub] cordova-docs pull request: CB-6262 Add StatusBar to Plugin APIs

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/214 --- 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-6261 Add Vibration row to Platform S...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/215 --- 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-6257 Add BatteryStatus row to Platfo...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/216 --- 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-6258 Add File-Transfer row to Platfo...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/217 --- 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-coho pull request: CB-5312 Support github.com/apache repos...

2014-08-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-coho/pull/34 CB-5312 Support github.com/apache repositories Followup to #10 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-coho cb_5312 A

[GitHub] cordova-docs pull request: CB-3571: update the docs for the splash...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/220 --- 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-3571: update the docs for the splash...

2014-08-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-docs/pull/220#issuecomment-52796022 Merging this. It's a clear improvement over what was there. If there's more tweaks to be made, please send more PRs :) --- If your project is set up for it, you ca

[GitHub] cordova-blackberry pull request: Changing WebInspector dialog to a...

2014-08-20 Thread jkeshavarzi
Github user jkeshavarzi commented on the pull request: https://github.com/apache/cordova-blackberry/pull/175#issuecomment-52794458 Some valid points here. I wasn't part of the initial discussion where this feature was requested. Perhaps we should wait until Bryan comes back fr

[GitHub] cordova-lib pull request: CB-7336 Fix cordova platform add blackbe...

2014-08-20 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/75#issuecomment-52794389 A possible very quick fix: publish a cordova-blackberry10 package to npm with bundled deps. Solves both problems at once and you won't need neither the keys nor to cha

[GitHub] cordova-ios pull request: Fix __PROJECT_NAME__ replacing code

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/100 --- 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-android pull request: [CB-7325] android_sdk_version.bat - ...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/113 --- 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 featur

[GitHub] cordova-cli pull request: CB-5271 firefoxos: Display friendly erro...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/122 --- 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-cli pull request: CB-5082 [CLI] BB10 add support in doPlat...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/152 --- 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-coho pull request: [CB-5258] use exit library

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/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 is

[GitHub] cordova-cli pull request: ios: add support for TargetDevice prefer...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/131 --- 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-plugman pull request: CB-6134 Adding Firefoxos to plugman ...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/60 --- 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-coho pull request: CB-5312 Support github.com/apache repos...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/10 --- 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-cli pull request: CB-7001: Added browserify flag to cli op...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/185 --- 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-cli pull request: adding .gush.yml for contribuing

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/184 --- 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-5082 [cordova info] Add support for B...

2014-08-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/7#issuecomment-52792885 bump --- 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

[GitHub] cordova-blackberry pull request: Changing WebInspector dialog to a...

2014-08-20 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-blackberry/pull/175#issuecomment-52792890 So... The rules for toasts are that they're supposed to be short, and unimportant. There's theoretical information in this dialog that you might want (th

[GitHub] cordova-plugman pull request: CB-6506 RTC: Add support for OSX

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/75 --- 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-cli pull request: CB-6506 RTC: Add support for OSX

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/170 --- 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-7114 Android: add support of min/max/...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/56 --- 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-blackberry pull request: Changing WebInspector dialog to a...

2014-08-20 Thread jkeshavarzi
Github user jkeshavarzi commented on the pull request: https://github.com/apache/cordova-blackberry/pull/175#issuecomment-52791380 @jsoref Can you please review this for me. --- 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-blackberry pull request: Changing WebInspector dialog to a...

2014-08-20 Thread jkeshavarzi
GitHub user jkeshavarzi opened a pull request: https://github.com/apache/cordova-blackberry/pull/175 Changing WebInspector dialog to a toast You can merge this pull request into a Git repository by running: $ git pull https://github.com/blackberry/cordova-blackberry inspector-

Re: continuous integration woze

2014-08-20 Thread Josh Soref
On 8/20/14, 10:50 AM, "Mark Koudritsky" wrote: >AFAIK Travis only supplies a binary pass/fail status, so there is no such >thing as a warning. >A Travis check for pull request doesn't mark the entire build on master as >failed, only that pull request. So there is no need to panic and "drop >eve

[GitHub] cordova-lib pull request: CB-7336 Fix cordova platform add blackbe...

2014-08-20 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/75#issuecomment-52789928 re: renaming blackberry10 -> blackberry, that's something that BlackBerry (the entity) could consider. I'm not willing to do it alone. I'm also unsure how good the upg

[GitHub] cordova-lib pull request: CB-7118 iOS: add target-device and Minim...

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/57 --- 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: continuous integration woze

2014-08-20 Thread Mark Koudritsky
AFAIK Travis only supplies a binary pass/fail status, so there is no such thing as a warning. A Travis check for pull request doesn't mark the entire build on master as failed, only that pull request. So there is no need to panic and "drop everything and fix the build", instead just "fix the build"

[GitHub] cordova-lib pull request: Adding tizen support

2014-08-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/16#issuecomment-52787803 still valid? --- 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 featu

[GitHub] cordova-lib pull request: Plugman: Remove tests for source-file, h...

2014-08-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/17#issuecomment-52787753 Is this still valid? --- 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 th

[GitHub] cordova-lib pull request: changes for cordova-ubuntu 3.6

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/73 --- 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: Make author url optional

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/74 --- 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-cli pull request: ios: add support for TargetDevice prefer...

2014-08-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-cli/pull/131#issuecomment-52787065 Closing this since it no longer works (code was moved into the "cordova-lib" repo. That said, it I think the feature is still useful. Shouldn't modify any f

[GitHub] cordova-lib pull request: Maintain plugin preferencies

2014-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/63 --- 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: remotely loaded pages

2014-08-20 Thread Andrew Grieve
I think this is a very desired plugin that many end up re-writing, and it's far better than setting the content src directly to a remote URL. E.g. just stumbled across this yesterday: http://docs.appmobi.com/index.php/live-update/ On Wed, Aug 20, 2014 at 7:57 AM, Michal Mocny wrote: > Make it

[GitHub] cordova-android pull request: custom_rules.xml breaks library refe...

2014-08-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/114#issuecomment-52784679 Thanks for this. The original intention of changing to ant-build is to prevent a conflict with Eclipse's build. So, it was meant to apply to all sub-projects, no

[GitHub] cordova-wp8 pull request: CB-4655 Makes default platform template ...

2014-08-20 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-wp8/pull/49 --- 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 f

[GitHub] cordova-wp8 pull request: CB-4655 Makes default platform template ...

2014-08-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/49#issuecomment-52767243 https://github.com/apache/cordova-wp8/pull/51 also includes this fix --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] cordova-wp8 pull request: CB-7341 Port tooling/platform scripts fr...

2014-08-20 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-wp8/pull/51 CB-7341 Port tooling/platform scripts from WSH to NodeJS Implementation for [CB-7341](https://issues.apache.org/jira/browse/CB-7341). This also includes: * [CB-4655 Makes default

Re: remotely loaded pages

2014-08-20 Thread Michal Mocny
Make it available Ally, of course that sounds interesting! I'm sure a few of us have suggestions for improvements too. On Wed, Aug 20, 2014 at 2:38 AM, Ally Ogilvie wrote: > Marcel, Sorry for the late reply. > > For some games that I produce where the entire game is served to the client > (req