Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
issues.apache.org/jira/browse/CB-3072 Andrew On Thu, Apr 18, 2013 at 11:20 AM, Andrew Grieve wrote: > 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 is

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 durin

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 wrote: > Alrighty! > > Thanks Joe for creating the JIRA issues! > > What I just did: > - branched &

Re: 2.7 for Adobe Max?

2013-04-18 Thread Andrew Grieve
emember 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 > wrote: > > Also wanted t

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 wrote: > Good catch. I did update the version for cordova-js. > &g

Release Page Updated

2013-04-22 Thread Andrew Grieve
I pretty much re-wrote the page: http://wiki.apache.org/cordova/CuttingReleases My goal was to capture every step that's involved, and also document the order. One intentional tweak I made to the process is to have tagging come after branching & testing. Since we now have per-release branches, I

App Harness Finally Started

2013-04-22 Thread Andrew Grieve
Better late than never. I've imported Shravan's work-in-progress cordova-app-harness work into the Apache repo. The instructions for running it are in the README.md. They are fairly long since they require cordova-CLI's future branch. Shravan's task list for the week: AppHarness: App re-download

Re: (CB-3022) add default textbox value for notification.prompt dialog

2013-04-23 Thread Andrew Grieve
Makes sense. On Tue, Apr 23, 2013 at 11:45 AM, James Jong wrote: > https://issues.apache.org/jira/browse/CB-3022 > > Per CB-3022 JIRA request, does anyone have issues with adding an optional > default text value to the JS for prompt dialog? > > Current: > prompt: function(message, resultCallba

Plugman Broken (future branch)

2013-04-23 Thread Andrew Grieve
Wondering what's up with the future branch atm. Fil, looks like it's a result of some of your latest changes. I'm getting errors that are a result of referencing variables that don't exist. Syncing back to: 63400f3b7b5178b6f0eb0baea4467fc5cc1acc28 and things work again. If you're curious how we'

Re: Release Page Updated

2013-04-23 Thread Andrew Grieve
eve > (and of course is also a native salmon species in Vancouver). > > That copyright tool is Apache RAT http://creadur.apache.org/rat/ > > > > > On Mon, Apr 22, 2013 at 1:01 PM, Andrew Grieve > wrote: > > > I pretty much re-wrote the page: > > > >

reviews.apache.org

2013-04-24 Thread Andrew Grieve
https://issues.apache.org/jira/browse/INFRA-5889 We have cordova repos for cordova-a* -> cordova-ios This includes cordova-app-harness, cordova-android, cordova-cli, cordova-ios. We're going to try and put all cordova-app-harness reviews through this at least. There is a command-line tool for u

Re: ATTN: I am going to merge plugman future into master branch

2013-04-24 Thread Andrew Grieve
Yeah, for things like whitelist and preferences this seems necessary :). Ship it! On Wed, Apr 24, 2013 at 12:27 PM, Michal Mocny wrote: > I think "missing target" bugs would be masked if no-target applied to all. > Platform specific changes applied to other platforms may usually be > harmlessl

RC version numbers

2013-04-25 Thread Andrew Grieve
For the JS, we set VERSION = 2.7.0rc1 For Android's Device.java, we set VERSION = 2.7.0 (no rc1). Perhaps not a huge deal, but I just want to get clear on this before automating the instructions on the wiki via scripts. Probably from now on we should put the "rc1" on all release candidates, yes

Re: Question about caching

2013-04-26 Thread Andrew Grieve
You could try appending random query parameters to bust caching. On Thu, Apr 25, 2013 at 4:52 PM, David Lewis wrote: > Thanks. > On Apr 25, 2013 4:19 PM, "Shazron" wrote: > > > This is more of an Objective-C question now rather than a Cordova API > one. > > Not sure if I have any answers. > >

Re: App Harness Finally Started

2013-04-26 Thread Andrew Grieve
; > for completion? The zip script and re-download button? > > > > > > On Mon, Apr 22, 2013 at 4:29 PM, Andrew Grieve > > wrote: > > > > > Better late than never. I've imported Shravan's work-in-progress > > > cordova-app-harness work into

Re: RC2

2013-04-26 Thread Andrew Grieve
The goal for this release is to have a solid one ready for conference month right? The first one being Adobe Max. I haven't seen any testing reports for rc1 yet. I know Max was working through mobile-spec on Android, but was finding some of the tests broken. I think it'd be good to wait until late

