Re: Unifying the config.xml

2013-04-18 Thread Gorkem Ercan
Hey Fil, Please let me know if I can help with anything. -- Gorkem On Tue, Apr 9, 2013 at 12:18 PM, Filip Maj f...@adobe.com wrote: Hey Gorkem, There is a bunch of housework to do around merging the PR. Thank you for providing two implementations, but we have to be sure that all other

Re: Migrating plugin to feature

2013-04-18 Thread Giorgio Natili
+1 On 4/17/13 10:37 PM, Lorin Beer lorin.beer@gmail.com wrote: +1 On Wed, Apr 17, 2013 at 1:20 PM, Jeffrey Heifetz jheif...@blackberry.comwrote: +1 On 13-04-17 4:14 PM, Joe Bowser bows...@gmail.com wrote: +1 for deprecate now, remove 3.0 On Wed, Apr 17, 2013 at 12:15 PM, Shazron

Re: Migrating plugin to feature

2013-04-18 Thread Lucas Holmquist
+1 On Apr 18, 2013, at 7:29 AM, Giorgio Natili g.nat...@gnstudio.com wrote: +1 On 4/17/13 10:37 PM, Lorin Beer lorin.beer@gmail.com wrote: +1 On Wed, Apr 17, 2013 at 1:20 PM, Jeffrey Heifetz jheif...@blackberry.comwrote: +1 On 13-04-17 4:14 PM, Joe Bowser bows...@gmail.com

Ian Clelland is now a Cordova Committer

2013-04-18 Thread Andrew Grieve
Wanted to publicly announce that Ian is now a Cordova committer! Ian started working on Cordova just over a month ago and has already made many big changes. To highlight a few: - FileTransfer progress events for gzipped responses - executeScript and insertCss for InAppBrowser - Figuring out

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread James Jong
Welcome Ian! -James Jong On Apr 18, 2013, at 10:20 AM, Andrew Grieve agri...@chromium.org wrote: Wanted to publicly announce that Ian is now a Cordova committer! Ian started working on Cordova just over a month ago and has already made many big changes. To highlight a few: - FileTransfer

Re: plugman + plugin spec final q's

2013-04-18 Thread Andrew Grieve
The android:required=true tidbit might make it necessary to special case permissions. E.g. the app sets a permission with required=true, then a plugin adds the permission as well. We go to de-dupe, what happens? We'll need logic to properly combine the two. For native code added by the app

Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
New goal - let's aim for today! I'd like to take a look and at CB-2698, but since this is iOS-specific (and native-code only), I'll go ahead with creating issues branching the JS. If CB-2698 gets fixed, we can cherry-pick it. On Tue, Apr 16, 2013 at 2:45 PM, Giorgio Natili

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Filip Maj
Welcome and looking forward to working with you! On 4/18/13 7:43 AM, James Jong wjamesj...@gmail.com wrote: Welcome Ian! -James Jong On Apr 18, 2013, at 10:20 AM, Andrew Grieve agri...@chromium.org wrote: Wanted to publicly announce that Ian is now a Cordova committer! Ian started working

RE: Standardized gestures

2013-04-18 Thread jbo...@openmv.com
On the short them, it would help solve 'Android fragmentation' problems: https://github.com/android/platform_frameworks_base/blob/android-cts-4.0.3_r2/core/java/android/webkit/WebView.java#L6044

Re: Standardized gestures

2013-04-18 Thread Joe Bowser
I would rather try and fix the touchstart than have to add a bunch of gestures in Java on this. This feels like we're taking something away from the Javascript developer, which is a bad thing IMO. This might be cool as a plugin, but I don't know if we should add it as a core feature of Cordova.

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Lorin Beer
Welcome Ian! On Thu, Apr 18, 2013 at 10:02 AM, Filip Maj f...@adobe.com wrote: Welcome and looking forward to working with you! On 4/18/13 7:43 AM, James Jong wjamesj...@gmail.com wrote: Welcome Ian! -James Jong On Apr 18, 2013, at 10:20 AM, Andrew Grieve agri...@chromium.org wrote:

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Max Woghiren
Congrats Ian! On Thu, Apr 18, 2013 at 10:20 AM, Andrew Grieve agri...@chromium.orgwrote: Wanted to publicly announce that Ian is now a Cordova committer! Ian started working on Cordova just over a month ago and has already made many big changes. To highlight a few: - FileTransfer progress

Re: Standardized gestures

