Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Simon MacDonald
Yeah, do it man. I know that setting navDump screws up the d-pad on Google TV and possibly being able to enter a 7 or 9 in a text field. Simon Mac Donald http://hi.im/simonmacdonald On Mon, May 13, 2013 at 11:02 PM, Joe Bowser wrote: > Yes, I want to get rid of that pretty bad piece of Java a

Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Joe Bowser
Yes, I want to get rid of that pretty bad piece of Java awfulness. On Mon, May 13, 2013 at 5:55 PM, Simon MacDonald wrote: > I believe Joe means this bit of code: > > // Set the nav dump for HTC 2.x devices (disabling for ICS, > deprecated entirely for Jellybean 4.2) > > try { > >

Re: [Android] What is DataResource and how does it work?

2013-05-13 Thread Andrew Grieve
https://issues.apache.org/jira/browse/CB-3384 On Mon, May 13, 2013 at 8:53 PM, Andrew Grieve wrote: > Hey Joe, > > You're definitely right that these changes should have had an issue > associated with them before being merged. That was on my plate for last > week, but I never got around to it b

Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Simon MacDonald
I believe Joe means this bit of code: // Set the nav dump for HTC 2.x devices (disabling for ICS, deprecated entirely for Jellybean 4.2) try { Method gingerbread_getMethod = WebSettings.class.getMethod( "setNavDump", new Class[] { boolean.class }); Str

Re: [Android] What is DataResource and how does it work?

2013-05-13 Thread Andrew Grieve
Hey Joe, You're definitely right that these changes should have had an issue associated with them before being merged. That was on my plate for last week, but I never got around to it before going on vacation. The motivation DataResource is twofold: 1. To better centralize URL handling / stream o

Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Andrew Grieve
Could you be more specific about what you'd like to get rid of? Logger plugin? onConsoleMessage? On Mon, May 13, 2013 at 5:47 PM, Jesse wrote: > console.log is pretty useful. > This technically isn't our API, but a polyfill for platforms where > console.log goes nowhere. > WP7+8 have this brok

Re: JIRA issues - releasing 2.7.0

2013-05-13 Thread Shazron
Done - 93 issues migrated to 2.8.0. Sorry for flood of emails you will receive :P On Thu, May 2, 2013 at 2:48 PM, Shazron wrote: > Giving notice that I will 'release' the 2.7.0 version on JIRA tomorrow, > which means that 2.7.0 issues will be pushed to 2.8.0. > >

[Android] What is DataResource and how does it work?

2013-05-13 Thread Joe Bowser
Hey I was currently looking at CB-2391, and I noticed that there were a lot of code changes made here such that I have no idea where the code that handles params actually is now. It appears to be in this DataResource API. That being said, I have no idea how this is supposed to work, since it jus

Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Jesse
console.log is pretty useful. This technically isn't our API, but a polyfill for platforms where console.log goes nowhere. WP7+8 have this broken into the DebugConsole plugin, and clobber window.console as well as navigator.console. modulemapper.clobbers('cordova/plugin/windowsphone/console', 'na

Re: Ignore .svn files for building

2013-05-13 Thread Michael Brooks
I've created CB-3383 [1] to track and fix this issue. [1] https://issues.apache.org/jira/browse/CB-3383 On Thu, May 2, 2013 at 8:18 AM, Kerri Shotts wrote: > Better yet, respect convention that anything starting with a dot is hidden > and thus ignored. Checking the Hidden attribute would also

Re: blackberry10 merge begun

2013-05-13 Thread Lorin Beer
yes, I believe I have resolved all the ones that were marked as ready to pull in. I'm stepping out of the office, but when I'm back I'll do the merge into master. On Mon, May 13, 2013 at 2:20 PM, Bryan Higgins wrote: > Thanks Lorin! > > A few of those are still "in progress" as they have unreso

[Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Joe Bowser
Hey There's a known bug in HTC's WebView that suppressed console.log on old Gingerbread devices. This is only on devices that run HTC Sense, and not devices like the Nexus One. How do people feel about deprecating console.log in 3.0. I know that Simon hated this particular chunk of code, and wa

Re: blackberry10 merge begun

2013-05-13 Thread Bryan Higgins
Thanks Lorin! A few of those are still "in progress" as they have unresolved feedback or are untested. I will get them closed and re-opened against master once the merge is complete. On Mon, May 13, 2013 at 5:16 PM, Lorin Beer wrote: > before the merge future/master merge happens, I'm pulling

blackberry10 merge begun

2013-05-13 Thread Lorin Beer
before the merge future/master merge happens, I'm pulling in all the redirected pull requests https://github.com/apache/cordova-blackberry/pulls and tracking the progress here: https://issues.apache.org/jira/browse/CB-3382#comment-13656385

Re: Sending BB7 to the farm

2013-05-13 Thread Lorin Beer
currently, that is correct. We officially support 5.0+ and playbook. This will need to be revised once this has been decided on. On Mon, May 13, 2013 at 2:11 PM, Marcel Kinard wrote: > Yup, that is entirely fair. And it's the same solution suggested to our > friends in Asia that wanted to run

Re: Sending BB7 to the farm

2013-05-13 Thread Marcel Kinard
Yup, that is entirely fair. And it's the same solution suggested to our friends in Asia that wanted to run on iOS 4.3. So if that is how we address older OS's, then it would seem documenting which older Cordova supports the older OS's would be needed. Then users could figure out how far back in

Re: AWOL

2013-05-13 Thread Simon MacDonald
I know what that's like ;) Simon Mac Donald http://hi.im/simonmacdonald On Mon, May 13, 2013 at 4:59 PM, Marcel Kinard wrote: > Sorry for being absent for the last 2 months. My employer temporarily > reassigned me to handle an important customer issue, which unfortunately > had nothing to do w

AWOL

2013-05-13 Thread Marcel Kinard
Sorry for being absent for the last 2 months. My employer temporarily reassigned me to handle an important customer issue, which unfortunately had nothing to do with Cordova. I'm working on winding that down, and will start increasing the time wearing my Cordova hat. I'm looking forward to helpi

Re: Cordova version 4.6 Plugin issue

2013-05-13 Thread Shazron
There is no cordova version 4.6 We abandoned use of Cordova.plist a long time ago, and certainly don't use it in 2.7.0 On Mon, May 13, 2013 at 7:22 AM, Nithiyanandan Sathiyanathan < nithiyananda...@infosys.com> wrote: > Hi team, > > I am trying to create a custom plugin for phonegap. But, whil

Re: Sending BB7 to the farm

2013-05-13 Thread Lorin Beer
Absolutely Marcel, although, the impetus behind dropping BB is not the usage numbers, but the lack of interest in future support beyond maintenance. We want our efforts to go towards BB10 development. My understanding is that older blackberry's are hugely popular devices in countries we may not i

Re: Sending BB7 to the farm

2013-05-13 Thread Marcel Kinard
While I'm as happy as the next person to see old versions go away, perhaps something else should be considered when making these decisions: country usage may not reflect global averages. For example, I recently was in discussion with some folks in a large Asia country regarding iOS 4.3. Appare

Re: Introduction/ Wanting to Contribute to Firefox OS Cordova

2013-05-13 Thread Jesse
Welcome Richard, Happy to have more hands! I have responded to your pull request directly[1] Cheers, Jesse aka @purplecabbage [1] https://github.com/apache/cordova-firefoxos/pull/1 @purplecabbage risingj.com On Mon, May 13, 2013 at 9:10 AM, Brian LeRoux wrote: > Welcome Richard! The mo

Re: blackberry 10 migration

2013-05-13 Thread Lorin Beer
Alright, I think this is sufficient for the merge into apache master. We are leaving the cli and plugman contributions to Fil and Anis to sort out, I'll be merging docs cordova-js blackberry - Lorin On Mon, May 13, 2013 at 7:32 AM, Bryan Higgins wrote: > Hi Lorin, > > The first drafts of gettin

Re: Introduction/ Wanting to Contribute to Firefox OS Cordova

2013-05-13 Thread Brian LeRoux
Welcome Richard! The more help the better. =) On Mon, May 13, 2013 at 3:35 AM, Richard Sentino wrote: > Thanks Filip! > > Yes I've submitted my application to Mozilla few hours after the news [2] > went out, hoping for a positive feedback though. Cheers > > -- > Richard > > > On 13/05/2013, at 6

Re: blackberry 10 migration

2013-05-13 Thread Bryan Higgins
Hi Lorin, The first drafts of getting started and plugin development are out on a pull request. Command line usage should be there as well today. https://github.com/apache/cordova-docs/pull/40 There are a few other pull requests in cordova-blackberry and cordova-js which are ready to be merged i

Cordova version 4.6 Plugin issue

2013-05-13 Thread Nithiyanandan Sathiyanathan
Hi team, I am trying to create a custom plugin for phonegap. But, while invoking plugin using xcoder in phone gap its not working. Cordova.plist file is missing in folder structure. If am adding cordova.plist, where should I add that file and where can I get the package. I am using phone gap v

Re: Introduction/ Wanting to Contribute to Firefox OS Cordova

2013-05-13 Thread Richard Sentino
Thanks Filip! Yes I've submitted my application to Mozilla few hours after the news [2] went out, hoping for a positive feedback though. Cheers -- Richard On 13/05/2013, at 6:34 PM, Filip Maj wrote: > Hey Richard, welcome! > > Also worth noting that our test suite is called mobile spec [1]