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 742079C68 for ; Tue, 26 Jun 2012 18:22:08 +0000 (UTC) Received: (qmail 70514 invoked by uid 500); 26 Jun 2012 18:22:08 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 70417 invoked by uid 500); 26 Jun 2012 18:22:08 -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 70409 invoked by uid 99); 26 Jun 2012 18:22:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 18:22:08 +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 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; Tue, 26 Jun 2012 18:22:00 +0000 Received: by wibhm11 with SMTP id hm11so170941wib.0 for ; Tue, 26 Jun 2012 11:21:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=K45nLcGmsWwWm1KgQ4V/NG9lBlW1Kwrnq2NXCWNgjPc=; b=oFSNOZagdfayESksgiw7F6OBK63LS+EwH8JG83NwNTJtchPb7inD7TNxkOUtPZrwlk Fl+FXbXAqcgz4CGI/ToIA3yIg2VEMJts0TRvptXzWgQVNZCYuLYdtrkFujn1mmM9vrlE X6T6Q4HTbkL0HIXQ+Zw6teBNx54DeifOtnoS2WeLla69skIB+l9B3UcvTL6qp3xf34fl xSSt47+FG5wOZsdUduxxIlgEmEZqHBOHMsky9vefZfNyfxlNXHUR+RRb7sX92lqS/Or5 FpUmmw1umnpYUOpO8rUeNYu5eHPTqmhN9UUP/envbo2Rn7/36scAIfPtqYvwOrcJE+Ev Qhew== MIME-Version: 1.0 Received: by 10.216.144.228 with SMTP id n78mr8483593wej.26.1340734900527; Tue, 26 Jun 2012 11:21:40 -0700 (PDT) Received: by 10.223.47.135 with HTTP; Tue, 26 Jun 2012 11:21:40 -0700 (PDT) Date: Tue, 26 Jun 2012 11:21:40 -0700 Message-ID: Subject: [Android] Re-introducing getContext and deprecating From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hey 1.9 is close to being released, but currently plugins that use ctx.getContext() are broken. Since we changed how a CordovaInterface works on Android in 1.9, I'm wondering if we should add the addContext() method back on the Interface with a deprecation warning or just tell plugin authors that if they aren't active on the mailing list that their plugins are going to break. Personally, I don't want to have more methods on the CordovaInterface, because it makes CordovaWebView harder to use, but this will break plugins across the board. Thoughts? Joe