Commit Graph

439 Commits

Author SHA1 Message Date
Julio César 16636d18f2 Added a lot of more cases to get the real path
Added a lot of more cases to get the real path

This closes #175
2016-02-22 11:54:22 -08:00
Julio César 019346d188 Fix for CB-10625
getDocumentId was crashing in some cases.
Now, in case it crashes, it will use the original uri to query.
2016-02-22 11:23:53 -08:00
Alexander Sorokin 61b77951e1 CB-10619 Appium tests: Properly switch to webview 2016-02-16 16:28:43 +03:00
Alexander Sorokin a060fb36f3 CB-10397 Added Appium tests 2016-02-12 14:13:46 +03:00
Sarangan Rajamanickam 77653183dd CB-10576: MobileSpec can't get results for Windows-Store 8.1 Builds
Fixing a minor syntax issue
2016-02-09 16:17:17 -08:00
t1st3 df734a522c chore: edit package.json license to match SPDX id
See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)

X-ref: https://github.com/apache/cordova-plugin-device/pull/48
2016-02-06 11:16:08 +01:00
Raghav Katyal 654286d373 CB-10539: Commenting out the verySmallQvga maxResolution option 2016-02-05 15:03:19 -08:00
Raghav Katyal 76ad059c9c CB-10541: Changing default maxResoltion to be highestAvailable for CameraCaptureUI 2016-02-04 12:14:16 -08:00
Laurent Deketelaere 5b38453262 CB-10113 Browser - Layer camera UI on top of all!
Adds CSS style {position: 'relative', z-index: 2147483647} (2147483647 is the highest possible z-index) on DOM appended elements.

This closes #134
2016-02-02 17:02:15 +10:00
Tim Barham e48a7e5c5c CB-10502 Fix camera plugin exception in Chrome when click capture.
The MediaStream.stop() method has been deprecated as of Chrome 47. We were using it, and it was generating an exception.

