Steve Gill
00cd249dd7
CB-8646 Updated version and RELEASENOTES.md for release 0.3.6
2015-03-10 17:12:32 -07:00
Steve Gill
b698e10386
added missing apache header
2015-03-10 17:01:00 -07:00
Jesse MacFadyen
2a93a48956
Fix localize key for Videos. This closes #58
2015-03-09 17:34:36 -07:00
Serge Huijben
929733b891
CB-8235 android: Fix crash when selecting images from DropBox with spaces in path ( close #65 )
2015-03-04 20:33:21 -05:00
Jesse MacFadyen
f39a08ba29
Merge branch 'patch-1' of https://github.com/vilic/cordova-plugin-camera
2015-03-03 14:43:07 -08:00
Murat Sutunc
bca73e6ee9
CB-8599 fix threading issue with cameraPicker ( fixes #72 )
...
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2015-03-03 14:09:29 -08:00
Jesse MacFadyen
2c597a389b
CB-8559 Integrate TravisCI
2015-03-02 11:47:04 -08:00
Victor Sosa
b780331389
CB-8438 cordova-plugin-camera documentation translation: cordova-plugin-camera
2015-02-27 12:47:23 -06:00
Steve Gill
57aa707c6a
CB-8538 Added package.json file
2015-02-24 23:02:44 -08:00
Andrew Grieve
97514fb01e
CB-8429 Incremented plugin version.
2015-02-04 20:54:02 -05:00
Andrew Grieve
799ed580d3
CB-8429 Updated version and RELEASENOTES.md for release 0.3.5
2015-02-04 20:12:45 -05:00
VILIC VANE
d7e708db09
add try ... catch for getting image orientation
...
There's bug in Windows Phone 8.1 causing Seek on a DssPhotoStream not working properly.
https://connect.microsoft.com/VisualStudio/feedback/details/783252
But a mis-oriented file is better than nothing, so try and catch.
2015-01-29 01:31:21 +08:00
Andrew Grieve
80b0048384
CB-8351 ios: Stop using now-deprecated [NSData base64EncodedString]
2015-01-27 10:56:19 -05:00
Andrew Grieve
2ead6335c9
CB-8351 ios: Stop using now-deprecated integerValueForKey: class extension
2015-01-27 10:47:04 -05:00
Andrew Grieve
2a0735d551
CB-8351 Unbreak build from previous commit
2015-01-27 10:19:46 -05:00
Andrew Grieve
4f056f0a73
CB-8351 Use argumentForIndex rather than NSArray extension
2015-01-23 09:49:20 -05:00
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
Steve Gill
3ab650bdc9
CB-8110 Incremented plugin version.
2014-12-02 16:08:49 -08:00
Steve Gill
2045e0a644
CB-8110 Updated version and RELEASENOTES.md for release 0.3.4
2014-12-02 16:07:01 -08:00
Josh Soref
032531ae77
CB-7977 Mention deviceready in plugin docs
2014-11-06 17:34:12 -05:00
Josh Soref
fb4cff9cc0
CB-7979 Each plugin doc should have a ## Installation section
2014-11-06 17:34:09 -05: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
Ian Clelland
c06ae46485
Merge branch 'master' of https://github.com/sosahvictor/cordova-plugin-camera
2014-10-06 14:24:33 -04:00
Steven Gill
dbe33a44ff
Incremented plugin version.
2014-10-03 17:09:46 -07:00
Steven Gill
021743f20e
Updated version and RELEASENOTES.md for release 0.3.3
2014-10-03 16:10:12 -07:00
Victor Sosa
53e42fc97b
CB-7700 cordova-plugin-camera documentation translation: cordova-plugin-camera
2014-10-02 18:10:17 -05:00
Vladimir Kotikov
7413c1bcb2
CB-7600 Adds informative message to error callback in manual test.
2014-09-19 13:21:22 +04:00
Marcel Kinard
860fedece4
CB-7571 Bump version of nested plugin to match parent plugin
2014-09-17 16:27:13 -04:00
Marcel Kinard
9adc39ca2c
CB-7571 Incremented plugin version.
2014-09-17 15:35:01 -04:00
Marcel Kinard
af18483d69
CB-7571 Updated version and RELEASENOTES.md for release 0.3.2
2014-09-17 15:27:39 -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
Shazron Abdullah
43cb385f0e
CB-7557 - Camera plugin tests is missing a File dependency
2014-09-15 15:31:04 -07:00
Edna Morales
45da410662
CB-7423 do cleanup after copyImage manual test
...
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-09-15 15:27:46 -07:00
Lisa Seacat DeLuca
fcfe642147
CB-7471 cordova-plugin-camera documentation translation: cordova-plugin-camera
2014-09-15 17:24:53 -04:00
Vladimir Kotikov
05da230c2a
CB-7413 Resolve 'ms-appdata' URIs with File plugin
...
+ typo fix in data URI check
2014-09-11 13:55:53 +04:00
Suraj Pindoria
986bf6fd3c
Fixed minor bugs with the browser
2014-09-10 15:38:09 -07:00
Vladimir Kotikov
d84b875c44
CB-7433 Adds missing window reference to prevent manual tests failure on Android and iOS
2014-09-10 18:53:09 +04:00
Anis Kadri
1ffb14d764
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera
...
Conflicts:
plugin.xml
2014-09-05 11:08:40 -07:00
Lisa Seacat DeLuca
e851960910
CB-7249 cordova-plugin-camera documentation translation: cordova-plugin-camera
2014-09-05 11:08:15 -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
5c1394058c
CB-7433 Fixes manual tests failure on windows
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
Marcel Kinard
e9a834955c
CB-6958 Get the correct default for "quality" in the test
2014-09-05 11:07:49 -07:00