Re: cordova-lib in BitHound

2015-02-10 Thread Gord Tanner
Thanks for the shoutout! Cordova.js has been one of our test case repos in the development of bitHound. Gord On Tue, Feb 10, 2015 at 7:01 AM Andrew Grieve wrote: > Pretty cool code analysis tool from the creators of Ripple! > > https://www.bithound.io/apache/cordova-lib >

Re: [Node 101] Part 1: Small Modules

2013-12-12 Thread Gord Tanner
wrote: > > > Maybe. Have a look at Substack's code and you'll see he has no trouble > > testing. The reason being he tests interfaces and outputs instead of > > implementations. That will be another Node 101! > > > > > > On Fri, Dec 13, 2

Re: [Node 101] Part 1: Small Modules

2013-12-12 Thread Gord Tanner
I also agree with this except for returning a function from module.exports. It is possible but makes mocking much much harder for testing. think of: var foo = require('foo'); module.exports = { awesome: function (a) { foo(a+1); } }; It is kind of awkward to test this module's u

Re: Seeking a partner for a SXSW 2014 workshop on Cordova (Sat, March 8)

2013-12-02 Thread Gord Tanner
Hey, I can help out if you want. Here is a talk I have given in the past on Cordova: http://www.youtube.com/watch?v=ZsDPnxBfybo Gord On Mon, Dec 2, 2013 at 12:47 PM, Lindsey Simon wrote: > Hey fellow Cordova devs, > > I'm wondering if anyone might want to partner with me to do a Cordova > wo

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
omeless for the app harness? > > On Thu, Nov 7, 2013 at 7:54 AM, Gord Tanner wrote: > > > I can code up a quick sample integration to see what cordova serve > (powered > > by ripple) would look like. > > > > > > > > > > On Thu, Nov 7, 2013 at 7:

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
Is there a JIRA for the serve issue? Josh recently added some content to > > make the landing page functional. > > > > Ripple integration sounds great. Gord - is there a way to make ripple run > > chromeless for the app harness? > > > > On Thu, Nov 7, 2013 at

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
I can code up a quick sample integration to see what cordova serve (powered by ripple) would look like. On Thu, Nov 7, 2013 at 7:16 AM, Josh Soref wrote: > Brian wrote: > > Feels like we're starting to regress rather often on the CLI these past > two releases. > > This is due to not running t

CommandProxy and misbehaving plugins

2013-10-28 Thread Gord Tanner
Hey everyone, Long time no commit but I was working on getting cordova 3.X support working in ripple (really really close and about to release it) but I saw some weird stuff in some of the plugins. In the vibration plugin the base javascript calls into the cordova exec module [1] and does all the

Re: Serve vs. opening an HTML file in the browser

2013-09-10 Thread Gord Tanner
h PG for a while now. I > >>literally > >> can't get to a point where any HTML shows and the extension can take > >>over. > >> > >> On 9/9/13 5:23 PM, "Gord Tanner" wrote: > >> > >

Re: Serve vs. opening an HTML file in the browser

2013-09-10 Thread Gord Tanner
mden wrote: > That's the thing - I can't get Ripple to load. I get the console.log > infinite recursion thing I've gotten with PG for a while now. I literally > can't get to a point where any HTML shows and the extension can take over. > > On 9/9/13 5:23 PM, "Gord

Re: Serve vs. opening an HTML file in the browser

2013-09-09 Thread Gord Tanner
t you have cordova 3.0.0 selected as the platform. On Mon, Sep 9, 2013 at 6:17 PM, Ray Camden wrote: > Hey Gord - just checking in. If you've been too busy to return to this - > sorry - but if you missed my messages - let me know. > > On 9/3/13 12:30 PM, "Gord T

Re: Serve vs. opening an HTML file in the browser

2013-09-03 Thread Gord Tanner
d then infinite console.log messages. > > On 9/2/13 8:32 PM, "Gord Tanner" wrote: > > >Good news! > > > >I have a branch that is booting projects made with cordova 3.0 [1]. > > > >It is basically a stripped down platform and I tested it b

Re: Serve vs. opening an HTML file in the browser

2013-09-02 Thread Gord Tanner
know if you take this for a test drive and have any problems. Gord [1] - https://github.com/apache/incubator-ripple/tree/cordova-3.0 On Wed, Aug 28, 2013 at 6:21 AM, Ray Camden wrote: > > > On 8/27/13 11:41 PM, "Gord Tanner" wrote: > > > > >I think with

