Commit Graph

262 Commits

Author SHA1 Message Date
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 0.3.5 r0.3.5 2015-02-04 20:12:45 -05: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 0.3.4 r0.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 0.3.3 r0.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 0.3.2 r0.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
Edna Morales 5b84c38a43 add documentation for manual tests 2014-09-05 11:07:49 -07:00
Lisa Seacat DeLuca af566264ef CB-7249 cordova-plugin-camera documentation translation: cordova-plugin-camera 2014-09-04 22:30:08 -04:00
Suraj Pindoria a423e57c8a Updated docs for browser 2014-09-04 14:51:24 -07:00
Shazron Abdullah 481ff27727 CB-4003 - Add config option to not use location information in Camera plugin (and default to not use it) 2014-09-03 17:40:20 -07:00
Shazron Abdullah 599ab31090 CB-7461 - Geolocation fails in Camera plugin in iOS 8 2014-09-03 16:48:42 -07:00
Jesse MacFadyen b3b43b1f3c Merge branch 'CB-7378' of https://github.com/MSOpenTech/cordova-plugin-camera 2014-09-02 18:45:37 -07:00
Suraj Pindoria b2403c6076 Added support for the browser 2014-08-29 15:14:41 -07:00
Vladimir Kotikov c8c3bf0782 CB-7433 Fixes manual tests failure on windows 2014-08-30 01:20:57 +04:00
Vladimir Kotikov f3bc296da8 CB-7378 Use single Proxy for both windows8 and windows. 2014-08-27 17:18:22 +04:00