summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [3171580] Add transform field to native buffers. (DO NOT MERGE)Mathias Agopian2010-12-032-2/+16
* [3171580] don't automatically log GraphicBuffer allocation failuresMathias Agopian2010-12-032-1/+5
* Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-0/+3
* 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
* Merge "Improve input device calibration format." into gingerbreadJeff Brown2010-10-151-24/+31
|\
| * Improve input device calibration format.Jeff Brown2010-10-141-24/+31
* | Merge "Revert to using epoll_wait()." into gingerbreadJeff Brown2010-10-141-4/+4
|\ \
| * | Revert to using epoll_wait().Jeff Brown2010-10-071-4/+4
* | | addresses parts of 3096779 and 3097475Mathias Agopian2010-10-141-0/+5
| |/ |/|
* | Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-131-0/+27
|\ \
| * | OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-0/+27
* | | implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-131-1/+3
|/ /
* | turn off the electron beamMathias Agopian2010-10-121-1/+4
* | 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
|/
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-3/+59
* Make secure views tolerate IME overlays.Jeff Brown2010-10-051-2/+9
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-043-5/+19
* Merge "refactored screenshot code" into gingerbreadMathias Agopian2010-10-042-1/+32
|\
| * refactored screenshot codeMathias Agopian2010-10-042-1/+32
* | Use pread() in ZipFileRO for LinuxKenny Root2010-10-041-7/+17
|/
* Merge "ZipFileRO: moar logging and wrap close" into gingerbreadKenny Root2010-10-041-9/+2
|\
| * ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-9/+2
* | 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
* Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-274-50/+87
|\
| * Add suuport for splitting touch events across windows.Jeff Brown2010-09-264-50/+87
* | Merge changes I1f7c4535,I741c68a2 into gingerbreadMathias Agopian2010-09-241-1/+9
|\ \
| * | add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-1/+9
| |/
* | Add locking around ZIP seekingKenny Root2010-09-241-2/+6
|/
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-0/+1
* Looper: Drop default parameters in favor of a safer overload.Jeff Brown2010-09-161-6/+9
* 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-145-227/+217
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-145-227/+217
* | Add logging of various important graphics eventsMathias Agopian2010-09-132-0/+74
|/
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-125-156/+513
* Fix key repeat delay.Jeff Brown2010-09-081-1/+4
* Add support for secure views.Jeff Brown2010-09-083-8/+31
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-3/+11
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-23/+0
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-311-1/+5