Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFE1E98F7 for ; Fri, 22 Jun 2012 17:35:18 +0000 (UTC) Received: (qmail 48208 invoked by uid 500); 22 Jun 2012 17:35:18 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 48180 invoked by uid 500); 22 Jun 2012 17:35:18 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 48150 invoked by uid 99); 22 Jun 2012 17:35:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 17:35:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bowserj@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 17:35:11 +0000 Received: by werg55 with SMTP id g55so1298263wer.6 for ; Fri, 22 Jun 2012 10:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=w0qpAYmFHo+BeqPKH6IyVmfgxuMxtST6DHNKJYrNO6o=; b=iHJgQ4Eho62qAAasbZEBC7bkm/1p/Ty4oqe30Em3wvRwI3Go5oa2Klys6cUNUo2uEF 0ISZ9re6NcYMFnuvDK8sgI7XMSa6PnLklzWtrPvjl8HfsAE1WKx7wYddkzdOZwQhEraX GGKEqN3gMGdmfRb43qqUC87O6Y1Xs4JfJ7YjOjhgB4ey59lxlnVknGNLY5NrX6dAAGcD TgWySpH4wjbkJ1WXj0XA3186O8t3WoW+8D67mIrfM8vnAqtHKrVqJhdzjqw8QUTMPNmg I+2tQWJk0hEW6+7U7mwdpaMzkyXJRczp9PIv3OYvpr8XjcNfsTgym64P2EQ4XmJIu0Ro 05SA== MIME-Version: 1.0 Received: by 10.216.144.228 with SMTP id n78mr1545387wej.26.1340386490896; Fri, 22 Jun 2012 10:34:50 -0700 (PDT) Received: by 10.223.47.135 with HTTP; Fri, 22 Jun 2012 10:34:50 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jun 2012 10:34:50 -0700 Message-ID: Subject: Re: Apache Cordova Android does not compile From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey I fixed the issue. For some reason isBackButtonBound wasn't moved to the view, and we were still using it on DroidGap when I removed the interface. I've moved it over and added the one line method. I'm going to run mobile-spec and commit it, since we should be allowing people to check whether the back button is bound or not. Joe On Fri, Jun 22, 2012 at 10:20 AM, Joe Bowser wrote: > If this fixes compilation, why not push it to master? > > On Jun 22, 2012 10:08 AM, "Filip Maj" wrote: >> >> Hye guys, >> >> I pushed a "buttonfix" branch up to apache. All I did was removed what >> looks like unused legacy code from App.java as well as DroidGap.java. Th= e >> hardware key binding is now done in cordovawebview. >> >> Additionally, the android JS routes a call to override the back button t= o >> the app plugin, yes, but never actually invokes the "is the back button >> bound" method - so it is unneeded. Therefore I removed it. >> >> I am going through the testing motions now but if someone wants to pull >> down that branch and test from their end too that would be helpful. >> >> On 6/22/12 9:52 AM, "Joe Bowser" wrote: >> >> >Hey >> > >> >It should be using the webView.bindBackButton in app, and not the >> >other one. =A0I think a merge of the buttons work must have messed up. >> >I'll fix it when I get in the office this morning. >> > >> >Joe >> > >> >On Fri, Jun 22, 2012 at 9:47 AM, Filip Maj wrote: >> >> 1.8.1 is a branch since cordovawebview was merged into master after >> >>1.8.0. >> >> >> >> Simon I'm looking into the compilation issue. >> >> >> >> On 6/22/12 9:42 AM, "Brian LeRoux" wrote: >> >> >> >>>also: tags for 1.8.x not on the apache repo >> >>> >> >>>On Fri, Jun 22, 2012 at 11:38 AM, Simon MacDonald >> >>> wrote: >> >>>> Hey all, >> >>>> >> >>>> The recent changes to CordovaInterface where isBackButtonBound has >> >>>> been removed is causing compilation errors. The App class is still >> >>>> trying to call this method. Can someone who's been looking at the >> >>>> changes to button binding on Android look into this ASAP? >> >>>> >> >>>> Simon Mac Donald >> >>>> http://hi.im/simonmacdonald >> >> >> >