Re: [Android] The Deprecation of Froyo

2013-04-26 Thread Andrew Grieve
.im/simonmacdonald > > > On Wed, Apr 17, 2013 at 9:53 AM, James Jong wrote: > > Deprecation in 2.7? > > > > -James Jong > > > > On Apr 15, 2013, at 1:27 PM, Filip Maj wrote: > > > >> Looks like we have consensus > >> > >> Joe is

Re: [Android] The Deprecation of Froyo

2013-04-26 Thread Andrew Grieve
gt; > > > > On Fri, Apr 26, 2013 at 12:48 PM, Joe Bowser wrote: > > > >> I haven't added the tickets yet. Do we want to deprecate by 3.0 or > >> follow the six month deprecation policy? > >> > >> On Fri, Apr 26, 2013 at 9:04 AM, Andrew Gri

Scripts for CLI

2013-04-29 Thread Andrew Grieve
Shaz took care of a lot of these for iOS (awesome!). Right now they live in the project template (along with the older scripts). There is a current issue about the fact that these scripts are not updated when upgrading your version of Cordova ( https://issues.apache.org/jira/browse/CB-2448) Sinc

Use git sub-modules for the copies of cordova-* within CLI?

2013-04-29 Thread Andrew Grieve
Right now we have a copy / paste of the entire cordova-ios, cordova-android, cordova-blackberry directories within cordova-cli/lib. I'm wondering if we should change these to be submodules. Git submodules often don't work well because they don't automatically track branches. In this case though, I

Re: Use git sub-modules for the copies of cordova-* within CLI?

2013-04-30 Thread Andrew Grieve
Actually... Now I think I'm remembering that there was talk about not including these at all... Was that right? We were going to package them up as separate npm targets, or have CLI be able to download them on demand as zip files? On Mon, Apr 29, 2013 at 10:28 PM, Andrew Grieve wrote: &g

Re: Scripts for CLI

2013-04-30 Thread Andrew Grieve
If one had their own > >> customizations in there I suppose they can merge the changes if they had > >> source control (we could warn them before overwriting I suppose). > >> > >> > >> On Mon, Apr 29, 2013 at 8:19 AM, Andrew Grieve >wrote: > >&

Naming: cordova-2.8.0.js --> cordova.js

2013-04-30 Thread Andrew Grieve
This has been brought up a few times, but I'm not sure there's been a decisive answer here yet... iOS now uses "cordova.ios.js" Android uses "cordova.android.js", but renames it in a build step to add in the version number. CLI normalizes to "cordova.js" The version number is now stamped at the t

Wiki update emails

2013-04-30 Thread Andrew Grieve
Noticed they are still going to callback-...@cordova.apache.org. Anyone know how to get this updated?

Re: Use git sub-modules for the copies of cordova-* within CLI?

2013-04-30 Thread Andrew Grieve
> > I've got a lot on my plate right now, but I am hoping to get started on > this lazy-loading asap. > > Michael > > > On Tue, Apr 30, 2013 at 8:56 AM, Filip Maj wrote: > > > Yeah, Michael Brooks was working towards lazy-loading the libraries as >

Re: Naming: cordova-2.8.0.js --> cordova.js

2013-04-30 Thread Andrew Grieve
1:24 AM, "tommy-carlos Williams" wrote: > > > >>+1 > >> > >>Wouldn't this make mobile spec easier too? > >> > >>On 01/05/2013, at 4:20, Andrew Grieve wrote: > >> > >>> This has been brought up a few times, but

Re: Wiki update emails

2013-04-30 Thread Andrew Grieve
https://issues.apache.org/jira/browse/INFRA-6215 On Tue, Apr 30, 2013 at 3:19 PM, Braden Shepherdson wrote: > [image: Inline image 1] > > > On Tue, Apr 30, 2013 at 11:46 AM, Filip Maj wrote: > >> INFRA! >> >> On 4/30/13 11:30 AM, "Andrew Grieve" wr

Is 2.7.0 released?

2013-05-01 Thread Andrew Grieve
I'm not sure I saw the vote thread, nor an announcement release, but issues are being closed that indicate that it has happened. I appreciate everyone's effort in getting it out, but the vote is a super important step because it's our last chance to say "is everyone comfortable with this release".

Re: Is 2.7.0 released?

2013-05-01 Thread Andrew Grieve
azy consensus (as > with all decisions we make)? > > On 5/1/13 1:17 PM, "Andrew Grieve" wrote: > > >I'm not sure I saw the vote thread, nor an announcement release, but > >issues > >are being closed that indicate that it has happened. > > > >I a

Re: Is 2.7.0 released?

2013-05-01 Thread Andrew Grieve
ing on > >> > something that is predictable seems overkill. > >> > > >> > If you feel you'd like to change the release process to include an > >> > official vote, Andrew, then we should start a vote on the private > list, > >> > I.e

Re: Conference Season and Holidays

2013-05-02 Thread Andrew Grieve
Away Tues->Friday next week. Gone most of July for paternity :) On Thu, May 2, 2013 at 10:18 AM, James Jong wrote: > I'm mostly around thru June. Couldn't get lottery tix to WWDC. Then > vacation June 26-July 13. > > -James Jong > > On May 1, 2013, at 6:52 PM, Braden Shepherdson > wrote: > >

