Using Google Play LocationClient API

2013-06-10 Thread Kieran Shaw
Does Cordova for Android only use non-google specific APIs? I saw an interesting video at the weekend from Google I/O 2013 about their new fused location provider: https://developer.android.com/google/play-services/location.html Will this be used in Cordova or will only the generic Android APIs

Contributing to the cordova in perspective of Blackberry

2013-06-10 Thread Lolitha Ratnayake
Hi everyone, I'm a native developer for blackberry on java platform (sometimes webworks). I would like to contribute for cordova? Are there anything to be done? I have test devices at my workplace too. I can contribute to new OS 10 platform too if interested but doesn't have a sound knowledge on

Re: Contributing to the cordova in perspective of Blackberry

2013-06-10 Thread Bryan Higgins
Welcome Lolitha! It was announced last month that BBOS will be deprecated as of v3.0 of Cordova. The 2.x line will still be supported, but there is no active development on it. http://phonegap.com/blog/2013/05/16/cordova-will-no-longer-support-bb/ As of 2.8.0, the BB10 implementation has been

Re: Contributing to the cordova in perspective of Blackberry

2013-06-10 Thread Lolitha Ratnayake
Hi Bryan, Thanks you for your reply. Sure I'll look at what you have mentioned. Thanks, Lolitha On Mon, Jun 10, 2013 at 6:52 PM, Bryan Higgins bhigg...@blackberry.comwrote: Welcome Lolitha! It was announced last month that BBOS will be deprecated as of v3.0 of Cordova. The 2.x line will

jake errors

2013-06-10 Thread Plaquette, Paul
Hi folks, I am having following errors with jake (see hereafter) I tried after a jake clean , and with a fresh repository the last : TypeError: Object #Object has no method 'existsSync' at Object.generate (/home/pplaquette/Work/git/CORDOVA/Apache/cordova-js/build/packager.js:39:13) is about

Re: Hello Cordova World!

2013-06-10 Thread Simon MacDonald
Welcome Lisa and belatedly Carlos and James from another IBM'er I think this quote from the Montreal Canadiens dressing room is apt: *To you from failing hands we throw the torch. Be yours to hold it high.* * * but then again it probably doesn't translate that well so let me say happy to see that

Re: Hello Cordova World!

2013-06-10 Thread Filip Maj
Welcome Lisa! On 6/10/13 9:26 AM, Lisa Seacat DeLuca ldel...@us.ibm.com wrote: I've been following the Cordova mailing lists and contributing fixes back into the mobile tech spec and docs for about a month now but wanted to send a quick note to introduce myself. I work for IBM and am part of

Re: Hello Cordova World!

