Re: [iOS][OS X] xctool

2013-05-03 Thread Jesse
and "Human-friendly, ANSI-colored output." @purplecabbage risingj.com On Fri, May 3, 2013 at 12:33 PM, Shazron wrote: > Mainly I can see using the testing for CI or just locally: > https://github.com/facebook/xctool#testing > > We have unit-tests in iOS, but we run this manually currently. Als

Pull requests need issues attached to them.

2013-05-03 Thread Joe Bowser
Hey I just reverted someone's pull request because it broke the nine-patch splashscreens on Cordova 2.7. Whenever we accept a pull request, we should do the following: * Make sure that it's actually fixing a bug, and not scratching a developer's itch * Make sure that there's a JIRA issue so th

Re: Standardising How to Get Cordova Version in a Project

2013-05-03 Thread Brian LeRoux
updated the wiki [1] and added appropriate tasks to jira [1] http://wiki.apache.org/cordova/CommandLineToolingDesign On Fri, May 3, 2013 at 11:28 AM, Lorin Beer wrote: > that's my take on it, very good idea > > > On Fri, May 3, 2013 at 11:00 AM, Filip Maj wrote: > >> This sounds good. >> >> So.

Re: Recap of command-line tools meeting

2013-05-03 Thread Shazron
Thanks Braden! btw Wiki is back up woohoo On Fri, May 3, 2013 at 7:35 AM, Andrew Grieve wrote: > Great! Thanks for the recap Braden! The plan sounds great! > > > On Thu, May 2, 2013 at 8:22 PM, Braden Shepherdson >wrote: > > > Today, Brian LeRoux, Anis Kadri, Herm Wong, Steve Gill and me met u

Re: [iOS][OS X] xctool

2013-05-03 Thread Shazron
Mainly I can see using the testing for CI or just locally: https://github.com/facebook/xctool#testing We have unit-tests in iOS, but we run this manually currently. Also I like the configuration options: https://github.com/facebook/xctool#configuration-xctool-args I can see using this to test com

Re: plug man and tags

2013-05-03 Thread Jeffrey Heifetz
Yes it points to a jnext .so file. I'm fine with arch I suppose, but generally architecture would have meant arm vs i86 as opposed to device vs simulator. The libraries must all be placed in an explicit location (/approot/plugins/jnext) On 13-05-03 3:25 PM, "Filip Maj" wrote: >Ahhh I see. It

Re: plug man and tags

2013-05-03 Thread Filip Maj
Ahhh I see. It points to a file that would be bundled with the plugin code, ya? I would refrain from using `target` as the attribute to specify which architecture to build for. In all other elements, `target` is used as a target destination for any plugin files. I'd like to keep that consistent. P

Re: plug man and tags

2013-05-03 Thread Jeffrey Heifetz
If you feel framework is a better choice I'm fine with that, I just thought that frameworks were a part of the os/platform, but this would be a native shared object made by the developer. On 13-05-03 3:14 PM, "Filip Maj" wrote: >What about using elements for that? We can add a `target` >attribu

Re: plug man and tags

2013-05-03 Thread Filip Maj
What about using elements for that? We can add a `target` attribute to it to satisfy BB's needs. On 5/3/13 12:07 PM, "Jeffrey Heifetz" wrote: >While implementing the BlackBerry10 platform updates in plugman I've >noticed that the tags have been removed. I wanted to know if >this was a consciou

plug man and tags

2013-05-03 Thread Jeffrey Heifetz
While implementing the BlackBerry10 platform updates in plugman I've noticed that the tags have been removed. I wanted to know if this was a conscious decision and if so would anyone object to me reviving them. In BlackBerry 10 some plugins require the use of sharedObject libraries I would lik

Re: Standardising How to Get Cordova Version in a Project

