| Commit message (Expand) | Author | Age | Files | Lines |
* | OBB: use PBKDF2 for key generation. | Kenny Root | 2010-10-13 | 2 | -17/+45 |
* | turn off the electron beam | Mathias Agopian | 2010-10-12 | 1 | -0/+15 |
* | Improve the input policy handling a bit. | Jeff Brown | 2010-10-12 | 1 | -8/+6 |
* | Fix a bug synthesizing cancelation events for motions. | Jeff Brown | 2010-10-11 | 1 | -1/+1 |
* | Fix an event injection bug when the policy is bypassed. | Jeff Brown | 2010-10-11 | 1 | -33/+30 |
* | Added more robust tracking and cancelation of events. | Jeff Brown | 2010-10-10 | 2 | -314/+389 |
* | Minor fix for InputReader support for non-touchscreen devices. | Jeff Brown | 2010-10-07 | 1 | -1/+1 |
* | Switch Looper back to using poll() instead of epoll(). | Jeff Brown | 2010-10-07 | 2 | -45/+254 |
* | Make secure views tolerate IME overlays. | Jeff Brown | 2010-10-05 | 1 | -27/+30 |
* | fix [2835280] Add support for cancelling buffers to ANativeWindow | Mathias Agopian | 2010-10-04 | 2 | -11/+53 |
* | Merge "refactored screenshot code" into gingerbread | Mathias Agopian | 2010-10-04 | 2 | -2/+58 |
|\ |
|
| * | refactored screenshot code | Mathias Agopian | 2010-10-04 | 2 | -2/+58 |
* | | Use pread() in ZipFileRO for Linux | Kenny Root | 2010-10-04 | 1 | -1/+32 |
|/ |
|
* | Merge "ZipFileRO: moar logging and wrap close" into gingerbread | Kenny Root | 2010-10-04 | 1 | -7/+19 |
|\ |
|
| * | ZipFileRO: moar logging and wrap close | Kenny Root | 2010-10-01 | 1 | -7/+19 |
* | | Wait for initial device scan to finish before updating config. | Jeff Brown | 2010-10-01 | 2 | -26/+32 |
* | | Minor logging changes to input dispatcher to help with debugging. | Jeff Brown | 2010-10-01 | 3 | -70/+138 |
|/ |
|
* | Support haptic feedback for virtual keys defined in key layout. | Jeff Brown | 2010-10-01 | 1 | -5/+5 |
* | Move verbose logging of device capabilities to dumpsys. | Jeff Brown | 2010-09-30 | 1 | -138/+161 |
* | Fix bug in split touches. | Jeff Brown | 2010-09-28 | 1 | -1/+2 |
* | Fix pointer index when splitting secondary pointers. | Jeff Brown | 2010-09-27 | 1 | -0/+8 |
* | Merge "Add suuport for splitting touch events across windows." into gingerbread | Jeff Brown | 2010-09-27 | 2 | -321/+563 |
|\ |
|
| * | Add suuport for splitting touch events across windows. | Jeff Brown | 2010-09-26 | 2 | -321/+563 |
* | | Merge changes I1f7c4535,I741c68a2 into gingerbread | Mathias Agopian | 2010-09-24 | 1 | -0/+28 |
|\ \ |
|
| * | | add support for [1974164] Be able to take a screen shot on the device | Mathias Agopian | 2010-09-24 | 1 | -0/+28 |
| |/ |
|
* | | Merge "Some debugging support." into gingerbread | Dianne Hackborn | 2010-09-24 | 1 | -0/+14 |
|\ \ |
|
| * | | Some debugging support. | Dianne Hackborn | 2010-09-24 | 1 | -0/+14 |
| |/ |
|
* | | Revert "Revert "Free created FileMap when uncompressing files"" | Kenny Root | 2010-09-24 | 1 | -5/+9 |
* | | Add locking around ZIP seeking | Kenny Root | 2010-09-24 | 1 | -10/+17 |
|/ |
|
* | Looper: use pthread_once for TLS key initialization. | Jeff Brown | 2010-09-21 | 1 | -15/+14 |
* | Reduce lock thrashing in native Looper. | Jeff Brown | 2010-09-17 | 1 | -32/+38 |
* | Merge "Fix sim-eng build on Hardy" into gingerbread | Brian Carlstrom | 2010-09-16 | 1 | -0/+8 |
|\ |
|
| * | Fix sim-eng build on Hardy | Brian Carlstrom | 2010-09-16 | 1 | -0/+8 |
* | | Fix typo which causes sensors to fail miserably | Mathias Agopian | 2010-09-16 | 1 | -1/+1 |
* | | Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn... | Mathias Agopian | 2010-09-16 | 1 | -2/+16 |
|\ \ |
|
| * | | part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work | Mathias Agopian | 2010-09-16 | 1 | -2/+16 |
* | | | Merge "Ensure input dispatcher and native looper handles EINTR." into gingerb... | Jeff Brown | 2010-09-16 | 2 | -6/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ensure input dispatcher and native looper handles EINTR. | Jeff Brown | 2010-09-16 | 2 | -6/+19 |
| |/ |
|
* | | Fix app switch latency optimization. | Jeff Brown | 2010-09-16 | 1 | -48/+75 |
|/ |
|
* | Merge "Input API review." into gingerbread | Jeff Brown | 2010-09-16 | 1 | -3/+0 |
|\ |
|
| * | Input API review. | Jeff Brown | 2010-09-14 | 1 | -3/+0 |
* | | Fix input dispatcher regression on launcher drag&drop. | Jeff Brown | 2010-09-16 | 1 | -49/+30 |
* | | Fix NPE when handling certain kinds of ANRs. | Jeff Brown | 2010-09-16 | 1 | -4/+6 |
* | | Make input dispatcher only ANR for foreground windows. | Jeff Brown | 2010-09-15 | 1 | -393/+269 |
|/ |
|
* | Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge... | Jeff Brown | 2010-09-14 | 8 | -781/+835 |
|\ |
|
| * | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 8 | -781/+835 |
* | | Add logging of various important graphics events | Mathias Agopian | 2010-09-13 | 4 | -4/+135 |
|/ |
|
* | Input dispatcher ANR handling enhancements. | Jeff Brown | 2010-09-12 | 4 | -502/+1881 |
* | Always set the scheduling group when starting a new thread. | Dianne Hackborn | 2010-09-09 | 1 | -16/+23 |
* | Fix key repeat delay. | Jeff Brown | 2010-09-08 | 1 | -4/+5 |