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 30D599C02 for ; Fri, 22 Jun 2012 19:35:42 +0000 (UTC) Received: (qmail 73384 invoked by uid 500); 22 Jun 2012 19:35:41 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 73346 invoked by uid 500); 22 Jun 2012 19:35:41 -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 73338 invoked by uid 99); 22 Jun 2012 19:35:41 -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 19:35:41 +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 (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 19:35:35 +0000 Received: by werg55 with SMTP id g55so1366061wer.6 for ; Fri, 22 Jun 2012 12:35:15 -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; bh=6fvqSL/eSE7IiBaYomW5bB7Uj67CQsT6kDhZv4Ns1xo=; b=bbXABUHzgVRKY03+Y7mXSlFangwhRSQHBXLxyNF0oLBgUbCdha44pUyUEXa0W58tyL oOfo7l5Lye3+W9IUMkIm6V6Fb0SZfwYINST1MWOlRYeD4aCmnvC7ormb97nrVR7iyIQk FhcOrCr8tGxTbcvCbEoa/aJ4k+u5A3PF2jeYMN/Rmjz+P4VMUi53v5fXU8Hnlktl4CBl Sx35gZMzq/VXN+QnojcfppZCbcU73SAbAms+YE04fheLwMOP2BfVZBasZIO7Vj+/8lHi amulXb8AmxJrQg71LDriV2DCdpjft4m0yhRlasN2ial7GKLOl0pCL7/eegn3EPkTifq1 USlw== MIME-Version: 1.0 Received: by 10.180.99.70 with SMTP id eo6mr6940627wib.17.1340393713607; Fri, 22 Jun 2012 12:35:13 -0700 (PDT) Received: by 10.223.47.135 with HTTP; Fri, 22 Jun 2012 12:35:13 -0700 (PDT) Received: by 10.223.47.135 with HTTP; Fri, 22 Jun 2012 12:35:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jun 2012 12:35:13 -0700 Message-ID: Subject: Re: Apache Cordova Android does not compile From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d04428b5028a42a04c314bbe6 --f46d04428b5028a42a04c314bbe6 Content-Type: text/plain; charset=ISO-8859-1 The thing is that it worked yesterday on my machine. I do think that mistakes will still happen and I'd rather it happen on edge or preferably on a tag. Honestly, I admitted that I screwed up Bryce, there is no need to be so passive-aggressive. On Jun 22, 2012 12:01 PM, "Bryce Curtis" wrote: > 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. I 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 > >>> >> > >>> > >>> > > > --f46d04428b5028a42a04c314bbe6--