Re: Recap of command-line tools meeting

2013-05-03 Thread Andrew Grieve
Great! Thanks for the recap Braden! The plan sounds great! On Thu, May 2, 2013 at 8:22 PM, Braden Shepherdson wrote: > Today, Brian LeRoux, Anis Kadri, Herm Wong, Steve Gill and me met up and > discussed the plans for the command-line tools and 3.0. We were joined on a > Hangout by Fil, and by M

Re: Pull requests need issues attached to them.

2013-05-06 Thread Andrew Grieve
I think that what went wrong in this case is that there was an issue created, but not referenced by the commit description. I've since made a habit of re-writing the commit descriptions to include issue numbers. I'll update the pull request instructions on the wiki ( http://wiki.apache.org/cordova

Re: config.xml - phonegap properties

2013-05-06 Thread Andrew Grieve
I merged these on Friday :) On Tue, Apr 30, 2013 at 5:38 PM, Filip Maj wrote: > Sorry Gorkem I am completely swamped with other work, have presentation to > do next week as well, so won't have time to merge your stuff for a while > yet. > > Perhaps another committer on this list can take a look

Re: [Android] Can rename DroidGap to CordovaActivity?

2013-05-06 Thread Andrew Grieve
SGTM On Mon, May 6, 2013 at 4:30 PM, Joe Bowser wrote: > Hey > > I think it's a secret to no one that I despise the DroidGap class and > that I would like to see it refactored into non-existance. However, > given the fact that we don't have the time for that right now, can we > at least rename

Re: config.xml - phonegap properties

2013-05-09 Thread Andrew Grieve
we need the JIRAs for the remaining platforms to catch up. If you > >prefer I can fire them as well. > > > >I will have doc updates coming your way. > > > >-- > >Gorkem > > > >-- > >Gorkem > >http://www.gorkem-ercan.com > > > > >

Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Andrew Grieve
Could you be more specific about what you'd like to get rid of? Logger plugin? onConsoleMessage? On Mon, May 13, 2013 at 5:47 PM, Jesse wrote: > console.log is pretty useful. > This technically isn't our API, but a polyfill for platforms where > console.log goes nowhere. > WP7+8 have this brok

Re: [Android] What is DataResource and how does it work?

2013-05-13 Thread Andrew Grieve
Hey Joe, You're definitely right that these changes should have had an issue associated with them before being merged. That was on my plate for last week, but I never got around to it before going on vacation. The motivation DataResource is twofold: 1. To better centralize URL handling / stream o

Re: [Android] What is DataResource and how does it work?

2013-05-13 Thread Andrew Grieve
https://issues.apache.org/jira/browse/CB-3384 On Mon, May 13, 2013 at 8:53 PM, Andrew Grieve wrote: > Hey Joe, > > You're definitely right that these changes should have had an issue > associated with them before being merged. That was on my plate for last > week, but I ne

Re: Please look at this pull request

2013-05-14 Thread Andrew Grieve
Thanks for testing it out Benn! I committed it and created an issue. https://issues.apache.org/jira/browse/CB-3392 On Tue, May 14, 2013 at 5:33 PM, Benn Mapes wrote: > Took a look at the request and found a few new errors with the windows > create script since things have changed a bit. I just

Re: DisallowOverscroll - More consistent is still not consistent.

