summaryrefslogtreecommitdiffstats
path: root/services/jni/com_android_server_InputManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* am e6f0ae12: am efd3266b: Input improvements and bug fixes.Jeff Brown2011-03-091-5/+4
|\
| * Input improvements and bug fixes.Jeff Brown2011-03-091-5/+4
| * Eliminate some accidental log spam. (DO NOT MERGE)Jeff Brown2011-03-081-3/+3
* | Merge "Remove unused JNI global references."Carl Shapiro2011-03-081-35/+33
|\ \
| * | Remove unused JNI global references.Carl Shapiro2011-03-051-35/+33
| |/
* | Eliminate some accidental log spam.Jeff Brown2011-03-071-3/+3
|/
* Get key repeat timeout and delay from ViewConfiguration.Jeff Brown2011-03-021-3/+37
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-17/+52
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-8/+54
* Start window manager refactoring.Dianne Hackborn2011-02-171-12/+12
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-4/+0
* Filter virtual keys after touches.Jeff Brown2011-01-181-1/+25
* Prevent events from getting backlogged.Jeff Brown2011-01-101-411/+84
* Mouse pointer integration.Jeff Brown2011-01-041-351/+50
* Add initial support for cursor-based pointing devices.Jeff Brown2010-12-291-32/+421
* Add support for fallback keycodes.Jeff Brown2010-12-071-16/+18
* Improve support for external keyboards.Jeff Brown2010-12-021-72/+0
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-48/+65
* Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-301-67/+0
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-0/+29
* Fix policy issues when screen is off.Jeff Brown2010-11-011-4/+4
* am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." in...Jeff Brown2010-10-131-44/+64
|\
| * Improve the input policy handling a bit.Jeff Brown2010-10-121-44/+64
| * Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-151/+99
* | Track input state when transferring touch focus.Jeff Brown2010-10-111-2/+0
* | Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-151/+99
* | am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...Jeff Brown2010-10-111-32/+33
|\ \ | |/
| * Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-32/+33
* | am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to...Jeff Brown2010-10-011-2/+0
|\ \ | |/
| * Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-2/+0
* | am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys def...Jeff Brown2010-10-011-12/+6
|\ \ | |/
| * Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-12/+6
* | Drag/drop APIs and infrastructureChristopher Tate2010-09-301-0/+2
* | Add support for transferring touch focus.Jeff Brown2010-09-271-0/+21
|/
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-5/+3
* Fix race reading input configuration during system startup.Jeff Brown2010-09-211-6/+39
* Fix app switch latency optimization.Jeff Brown2010-09-161-24/+17
* Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-88/+51
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1243/+140
* Fix key repeat delay.Jeff Brown2010-09-081-0/+5
* Add support for secure views.Jeff Brown2010-09-081-15/+116
* Input device calibration and capabilities.Jeff Brown2010-08-301-3/+176
* Raise motion event throttle to 60Hz from 35Hz.Jeff Brown2010-08-181-1/+1
* Add support for throttling motion events.Jeff Brown2010-08-181-0/+24
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-14/+10
* Add support for the PointerLocation overlay.Jeff Brown2010-08-111-8/+70
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-22/+33
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-52/+92
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-3/+7
* Fix bug with phantom input windows.Jeff Brown2010-07-161-20/+54