Re: Moving on

2013-08-30 Thread Gord Tanner
Best of luck dude! On Fri, Aug 30, 2013 at 2:45 PM, Filip Maj wrote: > Sweet, glad there are volunteers willing to take on stuff right away! > > And yes: I've got my phonegapday EU ticket and will be booking travel this > weekend. Hopefully I'll see most of you there! > > P.S. who's going to lx

Re: Moving on

2013-08-30 Thread Gord Tanner
en than Gord here on this lists, will ya? ;) > > -Michal > > > On Fri, Aug 30, 2013 at 2:50 PM, Max Woghiren wrote: > > > Best of luck, Fil! > > > > > > On Fri, Aug 30, 2013 at 2:48 PM, Gord Tanner wrote: > > > > > Best of l

Re: Serve vs. opening an HTML file in the browser

2013-08-27 Thread Gord Tanner
. I'll go back and > > time and make it so that when beer was invented, it was called Gord, and > > your name would forever be synonymous with the best thing ever created. > > Not being able to use Ripple has been a real pain in my rear when doing > > presentations. I&#x

Re: Serve vs. opening an HTML file in the browser

2013-08-27 Thread Gord Tanner
I can take a look at this tonight. We may not be upto date with API support (not a lot of people working on the project right now) but we shouldn't crash. I will ping back on this list when I know more Gord On Tue, Aug 27, 2013 at 2:13 PM, Ray Camden wrote: > As far as I know, Ripple hasn¹t

Re: Removing onNativeReady channel

2013-08-06 Thread Gord Tanner
That channel used to be there for any platforms that needed some time to warm up after the web view was initialized. I don't think any platforms require this anymore so I am ok with removing it as well. Sent from my iPhone On 2013-08-06, at 5:37 PM, Jesse wrote: > WP code: > > string native

Re: NPM stats on ripple

2013-07-25 Thread Gord Tanner
include >> packages downloaded as dependencies? >> >> >> On Mon, Jul 22, 2013 at 3:14 PM, Gord Tanner wrote: >> >>> Just thought I would let everyone know we have had 7600 downloads of >>> Ripple >>> via npm this month. >>> >>> http://npm-stat.vorb.de/charts.html?package=ripple-emulator >>> >>> #OMFG >

Re: cordova-playbook 'deprecation'

2013-07-23 Thread Gord Tanner
I am just a little annoyed because of the promise that we would get PlayBook support with the big BlackBerry 10 rewrite that was done. The promise was we were just shelving the Java Phone OS code and cleaning up things for PlayBook and BlackBerry 10. I hope that the official support for BlackBerr

NPM stats on ripple

2013-07-22 Thread Gord Tanner
Just thought I would let everyone know we have had 7600 downloads of Ripple via npm this month. http://npm-stat.vorb.de/charts.html?package=ripple-emulator #OMFG

Cordova BlackBerry PlayBook Support

2013-07-02 Thread Gord Tanner
I just read that the PlayBook is no longer getting BlackBerry 10 [1] which is kinda shitty since now the official support for cordova on BlackBerry is now 2 phones which have not been getting good market traction [2]. - Anyone from BlackBerry able to comment on the PlayBook? - Are you guys still m

Re: onNativeReady and FirefoxOS

2013-06-25 Thread Gord Tanner
I could have swore there was one at one point ;) but it is going to look exactly like the webos one [1] [1] - https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=blob_plain;f=lib/scripts/bootstrap-webos.js;hb=HEAD On Tue, Jun 25, 2013 at 10:52 AM, Andrew Grieve wrote: > likely you want

Re: Security Error in FirefoxOS on reading window.navigator properties

2013-06-24 Thread Gord Tanner
> doesn't work, try to clobber each of its properties instead." > > > > In the second case, a debug log line for each property that cannot be > > copied would give us a list of any platform-dependent quirks that we need > > to document. > > > > > &g

Re: Security Error in FirefoxOS on reading window.navigator properties

2013-06-24 Thread Gord Tanner
This is from the bootstrap file for all platforms [1]. This is to cover us for security issues we were having on other platforms where we are not able to replace existing navigator object methods (geolocation, etc) or add new ones. We create this object and proxy to the original navigator object

Re: Jake woes

