Re: New project PATH vs. NAME

2014-07-30 Thread Jan Velecký
So, can we put task into JIRA related to this problem? Point one for start? -- Původní zpráva -- Od: Jan Velecký vve...@seznam.cz Komu: dev@cordova.apache.org Datum: 26. 7. 2014 9:12:03 Předmět: Re: New project PATH vs. NAME 1. Agree, this is essential I think. 2. Agree. 3.

Re: New project PATH vs. NAME

2014-07-30 Thread Carlos Santana
I attempted to capture the discussion and consensus in this JIRA item: https://issues.apache.org/jira/browse/CB-7231 On Wed, Jul 30, 2014 at 8:07 AM, Jan Velecký vve...@seznam.cz wrote: So, can we put task into JIRA related to this problem? Point one for start? -- Původní zpráva

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
On Wed, Jul 30, 2014 at 1:46 AM, Carlos Santana csantan...@gmail.com wrote: Yep Michal I agree to update cli to pass down extra parameters to platform scripts like it used. this allow for greater flexibility in platform scripts and no hardcoded platform concerns in cli. No need to remove nopt

How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Carlos Santana
I already know about asset and resource-file [1] in plugin.xml I'm currently working with ios: asset copy files will be available inside mobile app www path resource-file files will be available to mobile app from root path I want to be able to provide files to other locations that do not go

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
Mark What about having a generic door? meaning something like -extraplatformargs cordova run --extraplatformargs=magicpostionarg --xcodeflag --bbflag=42 then pass down the value of extraplatformargs, then platform scripts should properly implement the parsing of arguments using - or -- or for now

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
--extraplatformargs would also be ok, but it's not really different from the -- separator as it works right now. You can do cordova run -- magicpostionarg --xcodeflag --bbflag=42 and it will pass along everything after the -- as is (in the original order). On Wed, Jul 30, 2014 at 10:36 AM,

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Michal Mocny
First, the easy one: Certainly you should have a way to drop files into platforms/ios/HelloCordova, and I think source-file is probably the way to go. The root seems to be the plugin folder by default, so you may need to prefix with ../.. right now. Also seems hacky, not sure if there is a

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
Oh Mark, after reading your email for the second time I got it :-) So that's how it works today on the release version with a magic --space all the stuff to pass down at the end of the cordova cli command? On Wed, Jul 30, 2014 at 10:46 AM, Mark Koudritsky kam...@google.com wrote:

Re: missing documentation and missing major version bump

2014-07-30 Thread Bryan Higgins
This came up via an internal client who was using Cordova CLI with their build script. They were passing in the BB keystore password for release builds. It was easily resolved by adding --. While unfortunate that this got through undocumented during a minor update, it's not a huge deal. I agree

Re: missing documentation and missing major version bump

2014-07-30 Thread Michal Mocny
Bryan: Awesome! Super glad everything is sensibly resolved. Carlos: Thats pretty common practice with unix tools: http://unix.stackexchange.com/questions/11376/what-does-double-dash-mean-also-known-as-bare-double-dash so I think its pretty sweet that we are not using some cordova-specific flag

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
Just want to bump this thread. Michal -- that all sounds great. Let me know if there's anything I can do to help with integration, or if the IBM committers can help with merging. Should we go ahead and add nested plugin.xml files to the PRs? Also, for reference: I tested all of my PRs on wp8

Re: plugin-test-framework PRs

2014-07-30 Thread Michal Mocny
Things to help move this along: - Move test directories to tests and add nested plugin.xml, that would be a great. You can look at an example here: https://github.com/apache/cordova-plugin-device/tree/master/tests - Test the PR locally by running the mobilespec create script to make sure the

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Carlos Santana
On Wed, Jul 30, 2014 at 10:54 AM, Michal Mocny mmo...@chromium.org wrote: First, the easy one: Certainly you should have a way to drop files into platforms/ios/HelloCordova, and I think source-file is probably the way to go. The root seems to be the plugin folder by default, so you may need

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
So that's how it works today on the release version with a magic --space all the stuff to pass down at the end of the cordova cli command? Yes, since this commit https://github.com/apache/cordova-cli/commit/b5b4a14a2f8bdf43fcf098884ea70af109d596a2 (included in the currently released version)

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
I agree Michal, not having cordova specific, my bad was not obvious the -- the first time I read the email Mark I only see the -- [platformopts] only documented for cordova run, Does it also works for other commands i.e. compile, prepare? [1]:

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
Sounds good, I'll get started. On Wed, Jul 30, 2014 at 11:33 AM, Michal Mocny mmo...@chromium.org wrote: Things to help move this along: - Move test directories to tests and add nested plugin.xml, that would be a great. You can look at an example here:

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
If it's applicable to more than build command, then it needs to be documented for the other commands that is applicable Why a fix set of commands that this is applicable, what about prepare and create ? On Wed, Jul 30, 2014 at 11:42 AM, Carlos Santana csantan...@gmail.com wrote: I agree

