Re: iOS 7

2013-08-27 Thread Ian Clelland
I checked out mobile spec yesterday on a couple of iOS 7 devices (beta 3 and beta 6), running a 6.1-target build as well as a fresh build with the latest 7 sdk. I didn't see any regressions; all of the auto tests pass, and the manual tests behave sanely. Some of the UI felt less responsive than

Re: Anyone seeing problems with cordova cli commands running in parallel?

2013-08-27 Thread Filip Maj
Its probably due to this brittle line of code in plugman by yours truly: https://github.com/apache/cordova-plugman/blob/master/src/util/plugins.js#L37 Probably should tack on a random number there instead of a date. Pull requests welcome! :) On 2013-08-27 6:51 AM, Carlos Santana

Re: Extending CordovaWebView

2013-08-27 Thread Ian Clelland
Issues CB-4671 and CB-4678 added to JIRA for this. If I have time this week, I'll take a stab at implementing them. On Fri, Aug 23, 2013 at 12:30 PM, Ally Ogilvie aogil...@wizcorp.jp wrote: Hell. Yes. Plus all the things you just wrote +1 Sharing is caring... Is why i want accessibility in

Re: Introduction

2013-08-27 Thread Filip Maj
Welcome Mark! On 2013-08-27 7:49 AM, Mark Koudritsky kam...@chromium.org wrote: Hi All, I just wanted to introduce myself. I'm joining the Cordova team at Google. So far signed the ICLA, signed up for a JIRA account and got this bug to start from:

Re: Android InAppBrowser with local file blocks XHR on Android 4.1

2013-08-27 Thread Ian Clelland
This looks like a direct port of cordova-android commit #07439ff9 to InAppBrowser. The actual setting controls whether file:///* urls are allowed to execute JavaScript from any context; it is usually false for browsers (at least Chrome) for security reasons. We turn it on for the main Cordova

Re: lib-file for Android, plugman crash

2013-08-27 Thread Axel Nennker
You'r welcome. How does this go forward? There are more things I would fix after this is merged.

Re: lib-file for Android, plugman crash

2013-08-27 Thread Filip Maj
Have you signed and sent in an Apache ICLA? On 2013-08-27 8:10 AM, Axel Nennker ignisvul...@gmail.com wrote: You'r welcome. How does this go forward? There are more things I would fix after this is merged.

Re: lib-file for Android, plugman crash

2013-08-27 Thread Axel Nennker
A minute ago.

Re: Anyone seeing problems with cordova cli commands running in parallel?

2013-08-27 Thread Carlos Santana
Just wanted to confirm. Thanks for the quick response. On Tue, Aug 27, 2013 at 10:06 AM, Filip Maj maj@gmail.com wrote: Its probably due to this brittle line of code in plugman by yours truly: https://github.com/apache/cordova-plugman/blob/master/src/util/plugins.js#L37 Probably

Re: Anyone seeing problems with cordova cli commands running in parallel?

2013-08-27 Thread Carlos Santana
step 1, jira item created :-) https://issues.apache.org/jira/browse/CB-4679 On Tue, Aug 27, 2013 at 11:47 AM, Carlos Santana csantan...@gmail.comwrote: Just wanted to confirm. Thanks for the quick response. On Tue, Aug 27, 2013 at 10:06 AM, Filip Maj maj@gmail.com wrote: Its

Re: Introduction

2013-08-27 Thread Brian LeRoux
Welcome to the battle Mark! On Tue, Aug 27, 2013 at 7:52 AM, Filip Maj maj@gmail.com wrote: Welcome Mark! On 2013-08-27 7:49 AM, Mark Koudritsky kam...@chromium.org wrote: Hi All, I just wanted to introduce myself. I'm joining the Cordova team at Google. So far signed the ICLA,

Re: lib-file for Android, plugman crash

2013-08-27 Thread Ian Clelland
Does this mean that the discussion in [this thread][ http://apache.markmail.org/thread/h2vgb6zwuxa74usf] is out of date? A couple of weeks ago, it seemed that lib-file was bb10-specific; it's clearly not anymore. Should we test its support on other platforms as well now? On Mon, Aug 26, 2013 at

Re: Anyone seeing problems with cordova cli commands running in parallel?

2013-08-27 Thread Axel Nennker
Maybe use this instead? https://github.com/bruce/node-temp -Axel Am 27.08.2013 16:06 schrieb Filip Maj maj@gmail.com: Its probably due to this brittle line of code in plugman by yours truly: https://github.com/apache/cordova-plugman/blob/master/src/util/plugins.js#L37 Probably should

Re: lib-file for Android, plugman crash

2013-08-27 Thread Ian Clelland
On Tue, Aug 27, 2013 at 1:11 PM, Axel Nennker ignisvul...@gmail.com wrote: I think that that thread is related but more fundamental. The doc doesn't say that lib-file is bb10 only. It gives bb10 as an example. So lib-file should not crash plugman on Android with an unhelpful error message. In

Re: Introduction

2013-08-27 Thread James Jong
Welcome Mark! Great to have you join! -James Jong On Aug 27, 2013, at 12:57 PM, Lorin Beer lorin.beer@gmail.com wrote: welcome, Mark! On Tue, Aug 27, 2013 at 9:25 AM, Brian LeRoux b...@brian.io wrote: Welcome to the battle Mark! On Tue, Aug 27, 2013 at 7:52 AM, Filip Maj

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

2013-08-27 Thread Ray Camden
Dude, if you get this working, I won't buy you a beer. 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

Re: Introduction

2013-08-27 Thread Benn Mapes
Welcome Mark! On Tue, Aug 27, 2013 at 10:59 AM, James Jong wjamesj...@gmail.com wrote: Welcome Mark! Great to have you join! -James Jong On Aug 27, 2013, at 12:57 PM, Lorin Beer lorin.beer@gmail.com wrote: welcome, Mark! On Tue, Aug 27, 2013 at 9:25 AM, Brian LeRoux

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

2013-08-27 Thread Brian LeRoux
I'll buy you a gord for that too! On Tue, Aug 27, 2013 at 11:19 AM, Ray Camden rayca...@adobe.com wrote: Dude, if you get this working, I won't buy you a beer. 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

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

2013-08-27 Thread Gord Tanner
Took a look at what was breaking ripple and it is a little more involved then I was hoping: - Android crashing the browser is caused by changes to how android sets up it's polling and how the modules all work together in the exec module. We used to have everything regarding polling rolled into