2013-05-03 Thread Lorin Beer
that's my take on it, very good idea On Fri, May 3, 2013 at 11:00 AM, Filip Maj wrote: > This sounds good. > > So.. a ./cordova/version script? > > On 5/2/13 3:54 PM, "Shazron" wrote: > > >Great - so you should create tasks with subtasks for the platforms that > >you > >want to see this in I s

Re: Standardising How to Get Cordova Version in a Project

2013-05-03 Thread Filip Maj
This sounds good. So.. a ./cordova/version script? On 5/2/13 3:54 PM, "Shazron" wrote: >Great - so you should create tasks with subtasks for the platforms that >you >want to see this in I suppose, and define what the script filename should >be. >I assume the version string returned would be in

Re: Import platform specific www-files

2013-05-03 Thread Filip Maj
Andreas, Can you file this as an issue in JIRA instead of on this list? We can work out your specific problems in an issue instead of bothering the entire list. Head over to issues.cordova.io, sign up for an account if you don't have one already, and file an issue. Component should be set to "plu

Re: [iOS][OS X] xctool

2013-05-03 Thread Filip Maj
Can you summarize the benefits for the project, Shaz? On 5/2/13 11:26 AM, "Shazron" wrote: >D'oh: https://github.com/facebook/xctool > > >On Thu, May 2, 2013 at 11:25 AM, Shazron wrote: > >> Drop-in replacement for xcodebuild authored by Facebook. Apache 2.0 >> licensed. >> Not proposing we use

Re: Camera UI Language

2013-05-03 Thread Shazron
Hi Hedcler, This list is for developing Cordova. For using Cordova there is the PhoneGap Google Groups: https://groups.google.com/forum/?fromgroups#!forum/phonegap That being said - the UI is controlled by Xcode and not Cordova. See this question to have your answer: https://github.com/shazron/pho

Re: blackberry 10 migration

2013-05-03 Thread Lorin Beer
sounds awesome! Brian is trying to set up a meetings with our teams next week after Max, so I think we are pushing for a post-Max migration date, late next week. thanks for the update Bryan, Lorin On Fri, May 3, 2013 at 5:24 AM, Bryan Higgins wrote: > Hi Lorin, > > We will update to 2.7.0 toda

Re: Recap of command-line tools meeting

2013-05-03 Thread Andrew Grieve
Great! Thanks for the recap Braden! The plan sounds great! On Thu, May 2, 2013 at 8:22 PM, Braden Shepherdson wrote: > Today, Brian LeRoux, Anis Kadri, Herm Wong, Steve Gill and me met up and > discussed the plans for the command-line tools and 3.0. We were joined on a > Hangout by Fil, and by M

Camera UI Language

2013-05-03 Thread Hedcler Morais
Hello, I'am writing an iOS app using phonegap and I like understand who change UI language to default components, for example in camera interation buttons... I use this code to call a camera and take an photo: // Capture image using Cordova API navigator.device.capture.captureImage( func

Re: [iOS] XmlHttpRequest and 401 Unauthorized

2013-05-03 Thread Zach White
Unless something has changed since I last looked, I thought the Android issue was resolved: https://issues.apache.org/jira/browse/CB-2284. On Thu, May 2, 2013 at 8:28 PM, Jesse wrote: > Not just iOS + Android ... https://issues.apache.org/jira/browse/CB-2428 > > > @purplecabbage > risingj.com >

Re: blackberry 10 migration

2013-05-03 Thread Bryan Higgins
Hi Lorin, We will update to 2.7.0 today and I'm meeting with the docs people this afternoon. If they don't have anything ready, I can bang out a draft while I'm flying out to Max on Sunday. Thanks, Bryan On Thu, May 2, 2013 at 5:45 PM, Lorin Beer wrote: > Hi Bryan, > > any progress on the do

RE: Import platform specific www-files

2013-05-03 Thread Andreas Sander
Hi, I need a tip what's wrong with my XML file. My file structure is: plugin||-> plugin.xml|-> www/ |> ios/> android/-> src/ | ---> ios/ ---> android/ and here is my XML When I use the asset command before android platform, everything works great. But i