2013-06-21 Thread Gord Tanner
Ex-term-in-ate Sent from my iPhone On 2013-06-21, at 6:52 PM, Simon MacDonald wrote: > Guys no one can completely defeat the daleks. I'm sure that they will be > back. Possibly in rainbow colours. > On Jun 21, 2013 6:27 PM, "Lorin Beer" wrote: > >> HORRIBLE >> >> >> On Fri, Jun 21, 2013 at

Re: BB10 bundling of node.js

2013-06-19 Thread Gord Tanner
. Perhaps that is an edge case, > but it's still something that needs to be supported by allowing them to > configure node path for BB. > > > On Wed, Jun 19, 2013 at 3:30 PM, Gord Tanner wrote: > > > I would expect they would have a supported node version when they type: &

Re: BB10 bundling of node.js

2013-06-19 Thread Gord Tanner
their own system configuration. > > > On Wed, Jun 19, 2013 at 3:09 PM, Gord Tanner wrote: > > > -1 > > > > I would rather we just use the system version of node which would be the > > same version as the CLI. I can't think of any reason a specific platform &

Re: BB10 bundling of node.js

2013-06-19 Thread Gord Tanner
-1 I would rather we just use the system version of node which would be the same version as the CLI. I can't think of any reason a specific platform (aka BlackBerry) would need a special version of a common dependency. Also I don't think you can bundle binaries in an apache release. On Wed, Ju

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Gord Tanner
;> > > >> > >> > > >> > +1 > >> > > >> > > >> > > >> > Sorry I'm late to the game, I was judging frisbee throwing, > >> pyramid > >> > > >> > climbing robots all day :-) > >> &g

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Gord Tanner
ot; wrote: > > >> > > > > >> > > >Like that plan. Say we proceed and land it in 2.6 to feel out. > > >> > > > > > >> > > >On Fri, Mar 22, 2013 at 2:50 PM, Filip Maj > wrote: > > >> > > >> I&

Re: Baby Grieve

2013-05-31 Thread Gord Tanner
Congrats! On Fri, May 31, 2013 at 10:05 AM, Bryan Higgins wrote: > Congrats!!! > > > On Fri, May 31, 2013 at 10:03 AM, Steven Gill >wrote: > > > Congrats Andrew!!! > > > > > > On Fri, May 31, 2013 at 7:00 AM, Andrew Grieve > > wrote: > > > > > Coming 1 month early > > > > > > Everett Arend

Re: Roadmap for BB7

2013-05-07 Thread Gord Tanner
>From what I understand BlackBerry is focused on BlackBerry 10 and there is no plan to update or add features to BlackBerry 7 On Tue, May 7, 2013 at 5:36 PM, Don Coleman wrote: > Is there a roadmap for BlackBerry 7 support in future versions of Cordova? >

Ch-ch-ch-ch-changes

2013-04-05 Thread Gord Tanner
Hey everyone. Just a heads up that I am no longer working at BlackBerry anymore. I will be still contributing to Cordova on my own time but more directed at the tooling layer in regards to Ripple and Cordova integration. The great news is that BlackBerry has a whole team to step up and continue

Re: BB10 and JIRA Etiquette

2013-04-04 Thread Gord Tanner
The BlackBerry team has said on this list that they are rewriting everything for BlackBerry 10. They haven't shared any of the code yet but have warned that it is a complete rewrite. I am expecting it to be about the same support (or more). I think the issues are still valid as I can't imagine m

Re: 2.6 platform support and redux

2013-03-25 Thread Gord Tanner
Firefoxos isn't shipped yet, I would also vote that it probably isn't ready to be included On Mon, Mar 25, 2013 at 2:30 PM, Filip Maj wrote: > Where does firefox os fit in in here? > > On 3/24/13 8:21 PM, "Brian LeRoux" wrote: > > >Thanks Steve! > > > >On Sunday, March 24, 2013, Steven Gill wr

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
first > step > > > would be to add Ripple as an `emulate` command and then we can take > baby > > > steps to extract out serve over the coming weeks. > > > > > > On 3/22/13 2:45 PM, "Gord Tanner" wrote: > > > > > >>Ripple is no

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
ract out serve over the coming weeks. > > On 3/22/13 2:45 PM, "Gord Tanner" wrote: > > >Ripple is now ready to be integrated, currently I have it added as a > >seperate ripple command in a personal branch [1] > > > >Most of the work on Ripple was a much

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
3 at 3:51 PM, Gord Tanner wrote: > > > Yeah Michal, > > > > That is the exact use case I had in mind. When we were a startup we > > couldn't afford mac's so just used linux and ripple for all our contract > > work and borrowed a friends macbook when we needed

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
; > On Fri, Mar 22, 2013 at 2:15 PM, Brian LeRoux wrote: > > > omg I just realized this would fulfill offline use case vs lazy load > > vendoring > > > > caching could be a future thing > > > > might be a really nice path > > > > On Fri, Mar 22,

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
+1 With this I would want to add the ability to add a platform to a project even if we don't have the build dependencies. Emulate would just default to ripple so is still usable if we can't build/deploy Sent from my iPhone On 2013-03-22, at 1:55 PM, Brian LeRoux wrote: > I think this bleeds

