You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:44 UTC

[11/14] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture into dev

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


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/34191115
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/34191115
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/34191115

Branch: refs/heads/master
Commit: 3419111562b7b7f591e243b09b797dfff0be5475
Parents: 3ad7a3f 94e8239
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:33:15 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:33:15 2014 -0700

----------------------------------------------------------------------
 NOTICE                                    |    5 +
 RELEASENOTES.md                           |    8 +
 doc/index.md                              |    6 +-
 plugin.xml                                |   12 +-
 src/android/Capture.java                  |   16 +-
 src/blackberry10/index.js                 |   24 +-
 src/ios/CDVCapture.m                      |    4 +-
 src/ubuntu/MediaCaptureWidget.qml         |  207 ++
 test/autotest/html/HtmlReporter.js        |  101 -
 test/autotest/html/HtmlReporterHelpers.js |   60 -
 test/autotest/html/ReporterView.js        |  164 --
 test/autotest/html/SpecView.js            |   79 -
 test/autotest/html/SuiteView.js           |   22 -
 test/autotest/html/TrivialReporter.js     |  192 --
 test/autotest/index.html                  |   60 -
 test/autotest/jasmine.css                 |   81 -
 test/autotest/jasmine.js                  | 2530 ------------------------
 test/autotest/pages/capture.html          |   71 -
 test/autotest/test-runner.js              |   62 -
 test/autotest/tests/.DS_Store             |  Bin 6148 -> 0 bytes
 test/autotest/tests/capture.tests.js      |  113 --
 test/capture/index.html                   |  150 --
 test/cordova-incl.js                      |   86 -
 test/index.html                           |   65 -
 test/main.js                              |  162 --
 test/master.css                           |  164 --
 26 files changed, 269 insertions(+), 4175 deletions(-)
----------------------------------------------------------------------