bump: wp8 memory leak

2014-07-30 Thread Staci Cooper
A while ago an IBM customer reported seeing a memory leak in wp8 apps. I made a fix which was merged into master https://github.com/apache/cordova-wp8/commit/0c5f0e393db026633afd89fec0684c0021d19df6, but I later found a second leak which occurs if the device or network-information plugins are

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Michal Mocny
On Wed, Jul 30, 2014 at 11:38 AM, Carlos Santana csantan...@gmail.com wrote: On Wed, Jul 30, 2014 at 10:54 AM, Michal Mocny mmo...@chromium.org wrote: First, the easy one: Certainly you should have a way to drop files into platforms/ios/HelloCordova, and I think source-file is probably the

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
I'll add to the docs for other commands. prepare actually does receive those extra args but it doesn't call any platform scripts, so there is nobody to pass them along to. create doesn't call any platform scripts as well, the subsequent platform add does, but allowing extra args to cordova

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Carlos Santana
Would appreciate help to brainstorm I want to come out what is best for cordova developers. Today we have a downstream that ships cordova, I want to see if we can provide better experience I'm trying to experiment with the crazy idea of providing our value-add thru a cordova plugin, meaning

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
For the prepare I was thinking hooks. Does all hooks receive all the command line arguments including the extra ones? Sorry for create, I meant platform add that call the create script inside the platform. The use case is related to CB-7131 [1], to be use like platform add ios

web manifest spec and service workers