Re: [cordova-cli] vendoring the platforms instead of lazy download

2013-03-22 Thread Gord Tanner
There was some issues over download size for our cli, any idea what the size of all the platforms are? Sent from my iPhone On 2013-03-22, at 1:42 PM, Braden Shepherdson wrote: > I'm content to have the vendoring, it has some advantages as you wrote. > > However, I would also very much like to

Re: archiving older platforms

2013-03-21 Thread Gord Tanner
I am confused, who are the stewards and what platforms are being stewarded? Sent from my iPhone On 2013-03-21, at 6:00 PM, Filip Maj wrote: > +1 > > On 3/21/13 2:12 PM, "Shazron" wrote: > >> +1 >> >> >> On Thu, Mar 21, 2013 at 1:46 PM, Michal Mocny wrote: >> >>> +1 >>> >>> >>> On Thu,

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Gord Tanner
gt;> On 20/03/2013, at 10:14 AM, Filip Maj wrote: > >> >> > >> >> > I would like to see Ripple support completely replace the "cordova > >> >> server" > >> >> > command - they both do the same thing but Ripple is better >

Re: cordova-firefoxos repo has been created

2013-03-14 Thread Gord Tanner
Nice! Seems to be missing one commit: https://git-wip-us.apache.org/repos/asf?p=cordova-labs.git;a=commitdiff;h=76ecc678a888932695eb62695711b8a83f85ae87 Still waiting for Mozilla to send me the dev phone. Sent from my iPhone On 2013-03-14, at 1:18 AM, Brian LeRoux wrote: > *guitar solo* > >

Re: who is James

2013-03-12 Thread Gord Tanner
Welcome! Sent from my iPhone On 2013-03-12, at 5:26 PM, Lorin Beer wrote: > Hi James, thanks for the intro! > > > On Tue, Mar 12, 2013 at 2:18 PM, Anis KADRI wrote: > >> Welcome James! >> >> >> On Tue, Mar 12, 2013 at 12:41 PM, Brian LeRoux wrote: >> >>> Welcome to the fray James! >>>

Re: Who's who at cordova

2013-03-12 Thread Gord Tanner
what about http://people.phonegap.com/? On Tue, Mar 12, 2013 at 2:55 PM, Shazron wrote: > +1 > > > On Tue, Mar 12, 2013 at 11:31 AM, Michal Mocny wrote: > > > I'de like to make a wiki page with a brief bio of all cordova > contributors > > (a who's who, if you will). This helps new contributo

[DISCUSS] Add Ripple support to cordova-cli

2013-03-07 Thread Gord Tanner
Hello everyone, I made a quick prototype to add support for using ripple from the cordova-cli [1]. Currently I just added a new command called ripple that calls the cordova emulate command and then starts the ripple server to point to it. It will then launch the default browser (cross platform)

Re: Retag JS

2013-02-27 Thread Gord Tanner
> > > > Seems fine to me since it's all BB stuff > > > > > > > > > On Tue, Feb 26, 2013 at 8:37 PM, Gord Tanner > > > > > wrote: > > > > > > > I would like to add a couple changes into the cordova.blackberry.js > for &g

Re: Proposition to split cordova-blackberry into two separate plugins

2013-02-22 Thread Gord Tanner
Just my 2 cents on this in regards to the performance argument. The plugin code is not executed unless it is on the platform it targets so the only cost is the initial interpretation of the code and would be directly tied to the size of the file. the entire cordova.blackberry.js file is currently

Re: cordova.js changes

