Re: [cordova-cli] ripple instead of serve

2013-03-23 Thread Andrew Grieve
https://uwaterloo.ca/engineering/events/first-robotics-waterloo-regional I was a score keeper last year (two years ago?) and it was super cool. On Fri, Mar 22, 2013 at 10:03 PM, Michal Mocny mmo...@chromium.org wrote: Dan, my brother showed me this (he is mechatronics student at UW). Is it

Re: InAppBrowser support on BlackBerry Windows Phone

2013-03-23 Thread Andrew Grieve
bump On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve agri...@google.com wrote: The docs: http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser 1. Say that Blackberry does not support events, nor the close() function 2. Say that windowsphone 7 8

Prune your repos to get rid of origin/next

2013-03-23 Thread Andrew Grieve
For the other git noobs on the list: Now that the next branch is deleted, you need to tell your local git instances via: git remote prune origin

Re: InAppBrowser support on BlackBerry Windows Phone

2013-03-23 Thread Tim Kim
Hrm, not sure. I'll have to check on monday on device. On 23 March 2013 11:11, Andrew Grieve agri...@google.com wrote: bump On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve agri...@google.com wrote: The docs:

Re: Prune your repos to get rid of origin/next

2013-03-23 Thread Joe Bowser
That's so much cooler than branch -d, yo! On Mar 23, 2013 11:21 AM, Andrew Grieve agri...@google.com wrote: For the other git noobs on the list: Now that the next branch is deleted, you need to tell your local git instances via: git remote prune origin

Re: [cordova-cli] - config.xml handling: should that move into ./bin scripts?

2013-03-23 Thread Dave Johnson
You mean mapping from config.xml to plist / androidmanifest / whatever right? If so yes we need that :) In the future when we ship without core plugins it should also, on android at least, add appropriate permissions for the various plugins. -d On Friday, March 22, 2013, Filip Maj wrote: The

Re: [cordova-cli] - config.xml handling: should that move into ./bin scripts?

2013-03-23 Thread Filip Maj
In the future when we ship without core plugins it should also, on android at least, add appropriate permissions for the various plugins. This is already handled by the plugin.xml spec, where you can attach arbitrary xml to any xml document that is platform-specific (such as android manifest).

Re: [Android] Plugins to send on the ice flows to die

2013-03-23 Thread Shazron
Ken, From here: http://wiki.apache.org/cordova/Core%20API%20Audit It will bring you eventually to here (Media Capture - getusermedia): http://dev.w3.org/2011/webrtc/editor/getusermedia.html and there's also HTML Media Capture: http://www.w3.org/TR/html-media-capture/ On Fri, Mar 22, 2013 at 7:16

Re: 2.6 platform support and redux

2013-03-23 Thread Shazron
I'm definitely maintaining OS X for sure, and would like that to be still included for release. Chicken and egg - if it doesn't get exposure no one will use it, if no one uses it it won't get exposure type of situation here... Right now we are all CLI centric but I'm also thinking (since most of

Re: 2.6 platform support and redux

2013-03-23 Thread Jesse MacFadyen
+1 for windows 8 Cheers, Jesse Sent from my iPhone5 On 2013-03-23, at 9:24 PM, Shazron shaz...@gmail.com wrote: I'm definitely maintaining OS X for sure, and would like that to be still included for release. Chicken and egg - if it doesn't get exposure no one will use it, if no one uses it

Re: [cordova-cli] - config.xml handling: should that move into ./bin scripts?

2013-03-23 Thread Dave Johnson
it would make sense to have a separate project-level script that would (for android for example) contain stuff like setting the activity name rather than doing it all in create [1]. Ideally it would enable changing of app package/id etc in an already existing project too. [1]