summaryrefslogtreecommitdiff
path: root/services/input/InputReader.cpp
AgeCommit message (Expand)Author
2012-06-25Improve handling of size and orientation. Jeff Brown
2012-05-01Improve handling of built-in keyboard. Jeff Brown
2012-04-24am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set i... Dianne Hackborn
2012-04-23Distance max set incorrectly Andreas Sandblad
2012-04-20Get alias for Bluetooth devices. Jeff Brown
2012-04-19Make InputDevice.SOURCE_STYLUS meaningful. Jeff Brown
2012-04-19Don't load keyboard layout overlay for virtual keyboard. Jeff Brown
2012-04-17Support loading keyboard layout overlays from resources. Jeff Brown
2012-04-13Add support for input devices that have vibrators. Jeff Brown
2012-04-12Notify applications when input devices change. Jeff Brown
2012-04-11Refactor key code mapping. Jeff Brown
2012-04-10Request key maps from input manager service. Jeff Brown
2012-04-06Add a unique input device descriptor. Jeff Brown
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-01-27Improve watchdog monitor for InputReader and InputDispatcher. Jeff Brown
2012-01-19Rename LOG_ASSERT to ALOG_ASSERT Steve Block
2012-01-19Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) Steve Block
2012-01-19Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) Steve Block
2012-01-19Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) Steve Block
2012-01-09Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-11-15am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i... Jeff Brown
2011-11-15Eliminate hw.keyboards system properties. Jeff Brown
2011-11-15Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_U... David Deephanphongs
2011-08-31Support composite touch / joystick devices better. Jeff Brown
2011-08-29Merge "Add a "show touches" option for demos and presentations. Bug: 4569045" Jeff Brown
2011-08-26Prioritize INPUT_PROP_DIRECT first. Jeff Brown
2011-08-26Add a "show touches" option for demos and presentations. Jeff Brown
2011-08-23Improve input device wake heuristics. Jeff Brown
2011-08-23Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER. Jeff Brown
2011-08-19Fix tap gesture on touch pads. Jeff Brown
2011-08-19Input system bug fixes, particularly for stylus. Jeff Brown
2011-08-11Exorcise notification panel ghosts. Jeff Brown
2011-08-11Improve touch device configuration. Jeff Brown
2011-08-10Add input system to Watchdog. Jeff Brown
2011-08-10Use BTN_TOUCH or BTN_TOOL_* to determine if touch active. Jeff Brown
2011-07-31Refactor input reader to add stylus support. Jeff Brown
2011-07-25Report the external display size to the input reader. Jeff Brown
2011-07-25Handle stylus buttons and tool types. Jeff Brown
2011-07-25Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR. Jeff Brown
2011-07-15Add support for orientationAware touch pads. Jeff Brown
2011-07-15Remove more edge flag cruft. Jeff Brown
2011-07-14Remove edge slop support. Jeff Brown
2011-07-01Drop obsolete touch screen hacks. Jeff Brown
2011-07-01Workaround apps that make assumptions about pointer ids. Jeff Brown
2011-07-01Query input device for initial slot index. Jeff Brown
2011-06-29Fix joystick and trackpad regression. Jeff Brown
2011-06-28Add some logging code to track down touch issues. Jeff Brown