Re: Cordova Website updated

2014-04-10 Thread Steven Gill
I see it and it looks awesome! Thanks! P.S. I can generate the docs fine on my Mac! On Apr 10, 2014 8:16 PM, "Brian LeRoux" wrote: > not seeing the changes? (but thank you for taking this on Lisa!!) > > > On Fri, Apr 11, 2014 at 5:10 AM, Lisa Seacat DeLuca >wrote: > > > Just wanted to let every

Re: Cordova Website updated

2014-04-10 Thread Brian LeRoux
not seeing the changes? (but thank you for taking this on Lisa!!) On Fri, Apr 11, 2014 at 5:10 AM, Lisa Seacat DeLuca wrote: > Just wanted to let everyone know that I made a few changes to the website > and pushed them live. > > Particularly, > 1. The main header now links to the documentation a

Cordova Website updated

2014-04-10 Thread Lisa Seacat DeLuca
Just wanted to let everyone know that I made a few changes to the website and pushed them live. Particularly, 1. The main header now links to the documentation and plugins pages. 2. The download messaging recommends the use of npm instead of the zip. We chatted about these updates during Apache

[GitHub] cordova-plugin-statusbar pull request: Added javascript event on s...

2014-04-10 Thread phaitour
GitHub user phaitour opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4 Added javascript event on status bar tap A fake scrollview is added to the CDVViewController's view (but it's in the background). When the status bar is tapped, the scrollview will

[GitHub] cordova-plugman pull request: CB-6414 - fixes the issue where two ...

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

Re: Sharing code between plugman and cordova-cli

2014-04-10 Thread Brian LeRoux
More on this approach: http://blog.izs.me/post/48281998870/unix-philosophy-and-node-js https://blog.nodejitsu.com/the-nodejs-philosophy/ http://substack.net/how_I_write_modules On Fri, Apr 11, 2014 at 10:04 AM, Brian LeRoux wrote: > I want more repos not less! I'd love for us to break the func

Re: Sharing code between plugman and cordova-cli

2014-04-10 Thread Brian LeRoux
I want more repos not less! I'd love for us to break the functionality up into a tonne of smaller utility repos. Ideally every module is in a discreet git repo, separately versioned, and dependencies are managed with npm. On Fri, Apr 11, 2014 at 5:59 AM, Michal Mocny wrote: > The overhead of a

Re: CI failure in CLI

2014-04-10 Thread Steven Gill
I reviewed and merged it in. Error is fixed and tests were all passing. On Thu, Apr 10, 2014 at 3:52 PM, Steven Gill wrote: > Looks like Josh Bavari created a pull request that fixes it. > https://github.com/apache/cordova-plugman/pull/73 > > I can review it when I get home if no one has done i

Re: CI failure in CLI

2014-04-10 Thread Steven Gill
Looks like Josh Bavari created a pull request that fixes it. https://github.com/apache/cordova-plugman/pull/73 I can review it when I get home if no one has done it by then (currently traveling back from ApacheCon). On Apr 10, 2014 1:42 PM, "David Kemp" wrote: > It appears that the plugman commi

[GitHub] cordova-cli pull request: CB-6377 superspawn: always wrap non .exe...

2014-04-10 Thread jengee
Github user jengee commented on the pull request: https://github.com/apache/cordova-cli/pull/161#issuecomment-40144272 This version works in WinXP. (Haven't checked Win7 yet ... but will) --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] cordova-plugman pull request: CB-6414 - fixes the issue where two ...

2014-04-10 Thread jbavari
GitHub user jbavari opened a pull request: https://github.com/apache/cordova-plugman/pull/73 CB-6414 - fixes the issue where two config.xml munges exists, it will st... As seen in this issue: https://issues.apache.org/jira/browse/CB-6414 Referencing this comment by

CI failure in CLI

2014-04-10 Thread David Kemp
It appears that the plugman commit 57a5eaa1357f1f70d85437b9bb2d8f322bc39bc2 from April 8 broke the build for iOS. Android is OK. If this requires a change to the test procedure, let me know - otherwise it should be fixed/rolled back. Details below.. TypeError: Cannot read property 'parents' of u

Re: Sharing code between plugman and cordova-cli

2014-04-10 Thread Michal Mocny
The overhead of a third repo scares me. I'm fine with merging into a single repo, but I'll throw a third option into the mix: - Leave the plugman repo, and leave the plugman binary in there, but refactor to make plugman depend on cordova-cli, and forward all functionality to cli implementations.

