summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add controller numbers for gamepads / joysticksMichael Wright2013-07-231-6/+8
* Merge "Add input device property for buttons under touchpads"Michael Wright2013-07-191-0/+4
|\
| * Add input device property for buttons under touchpadsMichael Wright2013-07-171-0/+4
* | Properly set the tap down time when entering non-tap modesMichael Wright2013-07-021-2/+14
|/
* Move input library code to frameworks/native.Jeff Brown2013-07-011-2/+2
* resolved conflicts for merge of 7573e594 to stage-aosp-masterJeff Brown2013-05-281-4/+8
|\
| * Properly rotate full [-pi, +pi] orientation range if availableJason Gerecke2013-03-151-4/+8
* | Pipe through bounding box information (DO NOT MERGE)Michael Wright2013-05-231-4/+82
* | Remove assist swipe from TOUCH_NAVIGATION devicesMichael Wright2013-05-171-51/+0
* | Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibilityMichael Wright2013-04-241-6/+47
* | Rewrite touch navigation dpad synthesis.Jeff Brown2013-04-101-5/+56
* | Pipe through device resolution informationMichael Wright2013-04-041-22/+40
* | Add touch navigation input sourceMichael Wright2013-03-111-0/+8
|/
* Recover from bad input event timestamps from the kernel.Jeff Brown2012-10-051-2/+3
* Bundle correlated switch changes atomically.Jeff Brown2012-09-271-5/+24
* Make input system aware of multiple displays.Jeff Brown2012-09-101-75/+144
* Make display manager tell input system about viewports.Jeff Brown2012-09-081-57/+49
* Improve handling of size and orientation.Jeff Brown2012-06-251-7/+14
* 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