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
Andrey Kurdyumov
eeb5880580
CB-5661 Remove outdated iOS quirks about memory
2015-07-27 15:53:13 +06:00
Murat Sutunc
9dfd37cd66
Closing stale pull request: close #106
2015-07-13 16:02:12 -07:00
Gillardo
c50757c245
CB-9349 Focus control and nice UI
...
Removed old comment, move style text. close #106
2015-07-10 10:03:36 -07:00
Murat Sutunc
0264e56162
Closing stale pull request: close #73
2015-07-09 15:22:02 -07:00
Murat Sutunc
8ebaaa62bd
Closing stale pull request: close #77
2015-07-09 15:19:19 -07:00
Jesse MacFadyen
11eaaa8b9f
remove travis-ci integration
2015-07-07 17:36:10 -07:00
Joe Bowser
899802a202
CB-9259: Forgot to add another check on which URI we're using when fixing this thing the first time
2015-07-07 14:27:44 -07:00
Shazron Abdullah
1e607ddcc8
CB-9247 - typo
2015-06-25 06:22:24 -07:00
Shazron Abdullah
63110ea54c
CB-9247 - Added macro to conditionally add NSData+Base64.h
2015-06-25 06:20:25 -07:00
Shazron Abdullah
b683315be6
CB-9247 - Fixes compilation errors with cordova-ios 4.x
2015-06-25 06:09:59 -07:00
Jesse MacFadyen
2e147ba9ca
Merge branch 'CB-8498-take2' of https://github.com/vldmrrr/cordova-plugin-camera
2015-06-17 17:38:01 -07:00
Steve Gill
11498404fc
CB-9192 Incremented plugin version.
2015-06-17 17:35:34 -07:00
vladimir
363dd02584
Fix returning native url on windows.
2015-06-17 16:14:58 -05:00
Steve Gill
437cf3d93a
CB-9202 updated repo url to github mirror in package.json
2015-06-17 14:14:41 -07:00
Steve Gill
e8d52ef256
CB-9192 Updated version and RELEASENOTES.md for release 1.2.0
2015-06-17 12:36:01 -07:00
Murat Sutunc
647dac284b
Closing stale pull request: close #84
2015-06-15 16:52:32 -07:00
Murat Sutunc
92c039e465
Closing stale pull request: close #66
2015-06-15 16:51:08 -07:00
Victor Sosa
b6a8a24b88
CB-9128 cordova-plugin-camera documentation translation: cordova-plugin-camera
2015-06-12 09:38:52 -05:00
Murat Sutunc
0d37267eb4
Update docs. This closes #100
2015-06-09 17:46:49 -07:00
Raymond Camden
88ee99011c
attempt to fix npm markdown issue
2015-06-02 10:42:32 -05:00
Murat Sutunc
a6cc9271a0
CB-8883 fix picture rotation issue
2015-05-26 12:32:53 -07:00
Jesse MacFadyen
b3430e6f80
one more alias
2015-05-20 16:31:59 -07:00
Jesse MacFadyen
888a9661fb
Fixed some nit white-space issues, aliased a little more
2015-05-20 16:17:57 -07:00
Jesse MacFadyen
15f66bf5cd
major refactor : readability
2015-05-18 21:38:34 -07:00
Jesse MacFadyen
33ffb17c97
Patch for CB-8498, this closes #64
2015-05-18 17:32:14 -07:00
Murat Sutunc
a830b3e08b
CB-8879 fix stripe issue with correct aspect ratio
2015-05-13 11:50:03 -07:00
Shazron Abdullah
706a3aa73e
CB-8601 - iOS camera unit tests broken
2015-05-11 17:39:40 -07:00
Dan Polivy
9f9e5ef4a9
CB-7667 iOS8: Handle case where camera is not authorized ( closes #49 )
...
In iOS 7+, when the app does not have access to the camera, show a
prompt notifying the user so they're not puzzled by looking at a black
screen.
In iOS 8+, include a link on the dialog to open the Setting app to allow
the user to change their Camera privacy setting.
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2015-05-11 17:26:00 -07:00
Jesse MacFadyen
b8b53c6254
add missing license header
2015-05-07 16:04:19 -07:00
Steve Gill
0436928275
CB-8959 Incremented plugin version.
2015-05-06 17:37:22 -07:00
Steve Gill
19feee9cb0
CB-8959 Updated version and RELEASENOTES.md for release 1.1.0
2015-05-06 17:07:39 -07:00
Murat Sutunc
69c687e0cf
CB-8943 fix PickAndContinue issue on Win10Phone
2015-05-06 12:05:36 -07:00
Alan Kinzie
b0ee9dd905
CB-8253 Fix potential unreleased resources
...
There was a place (~line 701) in CameraLauncher.java where there was the
potential for input and output streams to never be closed if an exception
occurs at the wrong time. There were some other places where an
InputStream was used anonymously, and so would never be closed.
This change introduces try/finally blocks to ensure that the streams will
always end up closed.
Change-Id: I479bceddcd631bfec45c3f5ee7e88ddb04c59073
Signed-off-by: Joe Bowser <bowserj@apache.org>
(Closes #90 )
2015-05-06 10:17:43 -07:00
Joe Bowser
c2e0db2b86
CB-8909: Remove unused import from File
2015-04-24 14:24:47 -07:00
Murat Sutunc
8f07f562a2
CB-8404 typo fix cameraproxy.js
...
There was a missing comma on cameraproxy
github close #89
2015-04-22 14:39:40 -07:00
Murat Sutunc
1e8c836844
CB-8404 Rotate camera feed with device orientation
...
CR-1
CR-2
2015-04-21 10:56:04 -07:00
Vladimir Kotikov
b131021303
CB-8054 Support taking pictures from file for WP8
2015-04-21 15:22:40 +03:00
Murat Sutunc
0dabe94416
CB-8054 Support taking pictures from file for WP8
...
codereview
codereview 2
2015-04-16 14:19:01 -07:00
Murat Sutunc
fb8ce21711
CB-8405 Use z-index instead of z-order
2015-04-16 12:44:29 -07:00
Steve Gill
b67e4a09ed
CB-8858 Incremented plugin version.
2015-04-15 16:00:21 -07:00