Commit Graph

87 Commits

Author SHA1 Message Date
Jesse MacFadyen
2437c40fe7 CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, instead of writing to app package. 2013-12-09 17:35:18 -08:00
Kevin Woram
6f4fef8479 CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()
getRotatedBitmap() can run out of memory if the image is very large:

http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-190.html

If this happens, simply do not rotate the image and return it unmodified.  If you do not catch the OutOfMemoryError, the Android app crashes.
2013-12-06 14:50:59 -05:00
James Long
3424ddb39c fix camera for firefox os 2013-12-03 13:10:25 -08:00
Piotr Zalewa
e8e420895e getPicture via web activities 2013-12-03 13:09:27 -08:00
Steven Gill
a6736cda71 added ubuntu support 2013-12-02 15:11:12 -08:00
Maxim Ermilov
b44ea1c69f add ubuntu platform 2013-10-26 06:17:04 +04:00
Shazron Abdullah
4e6cf5cc2e CB-4958 - iOS - Camera plugin should not show the status bar 2013-10-15 10:29:54 -07:00
Anis Kadri
6a1a558e81 CB-4889 renaming core inside cameraProxy 2013-09-25 15:34:11 +02:00
purplecabbage
f5a521f5ea [Windows8] commandProxy has moved 2013-09-25 15:02:30 +02:00
Herm Wong
3a3bbb1cc9 added Camera API for FirefoxOS 2013-09-18 16:22:13 -07:00
James Jong
9bcf725e39 [CB-4823] Fix XCode 5 camera plugin warnings 2013-09-16 15:13:35 -04:00
Andrew Grieve
224e7cfb20 Fix compiler warnings 2013-09-09 16:21:30 -04:00
Andrew Grieve
bc32c501da [CB-4765] Move ExifHelper.java into Camera Plugin 2013-09-09 16:15:16 -04:00
Andrew Grieve
df028dd257 [CB-4764] Remove reference to DirectoryManager from CameraLauncher 2013-09-09 16:10:16 -04:00
Andrew Grieve
44517ea93f [CB-4763] Use a copy of FileHelper.java within camera-plugin. 2013-09-09 15:10:40 -04:00
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
Andrew Grieve
6846cb04e3 [CB-4417] Move cordova-plugin-camera to its own Java package. 2013-08-14 14:37:25 -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
purplecabbage
fe35a3ce65 [Windows8] added support for Windows8 2013-07-29 19:04:44 -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
Jesse MacFadyen
c8c201b4ce [CB-4110] remove dupe code 2013-07-08 14:52:17 -07: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
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
Steven Gill
509991b50f updated CamaeraLauncher.java 2013-06-13 14:43:56 -07:00
Benn Mapes
69525b9b98 first pass at wp7 support 2013-06-07 11:37:25 -07:00
Steven Gill
f8948fb0bc fixed another mistake 2013-05-23 16:00:39 -07:00
Steven Gill
0b6342e56c updated plugin.xml, native src files 2013-05-23 14:51:18 -07:00
hermwong
fc2c9bd082 add iOS classes to plugin 2013-05-21 12:10:15 -07:00
Joe Bowser
5455bbeb37 Updating CameraLauncher based on changes in master, read pre-3.0 commit history for author info 2013-05-13 11:42:53 -07:00
Joe Bowser
aaef443dc6 Updating Plugin from curent source 2013-04-17 14:22:56 -07:00
Joe Bowser
a0bff7b154 Initial Commit 2013-04-01 15:35:43 -07:00