summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/SensorManager.java
Commit message (Expand)AuthorAgeFilesLines
* Update API to contain new wrist tilt sensor type and string.Nick Vaccaro2015-02-101-1/+2
* Sensor documentation fixes.Aravind Akella2014-10-131-124/+127
* SensorManager API changes.Aravind Akella2014-07-291-1/+55
* am d7439d8c: Merge "Add confidence to the heart rate monitor definition and c...Etienne Le Grand2014-05-271-2/+10
|\
| * Add confidence to the heart rate monitor definition and clarify onAccuracyChangeEtienne Le Grand2014-05-231-2/+10
* | am e7f7af96: am 35c8ebab: Merge "take account of RotationVector\'s new extra ...Jeff Brown2014-03-111-2/+2
|\ \ | |/ |/|
| * take account of RotationVector's new extra parameterBalint Ureczky2013-12-061-2/+2
* | Doc updates: Javadoc fixesKatie McCormick2013-11-261-2/+2
|/
* Fix registerListener and flush bugs.Aravind Akella2013-10-091-52/+57
* Sensor batching APIs for review.Aravind Akella2013-09-061-14/+13
* Fix for build breakage. Remove documentation link to hidden registerListener ...Aravind Akella2013-09-031-4/+1
* Sensor batching. Implementation for registerListener(with batch support) and ...Aravind Akella2013-09-031-26/+139
* Fix race condition and disable call.Jaikumar Ganesh2013-04-121-2/+2
* Add new sensor types.Jaikumar Ganesh2013-04-111-1/+88
* am 84bba952: am 297409fe: am 3abd5a00: am ef47a8c4: am 6d9ff503: Merge "Doc u...kmccormick2013-03-281-2/+8
|\
| * Doc update: clarify rules for rate paramkmccormick2013-03-281-2/+8
* | Revert "Add new sensor types."Jaikumar Ganesh2013-03-131-88/+1
* | Add new sensor types.Jaikumar Ganesh2013-03-121-1/+88
* | rework SystemSensorManager.javaMathias Agopian2013-02-041-52/+0
|/
* fix SensorManager.getAngleChange() documentationMathias Agopian2012-05-161-4/+3
* Move legacy sensor support to a new class.Jeff Brown2012-04-161-402/+27
* Refactor SensorManager to move non-API bits into a subclass.Jeff Brown2012-04-161-696/+368
* Mark input and sensor messages as asynchronous.Jeff Brown2012-02-161-0/+1
* Tweak DELAY_UI for 16Hz to 15HzMathias Agopian2011-09-141-1/+1
* fix [4026375] SensorManager quaternion functions can call sqrt with a negativ...Mathias Agopian2011-03-071-2/+2
* Merge "fix [3452769] SensorEventListener can cause a java allocation at each ...Mathias Agopian2011-02-151-32/+56
|\
| * fix [3452769] SensorEventListener can cause a java allocation at each receive...Mathias Agopian2011-02-141-32/+56
* | fix [3452750] Issue 14634: SensorManager.getRotationMatrixFromVector gets NaN...Mathias Agopian2011-02-141-1/+2
|/
* fix [3355413] Gyro calls onAccuracyChanged and reports accuracy as UNRELIABLEMathias Agopian2011-01-161-3/+26
* 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-301-7/+14
* Fix SensorManager.getOrientation() documentation.Mathias Agopian2010-11-191-3/+13
* [3163098] Fix bug in angleChange funtion which caused the returned angle chan...Kevin Powell2010-11-031-18/+18
* 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
* Improve Sensors documentation a bitMathias Agopian2010-08-251-1/+18
* add new sensor types for handling gyro data and device orientationKevin Powell2010-08-201-0/+177
* Improve documentation of getAltitudeMathias Agopian2010-08-181-1/+16
* Added SensorManager.getAltitude()Mathias Agopian2010-07-291-7/+30
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-5/+8
* new SensorServiceMathias Agopian2010-07-191-132/+71
* More improvements to the SensorManager documentationMathias Agopian2010-07-021-87/+159
* Improve SensorManager documentationMathias Agopian2010-06-161-218/+378
* 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-261-0/+2
* Rename Display.getOrientation() to Display.getRotation().Dianne Hackborn2010-02-261-7/+11
* fix [2313526] sensor enable race conditionMathias Agopian2010-02-041-17/+35
* less log spewJoe Onorato2010-01-081-2/+2
* fix [2330211] sensors thread priority too lowMathias Agopian2009-12-151-1/+1
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-10/+30