Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1149110F3D for ; Fri, 2 Aug 2013 18:11:39 +0000 (UTC) Received: (qmail 95328 invoked by uid 500); 2 Aug 2013 18:11:39 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 95259 invoked by uid 500); 2 Aug 2013 18:11:38 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 95251 invoked by uid 99); 2 Aug 2013 18:11:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 18:11:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 18:11:36 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 5ADA96F0; Fri, 2 Aug 2013 18:11:16 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 02 Aug 2013 18:11:16 -0000 Message-ID: <20130802181116.86942.52697@eos.apache.org> Subject: =?utf-8?q?=5BCordova_Wiki=5D_Update_of_=22DeprecationPolicy=22_by_AndrewG?= =?utf-8?q?rieve?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for c= hange notification. The "DeprecationPolicy" page has been changed by AndrewGrieve: https://wiki.apache.org/cordova/DeprecationPolicy?action=3Ddiff&rev1=3D28&r= ev2=3D29 public class TestPhonegapPlugin extends CordovaPlugin {/*...*/} }}} = + Please also read the updated [[http://docs.phonegap.com/en/3.0.0/guide_pl= atforms_android_plugin.md.html#Android%20Plugins|Android Plugin Guide]], si= nce the threading details have changed. + = + If you want don't care about updating and just want your plugin to "work"= , you could drop a copy of the [[https://git-wip-us.apache.org/repos/asf?p= =3Dcordova-android.git;a=3Dblob_plain;f=3Dframework/src/org/apache/cordova/= api/Plugin.java;h=3D72171f2ac2d0de8c556661568f41ff2bd754fc1f;hb=3Ddf1536ea7= 7e97b7d362a19582f8beddd168c5ec3|Plugin]] and [[https://git-wip-us.apache.or= g/repos/asf?p=3Dcordova-android.git;a=3Dblob_plain;f=3Dframework/src/org/ap= ache/cordova/api/LegacyContext.java;h=3Dfe154f7cff6d2f5d9d2024db34cafa354cd= 772aa;hb=3Ddf1536ea77e97b7d362a19582f8beddd168c5ec3|LegacyContext]] shims i= nto your project. + = =3D=3D deprecation: window.addPlugin and window.plugins will be removed = =3D=3D = The window.addPlugin and window.plugins will be removed.