summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix a key repeating bug. (DO NOT MERGE)Jeff Brown2010-11-171-40/+40
* Fix stuck keys when released out of order. (DO NOT MERGE)Jeff Brown2010-11-171-2/+2
* Merge "fix [3148312] Region can access data out of bounds" into gingerbreadMathias Agopian2010-11-081-1/+1
|\
| * fix [3148312] Region can access data out of boundsMathias Agopian2010-10-291-1/+1
* | Fix bugs related to cheek event suppression.Jeff Brown2010-11-011-3/+3
|/
* Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-1/+23
* Updade Surface (ANativeWindow) format based on its buffers formatMathias Agopian2010-10-251-0/+11
* Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-236-21/+3647
* Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbreadKenny Root2010-10-221-1/+9
|\
| * Initialized check in ZipFileRO::findEntryByNameKenny Root2010-10-211-1/+9
* | Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
|/
* Merge "propagate RS context priority to EGLContext when possible. DO NOT MERG...Mathias Agopian2010-10-202-1/+16
|\
| * propagate RS context priority to EGLContext when possible. DO NOT MERGE.Mathias Agopian2010-10-112-1/+16
* | Reduce logging.Joe Onorato2010-10-191-1/+2
* | Fix bug where home presses were not poking user activity.Jeff Brown2010-10-181-40/+28
* | Fix a native crash in input dispatcher when windows are removed.Jeff Brown2010-10-151-1/+1
* | Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-2/+3
* | Merge "Improve input device calibration format." into gingerbreadJeff Brown2010-10-151-111/+176
|\ \
| * | Improve input device calibration format.Jeff Brown2010-10-141-111/+176
* | | Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbreadRaphael Moll2010-10-141-20/+37
|\ \ \ | |/ / |/| |
| * | MinGW/Cygwin requires open() in O_BINARY mode.Raphael Moll2010-10-131-20/+37
* | | Merge "Make sure EventHub reports added/removed devices immediately." into gi...Jeff Brown2010-10-141-3/+8
|\ \ \ | |/ / |/| |
| * | Make sure EventHub reports added/removed devices immediately.Jeff Brown2010-10-141-3/+8
* | | Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-132-17/+45
|\ \ \
| * | | OBB: use PBKDF2 for key generation.Kenny Root2010-10-132-17/+45
* | | | implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-131-0/+15
|/ / /
* | | turn off the electron beamMathias Agopian2010-10-121-0/+15
|/ /
* | Improve the input policy handling a bit.Jeff Brown2010-10-121-8/+6
* | Fix a bug synthesizing cancelation events for motions.Jeff Brown2010-10-111-1/+1
|/
* Merge "Change to new binder implementation for OBB" into gingerbreadKenny Root2010-10-111-1/+4
|\
| * Change to new binder implementation for OBBKenny Root2010-10-111-1/+4
* | Merge "OBB: rearrange to be entirely asynchronous" into gingerbreadKenny Root2010-10-112-5/+7
|\ \ | |/
| * OBB: rearrange to be entirely asynchronousKenny Root2010-10-112-5/+7
* | Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-33/+30
|/
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-102-314/+389
* Minor fix for InputReader support for non-touchscreen devices.Jeff Brown2010-10-071-1/+1
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-072-45/+254
* Make secure views tolerate IME overlays.Jeff Brown2010-10-051-27/+30
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-042-11/+53
* Merge "refactored screenshot code" into gingerbreadMathias Agopian2010-10-042-2/+58
|\
| * refactored screenshot codeMathias Agopian2010-10-042-2/+58
* | Use pread() in ZipFileRO for LinuxKenny Root2010-10-041-1/+32
|/
* Merge "ZipFileRO: moar logging and wrap close" into gingerbreadKenny Root2010-10-041-7/+19
|\
| * ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-7/+19
* | Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-26/+32
* | Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-013-70/+138
|/
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-5/+5
* Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-138/+161
* Update OBB API to include callbacksKenny Root2010-09-281-3/+3
* Fix bug in split touches.Jeff Brown2010-09-281-1/+2