summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of dfce290b to masterMathias Agopian2010-07-291-7/+30
|\
| * Added SensorManager.getAltitude()Mathias Agopian2010-07-291-7/+30
* | resolved conflicts for merge of 02513855 to masterMathias Agopian2010-07-292-5/+18
|\ \ | |/
| * Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-5/+18
* | Send Intents when PTP compatible devices are connected/disconnected to USBMike Lockwood2010-07-271-0/+18
* | resolved conflicts for merge of bc54e63c to masterMathias Agopian2010-07-212-161/+71
|\ \ | |/
| * Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-161/+71
| |\
| | * new SensorServiceMathias Agopian2010-07-192-161/+71
* | | am 79102ad0: am fb1c0fe7: Merge "resolved conflicts for merge of 9bc4039a to ...Dan Egnor2010-07-201-147/+315
|\ \ \ | |/ /
| * | 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
* | | Remove support for density compatibility in the hardware renderer.Romain Guy2010-07-091-2/+2
|/ /
* | Added some javadoc to Camera.takePicture()Dan Tasse2010-07-071-0/+2
* | More improvements to the SensorManager documentationMathias Agopian2010-07-023-177/+292
* | Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB conne...Mike Lockwood2010-06-291-0/+21
|\ \
| * | Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect stateMike Lockwood2010-06-281-0/+21
* | | Unhide new API for supporting multiple cameras.Chih-Chung Chang2010-06-281-5/+0
|/ /
* | Add a new UEventObserver subclass to broadcast an Intent whe USB state changes.Mike Lockwood2010-06-241-0/+78
* | Improve SensorManager documentationMathias Agopian2010-06-163-359/+550
* | 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
* merge from open-source masterThe Android Open Source Project2010-03-221-61/+60
|\
| * Updated to WMM2010Rodrigo Damazio Bovendorp2010-03-151-61/+60
* | 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 [2475541] Deprecate Sensor.TYPE_ORIENTATIONMathias Agopian2010-02-261-0/+3
* | SensorManager: handle 270 and 180 rotation in the legacy APIsMathias Agopian2010-02-261-2/+23
* | [2472946] Sensor.TYPE_ORIENTATION returns inverted roll valuesMathias Agopian2010-02-263-7/+15
* | Rename Display.getOrientation() to Display.getRotation().Dianne Hackborn2010-02-261-7/+11
* | 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
* | fix [2313526] sensor enable race conditionMathias Agopian2010-02-041-17/+35