Ripple is fine for development. Not so much for office users.
On Fri, Feb 8, 2013 at 7:26 PM, Gord Tanner wrote:
> You can always use Ripple.
>
> Github.com/blackberry/ripple-ui
>
> Install it via npm:
>
> Npm install ripple -g
> From developer.blackberry.com
> Or
> From the chrome App Store
>
>
You can always use Ripple.
Github.com/blackberry/ripple-ui
Install it via npm:
Npm install ripple -g
From developer.blackberry.com
Or
From the chrome App Store
Sent from my iPhone
On 2013-02-08, at 4:16 PM, David Lewis wrote:
> Yes. Specifically Windows 7 as Win8 isn't even being talked abo
Actually, interesting note on iOS 6 debugging - it's impossible to test
'normal' initialization, because you don't get the opportunity to debug a
web app until it comes up, and it's already been initialized.
If we want to support debugging initialization code, we could consider
delaying the initia
>JSHint reports ...
I created these way back when. The idea is to create debuggable cat'd
files, using the typical eval() with //@sourceURL hack, so you can see the
individual files in the debugger.
This didn't make much sense until iOS 6, on actual devices (but worked with
desktops, most of the
For initialization debugging methinks
On 2/8/13 3:13 PM, "Jesse" wrote:
>Can someone explain the use/purpose of the generated
>pkg/debug/cordova.***-debug.js ?
>JSHint reports they are just large collections of bad-escapements ... are
>these still used for something?
>
>--
>@purplecabbage
>risi
I ran a few updates and made the error output a bit verbose. Shout out to
Tommy Carlos-Williams for his patience walking through the process with me
on IRC.
Conclusion: the xcodebuild -version command would exit with code 1 because
the Terms of Use were not accepted at a global level. This ended u
I'm going to pull together a blog post on what is new on Android this
weekend. I see Shaz already has one up for iOS. If anyone wants
something specific included let me know.
Simon Mac Donald
http://hi.im/simonmacdonald
On Fri, Feb 8, 2013 at 2:48 PM, Andrew Grieve wrote:
> Awesome! Thanks for d
Nice! Thanks, Andrew!
-- Marcel Kinard
On Feb 7, 2013, at 2:59 PM, Andrew Grieve wrote:
> The doc's not up-to-date, but I think we ended on consensus for the code
> version. I've taken a stab at updating the wiki pages:
>
> http://wiki.apache.org/cordova/CordovaAndGit -- Added the idea of hav
I'm thinking it is some kind of npm weirdness that I am not accounting
for..
Since this is an npm post-install script, it runs as a "nobody" user
(which is the "user" that npm runs as).. Maybe that has something to do
with it?
Is not wiring this up into post-install seem reasonable to anyone else
maybe xcodebuild -version is different when run with sudo?
On Fri, Feb 8, 2013 at 4:45 PM, Filip Maj wrote:
> Cool, thanks for checking it out Becky.
>
> That is exactly where some users are reporting their issues.
>
> Funny thing is, cordova-cli only runs "xcodebuild -version" to determine
> i
Awesome! Stoked to see "next" branches dropping for the upcoming 2.5.0rc's
!
On 2/7/13 11:59 AM, "Andrew Grieve" wrote:
>The doc's not up-to-date, but I think we ended on consensus for the code
>version. I've taken a stab at updating the wiki pages:
>
>http://wiki.apache.org/cordova/CordovaAndGi
First pass: a test/ directory with one or more \w+.test.js files? Tools
can find the .test.js files and run them automagically?
Up to the author to decide which test framework to run with (jasmine,
their own, qunit, whatever). All necessary supporting files to be included
under ./test as well?
Wh
Cool, thanks for checking it out Becky.
That is exactly where some users are reporting their issues.
Funny thing is, cordova-cli only runs "xcodebuild -version" to determine
if Xcode is installed or not. As long as the xcodebuild executable is in
your PATH it *should* work. I don't see how Xcode-
Interesting. I ran this once and it worked (I had to use sudo). Then, I
realized that I might have my xcode-selects variable set wrong since I
recently downloaded Xcode 4.6 via the iOS downloads page rather than via
the AppStore. I put Xcode 4.6 into a subdirectory:
/Applications/Xcode46/Xcode
Yes. Specifically Windows 7 as Win8 isn't even being talked about.
http://code.google.com/p/chromiumembedded/
The cefclient looks to be a might more reasonable to work with than
actual webkit. I've tweaked it to load locally and display as kiosk.
Just need to wrap my head around exec().
On Fri,
Wait -- are you asking if there's a desktop version of Phonegap? I was assuming
you meant a Chrome-based render for mobile devices, esp. since the webkit on
some mobile devices is quite borked. (Android 2.x, I'm looking at you.)
___
Kerri Shotts
photoKandy Studi
That's unfortunate. My team is working on webkit specific apps just
because so many mobile devices use it; iOS, Android, and Blackberry
7+. Having a desktop webkit container would alleviate a lot of work
forking Windows specific versions. I need to get it done anyway, I
just thought I'd ask. The cl
Hey everyone,
I've had a couple of reports of people using the cordova-cli tools and
having issues installing. Apparently the post-install script ("bootstrap")
complains that Xcode is not installed on the system. Both users were
running Xcode 4.6.
I've since upgraded my Xcode and done both a fres
Most modern platform's internal browsers are based on webkit -- iPhone and
Android, etc. Windows Phone (and the upcoming Firefox OS) would be exceptions
to the rule.
I know there's been work done on supporting PG with Chrome as the renderer, but
don't hold your breath for it; a lot of stuff wo
Awesome! Thanks for doing all of the work there.
On Fri, Feb 8, 2013 at 12:49 PM, Filip Maj wrote:
> Yes! I had resolved the various "tag 2.4.0" issues on JIRA and was under
> the impression everyone had seen that.
>
> The 2.4.0 bits are up on http://apache.org/dist/cordova/
>
> On 2/8/13 6:47
The javascript is a sub-project, you shouldn't need to use it on its own.
Each platform subdirectory already has a set of javascript built
specifically for that platform.
On 2/8/13 11:36 AM, "Jean-Sebastien Delfino" wrote:
>Hi all,
>
>While building 2.4 from source I noticed that the files in th
Hi all,
While building 2.4 from source I noticed that the files in the platform
zips seem to be missing a path prefix. I was expecting to see js/README.md
instead of README.md in cordova-js.zip.
Is that intentional?
Will everything still work if I unzip cordova-js.zip under javascript/*
instead
My project requires a webkit browser. Does anyone have experience
adding Cordova support to Chromium Embedded Framework?
I hate to say this but I think this is where Subversion is better than Git.
One can checkout a sub-folder and does not need multiple repositories :-)
On Fri, Feb 8, 2013 at 7:33 AM, Michal Mocny wrote:
> [image: Inline image 1]
>
>
> On Fri, Feb 8, 2013 at 10:10 AM, Brian LeRoux wrote:
>
>> Fo
Yes! I had resolved the various "tag 2.4.0" issues on JIRA and was under
the impression everyone had seen that.
The 2.4.0 bits are up on http://apache.org/dist/cordova/
On 2/8/13 6:47 AM, "Andrew Grieve" wrote:
>I saw the PhoneGap release announcement. Does this mean we're done the
>release for
Thanks,
You can check the comments in jira and in the pull request. Let me know if
you need something from me :)
/yaniv
On 08/02/13 15:46, "Andrew Grieve" wrote:
>Yep, I can certainly take this on :)
>
>
>On Fri, Feb 8, 2013 at 9:38 AM, Yaniv De Ridder
>wrote:
>
>> I'm looking for a committer
[image: Inline image 1]
On Fri, Feb 8, 2013 at 10:10 AM, Brian LeRoux wrote:
> For Git repos, I think so.
>
> On Fri, Feb 8, 2013 at 6:53 AM, Marcel Kinard wrote:
> > Have we set a record for the number of repositories for a single project
> at Apache? ;-)
> >
> > On Feb 8, 2013, at 2:40 AM, B
For Git repos, I think so.
On Fri, Feb 8, 2013 at 6:53 AM, Marcel Kinard wrote:
> Have we set a record for the number of repositories for a single project at
> Apache? ;-)
>
> On Feb 8, 2013, at 2:40 AM, Brian LeRoux wrote:
>
>> Thanks for driving this Andrew! I hope infra doesn't hate us for t
Have we set a record for the number of repositories for a single project at
Apache? ;-)
On Feb 8, 2013, at 2:40 AM, Brian LeRoux wrote:
> Thanks for driving this Andrew! I hope infra doesn't hate us for this!!
>
> On Thu, Feb 7, 2013 at 7:44 AM, Andrew Grieve wrote:
>> https://issues.apache.o
I saw the PhoneGap release announcement. Does this mean we're done the
release for 2.4.? We can start merging in pull requests?
Yep, I can certainly take this on :)
On Fri, Feb 8, 2013 at 9:38 AM, Yaniv De Ridder wrote:
> I'm looking for a committer to have a look at my pull requests to get them
> integrated. I was until now working with Shazron Abdullah but he asked me
> if I can eventually look for someone else as he
I'm looking for a committer to have a look at my pull requests to get them
integrated. I was until now working with Shazron Abdullah but he asked me if I
can eventually look for someone else as he is really busy right now.
@Andrew Grieve You maybe ?
/yaniv
Andrew: I like it. At some point, probably after 3.x, we need to take
all these non-standard findings back to the w3c. Grouping them in
their own plugins makes sense to me instead of gumming up the
standards "pure" implementations.
On Wed, Feb 6, 2013 at 8:14 AM, Andrew Grieve wrote:
> Good point
Hi Herm,
I have 2 pull requests to put into Cordova webOS 2.5.0rc1
https://github.com/apache/cordova-js/pull/7
https://github.com/apache/cordova-js/pull/8
Thanks for merging them in
Markus
-Original Message-
From: Herm Wong [mailto:kingoftheo...@hotmail.com]
Sent: Dienstag, 15. Januar
I'm cool w/ window.cordova.plugins (or is it window.Cordova.plugins?)
Don't think we should prescribe anything for 3rd party plugins but
encourage namespaced behavior as jesse suggests.
On Thu, Feb 7, 2013 at 2:00 PM, Anis KADRI wrote:
> I agree with window.plugins for everything that is not a p
You know what. I'm super wrong. I was thinking in the context of a
native project and not a *cordova* project.
The flaw in the thinking was that we were shipping only one file we
build leaving devs to include as they see fit. But whats really
happening is that we are generating a new file for ever
Yes and yes
On Wed, Feb 6, 2013 at 12:06 PM, Filip Maj wrote:
> In light of recent discussion re: figuring out whether to add new
> constants for various FileSystem locations (I.e. PERSISTENT vs TEMPORARY
> vs APP vs SOMENEWDIRECTORYLOCATION), perhaps we should chime in on this
> new thread that
I have no control other than to request help from infra. (To my knowledge.)
Paul: after reviewing that doc Anis sent can you open a ticket w/ Infra?
On Thu, Feb 7, 2013 at 12:45 PM, Filip Maj wrote:
> You should be committing to Apache repos:
> https://git-wip-us.apache.org/repos/asf/
>
> If you
+1
also docs.cordova.io
On 08/02/2013, at 5:21 PM, Brian LeRoux wrote:
> Should probably start its life as markdown files in the cordova-cli
> repo to allow interactive help during usage. (First place I'd go for
> help using it would be the tool itself.)
>
> On Thu, Feb 7, 2013 at 4:13 PM,
39 matches
Mail list logo