2013-05-16 Thread Andrew Grieve
Oh boo - nice catch. Certainly need to fix this. How about using FirstCap and making the code use case-insensitive comparisons? Just checked Android source, and the defaults actually are the same (false), so we should just be consistent about having things not commented out by default. On Tue,

Re: iOS CDVLocalStorage plugin and config.xml

2013-05-16 Thread Andrew Grieve
Yeah, I didn't mean to remove it. On Thu, May 16, 2013 at 2:10 PM, Shazron wrote: > Seems like it was removed from the pull request to convert plugin to > feature. Re-adding. > > > On Thu, May 16, 2013 at 10:00 AM, Shazron wrote: > > > I noticed that it has been removed in config.xml: > > > >

Re: Embedding CDVViewController in native app - When is it safe to call JavaScript code from iOS?

2013-05-21 Thread Andrew Grieve
The PageDidLoad event fires at the same time that window.onload fires, so that's probably the easiest thing to use. The other option would be to create a custom plugin and call it from JS after onDeviceReady(). On Tue, May 21, 2013 at 7:45 AM, Mirko Luchi wrote: > Hi. > > I have an HTML+JS widg

Re: 2.8.0rc1

2013-05-21 Thread Andrew Grieve
Checking back in to see if anyone has anything they're trying to get in for 2.8. If no one has anything by the EOD, then I'll take care of branching & tagging & JIRA'ing this time around. I've been adding branching & tagging powers to coho, so want to test out the changes this release :). The one

Review Request: cordova.VERSION.js -> cordova.js

2013-05-21 Thread Andrew Grieve
ing --- Thanks, Andrew Grieve

Re: Review Request: cordova.VERSION.js -> cordova.js

2013-05-21 Thread Andrew Grieve
hange. I don't intend on committing this. On Tue, May 21, 2013 at 12:17 PM, Andrew Grieve wrote: >This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/11312/ > Review request for cordova. > By Andrew Grieve. > Description > > cordova

Re: 2.8.0rc1

2013-05-21 Thread Andrew Grieve
'll create sub-tasks for them now. > > >> > > >> > > >> Good catch Andrew. > > >> > > >> I've also created tasks for updating the Hello World and CLI as well. > > I'll > > >> try to have these finished by

Re: 2.8.0rc1

2013-05-22 Thread Andrew Grieve
> Jesse > > [1] https://github.com/purplecabbage/cordova-js/tree/PL > > > @purplecabbage > risingj.com > > > On Tue, May 21, 2013 at 5:34 PM, Jesse wrote: > > > the error checking I am adding/testing right now is handling onerror > which > > does fire when the file

Re: 2.8.0rc1

2013-05-22 Thread Andrew Grieve
> > > > On Wed, May 22, 2013 at 1:13 PM, Andrew Grieve > > wrote: > > > > > LGTM so long as you've tested that the error even actually fires (I > know > > it > > > didn't use to on some older browsers). > > > > > > The

Re: New directory structure in cordova-cli's future branch

2013-05-22 Thread Andrew Grieve
.gitignore for cordova artifacts (cordova should try not to > >>>> introduce new artifacts) > >>>> cordova plugin/platforms add ... > >>>> > >>>> #3: "what we have now" > >>>> git clone FooApp > >>>>

Re: 2.8.0rc1

2013-05-22 Thread Andrew Grieve
Okay, had to fix some things in the coho script (which I will push tomorrow). Parent bug is here: https://issues.apache.org/jira/browse/CB-3464 On Wed, May 22, 2013 at 9:53 PM, Andrew Grieve wrote: > Awesome stuff! Getting cutting now. > > > On Wed, May 22, 2013 at 5:09 PM,

Re: 2.8.0rc1

2013-05-23 Thread Andrew Grieve
he tagged version? > > >Should I push off the plugin-loader changes until 2.9.0? > > > > > >@purplecabbage > > >risingj.com > > > > > > > > >On Thu, May 23, 2013 at 10:11 AM, Steven Gill > > >wrote: > > > &g

Re: update script

