summaryrefslogtreecommitdiffstats
path: root/include/ui/Input.h
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-0/+5
* Add a little input event consistency verifier.Jeff Brown2011-03-311-4/+12
* Add input filter mechanism for accessibility.Jeff Brown2011-03-301-0/+6
* Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-3/+26
* Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-141-0/+55
* Input improvements and bug fixes.Jeff Brown2011-03-091-5/+16
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-0/+5
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-0/+8
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-37/+5
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-171-25/+26
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-47/+135
* Fix crashes caused by some input devices.Jeff Brown2011-01-251-1/+3
* Fix getSwitchState.Jeff Brown2011-01-191-0/+9
* Improve support for external keyboards.Jeff Brown2010-12-021-3/+35
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-3/+1
* Support non-orientation aware keyboards and other devices.Jeff Brown2010-11-301-0/+18
* Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-1/+2
* Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-0/+4
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-0/+7
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-1/+3
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-0/+8
* Add support for secure views.Jeff Brown2010-09-081-0/+9
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-23/+0
* Input device calibration and capabilities.Jeff Brown2010-08-301-0/+4
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-11/+72
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+2
* Add support for new input sources.Jeff Brown2010-07-151-8/+53
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-1/+3
* Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-301-3/+0
* Implement default key handling for native code.Dianne Hackborn2010-06-301-1/+9
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-2/+2
* Native input event dispatching.Jeff Brown2010-06-281-0/+3
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-2/+5
* More native input event dispatching.Jeff Brown2010-06-211-2/+2
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-10/+39
* More work in progress on native events.Jeff Brown2010-06-151-1/+32
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+310