summaryrefslogtreecommitdiffstats
path: root/libs/ui/EventHub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mouse pointer integration.Jeff Brown2011-01-041-1092/+0
* Add initial support for cursor-based pointing devices.Jeff Brown2010-12-291-2/+2
* Improve support for external keyboards.Jeff Brown2010-12-021-298/+287
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-2/+2
* Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-301-8/+39
* Added support for full PC-style keyboards.Jeff Brown2010-11-181-115/+35
* am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-241-0/+3
|\
| * Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-0/+3
* | am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
|\ \ | |/
| * Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
* | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-42/+168
|/
* Make sure EventHub reports added/removed devices immediately.Jeff Brown2010-10-141-3/+8
* Wait for initial device scan to finish before updating config.Jeff Brown2010-10-011-17/+22
* Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-18/+56
* Input device calibration and capabilities.Jeff Brown2010-08-301-7/+2
* Only monitor recognized uevent devices.Sean McNeil2010-08-181-1/+8
* Keep track of remaining fd when devices are removedJens Gulin2010-08-181-8/+7
* Optimize EventHub reads.Jeff Brown2010-08-171-68/+88
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-118/+115
* Add support for new input sources.Jeff Brown2010-07-151-16/+16
* Add initial gamepad support.Jeff Brown2010-07-131-45/+79
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-74/+98
* Calculate bitmask array sizes correctly in the EventHubChristopher Tate2010-03-041-8/+8
* Fix #2489986 : The key bitmask needs to cover all possible keysChristopher Tate2010-03-041-1/+1
* Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboardDianne Hackborn2010-03-021-14/+12
* Revert "Fix failure to open AVRCP input device due to EPERM."Nick Pelly2010-01-261-7/+1
* Fix failure to open AVRCP input device due to EPERM.Nick Pelly2010-01-201-2/+8
* Work on issue #2079167: Flickering issue across multiple UIDianne Hackborn2009-09-021-5/+12
* EventHub: Fix file descriptor leak.Mike Lockwood2009-08-281-0/+1
* EventHub: pass the name of each input device up to JavaIliyan Malchev2009-08-061-11/+8
* Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-041-19/+71
* EventHub: Compare name instead of id when excluding event input devices.Mike Lockwood2009-07-171-11/+12
* EventHub: Add support for excluding devices from being opened by as a keyboard.Mike Lockwood2009-07-161-8/+27
* Implement virtual button support.Dianne Hackborn2009-07-141-0/+29
* get rid of utils.hMathias Agopian2009-05-311-1/+3
* move libbinder's header files under includes/binderMathias Agopian2009-05-201-1/+0
* Automated import from //branches/master/...@142771,142771Dianne Hackborn2009-03-251-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+793
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-793/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+42
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+5
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+743