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
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
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 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 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
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
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
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
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 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 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
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
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 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 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 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();
>
> 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
>
> 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
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
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 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();
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
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
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
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
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
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
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
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 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 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 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
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
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
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
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
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
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
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
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
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
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
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/
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
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:
>
> >
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
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
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 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 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
50 matches
Mail list logo