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 2013/06/13 22:57:53 UTC

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/47d42732
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/47d42732
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/47d42732

Branch: refs/heads/master
Commit: 47d42732fb4f98179c2516b2dfab2de4203d96c8
Parents: 717476f 92344d8
Author: hermwong <he...@gmail.com>
Authored: Thu Jun 13 13:57:41 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Thu Jun 13 13:57:41 2013 -0700

----------------------------------------------------------------------
 plugin.xml                       |  17 +
 src/wp7/Capture.cs               | 736 ++++++++++++++++++++++++++++++++++
 src/wp7/UI/AudioCaptureTask.cs   | 107 +++++
 src/wp7/UI/AudioRecorder.xaml    |  66 +++
 src/wp7/UI/AudioRecorder.xaml.cs | 306 ++++++++++++++
 src/wp7/UI/VideoCaptureTask.cs   | 105 +++++
 src/wp7/UI/VideoRecorder.xaml    |  52 +++
 src/wp7/UI/VideoRecorder.xaml.cs | 405 +++++++++++++++++++
 8 files changed, 1794 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/47d42732/plugin.xml
----------------------------------------------------------------------