Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugman
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/8d92da7d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/8d92da7d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/8d92da7d Branch: refs/heads/master Commit: 8d92da7df34d5a5613b15636300c91094444d230 Parents: 6f102eb 43fbb28 Author: Steven Gill <[email protected]> Authored: Tue Apr 23 00:04:01 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Tue Apr 23 00:04:01 2013 -0700 ---------------------------------------------------------------------- platforms/ios.js | 74 +++++- platforms/wp7.js | 236 ++++++++++++++ platforms/wp8.js | 237 +++++++++++++++ plugman.js | 4 +- test/android-one-install.js | 4 +- test/android-two-install.js | 2 +- test/ios-config-xml-uninstall.js | 20 ++ test/ios-plist-install.js | 2 +- test/ios-plist-uninstall.js | 4 +- test/plugins/ChildBrowser/plugin-old.xml | 13 + test/plugins/ChildBrowser/plugin.xml | 49 +++- .../ChildBrowser/src/wp7/ChildBrowserCommand.cs | 197 ++++++++++++ .../src/wp7/Images/appbar.back.rest.png | Bin 0 -> 375 bytes .../src/wp7/Images/appbar.close.rest.png | Bin 0 -> 359 bytes .../src/wp7/Images/appbar.next.rest.png | Bin 0 -> 388 bytes util/plist-helpers.js | 90 ++++++ util/xml-helpers.js | 1 + 17 files changed, 920 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/8d92da7d/platforms/ios.js ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/8d92da7d/plugman.js ----------------------------------------------------------------------
