Re: Prototype for automatic JS installation in cordova-cli

2013-03-07 Thread Patrick Mueller
On Wed, Mar 6, 2013 at 6:27 PM, Michal Mocny mmo...@chromium.org wrote: personally if the overhead is measured in 100's its not acceptable. So, 100ms? (hopefully far less than). yup -- Patrick Mueller http://muellerware.org

Re: [Android] Seriously, WTF does baseUrl actually do?

2013-03-07 Thread Bryce Curtis
If I recall, baseUrl was used for for a simplified whitelist checking scheme. It was the url path of the HTML page loaded with loadUrl(). If there are any problems with removing it, they would show up during the manual tests. On Wed, Mar 6, 2013 at 6:55 PM, Joe Bowser bows...@gmail.com wrote:

Re: Prototype for automatic JS installation in cordova-cli

2013-03-07 Thread Michal Mocny
On Wed, Mar 6, 2013 at 6:39 PM, Anis KADRI anis.ka...@gmail.com wrote: I read [1] and looked at your pull request and I believe I agree with most of it. I will have to take your code for a spin to see how this new js-module tag works with its merges/clobbers/runs features. However, I

[DISCUSS] Add Ripple support to cordova-cli

2013-03-07 Thread Gord Tanner
Hello everyone, I made a quick prototype to add support for using ripple from the cordova-cli [1]. Currently I just added a new command called ripple that calls the cordova emulate command and then starts the ripple server to point to it. It will then launch the default browser (cross platform)

Re: Writing binary data to disk

2013-03-07 Thread Andrew Grieve
The w3 spec says that FileWriter.write() accepts a Blob. Cordova's currently accepts only strings. What I was suggesting is that we allow either to be passed in. This will work only on iOS6+ and Android 3+ due to the lack of Blob support on older versions. If we want to support older versions

Re: Writing binary data to disk

2013-03-07 Thread Lorin Beer
Andrew: that makes sense to me. It brings us closer in line with the w3c FileWriter spec. On Thu, Mar 7, 2013 at 9:57 AM, Andrew Grieve agri...@chromium.org wrote: The w3 spec says that FileWriter.write() accepts a Blob. Cordova's currently accepts only strings. What I was suggesting is that

Re: cordova-cli plugin add/remove/prepare proposal

2013-03-07 Thread Jesse
Do we have a time set for this? I won't be able to attend in person, but I will be in the hangout. Cheers, Jesse On Wed, Feb 27, 2013 at 4:42 PM, Al Harding alharding...@gmail.com wrote: ...and the BlackBerry guys! :) On Wed, Feb 27, 2013 at 4:37 PM, Jeffrey Heifetz jheif...@rim.com

Image Meta Data workaround for iOS

2013-03-07 Thread Lorin Beer
I've written a small workaround for getting at image meta data for images taken through camera.getPicture on iOS Currently, UIImagePickerController embeds only a couple exif data entries in the jpeg header of the resulting image. We've put together exif support, and it should make it to 2.6.0.