2013-05-23 Thread Andrew Grieve
This probably broke with the recent change to drop the VERSION from the cordova.js file name. I see you've filed a bug for it already, so that's great! On Thu, May 23, 2013 at 9:36 AM, David Kemp wrote: > Hi all, > I am running some tests and find that the script cordova-android/bin/update > (a

Re: Cordova CLI merge, new branch, INFRA ticket

2013-05-23 Thread Andrew Grieve
Could we merge master2 into master with: git merge --strategy-option=theirs master2 On Thu, May 23, 2013 at 6:19 PM, Braden Shepherdson wrote: > tl;dr version: cordova-cli now has a master2 branch that should be treated > as master going forward. DO NOT use master or future anymore. > > Short v

Re: svngit2jira

2013-05-24 Thread Andrew Grieve
+1000 On Fri, May 24, 2013 at 10:12 AM, Braden Shepherdson wrote: > +1 that jumped out at me from the letter the Infra guys sent out. > > They probably won't be happy when we ask for it on 20 git repos, though :P > > Braden > > > On Fri, May 24, 2013 at 9:52 AM, James Jong wrote: > > > +1 > > S

Re: 2.8.0rc1 iOS testing

2013-05-24 Thread Andrew Grieve
Thanks for the test reports! I've pasted your comments into the release bug: https://issues.apache.org/jira/browse/CB-3469 I think it's a good idea to capture all testing reports on the release bugs, so let's try and do that. :) On Fri, May 24, 2013 at 9:47 AM, James Jong wrote: > filetransfer.

Re: Please fix or delete DataResource

2013-05-27 Thread Andrew Grieve
We (Google team) chatted about this today and agree that we should turn this off for 2.8.0. It wasn't properly tested and not very not reviewed with enough scrutiny. I'll take care of removing it today. On Fri, May 24, 2013 at 6:29 PM, Joe Bowser wrote: > Hey > > There's another issue with Cord

Re: CB-3512: Having trouble reproducing the issue

2013-05-27 Thread Andrew Grieve
To be clear, you're saying that you can't repro it at all anymore? Max - does it still happen on your device? On Fri, May 24, 2013 at 8:03 PM, Joe Bowser wrote: > Hey > > After trying to track down the problem for the past hour, and going > through the commits, I can't seem to find where the I

Re: Changes in Mobile-Spec are breaking Cordova on Android 4.0.3 ICS

2013-05-27 Thread Andrew Grieve
Might have been this change: https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=blobdiff;f=cordova-incl.js;h=458e10a7155d812d084720f7082c4aa1c63f44c8;hp=c624996236eb2c7501714b48206c0b085460317a;hb=8b1fd7d49c278d43b34b4c041f1575a1a39a664d;hpb=ae18f3ea59d0b53880644ef8f8dcc3d0ade6f76d

Re: a cordova app

2013-05-27 Thread Andrew Grieve
Actually, Dropbox / Google Drive is on the roadmap for the harness: https://docs.google.com/document/d/14LG1IiEiQ9npc2RmPo5_UEKQTfsg-3ivJu7R2iPBmsw/edit Would certainly be thrilled to have some contributions to the project! On Mon, May 27, 2013 at 10:12 AM, Michal Mocny wrote: > Thats pretty

Re: Please fix or delete DataResource

2013-05-27 Thread Andrew Grieve
Mobile-Spec work on ICS, then awesome, but > for some reason I doubt it. > > On Mon, May 27, 2013 at 10:42 AM, Andrew Grieve > wrote: > > We (Google team) chatted about this today and agree that we should turn > > this off for 2.8.0. It wasn't properly tested and n

Re: Changes in Mobile-Spec are breaking Cordova on Android 4.0.3 ICS

2013-05-27 Thread Andrew Grieve
sly, adding a script tag > shouldn't cause the browser to not redraw, but I've seen stranger. > > On Mon, May 27, 2013 at 10:49 AM, Andrew Grieve > wrote: > > Might have been this change: > > > https://git-wip-us.apache.org/repos/asf?p=cordov

Re: iOS Build Settings - pull requests (2.8.0?)

2013-05-27 Thread Andrew Grieve
They would require writing and upgrade script for. I don't think it's worth cherry-picking though since they aren't really fixing anything. On Mon, May 27, 2013 at 2:38 PM, Shazron wrote: > I think these two issues are medium risk to put into 2.8.0. What do you > think? > > Wrong Linker Flag fo

Re: Please fix or delete DataResource

2013-05-27 Thread Andrew Grieve
1:59 PM, Andrew Grieve > wrote: > > > Yeah, I actually hadn't even read my email yet when we were talking about > > it this morning. My gut's telling me it's not worth the risk to have it > for > > 2.8, so let's just postpone it. > > > > J

Re: cordova-cli problems on linux

2013-05-28 Thread Andrew Grieve
One hope here is that the problem will go away once we lazily fetch the platform repos. On Tue, May 28, 2013 at 12:28 AM, Don Coleman wrote: > "cordova platform add android" was failing on linux with an error > about the android-sdk-macosx > > don@localhost:~/tmp/foo$ cordova platform add andro

Re: wiki contributor request - ldeluca

2013-05-28 Thread Andrew Grieve
Done! Let me know if it's not working. On Tue, May 28, 2013 at 10:15 AM, Lisa Seacat DeLuca wrote: > I would like to contribute to the apache cordova wiki. My wiki id is: > ldeluca. > > "*You need to be in the > **ContributorsGroup* > * to edi

Re: inAppBrowser API issue

2013-05-28 Thread Andrew Grieve
I'd be open to discussing a different API. I like using window.open() for the simple case, but as we add more non-standard APIs to it (e.g. insertCSS, evaluateJavascript, and upcoming: .show()), then I think it would make more sense to just have a custom API instead of using window.open. On Tue,

Re: 2.8 release candidate

2013-05-29 Thread Andrew Grieve
Note that I've been putting effort into updating the release wiki ( https://wiki.apache.org/cordova/CuttingReleases) as well as including specific action items in the sub-tasks of the JIRA release parent bug ( https://issues.apache.org/jira/browse/CB-3464). Before marking tasks as fixed, please ad

Update on coho tool

2013-05-29 Thread Andrew Grieve
Thought I'd summarize the state of the tool. Usage: node ./coho command [options] Valid commands: > repo-clone: Clones git repositories into the current working directory. > repo-update: Updates all cordova git repos in the current working > directory. > list-repos: Shows a list of va

Fwd: [3/7] webworks commit: [CB-3473] updated version, unwound dev label which causes problems with upgrade script

2013-05-29 Thread Andrew Grieve
Hey Lorin, I'm wondering if we can keep VERSION at "dev" on the master branch? It'll make it easier to distinguish released versions from dev versions. -- Forwarded message -- From: Date: Wed, May 29, 2013 at 5:56 PM Subject: [3/7] webworks commit: [CB-3473] updated version, u

Baby Grieve

2013-05-31 Thread Andrew Grieve
Coming 1 month early Everett Arend Grieve born Thursday May 30 at 9:45 am. 5 lbs 15 oz. 18.5 inches long. Mom is currently in the ACOU and Everett in the ICU. They are on track to meet today! We will be a few days in the hospital, but everything's looking good! Not sure how much I'll be chec

Re: We need better contributions from new people

2013-06-17 Thread Andrew Grieve
Marcel, I like your wiki suggestion. I think it'll capture Joe's concern to just change: - When we say "run the test suites" this includes the automated tests in mobile-spec, the manual tests in mobile-spec and any platform-specific unit tests (i.e., cordova-android/test, cordova-ios/CordovaLibTes

Re: Plugin and CordovaPlugin

2013-06-17 Thread Andrew Grieve
Fun time to go on leave :) Good call on putting back Plugin.java for now. Definitely agree that we shouldn't have it for 3.0. But! We should point out that plugins can copy & paste the file into their own package to make old plugins "just work". Joe - one big thing that got missed in your blog p

Re: [Android] Why is DataResource still in master?

2013-06-17 Thread Andrew Grieve
Not sure where this ended up, but I can add to the motivation behind it: On Android, there's not only file: URLs, but there are also resource:, content:, file:///android_asset. To handle these all properly, each plugin that accepts URLs as a parameter has to do a lot of work, and currently pretty

Re: Plugin and CordovaPlugin

2013-06-17 Thread Andrew Grieve
elease. I'm hoping to not need a 2.10, since it would > imply > > people are not using 3.x yet. > > > > > > On Mon, Jun 17, 2013 at 10:54 AM, Andrew Grieve > >wrote: > > > > > Fun time to go on leave :) > > > > > > Good cal

Re: Android Network Plugin Breakout

2013-06-17 Thread Andrew Grieve
For Android, I also don't see how we could separate out the network plugin without breaking navigator.onLine. However, I think it still may be worth doing. 1. By default, set navigator.onLine to undefined 2. If they install the network plugin, then have it override the property so that it works.

Re: chromeview

2013-06-17 Thread Andrew Grieve
16 megs is the number I've heard as well. Would definitely love for something like this to exist, but it's certainly not as easy as adding a new built target. Both Adobe's as well as the github link you sent make use of the chromium code under android_webview/. My understanding is that any such e

Re: [VOTE] Release Apache Cordova 2.8.0

2013-06-17 Thread Andrew Grieve
And if you want to save more than 20 minutes... :) I think creating multiple sub-issues solely for the purpose of tagging and updating VERSION files is not worth it. You can now update all VERSION files and add tags via: ./cordova-coho/coho create-release-branch --version 2.8.0 ./cordova-coho/coh

