summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* am 944c985b: am e0e9fd98: Merge "Fix system hotkey handling." into ics-mr1Jeff Brown2011-12-091-0/+11
|\
| * Fix system hotkey handling.Jeff Brown2011-12-071-0/+11
* | am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i...Jeff Brown2011-11-154-19/+18
|\ \ | |/
| * Eliminate hw.keyboards system properties.Jeff Brown2011-11-154-19/+18
* | Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_U...David Deephanphongs2011-11-151-6/+14
* | Delete dead code.Jeff Brown2011-11-081-8/+0
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-13/+13
|/
* Improve screenshot chord debouncing.Jeff Brown2011-10-123-8/+29
* eventhub: print debugginf info when removing deviceDima Zavin2011-09-291-0/+3
* Adjust layers for system overlays.Jeff Brown2011-09-081-0/+2
* Merge "Support composite touch / joystick devices better."Jeff Brown2011-08-315-16/+74
|\
| * Support composite touch / joystick devices better.Jeff Brown2011-08-315-16/+74
* | Merge "Fix input channel leak. Bug: 5156144"Jeff Brown2011-08-317-167/+370
|\ \ | |/
| * Fix input channel leak.Jeff Brown2011-08-307-167/+370
* | Pick up device configuration "device.internal = 0". Before, only "device.inte...Max Braun2011-08-301-3/+2
|/
* Merge "Add a "show touches" option for demos and presentations. Bug: 4569045"Jeff Brown2011-08-292-12/+32
|\
| * Add a "show touches" option for demos and presentations.Jeff Brown2011-08-262-12/+32
* | Prioritize INPUT_PROP_DIRECT first.Jeff Brown2011-08-261-7/+7
|/
* Improve input device wake heuristics.Jeff Brown2011-08-231-3/+7
* Clean up InputDispatcher debugging.Jeff Brown2011-08-231-2/+2
* Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.Jeff Brown2011-08-233-4/+71
* Fix tap gesture on touch pads.Jeff Brown2011-08-191-2/+0
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-197-856/+1614
* Merge "Don't crash if a drag recipient throws an uncaught exception"Christopher Tate2011-08-161-8/+12
|\
| * Don't crash if a drag recipient throws an uncaught exceptionChristopher Tate2011-08-161-8/+12
* | Fix blocked event handling in InputDispatcher.Jeff Brown2011-08-151-0/+3
|/
* Ensure outValue is set, even when an error occurs.Jeff Brown2011-08-111-1/+2
* Exorcise notification panel ghosts.Jeff Brown2011-08-112-9/+4
* Improve touch device configuration.Jeff Brown2011-08-113-514/+255
* Add input system to Watchdog.Jeff Brown2011-08-107-0/+40
* Fix getSwitchState and others to check bitmasks.Jeff Brown2011-08-102-122/+76
* Use BTN_TOUCH or BTN_TOOL_* to determine if touch active.Jeff Brown2011-08-102-8/+7
* Refactor input reader to add stylus support.Jeff Brown2011-07-319-2254/+3748
* Merge "Fix uses of all-subdir-makefiles"Ying Wang2011-07-271-1/+1
|\
| * Fix uses of all-subdir-makefilesYing Wang2011-07-271-1/+1
* | Reset input dispatcher targets when focus changes apps.Jeff Brown2011-07-271-4/+10
* | Report the external display size to the input reader.Jeff Brown2011-07-253-10/+25
* | Handle stylus buttons and tool types.Jeff Brown2011-07-255-581/+737
* | Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR.Jeff Brown2011-07-251-5/+0
|/
* Remove unimplemented memory pool.Jeff Brown2011-07-202-310/+239
* 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-142-67/+6
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-146-335/+342
* Merge "Revert "fix a weird use of Vector::appendVector()""Jeff Brown2011-07-131-2/+5
|\
| * Revert "fix a weird use of Vector::appendVector()"Jeff Brown2011-07-131-2/+5
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-122-8/+0
|\ \ | |/ |/|
| * Remove the simulator target from all makefiles.Jeff Brown2011-07-112-8/+0
* | fix a weird use of Vector::appendVector()Mathias Agopian2011-07-111-5/+2
|/
* Drop obsolete touch screen hacks.Jeff Brown2011-07-013-457/+2