2013-04-18 Thread Jesse
Yes, it may have value. Consider writing a plugin. The pointer events spec[1] may be of interest, as things like tap/slide/pinch are all non-standard. I did this exact same thing [2] for Windows Phone 7, as there aren't even mouse events. There are numerous things you need to be aware of when

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Brian LeRoux
Congratulations Ian! On Thu, Apr 18, 2013 at 10:02 AM, Filip Maj f...@adobe.com wrote: Welcome and looking forward to working with you! On 4/18/13 7:43 AM, James Jong wjamesj...@gmail.com wrote: Welcome Ian! -James Jong On Apr 18, 2013, at 10:20 AM, Andrew Grieve agri...@chromium.org

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Shazron
Congrats!! On Thursday, April 18, 2013, Andrew Grieve wrote: Wanted to publicly announce that Ian is now a Cordova committer! Ian started working on Cordova just over a month ago and has already made many big changes. To highlight a few: - FileTransfer progress events for gzipped responses

Re: [iOS] iOSExec

2013-04-18 Thread Shazron
Alright, the concrete proposal is to take it out *now* and update the docs. Leaving this for comments else it'll be just lazy consensus... On Wednesday, April 17, 2013, Ian Clelland wrote: If it's going to be actually removed in 2.7, I would suggest that we should put a notice to that

Re: Standardized gestures

2013-04-18 Thread Andrew Grieve
Agree as well! This would make for a great plugin. If there are things in Java-land that aren't exposed to plugins that you need in order to make this work, then we should change core to make them exposed. On Thu, Apr 18, 2013 at 1:44 PM, Jesse purplecabb...@gmail.com wrote: Yes, it may have

Re: BlackBerry BB10 Repos on GitHub

2013-04-18 Thread Bryan Higgins
Thanks Lorin Looking forward to the feedback :) We're working off 'blackberry10' branch now which was somewhat recently rebased from apache master. On Thu, Apr 18, 2013 at 2:34 PM, Lorin Beer lorin.beer@gmail.comwrote: Hey guys, I'm tracking those issues we deem necessary to solve

Re: BlackBerry BB10 Repos on GitHub

2013-04-18 Thread Lorin Beer
excellent, thanks Bryan! On Thu, Apr 18, 2013 at 11:37 AM, Bryan Higgins br...@bryanhiggins.netwrote: Thanks Lorin Looking forward to the feedback :) We're working off 'blackberry10' branch now which was somewhat recently rebased from apache master. On Thu, Apr 18, 2013 at 2:34 PM,

Re: BlackBerry BB10 Repos on GitHub

2013-04-18 Thread Bryan Higgins
I should also mention that we've got a backlog of issues internally which we're actively working on. Once this gets merged into apache we'll start utilizing JIRA for that. Features that should be coming in the near future are: - Contacts, Globalization and FileTransfer plugins - implementation

plugin.xml config-file setting not copying all tags

2013-04-18 Thread Michal Mocny
Anis/Fil: I've got a plugin that contains the following in the ios platform section: config-file target=config.xml parent=/widget access origin=chrome-extension://* / content src=chrome-extension://ohgfbmefaoadakchflddcopcmphnlcba/chromeapp.html / /config-file The content

Re: plugin.xml config-file setting not copying all tags

