GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-lib/pull/226

    Draft implementation for Unified platform API

    Draft implementation of Unified Platform API for cordova, that inspired by 
[this thread](http://markmail.org/thread/3dw4mis4qo5d4ecz) in cordova-dev 
mailing list and [this 
proposal](https://github.com/kamrik/cordova-discuss/blob/master/proposals/PlatformProject.md)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-lib unified_platform_api

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/226.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #226
    
----
commit f37eaf6ef298cabc5b55b4b6c021aa9c17dc159b
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2015-05-19T11:52:09Z

    Basic prototype for PlatformApi class

commit 54b8b16918b755dbb94efe4470ef403547170220
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2015-05-22T12:21:37Z

    Rename `platforms` -> `platformNames`
    
    `platforms` property now returns array of platforms APIs

commit 0405f3a860e501a6260512eac1b5eeae7bc64964
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2015-05-25T12:22:48Z

    Allow pltform to provide its own PlatformHandler.
    
    * Renames common methods' names to be more JS-y
    * Provides mapping from old names -> new ones to smooth transition

commit 7ef6a396845115d070d6fc98121232810bf53557
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2015-05-25T14:17:50Z

    Adds ability to platforms to extend PluginHandler

commit c3e022e605c2d762c10d812d04887ea4c9a28a19
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2015-05-25T14:18:37Z

    Cleanup and refactoring
    
    * Moves compat-related functionality to separate section
    * Adds more comments for better understanding

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to