2013-02-19 Thread Gord Tanner
Probably your best bet would be to add it to the initialize function for your platform (example: https://github.com/gtanner/cordova-js/blob/master/lib/blackberry/plugin/qnx/platform.js#L26-42 ) If you need it to be sooner you have the option of the bootstrap file which gets tacked to the end of th

Re: CEF & Cordova?

2013-02-08 Thread Gord Tanner
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

Re: a Cordova Jake Error ?

2013-02-06 Thread Gord Tanner
ive filesystems :-) > > > On Wed, Feb 6, 2013 at 4:50 AM, Gord Tanner wrote: > > > I can clean this up today > > > > Sent from my iPhone > > > > On 2013-02-06, at 4:28 AM, "Plaquette, Paul" > > wrote: > > > > > I would love to...

Re: a Cordova Jake Error ?

2013-02-06 Thread Gord Tanner
I can clean this up today Sent from my iPhone On 2013-02-06, at 4:28 AM, "Plaquette, Paul" wrote: > I would love to... > But it seems I am not yet a "double zero committer" > I Mean with the "permission to commit" ;-) > > -Original Message- > From: Filip Maj [mailto:f...@adobe.com] >

Re: [FYI] call for cordova devs to participate in phonegap day event in july

2013-02-01 Thread Gord Tanner
If I am selected my talk is going to be on the dirty hacks that are in our codebase. Kind of pealing back the layers and showing some of the crazy stuff we need to do to get things working clean for our users. On the theme of : "Our Pain is your Gain" For example I am going to talk about the hac

Re: Cordova for Firefox OS

2013-01-28 Thread Gord Tanner
gt;> > directly to the devices. > >> > > >> > > Date: Mon, 28 Jan 2013 07:05:20 +0100 > >> > > Subject: Re: Cordova for Firefox OS > >> > > From: g.nat...@gnstudio.com > >> > > To: dev@cordova.apache.org > >> > > > >>

Re: Cordova CLI (and by proxy, platform) requirements

2013-01-28 Thread Gord Tanner
I think the reason blackberry doesn't put the sdk on the path is because they need to have multiple sdk versions (all with the same command names) on the same machine. -1 for path +1 for prompting Sent from my iPhone On 2013-01-28, at 6:22 PM, Jesse MacFadyen wrote: > +1 path and configurati

Re: Cordova for Firefox OS

2013-01-27 Thread Gord Tanner
more stable. > > Simon Mac Donald > http://hi.im/simonmacdonald > > > On Sun, Jan 27, 2013 at 8:51 PM, Gord Tanner wrote: > > > Hello, > > > > Dan Silivestru and I were at a hackathon on the weekend at Mozilla and we > > took the day to port Cordova ove

Cordova for Firefox OS

