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 inside

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 lorin.beer@gmail.com wrote: Hi Bryan,

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 purplecabb...@gmail.com wrote: Not just iOS + Android ... https://issues.apache.org/jira/browse/CB-2428

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(

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 bra...@chromium.orgwrote: 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

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 bhigg...@blackberry.comwrote: Hi Lorin, We will

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:

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 shaz...@gmail.com wrote: D'oh: https://github.com/facebook/xctool On Thu, May 2, 2013 at 11:25 AM, Shazron shaz...@gmail.com wrote: Drop-in replacement for xcodebuild authored by Facebook. Apache 2.0 licensed.

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

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 shaz...@gmail.com 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

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 f...@adobe.com wrote: This sounds good. So.. a ./cordova/version script? On 5/2/13 3:54 PM, Shazron shaz...@gmail.com wrote: Great - so you should create tasks with subtasks for the platforms that you want

Re: plug man and lib-file tags

2013-05-03 Thread Filip Maj
What about using framework 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 jheif...@blackberry.com wrote: While implementing the BlackBerry10 platform updates in plugman I've noticed that the lib-file tags have been removed. I

Re: plug man and lib-file 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 f...@adobe.com wrote: What about using framework elements for that? We can

Re: plug man and lib-file 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 f...@adobe.com wrote:

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

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 lorin.beer@gmail.com wrote: that's my take on it, very good idea On Fri, May 3, 2013 at 11:00 AM, Filip Maj f...@adobe.com

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

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 shaz...@gmail.com 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