You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2014/04/25 22:14:39 UTC

[5/5] git commit: merged apache/dev

merged apache/dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/6ee35a09
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/6ee35a09
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/6ee35a09

Branch: refs/heads/master
Commit: 6ee35a09cad72ee7a02ef552d2ef97cadc587039
Parents: cc5b0ce be9034f
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Wed Apr 23 11:05:10 2014 -0400
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Wed Apr 23 11:05:10 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md                    |  14 +++
 doc/index.md                       |   2 +
 plugin.xml                         |  28 ++++-
 src/amazon/InAppChromeClient.java  |  18 ++++
 src/android/InAppChromeClient.java |  18 ++++
 src/blackberry10/README.md         |  18 ++++
 src/ios/CDVInAppBrowser.h          |  10 +-
 src/ios/CDVInAppBrowser.m          |  77 ++++++++++++--
 src/wp/InAppBrowser.cs             | 183 +++++++++++++++++++++++++-------
 www/inappbrowser.js                |   2 +
 www/windows8/InAppBrowserProxy.js  |   2 +-
 11 files changed, 323 insertions(+), 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/6ee35a09/doc/index.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/6ee35a09/plugin.xml
----------------------------------------------------------------------