Yeah, all platform implementations are currently in the process of renaming from phonegap/callback/whatever to cordova.
For the JavaScript we are already doing this sort of approach in our unified JS layer, which currently resides at http://github.com/callback/callback-js (the code is already renamed, the repo name: not). On 12-02-15 1:05 PM, "Denis Kormalev" <[email protected]> wrote: >Hi all, > >I'm playing with cordova-qt and it was renamed couple of days ago from >callback-qt to cordova-qt. But there are still tracks of phonegap legacy. >For >example we have cordova.js file with PhoneGap class inside it and all >plugins >have name com.phonegap.*. I can rename this all to Cordova and pull >request. >But at first I need to know is it just a miss or this not-renaming was >made for >some reason? > >-- >Regards, >Denis Kormalev
