summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.h
Commit message (Expand)AuthorAgeFilesLines
* Re-implement orientation aware volume buttons at lower levelnadlabak2013-09-171-3/+12
* input: Add option to toggle pointer icon when using stylusSteve Kondik2013-01-031-1/+17
* Disable touch while using the stylus (Galaxy Note)Volker Braun2012-12-281-0/+3
* Bundle correlated switch changes atomically.Jeff Brown2012-09-271-1/+5
* Make input system aware of multiple displays.Jeff Brown2012-09-101-10/+44
* Make display manager tell input system about viewports.Jeff Brown2012-09-081-25/+48
* Improve handling of size and orientation.Jeff Brown2012-06-251-1/+1
* Minor refactoring before starting on velocity tracker changes.Jeff Brown2012-05-111-0/+2
* Improve handling of built-in keyboard.Jeff Brown2012-05-011-10/+0
* Get alias for Bluetooth devices.Jeff Brown2012-04-201-0/+7
* Make InputDevice.SOURCE_STYLUS meaningful.Jeff Brown2012-04-191-1/+14
* Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-0/+6
* Add support for input devices that have vibrators.Jeff Brown2012-04-131-0/+51
* Notify applications when input devices change.Jeff Brown2012-04-121-11/+21
* Refactor key code mapping.Jeff Brown2012-04-111-0/+2
* Add a unique input device descriptor.Jeff Brown2012-04-061-4/+5
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Improve watchdog monitor for InputReader and InputDispatcher.Jeff Brown2012-01-271-0/+2
* Support composite touch / joystick devices better.Jeff Brown2011-08-311-2/+4
* Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-1/+8
* Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.Jeff Brown2011-08-231-0/+3
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-75/+234
* Exorcise notification panel ghosts.Jeff Brown2011-08-111-1/+0
* Improve touch device configuration.Jeff Brown2011-08-111-47/+23
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+4
* Use BTN_TOUCH or BTN_TOOL_* to determine if touch active.Jeff Brown2011-08-101-1/+1
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-273/+280
* Report the external display size to the input reader.Jeff Brown2011-07-251-1/+4
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-142/+180
* Remove edge slop support.Jeff Brown2011-07-141-1/+1
* Drop obsolete touch screen hacks.Jeff Brown2011-07-011-49/+0
* Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-011-0/+4
* Add support for disabling pointer gestures.Jeff Brown2011-06-141-15/+30
* am 92110af2: am 5f0b1721: am 25bd8abc: Merge "Fix swipe gesture cosine calcul...Jeff Brown2011-06-091-1/+1
|\
| * Fix swipe gesture cosine calculation.Jeff Brown2011-06-071-1/+1
* | am 55cc25c1: am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. B...Jeff Brown2011-06-071-8/+0
|\ \ | |/
| * Simplify spot tracking logic.Jeff Brown2011-06-061-8/+0
* | resolved conflicts for merge of 8b2c0014 to masterJeff Brown2011-06-071-7/+6
|\ \ | |/
| * Touch pad improvements.Jeff Brown2011-06-061-7/+6
* | resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-5/+12
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-5/+12
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-031-1/+19
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-021-1/+19
* | resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-19/+117
|\ \ | |/
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-19/+117
* | Merge "Fix ABS_MT_SLOT handling."Jeff Brown2011-06-021-3/+5
|\ \
| * | Fix ABS_MT_SLOT handling.Jeff Brown2011-06-021-3/+5
* | | am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." int...Jeff Brown2011-05-311-0/+8
|\ \ \ | |/ / |/| / | |/
| * Touch pad UX improvements.Jeff Brown2011-05-251-0/+8
| * Add tap/drag touchpad gesture. (DO NOT MERGE)Jeff Brown2011-05-251-9/+19