Commit Graph

65 Commits

Author SHA1 Message Date
Joe Bowser
f33e00083a CB-4633: We really should close cursors. It's just the right thing to do. 2013-09-04 11:34:13 -07:00
Joe Bowser
118ca18d5a No longer causes a stack trace, but it doesn't cause the error to be called. 2013-09-04 11:34:13 -07:00
Andrew Grieve
382e9421e7 [CB-4656] Don't add line-breaks to base64-encoded images. 2013-08-29 14:09:33 -04:00
lorinbeer
df3141fef4 [CB-4432] copyright notice change 2013-08-20 13:55:43 -07:00
Steven Gill
e5b70d9446 Merge branch 'dev' 2013-08-19 14:31:12 -07:00
Steven Gill
34101109ab CB-4595: updated version 2013-08-19 14:26:21 -07:00
purplecabbage
10df8b6652 cleanup whitespace 2013-08-15 15:01:14 -07:00
Steven Gill
342401ef18 reverted name element to be human readable 2013-08-14 15:21:03 -07:00
Andrew Grieve
6846cb04e3 [CB-4417] Move cordova-plugin-camera to its own Java package. 2013-08-14 14:37:25 -07:00
Steven Gill
f44bdf7478 updated namespace, name tag and readme 2013-08-14 14:37:25 -07:00
Steven Gill
7aa8aa8b57 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera 2013-08-14 13:10:29 -07:00
James Jong
b702aaf440 [CB-3482] Allow image metadata to be saved to album on iOS
-pass in metadata when saving to album using ALAssetsLibrary
2013-08-14 13:10:24 -07:00
James Jong
5f98661e0d [CB-3453] Save original picture to photo library
- saves original picture when the following camera options are set for no edits (i.e. allowEdit is false, correctOrientation is false, targetWidth/targetHeight are not specified)
- this mirrors cordova-android behavior
- testing done with mobile-spec auto and manual tests
2013-08-14 13:10:24 -07:00
James Jong
3b0538c3b1 [CB-3482] Allow image metadata to be saved to album on iOS
-pass in metadata when saving to album using ALAssetsLibrary
2013-08-09 10:09:42 -04:00
James Jong
767e064c01 [CB-3453] Save original picture to photo library
- saves original picture when the following camera options are set for no edits (i.e. allowEdit is false, correctOrientation is false, targetWidth/targetHeight are not specified)
- this mirrors cordova-android behavior
- testing done with mobile-spec auto and manual tests
2013-08-08 15:01:59 -04:00
Hardeep Shoker
73f9af5b84 [plugin.xml] adding android namespace 2013-08-06 15:34:27 -07:00
Hardeep Shoker
16f141ab45 [plugin.xml] standardizing license + meta 2013-08-06 14:52:52 -07:00
Hardeep Shoker
033999b934 [license] adding apache license file 2013-08-06 14:42:09 -07:00
Anis Kadri
c1935df8df updating plugin.xml with registry data 2013-07-30 15:31:58 -07:00
purplecabbage
fe35a3ce65 [Windows8] added support for Windows8 2013-07-29 19:04:44 -07:00
Shazron Abdullah
5d747c739d [CB-4366] Explicit MobileCoreServices.framework dependency should be specified for some core plugins 2013-07-23 17:14:59 -07:00
Shazron Abdullah
18fcce8c32 [CB-4367] Explicit AssetsLibrary.framework dependency should be specified for some core plugins 2013-07-23 17:11:39 -07:00
Shazron Abdullah
dad346be71 [CB-4368] Explicit CoreGraphics.framework dependency should be specified for some core plugins 2013-07-23 17:07:32 -07:00
Shazron Abdullah
230ef687e7 [CB-4365] Explicit CoreLocation.framework dependency should be specified for some core plugins 2013-07-23 17:04:26 -07:00
Shazron Abdullah
6f6617c902 [CB-4361] Camera plugin needs to specify ImageIO.framework dependency in plugin.xml 2013-07-23 14:51:24 -07:00
Benn Mapes
1c84c87ca3 [wp] capabilities fix, access to mediaLib for saving photos 2013-07-19 10:39:56 -07:00
Steven Gill
9b8f446f51 updated readme 2013-07-18 16:15:55 -07:00
Jesse MacFadyen
6fc27e7260 ignore stuff 2013-07-15 18:02:42 -07:00
Max Woghiren
648a53647d [CB-1605] Warning cleanup! Removed unused import. 2013-07-11 17:48:12 -04:00
Andrew Grieve
1b27bf0035 [CB-4038] - Remove o.a.c.api namespace 2013-07-10 09:31:32 -04:00
Andrew Grieve
ba9b568c5d [CB-4131] Use relative require paths in camera files. 2013-07-09 14:39:49 -04:00
Andrew Grieve
311f3f6c56 Add symbol paths for CameraPopoverOptions and CameraPopoverHandle 2013-07-09 14:39:49 -04:00
Jesse MacFadyen
ad6b9fa3fd Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera
Conflicts:
	plugin.xml
2013-07-08 14:53:49 -07:00
Jesse MacFadyen
c8c201b4ce [CB-4110] remove dupe code 2013-07-08 14:52:17 -07:00
Andrew Grieve
ea7bddac52 Fix CameraPopoverHandle module defined multiple times on iOS 2013-06-28 21:39:07 -04:00
Andrew Grieve
ff587d400e Fix require paths that were broken by plugin id changes 2013-06-28 21:39:07 -04:00
Andrew Grieve
a025cdd4e6 Remove xmlns:android, fix plugin id 2013-06-28 18:35:55 -04:00
Benn Mapes
380630624d [CB-3656] first pass wp8 support 2013-06-24 14:11:43 -07:00
lorinbeer
f02ae7697e [CB-3652] camera plugin breakout blackberry10 initial commit 2013-06-21 14:16:01 -07:00
Fil Maj
4db9a6c813 [CB-3654] added extern storage permissions so camera works. fixed issue with test page. 2013-06-17 15:47:34 -07:00
James Jong
a9b79ebb44 [CB-3757] camera.getPicture from photolib fails on iOS
-set data pointer properly when there's no controller metadata
2013-06-17 17:48:15 -04:00
Benn Mapes
a23de52370 added camera capability for wp7 2013-06-14 13:48:47 -07:00
Steven Gill
ac4e93c86e updated test file 2013-06-13 17:48:38 -07:00
Steven Gill
abffce6983 modified plugin.xml 2013-06-13 17:43:45 -07:00
Steven Gill
1eb52eb5ed updated popover reference on test page 2013-06-13 17:27:49 -07:00
Steven Gill
2b02141fc0 fixed require error 2013-06-13 17:09:04 -07:00
Steven Gill
d5831d1cd8 merge issue 2013-06-13 14:45:12 -07:00
Steven Gill
509991b50f updated CamaeraLauncher.java 2013-06-13 14:43:56 -07:00
Joe Bowser
d44138e7b0 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera 2013-06-12 14:39:08 -07:00
Joe Bowser
1e02cf281a Removing commons-codec dependency, this should be ready to go 2013-06-12 14:38:40 -07:00