Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 936D510CBF for ; Mon, 15 Jul 2013 19:20:53 +0000 (UTC) Received: (qmail 35229 invoked by uid 500); 15 Jul 2013 19:20:53 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 35211 invoked by uid 500); 15 Jul 2013 19:20:53 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 35198 invoked by uid 99); 15 Jul 2013 19:20:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 19:20:52 +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.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 19:20:46 +0000 Received: by mail-vc0-f175.google.com with SMTP id hr11so9443693vcb.20 for ; Mon, 15 Jul 2013 12:20:25 -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=25ADIrwYQ+GI6/P0bUbqiK5O6XBgev9aAzV0dUHjm/I=; b=uOEunMK0iGFrxuS9KX6oV0zNC8FAH6f/DmFEXmDVLtW8pI1lrZG8eO4jfwoikSYuv9 u9u6Rlsb9f1xmnpsuro+Okqg1VHDNiV/rAYfUPnVraPA2iz34SOTCLP8tyh+Cu+797nW Pp0YyBZAKATkzQ3RqnZhj5Snr4pref6QXQSR1zrEp52J6m+pTcRiJKzZZSkq1DsCtNyz JFajTLZQw2xq0VQebKooV5LI2zPA8HfBX+v+MW6/icpSW2MutnpBUmmOXLiQxxrS1GNR efVIEklJq/QAqhaeci+Ub4KyM1XoGy6EPozEq9LVQB79RWU7y0494D9UUFMLP0NdyFhm VCHw== MIME-Version: 1.0 X-Received: by 10.220.59.69 with SMTP id k5mr13985434vch.34.1373916025547; Mon, 15 Jul 2013 12:20:25 -0700 (PDT) Received: by 10.221.6.197 with HTTP; Mon, 15 Jul 2013 12:20:25 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Jul 2013 12:20:25 -0700 Message-ID: Subject: Re: Plugin packages on Android From: Joe Bowser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jul 15, 2013 at 12:14 PM, Andrew Grieve wrote: > -1 to shims. A plugin's java package name shouldn't be considered a part of > its API. That's why there is a mapping in the config.xml. > > Shouldn't have to change any require() statements, or any JS at all. Those > use plugin IDs, not java namespaces. If this is really true, then I don't see why we don't wait until the next release. > Replace-all on the package statement at the top of the file, and change the > reference in plugin.xml. I'd put this change in the "polish" category. > That's what we should be doing now, no? I think we have enough work already without adding this extra polish. This is the only release where we have a deadline, and I think that adding this will make us miss that deadline.