You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/09 02:01:07 UTC

[1/2] wp7 commit: Merge branch 'master' of github.com:purplecabbage/incubator-cordova-wp7

Updated Branches:
  refs/heads/master 502480b1a -> a481d7877


Merge branch 'master' of github.com:purplecabbage/incubator-cordova-wp7


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/a481d787
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/a481d787
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/a481d787

Branch: refs/heads/master
Commit: a481d7877ee025d9a61a3419c7e342bf20f6518c
Parents: 7979288 502480b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Nov 8 16:59:49 2012 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Nov 8 16:59:49 2012 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 example/www/cordova-2.2.0.js                       |    6 +-
 framework/WP7CordovaClassLib.csproj                |    3 +
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.2.0.js                |    6 +-
 templates/standalone/CordovaAppProj.csproj         |    1 +
 templates/standalone/CordovaSourceDictionary.xml   |    2 +-
 templates/standalone/VERSION                       |    2 +-
 .../cordovalib/Commands/AudioFormatsHelper.cs      |   89 ++++++++++++++
 .../standalone/cordovalib/Commands/AudioPlayer.cs  |   94 ++-------------
 .../standalone/cordovalib/Commands/Contacts.cs     |   80 ++++++------
 templates/standalone/cordovalib/Commands/File.cs   |   10 +-
 .../cordovalib/Commands/ImageExifHelper.cs         |   17 +---
 .../standalone/cordovalib/Commands/Notification.cs |    8 +-
 .../standalone/cordovalib/UI/AudioRecorder.xaml.cs |   94 +-------------
 templates/standalone/www/cordova-2.2.0.js          |    6 +-
 16 files changed, 169 insertions(+), 253 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/a481d787/templates/standalone/cordovalib/Commands/File.cs
----------------------------------------------------------------------