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 3A7B790F9 for ; Mon, 18 Jun 2012 18:49:58 +0000 (UTC) Received: (qmail 63097 invoked by uid 500); 18 Jun 2012 18:49:58 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 63075 invoked by uid 500); 18 Jun 2012 18:49:58 -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 63067 invoked by uid 99); 18 Jun 2012 18:49:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 18:49:58 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.31 as permitted sender) Received: from [64.18.1.31] (HELO exprod6og113.obsmtp.com) (64.18.1.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 18:49:49 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob113.postini.com ([64.18.5.12]) with SMTP ID DSNKT994N30O/GxHls3B7ergA1qyj27R6zjr@postini.com; Mon, 18 Jun 2012 11:49:28 PDT Received: from inner-relay-1.corp.adobe.com (ms-exchange.macromedia.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5IInQX9014353 for ; Mon, 18 Jun 2012 11:49:26 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5IInKvo028679 for ; Mon, 18 Jun 2012 11:49:25 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Mon, 18 Jun 2012 11:49:22 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Mon, 18 Jun 2012 11:50:27 -0700 Subject: Re: [Android] Plugin.ctx needs a rename Thread-Topic: [Android] Plugin.ctx needs a rename Thread-Index: Ac1NgxMAfFV589imRFWQqtIvy0haEA== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.2.120421 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Yeh "ctx" implies Context, especially for Android peoples, so +1 to renaming to something less Android-ey. On 6/18/12 11:45 AM, "Joe Bowser" wrote: >Hey > >Since we're approaching 2.0 and since part of the goals of 2.0 is to >improve the plugin architecture, I'm wondering if we should take the >opportunity to give the CordovaInterface variable on Plugin.java a name >other than ctx, which on Android usually refers to a context. The reason >for this is the fact that there's a use case where the CordovaInterface >may >not be a Context. I propose that we change the name to cordova. > >I'm not sure if this needs a JIRA ticket or not. > >Any thoughts? > >Joe