You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/06/04 22:39:24 UTC

[1/2] git commit: CB-5895 documented saveToPhotoAlbum quirk on WP8

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master d00464e9d -> 1f51a3b61


CB-5895 documented saveToPhotoAlbum quirk on WP8


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

Branch: refs/heads/master
Commit: 4bdb990b773c20e2735739b877ac09f1ce6f98e0
Parents: 7b60a0b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 4 13:34:17 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 4 13:38:15 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/4bdb990b/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index e892620..66f0a19 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -291,6 +291,9 @@ Optional parameters to customize the camera settings.
 
 - Ignores the `cameraDirection` parameter.
 
+- Ignores the `saveToPhotoAlbum` parameter.  IMPORTANT: All images taken with the wp7/8 cordova camera API are always copied to the phone's camera roll.  Depending on the user's settings, this could also mean the image is auto-uploaded to their OneDrive.  This could potentially mean the image is available to a wider audience than your app intended.  If this a blocker for your application, you will need to implement the CameraCaptureTask as documented on msdn : [http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394006.aspx](http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394006.aspx)
+You may also comment or up-vote the related issue in the [issue tracker](https://issues.apache.org/jira/browse/CB-2083)
+
 - Ignores the `mediaType` property of `cameraOptions` as the Windows Phone SDK does not provide a way to choose videos from PHOTOLIBRARY.
 
 


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera

Posted by pu...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera


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

Branch: refs/heads/master
Commit: 1f51a3b61dc2a9ff639a8a0b623a3a4146401bed
Parents: 4bdb990 d00464e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 4 13:38:52 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 4 13:38:52 2014 -0700

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

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