2013-01-27 Thread Gord Tanner
Hello, Dan Silivestru and I were at a hackathon on the weekend at Mozilla and we took the day to port Cordova over to the Firefox OS phone. We got it running successfully on the simulator and device that day. Currently it just supports firing of deviceready and the accelerometer (not really test

Re: Getting Started

2013-01-23 Thread Gord Tanner
Welcome back!! Sent from my iPhone On 2013-01-23, at 5:32 PM, Andrew Grieve wrote: > Indeed! Welcome Matt! > > > On Wed, Jan 23, 2013 at 4:54 PM, Michael Brooks > wrote: > >> Welcome to the community Matt, it's awesome to hear from you again! >> >> I imagine Becky would be excited to have

Re: Cygwin for Windows

2013-01-20 Thread Gord Tanner
+1 Sent from my iPhone On 2013-01-20, at 9:14 AM, Andrew Grieve wrote: > I'm sure this has come up some time in the past, but why not require cygwin > so that our scripts will work on windows? Cygwin has been a requirement of > most of the windows projects I've worked on in the past (when at d

Re: Moving plugin JS files around

2013-01-14 Thread Gord Tanner
Jan 14, 2013 at 4:04 PM, Gord Tanner wrote: > > > Yes, > > > > BlackBerry is really 3 platforms in one. We used to have them as 3 > > seperate platforms but was a headache for writing apps and ensuring that > > you had the right javascript file in the right plac

Re: Moving plugin JS files around

2013-01-14 Thread Gord Tanner
Yes, BlackBerry is really 3 platforms in one. We used to have them as 3 seperate platforms but was a headache for writing apps and ensuring that you had the right javascript file in the right place. Since I wrote most of the module stuff I agree I have abused it a little with some of the tricks

Re: Moving plugin JS files around

2013-01-09 Thread Gord Tanner
Ideally the require paths should stay true to the following rules (not that we follow them exactly now but we are close): 1. should always start with cordova (in case we ever share a require framework) 2. should follow as close as possible to the folder structure. We don't really do this now (but

Re: too long to package a release?

2013-01-02 Thread Gord Tanner
time. The cost of option 2 gets more the longer it takes to release. A 3rd party pull request coming in could be based on code that is 2+ months old. This isn't a vote against a development branch, but a small annoyance we have run into. On Wed, Jan 2, 2013 at 5:08 PM, Gord Tanner wrote:

Re: too long to package a release?

2013-01-02 Thread Gord Tanner
come two logically separate code > > branches with independent dev, but rather they are a logically single > > timeline with many names for each historically significant commit, right? > > Thats what tags are for (http://git-scm.com/book/en/Git-Basics-Tagging > ). > > &g

Re: too long to package a release?

2013-01-02 Thread Gord Tanner
This is what we have done in ripple (and webworks) master - always stable current shipping code next - always 'stable' next release. Expectation that code has been tested / run before merged into this branch. feature branches - branched off of next and merged into next when stable / done. Not expe

Re: Correct spelling for Blackberry?

2013-01-02 Thread Gord Tanner
correct: BlackBerry On Wed, Jan 2, 2013 at 2:21 PM, Filip Maj wrote: > I believe it is 'BlackBerry' ( ) > > On 1/2/13 11:17 AM, "Becky Gibson" wrote: > > >Note that this commit, > > > https://github.com/apache/cordova-docs/commit/7b1c42c4dd5aafb6e132830ed803 > >c3f161830656, > > to cordova-doc

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-10 Thread Gord Tanner
/BB10-Webworks-Packager/tree/master/third_party/node ). I had node setup and installed on this laptop before so I can't verify the experience without. On Fri, Dec 7, 2012 at 8:21 PM, Gord Tanner wrote: > I put together a small prototype so people can see what the user feel > would be

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-07 Thread Gord Tanner
n't complaining about node/npm dependencies, was > just curious what full dependencies would be. > > > On Wed, Dec 5, 2012 at 4:59 PM, Filip Maj wrote: > > > I don¹t think a dependency on node/npm is any more problematic than a > > dependency on ANT, for example. >

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
t;> I guess the necessity for this is because unlike WebWorks for OS5-7, the >>> native libraries are not included in WebWorks for BB 10. >>> >>> Does the WebWorks packager for BB 10 handle the compilation of native >>> plugins or do they have to be pre

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
erent folk have had a > chance to play with it and make sure our end-user dev experience is cool. > > On 12/5/12 12:02 PM, "Gord Tanner" wrote: > > >Correct. This would be for any cordova BlackBerry 10 APIs (not external > >plugins). > > > >This w

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
or BlackBerry 10 contains some native > (C++) plugins? > > > On Wed, Dec 5, 2012 at 1:05 PM, Gord Tanner wrote: > > > Currently for developing for BlackBerry 10 the user needs to download and > > install the WebWorks SDK. [1]. > > > > This SDK is opensource and a

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
ed > >to waiting around for a release to land on the bb webworks download page. > > > > > >On 5 December 2012 11:05, Gord Tanner wrote: > > > >> Currently for developing for BlackBerry 10 the user needs to download > >>and > >> install the We

Re: Determining if "you're in cordova"

2012-12-03 Thread Gord Tanner
ame >>>>>>> changes >>>>>>> - I already do conditional loading of stylesheets and JS based on >> user >>>>>>> agent. I think it would be super useful if there was a user agent >>>>>>> equivalent fo

Re: Determining if "you're in cordova"

2012-12-03 Thread Gord Tanner
gt;> On Sun, Dec 2, 2012 at 11:30 AM, Brian LeRoux wrote: >>>>> >>>>>> Eh Fil, is this so they can detect if they have device apis >> ultimately? >>>>>> >>>>>> On Sat, Dec 1, 2012 at 1:31 AM, Bryce Curtis >> &

Re: Determining if "you're in cordova"

2012-11-30 Thread Gord Tanner
+1 This isn't a platform issue but rather a developer issue Sent from my iPhone On 2012-11-30, at 7:11 PM, Jesse wrote: > Presumably the developer knows the url of their own server, so > wouldn't it be easier to just test for that in window.location? > > On Fri, Nov 30, 2012 at 4:07 PM, Jesse

Re: Determining if "you're in cordova"

2012-11-30 Thread Gord Tanner
My gut told me _nativeReady but I don't think that is cross platform. I think we should work harder at making Cordova.js be a noop when in a standard browser which shouldn't be to hard. Sent from my iPhone On 2012-11-30, at 6:38 PM, Filip Maj wrote: > I think in BB WEbWorks you get http://loc

WARNING: Updated BlackBerry 10 SDK

2012-11-30 Thread Gord Tanner
The BlackBerry 10 SDK and OS versions were updated this week, this broke compatibility the previous SDK. Until BlackBerry 10 is released we will have to keep on the bleeding edge to ensure device to SDK compatibility. I updated cordova-blackberry to use the new SDK (also use the provided path for

Re: Jasmine and Cordova

2012-11-28 Thread Gord Tanner
I use jasmine for most of the projects I am involved in: - cordova.js - modile spec - ripple - etc. I set up most of these projects to use jasmine and can answer any questions you have getting started. They should probably be off list so just ask me directly. On Wed, Nov 28, 2012 at 3:13 PM, Fi

Re: Attempting to add debug token support for building on PlayBook

2012-11-26 Thread Gord Tanner
Did this work for you Fil? Tim, could you give this a try on a playbook. I am getting strong "but it works on my machine" vibes and I don't want to mark this as done without at least one other person verifying that it works. On Fri, Nov 23, 2012 at 12:07 PM, Gord Tanner wro

Re: Attempting to add debug token support for building on PlayBook

2012-11-23 Thread Gord Tanner
seems to work for me (just double checked to make sure my blackberry-tablet.xml wasn't updated) On Fri, Nov 23, 2012 at 12:03 PM, Filip Maj wrote: > I tried the path thing initially but it didn't work.. > > On 11/23/12 8:35 AM, "Gord Tanner" wrote: > > &g

Re: incubator repos no more - remove the prefix in your git urls

2012-11-23 Thread Gord Tanner
We should also fix the links on cordova.io. They are currently broken. On Fri, Nov 23, 2012 at 5:52 AM, Jukka Zitting wrote: > Hi, > > On Thu, Nov 22, 2012 at 8:33 PM, Simon MacDonald > wrote: > > Do we need to fix the mirrors at: > > > > https://github.com/apache > > I updated the mirrors at

Re: Attempting to add debug token support for building on PlayBook

2012-11-23 Thread Gord Tanner
, Gord Tanner wrote: > So I found out it doesn't suck as bad as we all thought ;) > > From: > > https://developer.blackberry.com/html5/documentation/runnning_unsigned_apps_using_a_debug_token_1866987_11.html > > It looks like all we need to do is provide the path t

Re: Attempting to add debug token support for building on PlayBook

2012-11-23 Thread Gord Tanner
So I found out it doesn't suck as bad as we all thought ;) From: https://developer.blackberry.com/html5/documentation/runnning_unsigned_apps_using_a_debug_token_1866987_11.html It looks like all we need to do is provide the path to the debug token in the bbwp.properties file. I tested this on my

Re: Fast edit-refresh cycles

2012-11-23 Thread Gord Tanner
ee a super slim cordova.js > > > file---and leave the inclusion of plugins as an exercise for the > > > developers. > > > > > > Now THAT said, we could encourage a sensible default in cordova-client. > > > > > > > > > On Thu, Nov 22, 2012

Re: Fast edit-refresh cycles

2012-11-22 Thread Gord Tanner
This also is feeding into some of the work we are doing with ripple. Ripple will serve up the app and host it kind of like how we do debug.phonegap.com for in browser testing. Sent from my iPhone On 2012-11-22, at 3:15 PM, Filip Maj wrote: > Agree with Jesse. > > Automatically adding the plu

Re: Attempting to add debug token support for building on PlayBook

2012-11-22 Thread Gord Tanner
IM fix this as this process is FKN HORSESHIT. > > That is all. I'm done :) > > On 11/22/12 11:37 AM, "Gord Tanner" wrote: > > >I added debug token support to working on BB10 for cordova and would like > >to do the same with playbook but I have the following

Re: Attempting to add debug token support for building on PlayBook

2012-11-22 Thread Gord Tanner
Note: I have since fixed the properties.qnx.bbwp.dir reference for the debugtoken and it still doesn't work On Thu, Nov 22, 2012 at 2:37 PM, Gord Tanner wrote: > I added debug token support to working on BB10 for cordova and would like > to do the same with playbook but I have th

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Gord Tanner
gt; 2012-11-19 6:46:11 PM >> >> Hey Gord, >> >> This is awesome! Thank you. Indeed this is exactly what I wanted. Now for >> the CI setup I no longer have to worry about debug tokens expiring. >> >> Unfortunately no matter how I package my webworks app,

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Gord Tanner
che.org >> Reply To: dev@cordova.apache.org >> *Re: RIM/BlackBerry folk: please help* >> 2012-11-19 6:46:11 PM >> >> Hey Gord, >> >> This is awesome! Thank you. Indeed this is exactly what I wanted. Now for >> the CI setup I no longer have to worry about de

Re: RIM/BlackBerry folk: please help

2012-11-18 Thread Gord Tanner
t; get > > working but am now at a barely-workable level. > > > > On 11/14/12 3:18 PM, "Gord Tanner" wrote: > > > > >Signing worked for me with my super epic script: > > > > > >var sys = require('sys') > > >var exec = require

Re: Changes to the JS?

2012-11-15 Thread Gord Tanner
+1 On Thu, Nov 15, 2012 at 2:49 PM, Andrew Grieve wrote: > Oh! This reminds me... > > When I was doing the navigator.connection work, I had a tough time figuring > out how to get the builder to do the correct thing. It's a bit confusing > because module.exports.objects in common.js don't clobbe

Re: cordova-js fails on windows 7

2012-11-15 Thread Gord Tanner
Yeah, I moved the debug versions of Cordova.js into a debug folder. What are you using the debug version for? Sent from my iPhone On 2012-11-15, at 1:37 AM, Jesse wrote: > Actually, it was here: > https://github.com/apache/incubator-cordova-js/blob/master/Jakefile#L73 > > I have pushed the fi

Re: RIM/BlackBerry folk: please help

2012-11-14 Thread Gord Tanner
Signing worked for me with my super epic script: var sys = require('sys') var exec = require('child_process').exec; exec("ant qnx load-device", function (error, stdout, stderr) { sys.print('stdout: ' + stdout); sys.print('stderr: ' + stderr); if (error !== null) { console.log(

Re: RIM/BlackBerry folk: please help

2012-11-14 Thread Gord Tanner
signing keys and my debug tokens have "Adobe" as the company name. > > I will reiterate that this whole debug token process is super annoying and > not convenient for devs AT ALL. Way easier to just sign your shit and be > on your way. Plus debug tokens expire and you can onl

Re: RIM/BlackBerry folk: please help

2012-11-14 Thread Gord Tanner
So to reproduce I just shell execute ant qnx load-device via a node script? On Wed, Nov 14, 2012 at 3:20 PM, Filip Maj wrote: > I am working on a continuous integration setup. Got android and iOS > working. Now trying to get it working with playbook + BB10. > > I've tried many avenues to automa

Re: iOS' device API

2012-11-14 Thread Gord Tanner
+1 that this is suspect. I know it just returns what webworks is telling us, we probably need to read the userAgent or go to native. Assign the jira to me and I can get this cleaned up for this version. Sent from my iPhone On 2012-11-14, at 2:14 PM, Filip Maj wrote: > Resurrecting this one.

Re: InAppBrowser api questions

2012-11-09 Thread Gord Tanner
Nice!!! When is the next release? I will create a jira to track looking into getting the child browser plugin working for Cordova once the bb10 API is available On 2012-11-09, at 3:24 PM, Nukul Bhasin wrote: > BB10 WebWorks implements something similar. It will be a part of the next > release

Re: BB10 Custom Extensions Testing

2012-11-07 Thread Gord Tanner
Same! Awesomesauce Sent from my iPhone On 2012-11-07, at 7:22 PM, Steven Gill wrote: > Nice work Tim. I will give it a go tomorrow on my BB10 dev device. > > -Steve > > On Wed, Nov 7, 2012 at 4:11 PM, Tim Kim wrote: > >> Howdy everyone, >> >> I've been working on the bb10 extension for a

  1   2   >