Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39C9810772 for ; Thu, 24 Oct 2013 21:44:22 +0000 (UTC) Received: (qmail 96220 invoked by uid 500); 24 Oct 2013 21:44:20 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 96002 invoked by uid 500); 24 Oct 2013 21:44:15 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 95985 invoked by uid 99); 24 Oct 2013 21:44:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 21:44:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 21:44:09 +0000 Received: by mail-wi0-f177.google.com with SMTP id h11so202425wiv.10 for ; Thu, 24 Oct 2013 14:43:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=HbPwurLE1wFCscblgws6clLyQdYvCuHg7B+vbjxtkD4=; b=A2RJ2Mmq0Jf7TQZ4Oo5M4IF2ENZyFyfMfnySeqwTeaFK+Ctf1fUZMWP0Mv4QU2Zg3m 1eMPjxh2yy1W+IAM51QDS2H2ra3RN2+ASQTpFiBQpuL/w4n5+ec8uww4Ve4ET+3FoNsg T9nDGj5i1VvnbU/CnpDt444t/xoVPWURprXfXdPRXCqZhIknBP5Q5mWL1+KVd0CabMx9 OYPe12OMSSnesqAZAJ8UQAL08IBe8X/6WKGlQSjXTEUj5d4CioiBQ+ORbt24YoDCXNJ0 86ek62mGAdRUGCmUp2ZzLmKkWAAxoJf6v3fCW/NmcOqgN/lSfFUWnm6TE6efvIm7xOME ySVg== X-Received: by 10.180.198.44 with SMTP id iz12mr3948120wic.32.1382651027782; Thu, 24 Oct 2013 14:43:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.201.69 with HTTP; Thu, 24 Oct 2013 14:43:07 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Thu, 24 Oct 2013 14:43:07 -0700 Message-ID: Subject: Re: 2.9.1 Backport release To: "dev@cordova.apache.org" Cc: "bowserj@apache.org" Content-Type: multipart/alternative; boundary=047d7b624dfe5c047904e9838701 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b624dfe5c047904e9838701 Content-Type: text/plain; charset=ISO-8859-1 https://issues.apache.org/jira/browse/CB-5189 Integrated everything for iOS, and tested on iOS 7 and 6 (I have no iOS 5 device). Results below. AutoTests: ======= iOS 7.0.3 (all pass) iOS 6.1.4 (all pass) Manual Tests (iOS 6.1.4) =========== Media Record (pass) Splashscreen (pass) InAppBrowser (pass - but got a "multiple loadstart events (2)" popup error each time a page was loaded - I think this the test is causing this) Accelerometer (pass) Camera (pass) Media Capture Audio (pass) Manual Tests (iOS 7.0.3) =========== Media Record (pass) Splashscreen (pass) InAppBrowser (pass) Accelerometer (pass) Camera (pass) Media Capture Audio (pass, but UI is "shifted up" a bit, instead of sticking to the bottom, un-related to recording) On Wed, Oct 23, 2013 at 5:16 PM, Shazron wrote: > iOS tracked as subtask under https://issues.apache.org/jira/browse/CB-5189 > > > On Wed, Oct 23, 2013 at 2:55 PM, Shazron wrote: > >> Will integrate: >> >> 1. https://issues.apache.org/jira/browse/CB-4958 (Camera - iOS 7) >> 2. https://issues.apache.org/jira/browse/CB-4930 (InAppBrowser - iOS 7) >> 3. https://issues.apache.org/jira/browse/CB-4847 (Media/Media Capture - >> iOS 7) >> 4. https://issues.apache.org/jira/browse/CB-4825 (Device Motion) >> 5. https://issues.apache.org/jira/browse/CB-5035 (Device Motion) >> >> These should be relatively straightforward copy paste jobs, then test on >> mobile spec. >> >> This one is more of a cordova-js thing where it affects all platforms: >> https://issues.apache.org/jira/browse/CB-4771 >> >> >> On Tue, Oct 22, 2013 at 4:25 PM, Shazron wrote: >> >>> Gonna look over all the iOS issues tomorrow. Most of them are just >>> straight copy and paste jobs (yay for them all being plugins!). When is the >>> schedule for release? (since we have 3.2 on the plate as well) >>> >>> >>> On Tue, Oct 22, 2013 at 8:26 AM, Andrew Grieve wrote: >>> >>>> Thanks Joe! >>>> >>>> Will work on the IAB & UriResolvers issues right now. >>>> >>>> >>>> On Tue, Oct 22, 2013 at 11:17 AM, Joe Bowser wrote: >>>> >>>> > There are some 3.0.0 bugs that don't exist in 2.9.0. >>>> > >>>> > On Mon, Oct 21, 2013 at 4:57 PM, Josh Soref >>>> wrote: >>>> > > On 10/21/13 7:38 PM, "Jesse" wrote: >>>> > >>Having a tonne of fun putting the bunny back in the box. >>>> > >>Here is a list of plugin defects [1] that have been closed between >>>> 2.9.0 >>>> > >>and 3.1.0 >>>> > >>Please have a look and decide if you think each is worth the effort >>>> of >>>> > >>backporting. >>>> > >> >>>> > >>[1] https://issues.apache.org/jira/browse/CB-5136 >>>> > > >>>> > > While I don't intend to ever use old versions, here's a short >>>> opinion on >>>> > > each: >>>> > > >>>> > > + CB-4656 ( >>>> android ) >>>> > (Not applicable to 2.9.x, caused by UriResource Bug) >>>> > >>>> > > + CB-4471 ( >>>> android ) >>>> > (Sadly, this isn't a fix, it's just suppressing the NPE. This is in >>>> > the 2.9.x branch) >>>> > >>>> > > - CB-3569 ( >>>> android ) >>>> > This still needs to be done. If someone who is familiar with URI >>>> > resolvers want to take a crack at it, that'd be good. >>>> > >>>> > > + CB-4514 ( >>>> android ) >>>> > This is in 2.9.x >>>> > >>>> > > + CB-4521 ( >>>> android ) >>>> > This is in 2.9.x >>>> > >>>> > > - CB-4864 ( >>>> android ) >>>> > This doesn't need to be in 2.9.x >>>> > >>>> > > + CB-3747 ( >>>> android ) >>>> > > + CB-4858 ( >>>> android ) >>>> > > + CB-4087 ( >>>> android ) >>>> > > + CB-4586 ( >>>> android ) >>>> > InAppBrowser bugs that need to go in. We should backport InAppBrowser >>>> > entirely, but I would like the resolutions fleshed out a bit, since I >>>> > have no idea how these were fixed other than the commit. I couldn't >>>> > reproduce the stupid video bug on any of the devices that I tested >>>> > this on. >>>> > >>>> > Also, there's JS changes that were made. Andrew, since you own this >>>> > one, can you backport this? >>>> > >>>> > > + CB-3628 ( >>>> android ) >>>> > > -- good luck, the bug has no indication of what work was done >>>> > This is a 3.x bug only. >>>> > >>>> > I think this exercise shows that we have to be better about write-ups >>>> > when we close bugs, or at least better about repro cases and writing >>>> > tests. There's some cases where I have a test, but that test doesn't >>>> > have a home because it's Android-Specific so it doesn't belong in >>>> > Mobile-Spec, and it's a JS test so it doesn't really belong in the >>>> > test directory. :( >>>> > >>>> >>> >>> >> > --047d7b624dfe5c047904e9838701--