Ya, I've been tracking it. It is basically everything. In a sense, plugins for all the things and shipping a bare bones impl that is basically the Cordova.exec (and its deps) will make maintenance MUCH easier. We can start moving releases of Cordova to just bug fixes / enhancements to the bridge and treat plugins as separately versioned assets. I look forward to a future when things look something like what jesse described:
<script src=cordova-2.0.0.js></script> <script src=cordova-geo-2.1.0.js></script> (Tho perhaps there is only one file inc and the cordova js gets built based on stuff in config.xml ---I am not sure.) On Tue, Jun 12, 2012 at 3:48 PM, Filip Maj <[email protected]> wrote: > Media needs a revision (can we drop and adopt a friendlier spec?). > Compass' spec has changed. I think the network status one has as well. I > have no idea about File but, probably. Devicemotion/orientation vs > accelerometer.. Contacts have been updated too. XHR2 vs our own > FileTransfer. Pretty much all of them haha. > > On 6/12/12 3:44 PM, "Brian LeRoux" <[email protected]> wrote: > >>> Once we ship 2.0 we need a revision of _all_ APIs pretty badly. Lots of >>> specs have been updated/revised. Review the mobile landscape. See what >>> direction/specs the functionalities we aim to provide with cordova are >>> going and polyfill those for our users. >> >>This is true. The sys-apps group in particular is going to have stuff >>for us to impl. Think the DAP APIs are going to fade. >