[GitHub] cordova-cli pull request: CB-6377 superspawn: always wrap non .exe...

2014-04-10 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-cli/pull/161#issuecomment-40128762 I want QA to confirm this works before it merges... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-cli pull request: CB-6377 superspawn: always wrap non .exe...

2014-04-10 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/161#discussion_r11502884 --- Diff: src/superspawn.js --- @@ -67,11 +69,11 @@ exports.spawn = function(cmd, args, opts) { var spawnOpts = {}; var d = Q.defer();

[GitHub] cordova-cli pull request: CB-6377 superspawn: always wrap non .exe...

2014-04-10 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/161#discussion_r11502427 --- Diff: src/superspawn.js --- @@ -67,11 +69,11 @@ exports.spawn = function(cmd, args, opts) { var spawnOpts = {}; var d = Q.defer();

Re: [cordova-cli] Versioning Confusion

2014-04-10 Thread Michael Brooks
> > Thanks for the writeup Mike. > I agree that we are using it wrong. It shouldn't reset every time we change > the cadence version number. We can implement this change right away unless > people have reason not to. Awesome! I have also heard rumblings about potentially removing the cadence num

Re: [cordova-cli] Versioning Confusion

2014-04-10 Thread Michael Brooks
> > However, Andrew previously pointed out that even if we stop doing a.b.c > reset with releases, the form x.y.z-a.b.c is not valid semver and so isn't > generally useful anyway. At least not for package.json fuzzy dependency > versioning. Unfortunately, the x.y.z-a.b.c approach will not work w

Re: [cordova-cli] Versioning Confusion

2014-04-10 Thread Steven Gill
Thanks for the writeup Mike. I agree that we are using it wrong. It shouldn't reset every time we change the cadence version number. We can implement this change right away unless people have reason not to. I have also heard rumblings about potentially removing the cadence number and using just S

Sharing code between plugman and cordova-cli

2014-04-10 Thread Mark Koudritsky
I often find myself making changes that require commits to both plugman and cli, it’s not always clear which repo new code should live in and sharing utility functions between the two projects is not trivial. The idea of “cordova-lib” was mentioned several times on this mailing list. The lib would

[GitHub] cordova-cli pull request: CB-6377 superspawn: always wrap non .exe...

2014-04-10 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/161#discussion_r11501013 --- Diff: src/superspawn.js --- @@ -67,11 +69,11 @@ exports.spawn = function(cmd, args, opts) { var spawnOpts = {}; var d = Q.defer();

Re: cli e2e tests - delete the older duplicates in spec/

2014-04-10 Thread Mark Koudritsky
Pull request for removal of the duplicate tests. https://github.com/apache/cordova-cli/pull/159 On Fri, Apr 4, 2014 at 4:53 PM, Steven Gill wrote: > +1!! > > > On Fri, Apr 4, 2014 at 1:28 PM, purplecabbage >wrote: > > > SGTM! > > > > Sent from my iPhone > > > > > On Apr 4, 2014, at 1:00 PM, Ma

Re: [cordova-cli] Versioning Confusion

2014-04-10 Thread Michal Mocny
We've mumbled about this before here, so +1 to your proposal. However, Andrew previously pointed out that even if we stop doing a.b.c reset with releases, the form x.y.z-a.b.c is not valid semver and so isn't generally useful anyway. At least not for package.json fuzzy dependency versioning. I n

[cordova-cli] Versioning Confusion

2014-04-10 Thread Michael Brooks
Hi all, Recently, I've noticed that the cordova-cli is misusing the versioning scheme that is used by the phonegap-cli. It's a little confusing, but effective, so let me run through it. --- VERSION BREAKDOWN --- cordova@x.y.z-a.b.c --- X.Y.Z --- x.y.z is the version of Cordova that is bundled

Re: [ANNOUNCE] Released cordova-cli@3.4.1-0.1.0, cordova-plugman@0.21.0, cordova-ios@3.4.1

2014-04-10 Thread James Jong
Woot! Thanks Steve! -James Jong On Apr 9, 2014, at 6:00 PM, Steven Gill wrote: > CLI, Plugman and cordova-ios have been released! > > You can view the release blog post at > http://cordova.apache.org/news/2014/04/09/tools-ios-release.html. > > Tweet: https://twitter.com/apachecordova/status/4

RE: [cordova-js] do we need , ?

