Shazron Abdullah
376bec2b96
CB-8032 - Camera Plugin - Add nativeURL external method support for CDVFileSystem->makeEntryForPath:isDirectory: ( closes #57 )
2015-01-09 16:24:31 -08:00
Shazron Abdullah
482f2ac2cc
CB-7938 - Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup) ( closes #60 )
2015-01-09 16:04:28 -08:00
Shazron Abdullah
35c653d24d
CB-7937 - Re-factor iOS Camera plugin so that it is testable ( closes #52 )
...
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2015-01-09 15:39:29 -08:00
Kris Selden
0d389857cf
Fix memory leak of image data in imagePickerControllerReturnImageResult
...
A __bridge_retained cast increments the count and requires a CFRelease, this should just be __bridge a cast since it isn’t being held onto by this method.
close #51
2014-10-09 20:26:45 -04:00
Brian Bolton
8b8db828f6
Pass uri to crop instead of pulling the low resolution image out of the intent return ( close #43 )
2014-10-07 15:47:04 -04:00
yoshifp
03fade661e
Add orientation support for PNG to Android ( closes #45 )
2014-10-07 15:44:27 -04:00
ktsour
3581c595d7
CB-7551 - [Camera][iOS 8] Scaled images show a white line
...
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-09-15 23:13:34 -07:00
Wang Jinggang
513bfde49e
CB-7558 - hasPendingOperation flag in Camera plugin's takePicture should be reversed to fix memory errors
...
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-09-15 15:34:18 -07:00
Suraj Pindoria
986bf6fd3c
Fixed minor bugs with the browser
2014-09-10 15:38:09 -07:00
Shazron Abdullah
ae22820046
CB-4003 - Add config option to not use location information in Camera plugin (and default to not use it)
2014-09-05 11:08:15 -07:00
Shazron Abdullah
fa30a56760
CB-7461 - Geolocation fails in Camera plugin in iOS 8
2014-09-05 11:08:15 -07:00
Vladimir Kotikov
6dcfa9cf9b
CB-7378 Use single Proxy for both windows8 and windows.
2014-09-05 11:08:15 -07:00
Vladimir Kotikov
f3cfadb19e
CB-7378 Adds support for windows platform
2014-09-05 11:07:49 -07:00
Suraj Pindoria
b2403c6076
Added support for the browser
2014-08-29 15:14:41 -07:00
Bryan Higgins
d53a7770d9
CB-7286 [BlackBerry10] Use getUserMedia if camera card is unavailable
2014-08-12 11:42:18 -04:00
Shazron Abdullah
42bf5d2983
CB-7180 - Update Camera plugin to support generic plugin webView UIView (which can be either a UIWebView or WKWebView)
2014-08-11 23:13:15 -07:00
Willy Aguirre
c696f6e0b3
update CameraProxy.js
2014-07-28 20:42:43 -05:00
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
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
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
Andrew Grieve
7b60a0b6d1
Remove deprecated symbols for iOS < 6
2014-06-04 14:22:41 -04:00
Maxim Ermilov
8ff4d3f16e
ubuntu: use application directory for images
2014-06-03 14:25:01 -07:00
Jesse MacFadyen
707426ece2
Merge branch 'CB-6613' of https://github.com/MSOpenTech/cordova-plugin-camera
2014-05-08 15:31:46 -07: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
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
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
James Jong
c9bab1f94c
CB-6212 iOS: fix warnings compiled under arm64 64-bit
2014-03-13 09:51:47 -04:00
Andrew Grieve
f3a704b59d
CB-1826 Android: Guard against content provider not supplying orientation
2014-02-24 14:30:28 -05:00
Clément Vollet
4ae4414856
CB-1826 Catch OOM on gallery image resize
2014-02-13 13:26:48 -05:00
Clément Vollet
61ba9cca4b
Refactor onActivityResult
2014-02-13 13:24:41 -05:00
Herm Wong
ab1281fb25
remove unrequired FFOS file
2014-01-15 10:23:37 -08:00
Piotr Zalewa
464c37eb50
getPicture via web activities
2014-01-14 12:25:28 -08:00
James Long
76eb49da95
reference the correct firefoxos implementation
2014-01-10 11:52:51 -08:00
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