2013-04-18 Thread Filip Maj
Bug, file that shizzle yo On 4/18/13 12:19 PM, Michal Mocny mmo...@google.com wrote: Anis/Fil: I've got a plugin that contains the following in the ios platform section: config-file target=config.xml parent=/widget access origin=chrome-extension://* / content

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Benn Mapes
Congrats Ian! On Thu, Apr 18, 2013 at 12:28 PM, Ian Clelland iclell...@google.com wrote: Thanks, everyone! I probably should have introduced myself last month, when I started. I guess I just got too busy right away with the code :) Ian On Thu, Apr 18, 2013 at 10:43 AM, James Jong

Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
Alrighty! Thanks Joe for creating the JIRA issues! What I just did: - branched tagged cordova-js. - closed all of the sample-app issues after merging it into iOS showed there to be no changes. - for Android iOS: updated the JS, branched tagged - updated the CuttingReleases wiki page (still

Point release for 2.6.1?

2013-04-18 Thread Andrew Grieve
We had previously discussed creating a 2.6.1 point release that had only stability fixes in it since 2.6.0, but no feature changes. Does anyone want to follow through with it for this round? I'm leaning towards focusing all efforts on making sure 2.7.0 is extra solid since we'll be promoting

Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
Also wanted to remind that we can still re-tag, but should not be doing any merges between branches. Cherry-picks only. On Thu, Apr 18, 2013 at 3:45 PM, Andrew Grieve agri...@chromium.org wrote: Alrighty! Thanks Joe for creating the JIRA issues! What I just did: - branched tagged

Re: 2.7 for Adobe Max?

2013-04-18 Thread Joe Bowser
Remember to increment the versions. I had to re-tag on Android because the version wasn't incremented. Did it get incremented on cordova-js? If not, we'll have to re-tag again. On Thu, Apr 18, 2013 at 12:49 PM, Andrew Grieve agri...@chromium.org wrote: Also wanted to remind that we can still

RE: Standardized gestures

2013-04-18 Thread jbo...@openmv.com
Yes, it may have value. Consider writing a plugin. The pointer events spec[1] may be of interest, as things like tap/slide/pinch are all non-standard. I did this exact same thing [2] for Windows Phone 7, as there aren't even mouse events. Super thanks for the helpful info, I'll try to

Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
Good catch. I did update the version for cordova-js. Incrementing the version is in the Android release checklist on the wiki, but it's not in the list of JIRA sub-tasks. I also failed to update release notes. I think I actually like it better on the wiki, and maybe we can just point to the wiki

Re: Point release for 2.6.1?

2013-04-18 Thread Brian LeRoux
Agree on 2.7 and love the idea for a regression label. Would be a good 'first bug' for folks new to the project to help cut support releases. Here's a battery of queries, how do we decide we need a MINOR point release? can it be just one issue cherry picked? does it need to be fully packaged or

Re: plugman + plugin spec final q's

2013-04-18 Thread Filip Maj
The android:required=true tidbit might make it necessary to special case permissions. E.g. the app sets a permission with required=true, then a plugin adds the permission as well. We go to de-dupe, what happens? We'll need logic to properly combine the two. My answer: if both app and plugin

Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
Michael also pointed out that there are also release time instructions in cordova-app-hello-world's README.md file. I'd like to move these to the wiki as well. On Thu, Apr 18, 2013 at 4:16 PM, Andrew Grieve agri...@chromium.org wrote: Good catch. I did update the version for cordova-js.

Re: plugman + plugin spec final q's

2013-04-18 Thread Jesse
We shouldn't insist if we don't have to. Me thinks. @purplecabbage risingj.com On Thu, Apr 18, 2013 at 1:58 PM, Filip Maj f...@adobe.com wrote: The android:required=true tidbit might make it necessary to special case permissions. E.g. the app sets a permission with required=true, then a

SysApps moving app: URI to first public working draft

2013-04-18 Thread Filip Maj
TL;DR this is a way to solve the how to reference in-app package contents in a platform-agnostic fashion Relevant to us because it would solve a mammoth / ancient issue that's been around for us [1]. The full proposal is here [2]. FirefoxOS already uses this. Chrome apps use a version of this

Re: SysApps moving app: URI to first public working draft

2013-04-18 Thread Brian LeRoux
I really like this spec but suspect we want to hold off until post 3.x to be safe. On Thu, Apr 18, 2013 at 2:20 PM, Filip Maj f...@adobe.com wrote: TL;DR this is a way to solve the how to reference in-app package contents in a platform-agnostic fashion Relevant to us because it would solve a

Re: Migrating plugin to feature

2013-04-18 Thread Filip Maj
Set up issues to deprecate plugin in favor of feature [1] and then remove it in 3.0 [2]. [1] https://issues.apache.org/jira/browse/CB-3164 [2] https://issues.apache.org/jira/browse/CB-3172 On 4/18/13 5:48 AM, Lucas Holmquist lholm...@redhat.com wrote: +1 On Apr 18, 2013, at 7:29 AM, Giorgio

Re: 2.7 for Adobe Max?

2013-04-18 Thread Michael Brooks
Sure Andrew. Alternatively, you can update the WIki to references the README.md section. Personally, I like keeping the release instructions with the project source code. I know others have different opinions on that. Michael On Thu, Apr 18, 2013 at 3:04 PM, Andrew Grieve agri...@chromium.org

Re: plugin.xml config-file setting not copying all tags

2013-04-18 Thread Anis KADRI
the access tag should be top-level (as a common practice) but it should work anywayweird... On Thu, Apr 18, 2013 at 12:22 PM, Filip Maj f...@adobe.com wrote: Bug, file that shizzle yo On 4/18/13 12:19 PM, Michal Mocny mmo...@google.com wrote: Anis/Fil: I've got a plugin that

Cordova Plugins with Native Callbacks

2013-04-18 Thread Aaron Charbonneau
Hi, Does anyone know of any Cordova plugin implementations that do a roundtrip of callbacks? For example on Android something like: 1.) JS calls cordova plugin exec function providing a CallbackContext 2.) Java calls C++ native function, wants CallbackContext called when that function is complete