summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/Camera.java
Commit message (Expand)AuthorAgeFilesLines
* Update camera API and javadoc for API review comments.Wu-cheng Li2010-09-151-3/+12
* Remove camera metering mode API.Wu-cheng Li2010-08-301-55/+0
* Fix SDK build error.Wu-cheng Li2010-08-271-1/+1
* Unhide camera fps range API and deprecate old ones.Wu-cheng Li2010-08-271-6/+7
* Add camera fps range API.Wu-cheng Li2010-08-201-11/+116
* Document that autoFocus must be called in auto and macro mode.Wu-cheng Li2010-08-171-3/+12
* Improve camera documentation.Wu-cheng Li2010-08-121-17/+21
* resolved conflicts for merge of 9bc4039a to gingerbreadDan Egnor2010-07-201-147/+315
|\
| * COMMENT-ONLY change to clarify Camera documentation.Dan Egnor2010-07-131-140/+307
* | Added some javadoc to Camera.takePicture()Dan Tasse2010-07-071-0/+2
* | Unhide new API for supporting multiple cameras.Chih-Chung Chang2010-06-281-5/+0
* | Correct the setDisplayOrientation sample code.Chih-Chung Chang2010-06-141-8/+18
* | Change camera interface to support multiple cameras.Chih-Chung Chang2010-06-111-2/+56
* | Unhide camera metering mode API.Wu-cheng Li2010-06-111-6/+0
* | Add camera metering mode API.Wu-cheng Li2010-06-031-0/+60
* | Add javadoc for camera scene modes.Wu-cheng Li2010-05-311-1/+61
* | Add video frame parameter.Wu-cheng Li2010-05-281-1/+1
* | Fix javadoc of camera focus distances API.Wu-cheng Li2010-05-201-9/+7
* | Add camera focus distances API.Wu-cheng Li2010-05-151-0/+73
* | Add continuous focus mode constant.Wu-cheng Li2010-05-101-0/+10
* | Support multiple cameras in framework.Chih-Chung Chang2010-05-101-4/+20
|/
* 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