index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
ui
/
EventHub.cpp
Age
Commit message (
Expand
)
Author
2010-12-02
Improve support for external keyboards.
Jeff Brown
2010-11-30
Ensure the ShortcutManager uses the correct key character map.
Jeff Brown
2010-11-30
Support non-orientation aware keyboards and other devices.
Jeff Brown
2010-11-18
Added support for full PC-style keyboards.
Jeff Brown
2010-10-24
am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...
Jeff Brown
2010-10-23
Add unit tests for native input and fix bugs identified.
Jeff Brown
2010-10-21
am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES
Kenny Root
2010-10-21
Use correct size of GAMEPAD_KEYCODES
Kenny Root
2010-10-15
Add keycodes and meta-key modifiers to support external keyboards.
Jeff Brown
2010-10-14
Make sure EventHub reports added/removed devices immediately.
Jeff Brown
2010-10-01
Wait for initial device scan to finish before updating config.
Jeff Brown
2010-10-01
Minor logging changes to input dispatcher to help with debugging.
Jeff Brown
2010-08-30
Input device calibration and capabilities.
Jeff Brown
2010-08-18
Only monitor recognized uevent devices.
Sean McNeil
2010-08-18
Keep track of remaining fd when devices are removed
Jens Gulin
2010-08-17
Optimize EventHub reads.
Jeff Brown
2010-07-28
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-15
Add support for new input sources.
Jeff Brown
2010-07-13
Add initial gamepad support.
Jeff Brown
2010-06-13
Native input dispatch rewrite work in progress.
Jeff Brown
2010-03-04
Calculate bitmask array sizes correctly in the EventHub
Christopher Tate
2010-03-04
Fix #2489986 : The key bitmask needs to cover all possible keys
Christopher Tate
2010-03-02
Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboard
Dianne Hackborn
2010-01-26
Revert "Fix failure to open AVRCP input device due to EPERM."
Nick Pelly
2010-01-20
Fix failure to open AVRCP input device due to EPERM.
Nick Pelly
2009-09-02
Work on issue #2079167: Flickering issue across multiple UI
Dianne Hackborn
2009-08-28
EventHub: Fix file descriptor leak.
Mike Lockwood
2009-08-06
EventHub: pass the name of each input device up to Java
Iliyan Malchev
2009-08-04
Finish implementation of multiple pointer support for MotionEvent.
Dianne Hackborn
2009-07-17
EventHub: Compare name instead of id when excluding event input devices.
Mike Lockwood
2009-07-16
EventHub: Add support for excluding devices from being opened by as a keyboard.
Mike Lockwood
2009-07-14
Implement virtual button support.
Dianne Hackborn
2009-05-31
get rid of utils.h
Mathias Agopian
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-03-25
Automated import from //branches/master/...@142771,142771
Dianne Hackborn
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-01-15
auto import from //branches/cupcake/...@126645
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project