2013-06-10 Thread Brian LeRoux
Welcome Lisa (and all new IBMer's)! On Mon, Jun 10, 2013 at 10:20 AM, Filip Maj f...@adobe.com wrote: Welcome Lisa! On 6/10/13 9:26 AM, Lisa Seacat DeLuca ldel...@us.ibm.com wrote: I've been following the Cordova mailing lists and contributing fixes back into the mobile tech spec and docs for

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Filip Maj
HI GUYS! I'm reviving this thread :) There are a couple of issues filed for both CLI commands `ripple` and `serve`. We've spoke in the past about axing `serve` in favor of `ripple` (see below in this thread). My suggestion: remove `serve` altogether in 3.0. There was consensus for this before

[jira] Lisa Seacat DeLuca shared a search result with you

2013-06-10 Thread Lisa Seacat DeLuca (JIRA)
Lisa Seacat DeLuca shared a search result with you - https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truejqlQuery=reporter+%3D+currentUser%28%29+ORDER+BY+createdDate+DESC looking for a few good mobile-spec test testers I have

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Gord Tanner
+1 Currently the ripple command runs on top of serve [1] but should be really easy to refactor. Once the integration is a bit more solid we need to start routing emulate commands for unsupported platforms to ripple. [1] -

Re: Cordova CLI merge, new branch, INFRA ticket

2013-06-10 Thread Braden Shepherdson
Since it's been nearly two weeks with no movement despite a bump, I've closed the old INFRA ticket and opened a new one[1] stating that we intend to move forward with option 2. Braden [1] https://issues.apache.org/jira/browse/INFRA-6374 On Tue, Jun 4, 2013 at 2:46 PM, Braden Shepherdson

Re: Cordova CLI merge, new branch, INFRA ticket

2013-06-10 Thread Filip Maj
My intuition is we'll need to bump the infra guys on irc.. On 6/10/13 1:16 PM, Braden Shepherdson bra...@chromium.org wrote: Since it's been nearly two weeks with no movement despite a bump, I've closed the old INFRA ticket and opened a new one[1] stating that we intend to move forward with

Re: [jira] Lisa Seacat DeLuca shared a search result with you

2013-06-10 Thread Lisa Seacat DeLuca
Oops, real link: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truejqlQuery=reporter+in+%28ldeluca%29+ORDER+BY+createdDate+DESC

2.9.0 + RC objectives

2013-06-10 Thread Filip Maj
Hey all, What do we want to ship in 2.9 other than the usual batch of fixes? Does anyone have any specific features or improvements that they are keen on landing? For me, I want to get lazy loading of libraries in cordova-cli landed for 2.9. Hoping to have that testable by everyone this week.

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Michal Mocny
If the current 'serve' implementation needs axing, thats fine. However, curious if you are implying that 'ripple' will be the only way to do repid edit-refresh without rebuilding native components? We need a way to get app updates to a device running e.g. app-harness right? I thought that was

Re: 2.9.0 + RC objectives

2013-06-10 Thread Michal Mocny
We hope to get a fixed up DataResource on android in for 2.9, Braden is working on that. +1 to lazy loading libraries in 2.9 and release timing. On Mon, Jun 10, 2013 at 4:23 PM, Filip Maj f...@adobe.com wrote: Hey all, What do we want to ship in 2.9 other than the usual batch of fixes? Does

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Filip Maj
My view is that both `ripple` and `serve` do essentially the same thing: host local assets for viewing/editing/testing in a browser. Essentially enabling that fast edit/refresh cycle without have to compile/redeploy to a device every time. And as Gord chimed in, current `cordova ripple` relies to

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Braden Shepherdson
+1 I hacked serve together in a couple of hours, and it is not in active use. Corporate network environments are generally not open to your phone connecting directly to a serve running on your laptop or desktop, making 'serve' not very useful. Braden On Mon, Jun 10, 2013 at 2:25 PM, Filip Maj

Re: 2.9.0 + RC objectives

2013-06-10 Thread Brian LeRoux
I'm down for all this. Lets make 2.9 as much about hardening as possible. The only 'new' stuff I'd like to socialize in 2.9 is encouraging CLI usage instead of the traditional path. On Mon, Jun 10, 2013 at 1:30 PM, Michal Mocny mmo...@chromium.org wrote: We hope to get a fixed up DataResource

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Gord Tanner
Also with Ripple: If you don't pass the ?enableRipple=true qs param it does exactly what serve does ;) On Mon, Jun 10, 2013 at 4:29 PM, Filip Maj f...@adobe.com wrote: My view is that both `ripple` and `serve` do essentially the same thing: host local assets for viewing/editing/testing in a

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Michal Mocny
- App-harness is 99% just plain serving of files with these constraints: - The folder to server is the *platform specific* www output artifact (ie, after www/ and merges/ and plugins mush together) - The final config.xml file is in a special location outside that folder, and is handled specially

Re: 2.9.0 + RC objectives

2013-06-10 Thread Joe Bowser
Agreed! Do we have to have DataResouce in 2.9? I would prefer to not have it until after 3.0, given how badly it broke 2.8.0rc1. On Mon, Jun 10, 2013 at 1:40 PM, Brian LeRoux b...@brian.io wrote: I'm down for all this. Lets make 2.9 as much about hardening as possible. The only 'new' stuff I'd

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Brian LeRoux
There is an interesting nugget here. Maybe there should be things like ./platforms/ripple (and ./platforms/chrome-packaged-app ??? makes sense to me. On Mon, Jun 10, 2013 at 1:42 PM, Michal Mocny mmo...@chromium.org wrote: - App-harness is 99% just plain serving of files with these

Re: Hello Cordova World!

2013-06-10 Thread Tommy Williams
Welcome, Lisa. As for the phone, I just picked up a Nexus 4 yesterday. Can't go wrong with pure Android as Google intended... On 11 Jun 2013 02:28, Lisa Seacat DeLuca ldel...@us.ibm.com wrote: I've been following the Cordova mailing lists and contributing fixes back into the mobile tech spec

Re: Hello Cordova World!

2013-06-10 Thread Ken Wallis
Welcome to the group Lisa! I do have to ask, have you looked at the new BlackBerry's? Sent from my BlackBerry 10 smartphone. From: Tommy Williams Sent: Monday, June 10, 2013 2:04 PM To: dev@cordova.apache.org Reply To: dev@cordova.apache.org Subject: Re: Hello Cordova World! Welcome, Lisa. As

Re: 2.9.0 + RC objectives

2013-06-10 Thread Braden Shepherdson
We can make that decision probably next week, as I get the bugs fixed. If there doesn't seem to be any trouble with it, it would be good to get it out there before 3.0. Braden On Mon, Jun 10, 2013 at 4:58 PM, Joe Bowser bows...@gmail.com wrote: Agreed! Do we have to have DataResouce in 2.9?

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Michal Mocny
I suspect there will always be some minimal differences in ripple/chrome-packaged-apps etc, but not sure how to best account for that. Platform targets is an interesting idea; could we extend other platforms without forking them? chrome-packaged-apps for ios/android is just a workflow set of

Re: Hello Cordova World!

2013-06-10 Thread Michal Mocny
Hello! Welcome :) On Mon, Jun 10, 2013 at 5:11 PM, Ken Wallis kwal...@blackberry.com wrote: Welcome to the group Lisa! I do have to ask, have you looked at the new BlackBerry's? Sent from my BlackBerry 10 smartphone. From: Tommy Williams Sent: Monday, June 10, 2013 2:04 PM To:

Re: 2.9.0 + RC objectives

2013-06-10 Thread Michal Mocny
If we get it in to 2.9 it gives us time to test in rcs and in the real world before shifting focus to the mega 3.0 push where we will have enough to do. In other words, I suspect it will be on back burner for a long time post 3.0 if it doesn't land before then. Like Braden says, lets see next

Plugin and CordovaPlugin

2013-06-10 Thread Joe Bowser
Hey I know that we have recently deprecated Plugin in favour for CordovaPlugin, but it seems that we really screwed up the deprecation and now one of the flagship apps that use PhoneGap no longer has a valid upgrade path. I think that this is a major problem that is biting us in the ass, so I

Re: Using Google Play LocationClient API

2013-06-10 Thread Shazron
We generally follow w3c specs (which in the implementation would use vendor specific implementations). I reckon this would be a plugin... On Mon, Jun 10, 2013 at 1:51 AM, Kieran Shaw kie...@kieranshaw.co.ukwrote: Does Cordova for Android only use non-google specific APIs? I saw an

Re: Hello Cordova World!

2013-06-10 Thread Shazron
Welcome Lisa and Carlos! On Mon, Jun 10, 2013 at 2:59 PM, Michal Mocny mmo...@chromium.org wrote: Hello! Welcome :) On Mon, Jun 10, 2013 at 5:11 PM, Ken Wallis kwal...@blackberry.com wrote: Welcome to the group Lisa! I do have to ask, have you looked at the new BlackBerry's?

