summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/Camera.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes @param boolean and Unresolved link/see tag errorsPaul Kocialkowski2011-04-241-1/+1
* CAF Continuous AutofocusGiulio Cervera2010-11-281-0/+38
* camera: Use int values instead of floats where applicableSteve Kondik2010-09-131-35/+35
* Revert "Camera: Adding framework support for Geotagging."Steve Kondik2010-08-071-55/+0
* Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...Steve Kondik2010-07-281-140/+307
|\
| * COMMENT-ONLY change to clarify Camera documentation.Dan Egnor2010-07-131-140/+307
* | camera: Avoid NPE when getting undefined parametersSteve Kondik2010-07-251-0/+6
* | camera: Add more optionsSteve Kondik2010-07-251-27/+120
* | camera: Disable zoom if max-zoom is zero.Steve Kondik2010-07-251-1/+1
* | Camera: fix some parameter namesSteve Kondik2010-07-181-4/+5
* | Camera: Adding Sharpness, Contrast and Saturation featuresSrinivasan Kannan2010-07-181-0/+99
* | Camera: Handle exception that got thrown from camera setparameterMohan Kandra2010-07-181-1/+5
* | Camera: Adding framework support for Geotagging.Apurva Rajguru2010-07-181-0/+55
* | Camera: Adding normal and macro auto focus modesSrinivasan Kannan2010-07-181-0/+1
* | Camera: Add framework support for Autoexposure.Apurva Rajguru2010-07-181-0/+35
* | Camera: Add framework support for Brightness, ISO and Lens ShadingPriya Komarlingam2010-07-181-0/+78
* | Fix access.Steve Kondik2010-07-181-4/+2
* | Add support for camera switch using HTC API.Steve Kondik2010-07-161-0/+11
* | Use HTC-style zoom values if requested.Steve Kondik2010-07-131-2/+10
* | Camera: fix NPE in getSupportedPreviewFormats()Steve Kondik2010-06-231-0/+3
|/
* Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF.Wu-cheng Li2010-04-101-3/+18
* Update API and javadoc according to API review.Wu-cheng Li2010-04-081-77/+139
* Add some comments for zoom methods.Wu-cheng Li2010-03-291-2/+8
* Add GPSProcessingMethod tag to ExifInterface.Ray Chen2010-03-111-1/+1
* Document new preview callback methods more clearly.Wu-cheng Li2010-03-091-1/+7
* Unhide new preview callback methods.Wu-cheng Li2010-03-091-4/+3
* Unhide reconnect() in Camera.Chih-Chung Chang2010-03-051-2/+0
* Add location provider name to gps-processing-method in EXIF header.Ray Chen2010-03-051-0/+12
* Unhide zoom API.Wu-cheng Li2010-03-011-37/+48
* Fix SDK build.Wu-cheng Li2010-02-261-2/+2
* Unhide exposure compensation API.Wu-cheng Li2010-02-261-17/+63
* Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it.Mathias Agopian2010-02-181-31/+31
* Explain setPreviewFrameRate and getPreviewFrameRate more clearly.Wu-cheng Li2010-02-101-3/+5
* Add exposure compensation parameter.Wu-cheng Li2010-02-091-0/+36
* Add focal length and view angle API.Wu-cheng Li2010-01-301-0/+33
* Add Camera.getSupportedThumbnailSizes() and Size.equals().Wu-cheng Li2010-01-301-1/+35
* Unhide camera api for set display orientation.Chih-Chung Chang2010-01-271-2/+2
* Add support for setting camera display orientation.Chih-Chung Chang2010-01-261-0/+15
* Document that some parameters will not be null and fix getSupportedPictureFor...Wu-cheng Li2009-12-081-12/+18
* Document that stopPreview is not needed before takePicture.Wu-cheng Li2009-12-031-0/+8
* Patching in hidden API to allow app managed preview frame buffers.Andrew Harp2009-10-231-9/+45
* Throttle camera preview frames to the app. Bug 2180302.Dave Sparks2009-10-131-2/+13
* Add zoom functions and sendCommand.Wu-cheng Li2009-10-061-8/+111
* Add documentation for scene mode. Other parameters may be changed after setti...Wu-cheng Li2009-09-301-1/+5
* Hide zoom api.Wu-cheng Li2009-09-291-0/+3
* Add documentation about flash and change video-light to torch.Wu-cheng Li2009-09-271-5/+10
* Change setRotation documentaion.Wu-cheng Li2009-09-231-6/+7
* Add focus API and FLASH_MODE_VIDEO_LIGHT.Wu-cheng Li2009-09-221-4/+63
* Unhide Camera lock and unlock API.Wu-cheng Li2009-09-211-10/+4
* Fix 2092386: Support yuyv for camera preview format.Chih-Chung Chang2009-09-211-1/+12