You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2016/07/31 22:27:35 UTC

cordova-plugin-camera git commit: CB-10067: (ios) clarifications on PictureSourceType

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 3f8c53f7f -> 7e8fe0bae


CB-10067: (ios) clarifications on PictureSourceType

 This closes #227


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

Branch: refs/heads/master
Commit: 7e8fe0bae98beb088bb0c6c8bf622af197dfdd23
Parents: 3f8c53f
Author: Julio C�sar <jc...@gmail.com>
Authored: Mon Aug 1 00:23:01 2016 +0200
Committer: Julio C�sar <jc...@gmail.com>
Committed: Mon Aug 1 00:27:07 2016 +0200

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/7e8fe0ba/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3f660e4..c5f594b 100644
--- a/README.md
+++ b/README.md
@@ -305,9 +305,9 @@ change, cropping, etc.) due to implementation specific.
 
 | Name | Type | Default | Description |
 | --- | --- | --- | --- |
-| PHOTOLIBRARY | <code>number</code> | <code>0</code> | Choose image from picture library (same as SAVEDPHOTOALBUM for Android) |
+| PHOTOLIBRARY | <code>number</code> | <code>0</code> | Choose image from the device's photo library (same as SAVEDPHOTOALBUM for Android) |
 | CAMERA | <code>number</code> | <code>1</code> | Take picture from camera |
-| SAVEDPHOTOALBUM | <code>number</code> | <code>2</code> | Choose image from picture library (same as PHOTOLIBRARY for Android) |
+| SAVEDPHOTOALBUM | <code>number</code> | <code>2</code> | Choose image only from the device's Camera Roll album (same as PHOTOLIBRARY for Android) |
 
 <a name="module_Camera.PopoverArrowDirection"></a>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org