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/03/15 10:09:56 UTC

[Cordova Wiki] Update of "RoadmapProjects" by brianleroux

Dear Wiki user,

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

The "RoadmapProjects" page has been changed by brianleroux:
http://wiki.apache.org/cordova/RoadmapProjects?action=diff&rev1=50&rev2=51

  
  Apache Cordova 3.0 will ship without any Device API surface area and only the Cordova.exec FFI (and its dependencies as found in the CordovaJS subproject). Additional APIs can be installed/removed by end developers using plugin CLI tooling.
  
- == Winter (Dec-Feb) ==
+ == Spring (March-June) ==
  
-   * Ensure config.xml parity on all platforms.
-   * Firefox OS! (Herm) 
    * Plugin discovery. (Anis in plugman repo.)
    * Plugin remove. (Anis et al)
    * Remove plugins to discreet repos and use discovery mechanism to compose different releases (All)
    * [[Core API Audit]]
-   * CLI {{{ npm install -g cordova }}}
-     * Parity of platform CLI scripts across BB, Android and iOS.
- 
- == Spring (March-June) ==
- 
-   * Continue Core API Audit
    * HTML5 Audio API (Jesse)
    * Notifications API: http://www.w3.org/TR/notifications/ (that works w/ push notification servers)
    * Native pickers for contacts and file (w/ help of Simon) 
@@ -44, +36 @@

  
  == 2.x Unscheduled ==
  
+   * Attempt Alex Russell/Jake Archibald's imperative API for App Cache.
    * Hosted Ripple! {{{ npm install -g ripple }}}
    * archive api: https://wiki.mozilla.org/WebAPI/ArchiveAPI
    * docs: security best practices guide
@@ -78, +71 @@

    * --(iOS 6)--
    * --(Windows Phone 8)--
    * --(BlackBerry 10)--
+   * --(CLI {{{ npm install -g cordova }}})--
+   * --(Parity of platform CLI scripts across BB, Android and iOS.)--
+   * --(Ensure config.xml parity on all platforms.)--
+   * --(FxOS)--