Re: Baby Grieve

2013-06-17 Thread Andrew Grieve
ndrew! > > > > On 5/31/13 3:57 PM, "Gorkem Ercan" wrote: > > > >>Congrats! My best wishes to Grieve family. > > > >> > > > >>-- > > > >>Gorkem > > > >> > > > >> > > > >>

Re: 2.9.0rc1 this coming monday??

2013-06-17 Thread Andrew Grieve
I would have liked to fix a few more bugs, namely: - Those filed by Abel MuiƱo (Camera / FileTransfer) (e.g. cb-3185) - iOS loading bugs (CB-3005, CB-3530, CB-3534) - DisallowOverscroll setting inconsistency between Android and iOS (Jesse brought this up - no bug filed for this yet I think) I was

Android: Use source files instead of .jar file

2013-06-17 Thread Andrew Grieve
I'd like to propose that instead of having the create script compile a version of Cordova into a .jar, that instead it copies over the source files instead. My main motivation is that doing so will make debugging native code much easier since the source code will show up in Eclipse / Android Studi

Re: Android: Use source files instead of .jar file

2013-06-17 Thread Andrew Grieve
y can just treat > the > >>> cordovaLib folder like it's a .jar and not touch it. > >>> > >>> > >>> On Mon, Jun 17, 2013 at 1:04 PM, Joe Bowser wrote: > >>> > >>>> -1 > >>>> > >>>> This only c

