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/09/27 00:24:25 UTC

[14/20] git commit: CB-4889

CB-4889


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

Branch: refs/heads/master
Commit: ed86de0d2a2dca0e1769e5d959022542d089d251
Parents: 809a23f 3a3bbb1
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:02:03 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:02:03 2013 +0200

----------------------------------------------------------------------
 CHANGELOG.md                    |  25 -----
 RELEASENOTES.md                 |  25 +++++
 plugin.xml                      |  20 +++-
 src/android/CameraLauncher.java |  49 +++++-----
 src/android/ExifHelper.java     | 185 +++++++++++++++++++++++++++++++++++
 src/android/FileHelper.java     | 158 ++++++++++++++++++++++++++++++
 src/firefoxos/CameraProxy.js    |  52 ++++++++++
 src/ios/CDVCamera.m             |   4 +-
 8 files changed, 463 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/ed86de0d/plugin.xml
----------------------------------------------------------------------
diff --cc plugin.xml
index cfe33e2,dbf89d4..e4fb3ba
--- a/plugin.xml
+++ b/plugin.xml
@@@ -2,8 -2,8 +2,8 @@@
  
  <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"
 +    id="org.apache.cordova.camera"
-     version="0.2.1">
+     version="0.2.2-dev">
      <name>Camera</name>
      <description>Cordova Camera Plugin</description>
      <license>Apache 2.0</license>
@@@ -122,9 -124,9 +124,7 @@@
      <!-- windows8 -->
      <platform name="windows8">
  
--        <dependency id="org.apache.cordova.core.file"
--            url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file"
--            commit="master" subdir="/" />
++        <dependency id="org.apache.cordova.file" />
          <config-file target="package.appxmanifest" parent="/Package/Capabilities">
              <Capability Name="picturesLibrary" />
              <DeviceCapability Name="webcam" />