Re: [Android] Evaulate Javascript and Threading

2013-11-21 Thread Joe Bowser
On Thu, Nov 21, 2013 at 11:08 AM, Ian Clelland iclell...@chromium.org wrote: I've seen that show up in the API docs, and it looks like a much saner way to execute JS in the WebView -- almost akin to iOS's stringByEvaluatingJavascriptString, except that the result is *also* returned to the

Re: [Android] Evaulate Javascript and Threading

2013-11-21 Thread Ian Clelland
On Thu, Nov 21, 2013 at 2:16 PM, Joe Bowser bows...@gmail.com wrote: On Thu, Nov 21, 2013 at 11:08 AM, Ian Clelland iclell...@chromium.org wrote: I've seen that show up in the API docs, and it looks like a much saner way to execute JS in the WebView -- almost akin to iOS's

Re: [Android] Evaulate Javascript and Threading

2013-11-21 Thread Ian Clelland
I've seen that show up in the API docs, and it looks like a much saner way to execute JS in the WebView -- almost akin to iOS's stringByEvaluatingJavascriptString, except that the result is *also* returned to the browser, and not into native code. Certainly better than setting the WebView's

Re: Cordova Debug Mode

2013-11-21 Thread Lindsey Simon
On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.orgwrote: David and I were talking about this this morning, and since Joe brought it up as well, we should probably get the list involved. I think that there is some value in having Debug and Release builds of Cordova

[Android] Evaulate Javascript and Threading

2013-11-21 Thread Joe Bowser
So, this is 4.4 only, but should we start adding this to our bag of JS tricks? http://developer.android.com/reference/android/webkit/WebView.html#evaluateJavascript(java.lang.String, android.webkit.ValueCallbackjava.lang.String)

Re: Review Request 15750: Adding/Removing custom frameworks to iOS projects

2013-11-21 Thread Braden Shepherdson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15750/#review29231 --- I share Ian's concern about the removal. Though possibly since

3.2.0 blog review

2013-11-21 Thread Steven Gill
posted below in markdown: The [Apache Cordova](http://cordova.apache.org/) team has just released Cordova 3.2.0. Woo Hoo! This release has various bug fixes and enhancements for all of the platforms. To upgrade a 3.2 project (replace `android` with the platform you want to update): npm

Re: Review Request 15750: Adding/Removing custom frameworks to iOS projects

2013-11-21 Thread Ian Clelland
On Nov. 21, 2013, 3:44 a.m., Ian Clelland wrote: The documentation should probably be clear that 'custom=false' will *also* designate a custom framework -- I suspect that some people will try that, rather than simply removing the attribute. Also, what happens if two plugins depend

pause/resume download using FileTransfer

2013-11-21 Thread Nick Burka
I’m working on an iOS Cordova app. Is it possible to pause a download and then resume it using FileTransfer? Does the abort() command delete the partially-downloaded file, or is it possible to resume the download by calling download() a second time using the same file path? Has anyone else done

Should a Plugin Release be put out now with 3.2.0 ?

2013-11-21 Thread Carlos Santana
It's being 4 weeks since last plugin release. According to [1] it should happen weekly. It will be cool to see new version of platform 3.2.0 being release/tested with latest plugin code bug fixes [1]: http://wiki.apache.org/cordova/VersioningAndReleaseStrategy -- Carlos Santana

Re: Review Request 15750: Adding/Removing custom frameworks to iOS projects

2013-11-21 Thread Max Woghiren
On Nov. 21, 2013, 3:44 a.m., Ian Clelland wrote: The documentation should probably be clear that 'custom=false' will *also* designate a custom framework -- I suspect that some people will try that, rather than simply removing the attribute. Also, what happens if two plugins depend

Re: Cordova Debug Mode

2013-11-21 Thread Lindsey Simon
On Thu, Nov 21, 2013 at 12:58 PM, Ian Clelland iclell...@chromium.orgwrote: On Thu, Nov 21, 2013 at 3:22 PM, Lindsey Simon lsi...@commoner.com wrote: On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.org wrote: David and I were talking about this this morning, and

Re: Cordova Debug Mode

2013-11-21 Thread Ian Clelland
On Thu, Nov 21, 2013 at 2:56 PM, Joe Bowser bows...@gmail.com wrote: On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.org wrote: Would it make sense to have a build flag for this? cordova build --debug, cordova build --release; something like that (bikeshed colours

Cordova Debug Mode

2013-11-21 Thread Ian Clelland
David and I were talking about this this morning, and since Joe brought it up as well, we should probably get the list involved. I think that there is some value in having Debug and Release builds of Cordova projects. I don't know if the platforms have any way to do this already, but it seems

Re: Review Request 15750: Adding/Removing custom frameworks to iOS projects

2013-11-21 Thread Max Woghiren
On Nov. 21, 2013, 3:44 a.m., Ian Clelland wrote: The documentation should probably be clear that 'custom=false' will *also* designate a custom framework -- I suspect that some people will try that, rather than simply removing the attribute. Also, what happens if two plugins depend

Re: Cordova IOS

2013-11-21 Thread Marcel Kinard
Elie, this mailing list is for the discussion of developing Cordova itself. I'd suggest that you ask this question where the Cordova consumers hang out: https://groups.google.com/forum/?fromgroups#!forum/phonegap On Nov 21, 2013, at 5:36 AM, Elie Najem e...@dowgroup.com wrote: Dear all,

Re: 3.2.0 blog review

2013-11-21 Thread Carlos Santana
+1 on blog post and this time including plugin versions On Thu, Nov 21, 2013 at 6:37 PM, Steven Gill stevengil...@gmail.com wrote: posted below in markdown: The [Apache Cordova](http://cordova.apache.org/) team has just released Cordova 3.2.0. Woo Hoo! This release has various bug fixes

Re: Cordova Debug Mode

2013-11-21 Thread Joe Bowser
On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.org wrote: Would it make sense to have a build flag for this? cordova build --debug, cordova build --release; something like that (bikeshed colours welcome). I don't think that config.xml is the place for it; it seems like it

Review Request 15775: Add --src --link to cordova create

2013-11-21 Thread Mark Koudritsky
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15775/ --- Review request for cordova. Summary (updated) - Add --src

Re: Cordova Debug Mode

2013-11-21 Thread Ian Clelland
On Thu, Nov 21, 2013 at 3:22 PM, Lindsey Simon lsi...@commoner.com wrote: On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.org wrote: David and I were talking about this this morning, and since Joe brought it up as well, we should probably get the list involved. I

Re: pause/resume download using FileTransfer

2013-11-21 Thread Ian Clelland
FileTransfer deletes partially downloaded files on abort() -- there is a test in Mobile Spec for this behaviour. You could certainly start the download again, but it wouldn't resume; it would start again at the beginning :( I don't know if there is a universal way to do this -- the way that makes