Release Bugs

2013-06-17 Thread Andrew Grieve
Lorin - I see you used Fil's script to create the release bug in JIRA. For the last release, I put some effort into trying out a new template for release bugs because I found that the subtasks created by the script fail to mention a lot of the things that need to happen for a release. The bug you

Re: 2.9.0rc1 this coming monday??

2013-06-17 Thread Andrew Grieve
row morning unless I hear otherwise. > > On 6/17/13 2:01 PM, "James Jong" wrote: > > >I'm back this week and will start looking at a couple of the ones Shaz > >mentioned: CB-3757 , CB-3562. > >-James Jong > > > >On Jun 17, 2013, at 3:21 PM, Andrew

Release Masters?

2013-06-17 Thread Andrew Grieve
Idea here would be to label someone as the "Release Master" for each release. Responsibilities would include: - Creating branches - Managing release bugs - Nagging people responsible for unfinished release items - Creating the final release .zip and uploading it - Announcing the release - Ensuring

Re: Release Masters?

2013-06-18 Thread Andrew Grieve
shipping to a date and not to any set > of features, only finished work was being merged back to master, so > cutting a release is a ceremony not a struggle. > > On Tue, Jun 18, 2013 at 3:48 AM, Andrew Grieve > wrote: > > Idea here would be to label someone as the "

Re: Release Bugs

2013-06-18 Thread Andrew Grieve
Okay, I'm going to close out the auto-created ones and create new ones for 2.9 before too much action happens On Tue, Jun 18, 2013 at 1:49 AM, Anis KADRI wrote: > On Mon, Jun 17, 2013 at 6:42 PM, Andrew Grieve > wrote: > > > The bug you created: https://issues.apache.org

Re: Release Bugs

2013-06-18 Thread Andrew Grieve
New release bug: https://issues.apache.org/jira/browse/CB-3906 On Tue, Jun 18, 2013 at 1:02 PM, Andrew Grieve wrote: > Okay, I'm going to close out the auto-created ones and create new ones for > 2.9 before too much action happens > > > On Tue, Jun 18, 2013 at 1:49 A

Re: Release Masters?

