summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware
Commit message (Expand)AuthorAgeFilesLines
* fix [3355413] Gyro calls onAccuracyChanged and reports accuracy as UNRELIABLEMathias Agopian2011-01-161-3/+26
* Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-14/+17
* Doc change: fix href to axis_globe_inverted orientation diagram.Dirk Dougherty2010-12-061-1/+1
* allow rotation-vector to have 4 componentsMathias Agopian2010-11-302-20/+49
* Merge "Improve camera documentation." into gingerbreadWu-cheng Li2010-11-191-0/+1
|\
| * Improve camera documentation.Wu-cheng Li2010-11-191-0/+1
* | Fix SensorManager.getOrientation() documentation.Mathias Agopian2010-11-191-3/+13
|/
* Improve gyro and accelerometer java docMathias Agopian2010-11-091-1/+55
* Camera.open() should only return back-facing camera.Wu-cheng Li2010-11-091-11/+13
* Revert "android.hardware.Camera.open only returns back-facing camera."Wu-cheng Li2010-11-091-13/+11
* android.hardware.Camera.open only returns back-facing camera.Wu-cheng Li2010-11-081-11/+13
* [3163098] Fix bug in angleChange funtion which caused the returned angle chan...Kevin Powell2010-11-031-18/+18
* Merge "Mirror the preview for front-facing cameras. do not merge" into ginger...Mathias Agopian2010-10-211-3/+3
|\
| * Mirror the preview for front-facing cameras. do not mergeWu-cheng Li2010-10-201-3/+3
* | Merge "Doc change: escape angle brackets in javadoc comment." into gingerbreadDirk Dougherty2010-10-201-3/+3
|\ \ | |/ |/|
| * Doc change: escape angle brackets in javadoc comment.Dirk Dougherty2010-10-181-3/+3
* | Fix some camera orientation javadoc errors.Wu-cheng Li2010-10-191-21/+45
|/
* Add javadoc for display orientation.Wu-cheng Li2010-10-071-0/+24
* Fix the javadoc of Parameters.setRotation.Wu-cheng Li2010-09-301-15/+39
* Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.Wu-cheng Li2010-09-211-11/+14
* part of fix for [3004226] Cannot end the call - Proximity sensor doesn't workMathias Agopian2010-09-161-5/+7
* fix [2931909] SensorManger breaks when using different SensorEventListener w/...Mathias Agopian2010-09-161-29/+58
* Update camera API and javadoc for API review comments.Wu-cheng Li2010-09-151-3/+12
* Quell annoying Java ascii/unicode warning.Brad Fitzpatrick2010-09-061-2/+2
* 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
* Improve Sensors documentation a bitMathias Agopian2010-08-251-1/+18
* add new sensor types for handling gyro data and device orientationKevin Powell2010-08-203-0/+230
* Add camera fps range API.Wu-cheng Li2010-08-201-11/+116
* Improve documentation of getAltitudeMathias Agopian2010-08-181-1/+16
* 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
* Added SensorManager.getAltitude()Mathias Agopian2010-07-291-7/+30
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-5/+18
* Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-161/+71
|\
| * new SensorServiceMathias Agopian2010-07-192-161/+71
* | 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
* | 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