2014-07-30 Thread Brian LeRoux
http://html5doctor.com/web-manifest-specification perhaps our days our numbered? I hope so! we have a big enough backlog for 4.x as is and these specs are still very early but worth watching for our 5.x series

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
GitHub user bryanhiggins opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/18 BB10 implementation Opening this for visibility. It needs to be squashed and .so files re-generated from the latest commit. You can merge this pull request into a Git

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601423 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins --- End diff

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601481 --- Diff: src/blackberry10/native/src/globalization_js.cpp --- @@ -0,0 +1,165 @@ +/* + * Copyright 2013 Research In Motion

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601501 --- Diff: src/blackberry10/native/src/globalization_js.hpp --- @@ -0,0 +1,41 @@ +/* +* Copyright 2013 Research In Motion

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601513 --- Diff: src/blackberry10/native/src/globalization_ndk.cpp --- @@ -0,0 +1,1167 @@ +/* + * Copyright 2013 Research In

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601559 --- Diff: src/blackberry10/native/src/globalization_ndk.hpp --- @@ -0,0 +1,63 @@ +/* +* Copyright 2013 Research In Motion

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602661 --- Diff: src/blackberry10/native/public/json_internalarray.inl --- @@ -0,0 +1,448 @@ +// included by json_value.cpp +//

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602750 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602845 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603016 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603085 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603064 --- Diff: src/blackberry10/native/public/plugin.cpp --- @@ -0,0 +1,320 @@ +#include plugin.h +#include tokenizer.h +

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603123 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603131 --- Diff: src/blackberry10/native/public/json_batchallocator.h --- @@ -0,0 +1,125 @@ +#ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603147 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603160 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602968 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603025 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602924 --- Diff: src/blackberry10/native/src/globalization_ndk.cpp --- @@ -0,0 +1,1167 @@ +/* + * Copyright 2013 Research In Motion

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603044 --- Diff: src/blackberry10/native/public/json_batchallocator.h --- @@ -0,0 +1,125 @@ +#ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603094 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603109 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602861 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define

Re: bump: wp8 memory leak

2014-07-30 Thread Jesse
merged, thanks! @purplecabbage risingj.com On Wed, Jul 30, 2014 at 8:42 AM, Staci Cooper staci@gmail.com wrote: A while ago an IBM customer reported seeing a memory leak in wp8 apps. I made a fix which was merged into master

[GitHub] cordova-wp8 pull request: CB-7028 fixed memory leak in wp with plu...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/44 --- 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-wp8 pull request: CB-6728 Support chip architecture as an ...

2014-07-30 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-wp8/pull/39#issuecomment-50665133 For some reason I am getting an error when I try to build with this commit included. I see the error message : Manifest validation fails: Exception:

[GitHub] cordova-lib pull request: CB-7091: Remove check_requirements() fun...

2014-07-30 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/67 CB-7091: Remove check_requirements() funcs from platform parsers No longer used, removing. They were either: 1) Empty 2) Duplicating the chqck_reqs call that is also done by platform

[GitHub] cordova-lib pull request: CB-7100: Use npm based lazy-load by defa...

2014-07-30 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/68 CB-7100: Use npm based lazy-load by default fixing test to use imaginary version to avoid colliding with actual local content You can merge this pull request into a Git repository by running:

[GitHub] cordova-lib pull request: CB-7091: Remove check_requirements() fun...

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

out

2014-07-30 Thread Marcel Kinard
I've been called in for jury duty tomorrow. So if I'm silent here, it's not because I'm blowing people off. I hope this will be for just 1 day, but that may not be the case (insert rim shot here).

Contributing to Cordova

2014-07-30 Thread Sebastian Mil
Dear Apache Cordova, I am a student studying EECS at UC Berkeley and work at Famo.us. I am interested in mobile development and developing my coding skills. During the past few weeks I created a few apps with Cordova and Famo.us. I have come across a few things that I would like to improve upon

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
On Wed, Jul 30, 2014 at 12:50 PM, Carlos Santana csantan...@gmail.com wrote: For the prepare I was thinking hooks. Does all hooks receive all the command line arguments including the extra ones? Yes, it receives the entire command line string, like this execOpts.env.CORDOVA_CMDLINE =

[GitHub] cordova-lib pull request: CB-7100: Use npm based lazy-load by defa...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/68 --- 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-firefoxos pull request: Fixing error on new CLI/LIB: cp: n...

2014-07-30 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-firefoxos/pull/19 Fixing error on new CLI/LIB: cp: no such file or directory On latest versions of CLI and LIB a `cp: no such file or directory` error was being displayed on the console after adding

[GitHub] cordova-cli pull request: CB-6024 Document -- for platform options

2014-07-30 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-cli/pull/187#issuecomment-50691123 Looks good. --- 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

Re: out

2014-07-30 Thread Lorin Beer
Just spitballin' here: http://www.businessinsider.com/how-to-get-out-of-jury-duty-2012-7?op=1 insist that you will educate your jury peers on 'jury nullification'. wear camo pants On Wed, Jul 30, 2014 at 2:36 PM, Jesse purplecabb...@gmail.com wrote: 2 words, not guilty! @purplecabbage

Contributawesome

2014-07-30 Thread Adam Cmiel
Dear Apache Cordova, I’m Adam and I’ve been working with Cordova for the past two years, and am excited to join the contributorship. I have already signed the CLA and submitted it to the Apache secretary, subscribed to the dev list, and created a Jira account. I’m particularly interested in

Re: Contributing to Cordova

2014-07-30 Thread Lorin Beer
Hi Sebastian, welcome! On Wed, Jul 30, 2014 at 1:47 PM, Sebastian Mil sebastianthe...@gmail.com wrote: Dear Apache Cordova, I am a student studying EECS at UC Berkeley and work at Famo.us. I am interested in mobile development and developing my coding skills. During the past few weeks I

Re: out

2014-07-30 Thread Jesse
In the interview, clearly state 'I think he did it.' That should be enough. @purplecabbage risingj.com On Wed, Jul 30, 2014 at 3:59 PM, Lorin Beer lorin.b...@gmail.com wrote: Just spitballin' here: http://www.businessinsider.com/how-to-get-out-of-jury-duty-2012-7?op=1 insist that you will

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
I think the concern was more of using current default name HelloCordova.pbxproj this will always be the name of the project, unless you really, really know what you are doing and want to change it you can specify in cli, shell script, or in config.xml name project=changetothisappname/name

[GitHub] cordova-cli pull request: CB-6024 Document -- for platform options

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/187 --- 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-firefoxos pull request: Fixing error on new CLI/LIB: cp: n...

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

2014-07-30 Thread Lorin Beer
Hi Adam, welcome to the list! On Wed, Jul 30, 2014 at 4:01 PM, Adam Cmiel a...@famo.us wrote: Dear Apache Cordova, I’m Adam and I’ve been working with Cordova for the past two years, and am excited to join the contributorship. I have already signed the CLA and submitted it to the Apache

Re: out

2014-07-30 Thread Carlos Santana
No puedo ser parte del jurado no hablo Inglés :-) On Wednesday, July 30, 2014, Jesse purplecabb...@gmail.com wrote: In the interview, clearly state 'I think he did it.' That should be enough. @purplecabbage risingj.com On Wed, Jul 30, 2014 at 3:59 PM, Lorin Beer lorin.b...@gmail.com

Re: Contributing to Cordova

2014-07-30 Thread Carlos Santana
Welcome Sebastian checkout this link http://wiki.apache.org/cordova/ContributorWorkflow On Wednesday, July 30, 2014, Lorin Beer lorin.b...@gmail.com wrote: Hi Sebastian, welcome! On Wed, Jul 30, 2014 at 1:47 PM, Sebastian Mil sebastianthe...@gmail.com javascript:; wrote: Dear Apache

Re: Contributawesome

2014-07-30 Thread Carlos Santana
Welcome Adam ! checkout this link http://wiki.apache.org/cordova/ContributorWorkflow On Wednesday, July 30, 2014, Lorin Beer lorin.b...@gmail.com wrote: Hi Adam, welcome to the list! On Wed, Jul 30, 2014 at 4:01 PM, Adam Cmiel a...@famo.us javascript:; wrote: Dear Apache Cordova,