If stop() method is not found, instead stop each individual track (the new way of doing it).
2016-02-02 16:31:39 +10:00
Raghav Katyal 06fcbf05a2 Adding comments 2016-01-21 14:11:59 -08:00
PerfectionCSGO 9a9081b0d4 Camera tapping fix 2016-01-21 14:07:51 -08:00
Steve Gill 6f7ce333cc CB-10368 Incremented plugin version. 2016-01-15 16:58:32 -08:00
Steve Gill 0f32b78c82 CB-10368 Updated version and RELEASENOTES.md for release 2.1.0 2.1.0 rel/2.1.0 2016-01-15 16:35:05 -08:00
Steve Gill eb009471ab added .ratignore 2016-01-15 15:09:14 -08:00
riknoll 1d32ea46f0 CB-10319 android: Adding reflective helper methods for permission requests 2016-01-12 17:42:29 -08:00
riknoll e2193631d5 CB-9189 android: Implementing save/restore API to handle Activity destruction 2016-01-05 14:18:43 -08:00
Shazron Abdullah e8fa1695c4 CB-10241 - App Crash cause by Camera Plugin ios 7 2015-12-22 17:54:07 -08:00
Steve Gill e1911a3c78 CB-10035 Incremented plugin version. 2015-11-30 17:57:07 -08:00
Raghav Katyal ef5484a2aa CB-8940 Setting z-index values to maximum for UI buttons. This closes #140. 2015-11-19 17:36:06 -08:00
Steve Gill b3376e2389 CB-10035 linked issues in RELEASENOTES.md 2.0.0 2015-11-18 22:11:41 -08:00
Steve Gill ee9884e97b CB-10035 Updated version and RELEASENOTES.md for release 2.0.0 2015-11-18 19:45:05 -08:00
Steve Gill 1cf4feee60 removed r prefix from tags 2015-11-18 14:53:10 -08:00
Steve Gill 847add6870 CB-10035 Updated RELEASENOTES to be newest to oldest 2015-11-18 13:54:08 -08:00
Jesse MacFadyen 63ac782b32 remove unneeded weakness 2015-11-17 16:56:35 -08:00
Jesse MacFadyen 7f3a0a5483 CB-8863 correct block usage for async calls 2015-11-17 16:37:45 -08:00
riknoll 036cdfdeb8 CB-5479 android: changed saveToPhotoAlbum to save uncompressed images 2015-11-17 12:03:30 -08:00
riknoll 2bb134bf6b CB-9169 android: Fixed filetype for uncompressed images and added quirk 2015-11-10 17:26:07 -08:00
Joe Bowser 88592575fe CB-9446 related: Removing CordovaResource library code in favour of the code we're supposed to be deprecating because that at least works. 2015-11-09 14:28:58 -08:00
daserge f5217bf02b CB-9942 Normalize line endings in Camera plugin docs
Adds .gitattributes to ensure LF line endings in the repo
2015-11-04 12:01:21 +03:00
riknoll 9b444c39ba CB-9910 android: Add permission request for some gallery requests 2015-11-02 15:25:33 -08:00
Richard Knoll 5ff225d8df CB-7668 android: Adding a sterner warning for allowedit on Android 2015-10-29 14:35:58 -07:00
Dmitry Blotsky 3a8880d0c3 Actually fixing the contribute link. 2015-10-23 12:11:49 -07:00
Dmitry Blotsky d0ad2f5065 Fixing contribute link. 2015-10-23 12:03:42 -07:00
Joe Bowser 44475d9df9 Using the CordovaResourceApi to fine paths of files in the background thread. If the file doesn't exist, return the content URI
We also do a refactor to bring this in line.  This code got bike-shedded
a bit.
2015-10-22 16:19:13 -07:00
Joe Bowser 2714060b09 Add engine tag for Cordova-Android 5.0.x 2015-10-22 16:19:13 -07:00
Joe Bowser cbe17eec21 Fix permission handling 2015-10-22 16:19:12 -07:00
Joe Bowser 8024c5de49 CB-9583: Permissions for Marshmallow 2015-10-22 16:19:12 -07:00
Vladimir Kotikov 933b35b0d2 Closes stale pull requests. Close #91, close #82, close #59, close #20 2015-10-19 13:10:04 +03:00
Nelson Antunes dbe3e3d2ca Try to use realpath filename instead of default modified.jpg 2015-10-15 01:21:05 +01:00
Jesse MacFadyen a030c52f7f change 'case' to else-if. This closes #113 2015-10-14 18:08:01 +03:00
Julio César b8a68af63f CB-6190 - iOS camera plugin ignores quality parameter
CB-6190 - iOS camera plugin ignores quality parameter in some
circunstances
Added a check to not downscale if quality is 100 or sourceType !=
UIImagePickerControllerSourceTypeCamera (according to the docs, images
from gallery aren’t downscaled). This closes #108
2015-10-14 17:09:44 +03:00
sgrebnov 837d6721f2 CB-9633 iOS Taking a Picture With Option destinationType:NATIVE_URI Doesn't Show Image
This closes #122
2015-10-14 16:19:48 +03:00
daserge f20dfae735 CB-9745 Camera plugin docs should be generated from the source
Moved docs to jsdocs comments in the code, removed redundancy.
Moved Quirks and extra examples to errata sections of the docs TEMPLATE.md, linked the jsdoc comments to these sections.
Added dependencies to common plugin docs template and husky (precommit hook to regen the docs automatically).
Added gen-docs command to re-generate the docs.
Extended TOC manually [to include classes containing only one member](https://github.com/jsdoc2md/jsdoc-to-markdown/issues/34) (CameraPopoverHandle and CameraPopoverOptions).
Extended the docs via DMD template to include "Installation", "How to contribute" and "Docs are generated" warning.

github: close #129
2015-10-12 12:42:47 +03:00
sgrebnov 454a6f518c CB-9622 Windows Phone 8 Camera Option destinationType:NATIVE_URI is a NO-OP
•	WP8 proxy now supports NATIVE_URI param
•	Treat NATIVE_URI same way as FILE_URI (similar to Android).

This closes #119
2015-09-09 13:01:48 +03:00
Vladimir Kotikov dca8bd1943 CB-9623 Fixes various issues when encodingType set to png 2015-09-08 17:18:57 +03:00
Jakub Navrátil cad9ab0419 CB-9591 Retaining aspect ratio when resizing 2015-09-01 10:49:12 -07:00
Murat Sutunc ee5cfe89a5 CB-9443 Pick correct maxResolution
This closes #111, closes #56
2015-08-03 15:45:55 -07:00
Murat Sutunc 813d143667 CB-9151 Trigger captureAction only once 2015-08-03 10:09:15 -07:00
Murat Sutunc 110b3b3388 CB-9413 Close RandomAccessStream once copied 2015-07-27 11:39:38 -07:00