summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-5/+23
* Fix bug where home presses were not poking user activity.Jeff Brown2010-10-181-5/+1
* Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-0/+1
* Improve input device calibration format.Jeff Brown2010-10-141-24/+31
* Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-112-3/+6
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-103-70/+74
* Make secure views tolerate IME overlays.Jeff Brown2010-10-051-2/+9
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-1/+11
* Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-8/+14
* Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-2/+6
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-013-5/+5
* Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-7/+10
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-263-50/+84
* Fix app switch latency optimization.Jeff Brown2010-09-161-6/+6
* Merge "Input API review." into gingerbreadJeff Brown2010-09-161-2/+2
|\
| * Input API review.Jeff Brown2010-09-141-2/+2
* | Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-89/+32
* | fix a typo where the eventtags code were wrongMathias Agopian2010-09-151-16/+16
|/
* Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-142-5/+4
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-142-5/+4
* | Add logging of various important graphics eventsMathias Agopian2010-09-132-0/+74
|/
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-124-144/+487
* Fix key repeat delay.Jeff Brown2010-09-081-1/+4
* Add support for secure views.Jeff Brown2010-09-083-8/+31
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-23/+0
* Input device calibration and capabilities.Jeff Brown2010-08-303-23/+146
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-0/+29
* Add support for throttling motion events.Jeff Brown2010-08-181-0/+19
* Merge "Fix some input device mapping bugs with certain drivers." into gingerb...Jeff Brown2010-08-181-14/+4
|\
| * Fix some input device mapping bugs with certain drivers.Jeff Brown2010-08-181-14/+4
* | Keep track of remaining fd when devices are removedJens Gulin2010-08-181-0/+1
|/
* Optimize EventHub reads.Jeff Brown2010-08-171-0/+6
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-0/+2
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-0/+2
* Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown2010-07-301-1/+3
* Improve thread safety of input mappers.Jeff Brown2010-07-301-67/+83
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-17/+37
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-285-544/+770
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-1/+2
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+2
* Add support for new input sources.Jeff Brown2010-07-155-23/+109
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-132-27/+3
* Add initial gamepad support.Jeff Brown2010-07-133-409/+358
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-18/+15
* Merge "More native input dispatch work." into gingerbreadChris Tate2010-07-071-5/+10
|\
| * More native input dispatch work.Jeff Brown2010-07-031-5/+10
* | Add new native Looper API.Dianne Hackborn2010-07-021-0/+5
|/
* Merge "Introduce official public NativeWindow type." into gingerbreadDianne Hackborn2010-06-302-26/+30
|\
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-302-26/+30
* | Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-302-7/+0
|/