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 8F950CAD9 for ; Fri, 22 Jun 2012 19:01:05 +0000 (UTC) Received: (qmail 88901 invoked by uid 500); 22 Jun 2012 19:01:05 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 88874 invoked by uid 500); 22 Jun 2012 19:01:05 -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 88866 invoked by uid 99); 22 Jun 2012 19:01:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 19:01:05 +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 (athena.apache.org: domain of curtis.bryce@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yw0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 19:01:00 +0000 Received: by yhjj56 with SMTP id j56so3362307yhj.6 for ; Fri, 22 Jun 2012 12:00:40 -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=xt7gJkjGKJr2TLYjR2gkttTFDP8TKkSzUI4mQbZFKLg=; b=YwNX/T/ALDwnauRd+rMSwvPxk92mGuBN9/U2IYrc6NZqOB0P76mvELGqqnPWUP34bP bVAtdy9NCSLqF5c8xtXxYHwblA5YNj8pAmkml7YlG27T8qhxUeYUS+9xrLz22Ak6Pg0w /FTpsCzXYbC8NWfY4sRnL4dr4h22kvRMeK4vS7q+RtuaxXEqgRwrICzQUI72zKKwUaGR ldNd2eTeWyXdEAzF5XCvq6FHNfUn2EWa8mZ4UagHjNi8oXL/Yr+JPihvGkKVS+N40CdB PcJFVIlRNMo0weK7YxvG6Zpbgkl0dgWPi6tEYBAfJtOeFzduTmvxqqmH2cnxc16k2hek ngnQ== MIME-Version: 1.0 Received: by 10.50.159.135 with SMTP id xc7mr2818397igb.1.1340391639855; Fri, 22 Jun 2012 12:00:39 -0700 (PDT) Received: by 10.64.21.3 with HTTP; Fri, 22 Jun 2012 12:00:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jun 2012 14:00:39 -0500 Message-ID: Subject: Re: Apache Cordova Android does not compile From: Bryce Curtis To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org We all need to be thorough when contributing code. It should be standard practice to verify that any code checked in compiles and resolves the issue without regression. On Fri, Jun 22, 2012 at 12:36 PM, Filip Maj wrote: > Because I did not finish running the tests at that moment. I could have > deleted all the code; that woulda compiled too ;) > > Anyways, passes the tests, I've pushed it up to the main repo. > > On 6/22/12 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. >>>The >>> hardware key binding is now done in cordovawebview. >>> >>> Additionally, the android JS routes a call to override the back button >>>to >>> 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 >>> >> >>> >>> >