summaryrefslogtreecommitdiffstats
path: root/libs/ui/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for cursor-based pointing devices.Jeff Brown2010-12-291-62/+121
* Add support for fallback keycodes.Jeff Brown2010-12-071-12/+21
* Improve support for external keyboards.Jeff Brown2010-12-021-9/+9
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-1/+1
* Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-301-97/+132
* Added support for full PC-style keyboards.Jeff Brown2010-11-181-71/+3
* Rename the locked meta key constants for clarity.Jeff Brown2010-11-051-9/+9
* am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-241-16/+55
|\
| * Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-16/+55
* | Add support for calibrating touch position.Jeff Brown2010-10-181-5/+33
* | am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." in...Jeff Brown2010-10-161-111/+176
|\ \ | |/
| * Improve input device calibration format.Jeff Brown2010-10-141-111/+176
* | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-23/+90
|/
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-72/+10
* Minor fix for InputReader support for non-touchscreen devices.Jeff Brown2010-10-071-1/+1
* Wait for initial device scan to finish before updating config.Jeff Brown2010-10-011-9/+10
* Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-1/+5
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-5/+5
* Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-138/+161
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-1/+1
* Input API review.Jeff Brown2010-09-141-3/+0
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-33/+132
* Add support for secure views.Jeff Brown2010-09-081-2/+2
* Input device calibration and capabilities.Jeff Brown2010-08-301-236/+810
* Fix some input device mapping bugs with certain drivers.Jeff Brown2010-08-181-68/+92
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-0/+8
* Improve thread safety of input mappers.Jeff Brown2010-07-301-423/+496
* Fix touch input in landscape mode.Jeff Brown2010-07-291-4/+4
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-894/+2048
* Fix trackball down and movement bugs.Jeff Brown2010-07-161-0/+4
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-9/+10
* Add support for new input sources.Jeff Brown2010-07-151-46/+126
* Add initial gamepad support.Jeff Brown2010-07-131-696/+20
* More native input dispatch work.Jeff Brown2010-07-031-54/+74
* Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-301-4/+0
* Fix native input dispatch in the emulator.Jeff Brown2010-06-291-28/+84
* Native input event dispatching.Jeff Brown2010-06-281-18/+37
* More native input event dispatching.Jeff Brown2010-06-211-7/+7
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-29/+84
* More work in progress on native events.Jeff Brown2010-06-151-61/+142
* Fix include paths.Jeff Brown2010-06-131-1/+0
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+1844