You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/19 23:31:39 UTC

[1/5] git commit: [CB-4417] Move cordova-plugin-camera to its own Java package.

Updated Branches:
  refs/heads/master 10df8b665 -> e5b70d944


[CB-4417] Move cordova-plugin-camera to its own Java package.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/6846cb04
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/6846cb04
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/6846cb04

Branch: refs/heads/master
Commit: 6846cb04e3a78ff3bddf169d1be85e088fb74cb7
Parents: f44bdf7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jul 31 19:57:24 2013 -0400
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:37:25 2013 -0700

----------------------------------------------------------------------
 plugin.xml                      | 4 ++--
 src/android/CameraLauncher.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6846cb04/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0c8ba83..9c5cb7b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -27,14 +27,14 @@
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="Camera">
-                <param name="android-package" value="org.apache.cordova.core.CameraLauncher"/>
+                <param name="android-package" value="org.apache.cordova.camera.CameraLauncher"/>
             </feature>
         </config-file>
         <config-file target="AndroidManifest.xml" parent="/*">
             <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
         </config-file>
 
-        <source-file src="src/android/CameraLauncher.java" target-dir="src/org/apache/cordova/core" />
+        <source-file src="src/android/CameraLauncher.java" target-dir="src/org/apache/cordova/camera" />
 
         <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
             <clobbers target="CameraPopoverHandle" />

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6846cb04/src/android/CameraLauncher.java
----------------------------------------------------------------------
diff --git a/src/android/CameraLauncher.java b/src/android/CameraLauncher.java
index 219479d..bd50a63 100755
--- a/src/android/CameraLauncher.java
+++ b/src/android/CameraLauncher.java
@@ -16,7 +16,7 @@
        specific language governing permissions and limitations
        under the License.
 */
-package org.apache.cordova.core;
+package org.apache.cordova.camera;
 
 import java.io.ByteArrayOutputStream;
 import java.io.File;


[4/5] git commit: CB-4595: updated version

Posted by st...@apache.org.
CB-4595: updated version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/34101109
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/34101109
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/34101109

Branch: refs/heads/master
Commit: 34101109ab0c6ce6c275969114640ccc72a714fb
Parents: 342401e
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 19 14:26:21 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 19 14:26:21 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/34101109/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b3982aa..19800b5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.core.camera"
-    version="0.1.0">
+    version="0.2.0">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>


[3/5] git commit: reverted name element to be human readable

Posted by st...@apache.org.
reverted name element to be human readable


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/342401ef
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/342401ef
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/342401ef

Branch: refs/heads/master
Commit: 342401ef187924d1a633c5a9f07047ffe81169dd
Parents: 6846cb0
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:21:03 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:21:03 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/342401ef/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9c5cb7b..b3982aa 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.core.camera"
     version="0.1.0">
-    <name>camera</name>
+    <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,camera</keywords>


[2/5] git commit: updated namespace, name tag and readme

Posted by st...@apache.org.
updated namespace, name tag and readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/f44bdf74
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/f44bdf74
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/f44bdf74

Branch: refs/heads/master
Commit: f44bdf747858342922d3175adc61915705a17cb7
Parents: 7aa8aa8
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 10:54:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:37:25 2013 -0700

----------------------------------------------------------------------
 README.md  |  2 +-
 plugin.xml | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f44bdf74/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ca2d7cd..983346d 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-camera
 ==========================
 To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html).
+If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f44bdf74/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 52803e2..0c8ba83 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
-xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.camera"
-      version="0.1.0">
-    <name>Camera</name>
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.core.camera"
+    version="0.1.0">
+    <name>camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,camera</keywords>
 
-
     <js-module src="www/CameraConstants.js" name="Camera">
         <clobbers target="Camera" />
     </js-module>


[5/5] git commit: Merge branch 'dev'

Posted by st...@apache.org.
Merge branch 'dev'


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/e5b70d94
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/e5b70d94
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/e5b70d94

Branch: refs/heads/master
Commit: e5b70d944681a1da7dc620dd4bce73c44f7bf58b
Parents: 10df8b6 3410110
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 19 14:31:12 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 19 14:31:12 2013 -0700

----------------------------------------------------------------------
 README.md                       |  2 +-
 plugin.xml                      | 13 ++++++-------
 src/android/CameraLauncher.java |  2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e5b70d94/plugin.xml
----------------------------------------------------------------------