summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/InputManager.java
AgeCommit message (Expand)Author
2011-02-17Start window manager refactoring.Dianne Hackborn
2011-01-18Filter virtual keys after touches.Jeff Brown
2011-01-14Merge "Add volume down as a safe mode key for Stingray." into honeycombJeff Brown
2011-01-14Use holo style mouse pointer.Jeff Brown
2011-01-13Add volume down as a safe mode key for Stingray.Jeff Brown
2011-01-10Prevent events from getting backlogged.Jeff Brown
2011-01-04Mouse pointer integration.Jeff Brown
2010-12-29Add initial support for cursor-based pointing devices.Jeff Brown
2010-12-07Add support for fallback keycodes.Jeff Brown
2010-12-02Improve support for external keyboards.Jeff Brown
2010-11-30Ensure the ShortcutManager uses the correct key character map.Jeff Brown
2010-11-30Support non-orientation aware keyboards and other devices.Jeff Brown
2010-11-08Tell system server whether the app handled input events.Jeff Brown
2010-11-04Integrate StrictMode with CloseGuardBrian Carlstrom
2010-11-01Fix policy issues when screen is off.Jeff Brown
2010-10-11Fix an event injection bug when the policy is bypassed.Jeff Brown
2010-10-11am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...Jeff Brown
2010-10-10Added more robust tracking and cancelation of events.Jeff Brown
2010-10-04Refinements to drag/dropChristopher Tate
2010-09-30Drag/drop APIs and infrastructureChristopher Tate
2010-09-27Add support for transferring touch focus.Jeff Brown
2010-09-21Fix race reading input configuration during system startup.Jeff Brown
2010-09-15Make input dispatcher only ANR for foreground windows.Jeff Brown
2010-09-12Input dispatcher ANR handling enhancements.Jeff Brown
2010-08-30Input device calibration and capabilities.Jeff Brown
2010-08-18Raise motion event throttle to 60Hz from 35Hz.Jeff Brown
2010-08-18Add support for throttling motion events.Jeff Brown
2010-08-11Add support for the PointerLocation overlay.Jeff Brown
2010-07-29DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown
2010-07-28Refactor input reader to support new device types more easily.Jeff Brown
2010-07-16Fix bug with phantom input windows.Jeff Brown
2010-07-15Add support for new input sources.Jeff Brown
2010-07-03More native input dispatch work.Jeff Brown
2010-06-28Native input event dispatching.Jeff Brown
2010-06-21More native input event dispatching.Jeff Brown
2010-06-13Native input dispatch rewrite work in progress.Jeff Brown