You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/25 17:11:13 UTC

[1/4] git commit: CB-4889 renaming org.apache.cordova.core.media-capture to org.apache.cordova.media-capture and updating dependency

Updated Branches:
  refs/heads/dev f9ec191a3 -> fa9b77c52


CB-4889 renaming org.apache.cordova.core.media-capture to org.apache.cordova.media-capture and updating dependency


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

Branch: refs/heads/dev
Commit: 5a7ae360b8e8490285aef321b73e09e65b6b5c1e
Parents: 0e8d6c5
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:34:17 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:34:17 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/5a7ae360/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7c8f007..3ba81c5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,15 +2,15 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.media-capture"
-      version="0.2.1-dev">
+           id="org.apache.cordova.media-capture"
+      version="0.2.1">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,media,capture</keywords>
     
-    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" />
+    <dependency id="org.apache.cordova.file" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />


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

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

Branch: refs/heads/dev
Commit: fa9b77c52f7f023629ae6a1c8c04893e33b5d7c3
Parents: ef3c529 f9ec191
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:11:04 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:11:04 2013 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/4] git commit: CB-4889

Posted by an...@apache.org.
CB-4889


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

Branch: refs/heads/dev
Commit: 967cb228d37d56e5da48d968840330b4bddcef6a
Parents: 5a7ae36
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:10:19 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:10:19 2013 +0200

----------------------------------------------------------------------
 src/windows8/CaptureProxy.js | 14 +++++++-------
 src/windows8/MediaFile.js    |  4 ++--
 www/MediaFile.js             |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/967cb228/src/windows8/CaptureProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CaptureProxy.js b/src/windows8/CaptureProxy.js
index 43c0faa..546e502 100644
--- a/src/windows8/CaptureProxy.js
+++ b/src/windows8/CaptureProxy.js
@@ -21,12 +21,12 @@
 
 /*global Windows:true */
 
-var MediaFile = require('org.apache.cordova.core.media-capture.MediaFile');
-var CaptureError = require('org.apache.cordova.core.media-capture.CaptureError');
-var CaptureAudioOptions = require('org.apache.cordova.core.media-capture.CaptureAudioOptions');
-var CaptureImageOptions = require('org.apache.cordova.core.media-capture.CaptureImageOptions');
-var CaptureVideoOptions = require('org.apache.cordova.core.media-capture.CaptureVideoOptions');
-var MediaFileData = require('org.apache.cordova.core.media-capture.MediaFileData');
+var MediaFile = require('org.apache.cordova.media-capture.MediaFile');
+var CaptureError = require('org.apache.cordova.media-capture.CaptureError');
+var CaptureAudioOptions = require('org.apache.cordova.media-capture.CaptureAudioOptions');
+var CaptureImageOptions = require('org.apache.cordova.media-capture.CaptureImageOptions');
+var CaptureVideoOptions = require('org.apache.cordova.media-capture.CaptureVideoOptions');
+var MediaFileData = require('org.apache.cordova.media-capture.MediaFileData');
 
 module.exports = {
 
@@ -158,4 +158,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Capture",module.exports);
\ No newline at end of file
+require("cordova/commandProxy").add("Capture",module.exports);

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/967cb228/src/windows8/MediaFile.js
----------------------------------------------------------------------
diff --git a/src/windows8/MediaFile.js b/src/windows8/MediaFile.js
index 34ecba2..51465a5 100644
--- a/src/windows8/MediaFile.js
+++ b/src/windows8/MediaFile.js
@@ -21,8 +21,8 @@
 
 /*global Windows:true */
 
-var MediaFileData = require('org.apache.cordova.core.media-capture.MediaFileData');
-var CaptureError = require('org.apache.cordova.core.media-capture.CaptureError');
+var MediaFileData = require('org.apache.cordova.media-capture.MediaFileData');
+var CaptureError = require('org.apache.cordova.media-capture.CaptureError');
 
 module.exports = {
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/967cb228/www/MediaFile.js
----------------------------------------------------------------------
diff --git a/www/MediaFile.js b/www/MediaFile.js
index 6abff1d..75a255b 100644
--- a/www/MediaFile.js
+++ b/www/MediaFile.js
@@ -21,7 +21,7 @@
 
 var utils = require('cordova/utils'),
     exec = require('cordova/exec'),
-    File = require('org.apache.cordova.core.file.File'),
+    File = require('org.apache.cordova.file.File'),
     CaptureError = require('./CaptureError');
 /**
  * Represents a single file.


[3/4] git commit: [windows8] commandProxy was moved

Posted by an...@apache.org.
[windows8] commandProxy was moved


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

Branch: refs/heads/dev
Commit: ef3c529568df13a8636603ebe49becb2fe9fb77c
Parents: 967cb22
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:56:51 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:10:51 2013 +0200

----------------------------------------------------------------------
 src/windows8/CaptureProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/ef3c5295/src/windows8/CaptureProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CaptureProxy.js b/src/windows8/CaptureProxy.js
index 546e502..851adf8 100644
--- a/src/windows8/CaptureProxy.js
+++ b/src/windows8/CaptureProxy.js
@@ -158,4 +158,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Capture",module.exports);
+require("cordova/windows8/commandProxy").add("Capture",module.exports);