summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of built-in keyboard.Jeff Brown2012-05-011-41/+1
* am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set i...Dianne Hackborn2012-04-241-1/+1
|\
| * Distance max set incorrectlyAndreas Sandblad2012-04-231-1/+1
| * Rename LOG_ASSERT to ALOG_ASSERTSteve Block2012-01-191-15/+15
| * Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-191-14/+14
| * Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-191-13/+13
| * Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-191-49/+49
* | Get alias for Bluetooth devices.Jeff Brown2012-04-201-2/+12
* | Make InputDevice.SOURCE_STYLUS meaningful.Jeff Brown2012-04-191-5/+38
* | Don't load keyboard layout overlay for virtual keyboard.Jeff Brown2012-04-191-4/+6
* | Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-0/+8
* | Add support for input devices that have vibrators.Jeff Brown2012-04-131-3/+169
* | Notify applications when input devices change.Jeff Brown2012-04-121-39/+67
* | Refactor key code mapping.Jeff Brown2012-04-111-24/+41
* | Request key maps from input manager service.Jeff Brown2012-04-101-13/+15
* | Add a unique input device descriptor.Jeff Brown2012-04-061-12/+13
* | frameworks/base refactoring.Mathias Agopian2012-02-171-2/+2
* | Improve watchdog monitor for InputReader and InputDispatcher.Jeff Brown2012-01-271-3/+8
* | Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-091-15/+15
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-14/+14
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-13/+13
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-49/+49
* | am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i...Jeff Brown2011-11-151-0/+1
|\ \ | |/
| * Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-0/+1
* | Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_U...David Deephanphongs2011-11-151-6/+14
|/
* Support composite touch / joystick devices better.Jeff Brown2011-08-311-4/+10
* Merge "Add a "show touches" option for demos and presentations. Bug: 4569045"Jeff Brown2011-08-291-11/+24
|\
| * Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-11/+24
* | Prioritize INPUT_PROP_DIRECT first.Jeff Brown2011-08-261-7/+7
|/
* Improve input device wake heuristics.Jeff Brown2011-08-231-3/+7
* Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.Jeff Brown2011-08-231-2/+18
* Fix tap gesture on touch pads.Jeff Brown2011-08-191-2/+0
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-501/+1035
* Exorcise notification panel ghosts.Jeff Brown2011-08-111-8/+4
* Improve touch device configuration.Jeff Brown2011-08-111-413/+159
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+9
* Use BTN_TOUCH or BTN_TOOL_* to determine if touch active.Jeff Brown2011-08-101-7/+6
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-1472/+1550
* Report the external display size to the input reader.Jeff Brown2011-07-251-8/+20
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-439/+505
* Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR.Jeff Brown2011-07-251-5/+0
* Add support for orientationAware touch pads.Jeff Brown2011-07-151-50/+38
* Remove more edge flag cruft.Jeff Brown2011-07-151-21/+1
* Remove edge slop support.Jeff Brown2011-07-141-66/+5
* Drop obsolete touch screen hacks.Jeff Brown2011-07-011-400/+2
* Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-011-18/+25
* Query input device for initial slot index.Jeff Brown2011-07-011-1/+20
* Fix joystick and trackpad regression.Jeff Brown2011-06-291-1/+1
* Add some logging code to track down touch issues.Jeff Brown2011-06-281-1/+11
* Improve input event consistency invariants.Jeff Brown2011-06-281-0/+23