Commit Graph

179 Commits

Author SHA1 Message Date
Andrew Grieve
e4ab155fd0 CB-7071 android: Fix callback firing before CROP intent is sent when allowEdit=true 2014-07-03 13:21:52 -04:00
kieferhagin
f20703de20 Tweak docs to not use []'s for optional arg since that's JS array notation
close #21
2014-06-27 13:56:27 -04:00
Dominik Pesch
543c4198d8 CB-6875 android: Handle exception when SDCard is not mounted
close #29
2014-06-27 13:55:18 -04:00
Andrew Grieve
1650dce693 ios: Delete postImage (dead code) 2014-06-27 13:49:56 -04:00
Manu Garcia Urreta
5b8324e984 Prevent NPE on processResiultFromGallery when intent comes null
close #22
2014-06-27 13:33:03 -04:00
Eirik Hoem
fa93b534d1 Remove iOS doc reference to non-existing navigator.fileMgr API
close #13
2014-06-27 12:10:35 -04:00
Raymond Camden
c1683000d2 Docs updated with some default values
close #35
2014-06-27 12:09:01 -04:00
Vladimir Kotikov
06ecc91fd1 Removes File plugin dependency from windows8 code. 2014-06-16 10:51:45 +04:00
Vladimir Kotikov
ffd46c4ef5 Use WinJS functionality to resize image instead of File plugin functionality 2014-06-11 12:49:58 +04:00
Steven Gill
1cf38cd775 CB-6877 Incremented plugin version. 2014-06-05 13:40:49 -07:00
Steven Gill
4fa934e06f CB-6877 Updated version and RELEASENOTES.md for release 0.3.0 2014-06-05 13:39:42 -07:00
Jesse MacFadyen
1f51a3b61d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera 2014-06-04 13:38:52 -07:00
Jesse MacFadyen
4bdb990b77 CB-5895 documented saveToPhotoAlbum quirk on WP8 2014-06-04 13:38:15 -07:00
Jesse MacFadyen
d00464e9d3 CB-2083 documented saveToPhotoAlbum quirk on WP8 2014-06-04 13:34:17 -07:00
Andrew Grieve
7b60a0b6d1 Remove deprecated symbols for iOS < 6 2014-06-04 14:22:41 -04:00
ldeluca
4c901d56be documentation translation: cordova-plugin-camera 2014-06-03 14:29:42 -07:00
ldeluca
5af2653f18 Lisa testing pulling in plugins for plugin: cordova-plugin-camera 2014-06-03 14:29:42 -07:00
ldeluca
9de98fcc0d Lisa testing pulling in plugins for plugin: cordova-plugin-camera 2014-06-03 14:29:41 -07:00
ldeluca
68453f2492 Lisa testing pulling in plugins for plugin: cordova-plugin-camera 2014-06-03 14:29:41 -07:00
ldeluca
61325f4620 Lisa testing pulling in plugins for plugin: cordova-plugin-camera 2014-06-03 14:29:41 -07:00
Maxim Ermilov
8ff4d3f16e ubuntu: use application directory for images 2014-06-03 14:25:01 -07:00
Marcel Kinard
6e93ebbf90 CB-6795 Add license 2014-05-30 11:21:48 -04:00
Shashwat
199732845e Little fix in code formatting
github: close #28
2014-05-13 11:01:06 -04:00
Jesse MacFadyen
707426ece2 Merge branch 'CB-6613' of https://github.com/MSOpenTech/cordova-plugin-camera 2014-05-08 15:31:46 -07:00
Jesse MacFadyen
10e5455356 Merge branch 'CB-6612' of https://github.com/MSOpenTech/cordova-plugin-camera 2014-05-08 15:06:17 -07:00
mbillau
30a75e3fa7 Removed invalid note from CB-5398 2014-05-08 09:00:37 -04:00
Vladimir Kotikov
9e0d943971 CB-6612 camera.getPicture now always returns encoded JPEG image 2014-05-05 09:27:45 +04:00
Vladimir Kotikov
87a5030771 CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality 2014-05-02 12:46:45 +04:00
RemeR
0c9de56da5 CB-6576 - Returns a specific error message when app has no access to library.
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-04-30 16:03:37 -07:00
Marcel Kinard
e8596fbc8e CB-6491 add CONTRIBUTING.md 2014-04-30 09:20:09 -04:00
Andrew Grieve
d899d7a4b8 CB-6546 android: Fix a couple bugs with allowEdit pull request
- Don't set width/height when they are not specified
- photolibrary returns null from getData when image is cropped
2014-04-29 00:51:09 -04:00
Andrew Grieve
c7d88e8b34 CB-6546 android: Add support for allowEdit Camera option
GitHub: Close #12
2014-04-29 00:49:29 -04:00
Ian Clelland
d6af2098c1 CB-6452 Incremented plugin version on dev branch. 2014-04-17 11:16:03 -04:00
Ian Clelland
b76b5ae670 CB-6452 Updated version and RELEASENOTES.md for release 0.2.9 2014-04-17 10:53:20 -04:00
Ian Clelland
f2a41e4b5e CB-6460: Update license headers 2014-04-16 16:15:25 -04:00
Jesse MacFadyen
85a986f589 CB-6422 [windows8] use cordova/exec/proxy 2014-04-08 15:53:51 -07:00
Jesse MacFadyen
4c2c567fd8 WP8 When only targetWidth or targetHeight is provided, use it as the only bound 2014-04-08 12:19:44 -07:00
Jesse MacFadyen
fe6dc72a75 Remove rotation test value 2014-04-08 12:03:22 -07:00
Jesse MacFadyen
ae2acd9ab2 cleanup, finalize implementations/consolidations 2014-04-07 18:13:57 -07:00
Jesse MacFadyen
f6e8548381 combining callbacks, removing lots of dupe code 2014-04-07 16:32:21 -07:00
Jesse MacFadyen
e7a3d70fe9 Fix camera issues, cropping, memory leaks CB-4027, CB-5102, CB-2737, CB-2387 2014-04-07 15:00:12 -07:00
James Jong
91d6e10b29 CB-6212 iOS: fix warnings compiled under arm64 64-bit
-one update to CDVCamera.m
2014-03-13 10:16:30 -04:00
Long Nguyen
6fb63fede5 Fix typo error in docs
from libarary to library

github: close #18
2014-03-13 09:59:53 -04:00
James Jong
c9bab1f94c CB-6212 iOS: fix warnings compiled under arm64 64-bit 2014-03-13 09:51:47 -04:00
Ryan Willoughby
5393a28191 Add rim xml namespaces declaration 2014-03-12 12:47:24 -04:00
Andrew Grieve
2a7520112e Merge branch 'master' into dev
Conflicts:
	plugin.xml
2014-02-27 16:03:32 -05:00
Andrew Grieve
552b806347 Add NOTICE file 2014-02-27 15:44:29 -05:00
Andrew Grieve
61a963d6fb Add NOTICE file 2014-02-27 15:36:55 -05:00
Andrew Grieve
3be1802c9e CB-6114 Incremented plugin version on dev branch. 2014-02-27 15:36:55 -05:00
Andrew Grieve
19a44608b8 CB-6114 Updated version and RELEASENOTES.md for release 0.2.8 2014-02-27 15:36:55 -05:00