summaryrefslogtreecommitdiffstats
path: root/include/ui/Input.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-0/+4
* Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-9/+40
* Tweak VelocityTracker.Jeff Brown2011-09-091-2/+6
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-1/+8
* am 61220e88: am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4...Jeff Brown2011-06-071-5/+0
|\
| * Revert velocity damping.Jeff Brown2011-06-061-5/+0
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-031-0/+81
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-021-0/+81
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-0/+5
| * Improve VelocityTracker numerical stability. (DO NOT MERGE)Jeff Brown2011-05-231-3/+26
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-0/+55
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-13/+46
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-0/+2
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-0/+2
* | 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