You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/08/02 20:11:16 UTC

[Cordova Wiki] Update of "DeprecationPolicy" by AndrewGrieve

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "DeprecationPolicy" page has been changed by AndrewGrieve:
https://wiki.apache.org/cordova/DeprecationPolicy?action=diff&rev1=28&rev2=29

  public class TestPhonegapPlugin extends CordovaPlugin {/*...*/}
  }}}
  
+ Please also read the updated [[http://docs.phonegap.com/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins|Android Plugin Guide]], since 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=cordova-android.git;a=blob_plain;f=framework/src/org/apache/cordova/api/Plugin.java;h=72171f2ac2d0de8c556661568f41ff2bd754fc1f;hb=df1536ea77e97b7d362a19582f8beddd168c5ec3|Plugin]] and [[https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=blob_plain;f=framework/src/org/apache/cordova/api/LegacyContext.java;h=fe154f7cff6d2f5d9d2024db34cafa354cd772aa;hb=df1536ea77e97b7d362a19582f8beddd168c5ec3|LegacyContext]] shims into your project.
+ 
  == deprecation: window.addPlugin and window.plugins will be removed ==
  
  The window.addPlugin and window.plugins will be removed.