index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
ui
/
InputReader.cpp
Age
Commit message (
Expand
)
Author
2011-01-04
Mouse pointer integration.
Jeff Brown
2010-12-29
Add initial support for cursor-based pointing devices.
Jeff Brown
2010-12-07
Add support for fallback keycodes.
Jeff Brown
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-11-05
Rename the locked meta key constants for clarity.
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-18
Add support for calibrating touch position.
Jeff Brown
2010-10-16
am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." in...
Jeff Brown
2010-10-15
Add keycodes and meta-key modifiers to support external keyboards.
Jeff Brown
2010-10-14
Improve input device calibration format.
Jeff Brown
2010-10-10
Added more robust tracking and cancelation of events.
Jeff Brown
2010-10-07
Minor fix for InputReader support for non-touchscreen devices.
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-10-01
Support haptic feedback for virtual keys defined in key layout.
Jeff Brown
2010-09-30
Move verbose logging of device capabilities to dumpsys.
Jeff Brown
2010-09-26
Add suuport for splitting touch events across windows.
Jeff Brown
2010-09-14
Input API review.
Jeff Brown
2010-09-12
Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-08
Add support for secure views.
Jeff Brown
2010-08-30
Input device calibration and capabilities.
Jeff Brown
2010-08-18
Fix some input device mapping bugs with certain drivers.
Jeff Brown
2010-08-10
Fix safe mode and KeyEvent.getMaxKeyCode().
Jeff Brown
2010-07-30
Improve thread safety of input mappers.
Jeff Brown
2010-07-29
Fix touch input in landscape mode.
Jeff Brown
2010-07-28
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-16
Fix trackball down and movement bugs.
Jeff Brown
2010-07-16
Fix individual pointer id up/down reporting.
Jeff Brown
2010-07-15
Add support for new input sources.
Jeff Brown
2010-07-13
Add initial gamepad support.
Jeff Brown
2010-07-03
More native input dispatch work.
Jeff Brown
2010-06-30
Fix injection of specially intercepted keys like HOME.
Jeff Brown
2010-06-29
Fix native input dispatch in the emulator.
Jeff Brown
2010-06-28
Native input event dispatching.
Jeff Brown
2010-06-21
More native input event dispatching.
Jeff Brown
2010-06-17
Even more native input dispatch work in progress.
Jeff Brown
2010-06-15
More work in progress on native events.
Jeff Brown
2010-06-13
Fix include paths.
Jeff Brown
2010-06-13
Native input dispatch rewrite work in progress.
Jeff Brown