Re: CLI lazy loading of libraries

2013-06-10 Thread Filip Maj
Alright, first pass of the lazy loading of libs is up on the lazy branch. https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=shortlog;h=refs /heads/lazy I think the un-gziping/taring is a little brittle.. My code was able to extract the lib + add a cordova-android project successfully

Re: [jira] [Commented] (CB-3560) Use mirror system for downloads

2013-06-10 Thread Brian M Dube
Thank you. I've attached a patch to the issue. https://issues.apache.org/jira/browse/CB-3560 On 06/10/2013 07:50 AM, Marcel Kinard wrote: Follow the links here: http://wiki.apache.org/cordova/UpdatingTheWebsite -- Marcel Kinard On Jun 9, 2013, at 7:42 PM, Brian M Dube (JIRA) j...@apache.org

Re: Plugin and CordovaPlugin

2013-06-10 Thread Simon MacDonald
I think the right thing to do is to put it back in for now. I'm answering tons of questions on this and people are begging me to update plugins I didn't even write. So the empirical evidence is the users are not ready for this change. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jun 10,

Re: Plugin and CordovaPlugin

2013-06-10 Thread Tommy-Carlos Williams
The plugin ecosystem is in a bit of an uproar about it :( If it's not a massive pain, it could really help. On 11/06/2013, at 12:57 PM, Simon MacDonald simon.macdon...@gmail.com wrote: I think the right thing to do is to put it back in for now. I'm answering tons of questions on this and

Re: Plugin and CordovaPlugin

2013-06-10 Thread Joe Bowser
OK, if we bring it back, how long should we bring it back for? We can't keep it around forever. The only reason that I want to bring it back is because I feel that it was unfair to the users to have this deprecated without it even being listed on the Deprecation article on our wiki, let alone

Re: Plugin and CordovaPlugin

2013-06-10 Thread Jesse MacFadyen
Can someone post a link to a commit, or a ticket for this? I am having trouble understanding the scope, as is. Does this just affect Android? Cheers, Jesse Sent from my iPhone5 On Jun 10, 2013, at 8:26 PM, Joe Bowser bows...@gmail.com wrote: OK, if we bring it back, how long should we bring

Re: Plugin and CordovaPlugin

2013-06-10 Thread Joe Bowser
This just affects Android. On Mon, Jun 10, 2013 at 8:56 PM, Jesse MacFadyen purplecabb...@gmail.com wrote: Can someone post a link to a commit, or a ticket for this? I am having trouble understanding the scope, as is. Does this just affect Android? Cheers, Jesse Sent from my iPhone5

Re: Plugin and CordovaPlugin

2013-06-10 Thread Steven Gill
2.8.1? On Mon, Jun 10, 2013 at 9:13 PM, Joe Bowser bows...@gmail.com wrote: This just affects Android. On Mon, Jun 10, 2013 at 8:56 PM, Jesse MacFadyen purplecabb...@gmail.com wrote: Can someone post a link to a commit, or a ticket for this? I am having trouble understanding the scope,

Re: Plugin and CordovaPlugin

2013-06-10 Thread Filip Maj
Might not be a bad idea, I'm sure users would appreciate it. Is it acceptable for us to do an android-only 2.8.1 ? On 6/10/13 10:41 PM, Steven Gill stevengil...@gmail.com wrote: 2.8.1? On Mon, Jun 10, 2013 at 9:13 PM, Joe Bowser bows...@gmail.com wrote: This just affects Android. On Mon,