2014-04-10 Thread Jonathan Bond-Caron
On Thu Apr 10 01:35 PM, Michal Mocny wrote: > > List of hangouts scheduled: > https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes > Agenda for this next one: https://wiki.apache.org/cordova/Agenda20140415 > Awesome, I'll join in Cheers, Jon

Re: Just saying Hi

2014-04-10 Thread Michal Mocny
On Thu, Apr 10, 2014 at 1:43 PM, Michal Mocny wrote: > > > > On Thu, Apr 10, 2014 at 1:18 PM, Max Lynch wrote: > >> Yep, we fixed the weather demo: https://github.com/driftyco/ionic-weather >> >> For the cli tool, I definitely agree it's not optimal. The reason we went >> with it is we are going

Re: Just saying Hi

2014-04-10 Thread Michal Mocny
On Thu, Apr 10, 2014 at 1:18 PM, Max Lynch wrote: > Yep, we fixed the weather demo: https://github.com/driftyco/ionic-weather > > For the cli tool, I definitely agree it's not optimal. The reason we went > with it is we are going to have backend services and tools that require > authentication (s

Re: [cordova-js] do we need , ?

2014-04-10 Thread Michal Mocny
On Thu, Apr 10, 2014 at 1:07 PM, Anis KADRI wrote: > On Thu, Apr 10, 2014 at 8:18 AM, Michal Mocny wrote: > > > Alright, this thread is starting to run away, I think. > > > > We have a G+ Hangout scheduled for next week. This looks like a great > > topic to discuss. Generally, I think we shoul

[GitHub] cordova-cli pull request: CB-6415 Make project/.cordova/config.jso...

2014-04-10 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/162 CB-6415 Make project/.cordova/config.json integrate with platforms.js You can merge this pull request into a Git repository by running: $ git pull https://github.com/blackberry/cordova-cli

[GitHub] cordova-cli pull request: CB-6377 superspawn: always wrap non .exe...

2014-04-10 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/161 CB-6377 superspawn: always wrap non .exe calls to cmd with /s /c You can merge this pull request into a Git repository by running: $ git pull https://github.com/blackberry/cordova-cli cb_6

[GitHub] cordova-cli pull request: CB-6432 pre_package hook does not popula...

2014-04-10 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-cli/pull/160 CB-6432 pre_package hook does not populate %CORDOVA_PLATFORMS% You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-cli CB-6

Re: Just saying Hi

2014-04-10 Thread Max Lynch
Yep, we fixed the weather demo: https://github.com/driftyco/ionic-weather For the cli tool, I definitely agree it's not optimal. The reason we went with it is we are going to have backend services and tools that require authentication (similar to PhoneGap Build I believe), so I wasn't sure how to

Re: [cordova-js] do we need , ?

2014-04-10 Thread Anis KADRI
On Thu, Apr 10, 2014 at 8:18 AM, Michal Mocny wrote: > Alright, this thread is starting to run away, I think. > > We have a G+ Hangout scheduled for next week. This looks like a great > topic to discuss. Generally, I think we should resolve these disputes the > only way that makes real sense: p

Re: [Android] Refactoring for different engines

2014-04-10 Thread Joe Bowser
Yeah, I'd be cool with setting up a hangout. Everyone should take a look at the PoC, I've basically distilled it down to four or five classes so far, but with some work, we may be able to get it down to three. Due to legacy, we're pretty stuck with the Android WebView API calls, but these can pro

RE: [Android] Refactoring for different engines

2014-04-10 Thread Hu, Ningxin
Hangout would be a good idea. FYI, I will be off next week. How about the week after next? If it works, please feel free to schedule one and count me in. Thanks, -ningxin > -Original Message- > From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal > Mocny > Sent: Tuesd

Re: Ship stage.plugins.cordova.io

2014-04-10 Thread Michal Mocny
That sounds great. On the other hand, now we need absolute links everywhere? On Thu, Apr 10, 2014 at 11:19 AM, Steven Gill wrote: > Yup! > > We talked about this at ApacheCon these last few days and about how to > include the actual plugin docs on the plugins site. That was the idea for a > qui

Re: Just saying Hi

2014-04-10 Thread Michal Mocny
iOS 6+ is fine (98+% use iOS6+). For android, we're pinning our hopes on bundling intel xrosswalk to replace old android webview (and to get access to features like getUserMedia) back to Android 4.0. On Thu, Apr 10, 2014 at 11:33 AM, Max Lynch wrote: > Thanks Sebastien :) > > The first one is