2013-06-18 Thread Andrew Grieve
Okay, created a new release bug & sub-tasks here: https://issues.apache.org/jira/browse/CB-3906 If you want to own a component, just assign it to yourself. On Tue, Jun 18, 2013 at 12:33 PM, Shazron wrote: > Echoing Fil here. I am the 'lead' for iOS and OS X but anyone can take over > if they w

Window line endings

2013-06-18 Thread Andrew Grieve
I just ran coho and it updated all of the cordova.js snapshots. Jesse - I think you said that last time this resulted in line-endings being wrong on the file. Could you confirm this? If it is a problem, would using a .gitattributes file fix it? https://help.github.com/articles/dealing-with-line-e

Re: Release Bugs

2013-06-18 Thread Andrew Grieve
; >reflect Andrew's changes to the release issues. > > > > > >On Tue, Jun 18, 2013 at 10:08 AM, Andrew Grieve > >wrote: > > > >> New release bug: https://issues.apache.org/jira/browse/CB-3906 > >> > >> > >> On Tue, Jun 18, 201

Re: ios commit: Update JS snapshot to version 2.9.0rc1

2013-06-18 Thread Andrew Grieve
cordova-ios/tree/d9d77c4f > > Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d9d77c4f > > > > Branch: refs/heads/master > > Commit: d9d77c4fa6db02638fa399304d76aab70c66066e > > Parents: ccf5d88 > > Author: Andrew Grieve

Cordova.js now at 2.9.0rc1 for real

2013-06-18 Thread Andrew Grieve
As both Jesse and Shaz pointed out, I ran coho to update cordova.js snapshots, but it resulted in them being set to 2.7.0 instead of 2.9.0. This is now fixed (new commits for 2.9.0rc1), and I've updated the coho script to not push by default (so that commits can be inspected). The root problem is

Re: Release Masters?

2013-06-19 Thread Andrew Grieve
; On Tue, Jun 18, 2013 at 10:30 AM, James Jong > wrote: > > > > > Shaz, I haven't done it before but I'll be happy to work with you and > > help > > > when you're out for iOS & OS X. FYI for planning, I will be out & away > > o

Re: Apache VM for Medic's CouchDB

2013-06-19 Thread Andrew Grieve
Sounds great! On Wed, Jun 19, 2013 at 9:39 AM, Mike Billau wrote: > Hello everyone, > > I have been working the last week on getting medic up and running here at > our office, and so far things are going pretty well. I would like to start > contributing our tests back to the community pretty so

Re: Cordova.js now at 2.9.0rc1 for real

2013-06-19 Thread Andrew Grieve
raded my node and > > it is definitely related to Jake failing with dependencies. I have yet to > > find the real root cause. > > > > On 13-06-18 8:27 PM, "Andrew Grieve" wrote: > > > > >As both Jesse and Shaz pointed out, I ran coho to update cordova

Re: 2.9.0rc1 this coming monday??

2013-06-19 Thread Andrew Grieve
Late to the game here, but to re-tag JS: ./cordova-coho/coho tag-release --version 2.9.0rc1 -r js To update JS snapshots in all repos, coho can't handle that yet. I think I'll break updating of JS out into its own command so that we can address this usecase. On Wed, Jun 19, 2013 at 6:05 PM, Sh

Re: Media API, DataResource, and empty URLs

2013-06-19 Thread Andrew Grieve
"null" could be interpreted as a relative URL I think. The current handling of relative URLs by plugins is sadly plugin-specific. On Wed, Jun 19, 2013 at 4:04 PM, Braden Shepherdson wrote: > The automated tests for Media frequently call new Media() with no URL, > which sends a null to the "creat

Re: 2.9.0rc1 this coming monday??

2013-06-19 Thread Andrew Grieve
:34 PM, Andrew Grieve wrote: > Late to the game here, but to re-tag JS: > > ./cordova-coho/coho tag-release --version 2.9.0rc1 -r js > > To update JS snapshots in all repos, coho can't handle that yet. I think > I'll break updating of JS out into its own command s

Re: Media API, DataResource, and empty URLs

2013-06-19 Thread Andrew Grieve
Agree that we should make Media() an error, but we don't want to change the semantics of relative URLs for APIs without proper deprecation. On Thu, Jun 20, 2013 at 12:00 AM, Ian Clelland wrote: > On Wed, Jun 19, 2013 at 7:41 PM, Andrew Grieve > wrote: > > > "null&q

  1   2   3   4   5   6   7   8   9   10   >