Re: Just saying Hi

2014-04-10 Thread Michal Mocny
Hello Max! Glad to see you drop in. I've tried out your stuff a bit, and have been showing off your demos (Is the Weather demo fixed yet?!). I'm even tinkering with wrapping our cordova test suite in ionic (but am concerned about platform support, investigating graceful fallback options -- any s

Re: Just saying Hi

2014-04-10 Thread Max Lynch
Thanks Sebastien :) The first one is a tweaked version of the cordova keyboard plugin that pushes more of the resize functionality into JS instead of relying on the native scroll view resizing which was giving us grief. That one does rely on having a JS scroll system which we currently use in Ioni

Re: [cordova-js] do we need , ?

2014-04-10 Thread Michal Mocny
Alright, this thread is starting to run away, I think. We have a G+ Hangout scheduled for next week. This looks like a great topic to discuss. Generally, I think we should resolve these disputes the only way that makes real sense: produce a set of test cases that work today and that we want to c

Re: Ship stage.plugins.cordova.io

2014-04-10 Thread Steven Gill
Yup! We talked about this at ApacheCon these last few days and about how to include the actual plugin docs on the plugins site. That was the idea for a quick short term fix. I'm going to be reviewing Michael's proposal about rendering doc/en/index if it exists, followed by doc/index and then just

Re: Just saying Hi

2014-04-10 Thread Sebastien Blanc
Hey ! Just to say that I really love Ionic, this is really impressive stuff !! Can we have so tips on the plugins you are going to release ? Seb On Thu, Apr 10, 2014 at 4:51 PM, Max Lynch wrote: > Hey Cordova Devs, > > I'm one of the creators of the Ionic Framework (http://ionicframework.com/

Just saying Hi

2014-04-10 Thread Max Lynch
Hey Cordova Devs, I'm one of the creators of the Ionic Framework (http://ionicframework.com/) which is an OSS mobile dev framework running on Cordova and using AngularJS. We are starting to get more active in building open source Cordova plugins, and I'm excited to be more a part of the Cordova c

Re: [VOTE] cordova-cli@3.4.1-0.1.0

2014-04-10 Thread Michal Mocny
Poor Ian, a second too late. On Wed, Apr 9, 2014 at 5:38 PM, Steven Gill wrote: > The vote has now closed! The results are: > > Positive binding votes: 3 > Steven Gill > Shazron Abdullah > Andrew Grieve > > The vote has passed > > > On Tue, Apr 8, 2014 at 6:45 PM, Andrew Grieve > wrote: > > >

Re: Ship stage.plugins.cordova.io

2014-04-10 Thread Michal Mocny
e.g. http://plugins.cordova.io/#/package/org.apache.cordova.vibration On Thu, Apr 10, 2014 at 9:34 AM, Michal Mocny wrote: > Just noticed, our plugin README.md docs link to doc/index.md using > relative links, which don't work when displayed from the plugin repo > website. > > Easy fix is to ju

Re: Ship stage.plugins.cordova.io

2014-04-10 Thread Michal Mocny
Just noticed, our plugin README.md docs link to doc/index.md using relative links, which don't work when displayed from the plugin repo website. Easy fix is to just change to absolute URL in our plugin repos. Even though that has other downsides, I think its not worth patching website to try and

RE: [cordova-js] do we need , ?

2014-04-10 Thread Jonathan Bond-Caron
On Wed Apr 9 08:40 PM, Brian LeRoux wrote: > > The cons are wrong. You can import plugins and indeed you can test plugins. > The statement that we shouldn't need to compile/transpile is not correct if we > want to evolve things. Its the only path we have that will keep things > backwards > compat

[GitHub] cordova-plugin-file pull request: Update Metadata.js

2014-04-10 Thread DanielFreiburger
GitHub user DanielFreiburger opened a pull request: https://github.com/apache/cordova-plugin-file/pull/39 Update Metadata.js File was not updated correct after changing "modificationTime" to "lastModifiedDate" You can merge this pull request into a Git repository by running: $

[GitHub] cordova-plugin-file pull request: Update File.js

2014-04-10 Thread DanielFreiburger
GitHub user DanielFreiburger opened a pull request: https://github.com/apache/cordova-plugin-file/pull/38 Update File.js Typo in line 70: Should be lastModifiedDate instead of lastModifiedData You can merge this pull request into a Git repository by running: $ git pull http