summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring before starting on velocity tracker changes.Jeff Brown2012-05-112-0/+3
* Merge "Fix bugs in fallback key handling." into jb-devJeff Brown2012-05-092-8/+35
|\
| * Fix bugs in fallback key handling.Jeff Brown2012-05-092-8/+35
* | Merge "services: input events: enable debugging in EventHub (touch screen iss...JP Abgrall2012-05-091-7/+16
|\ \ | |/ |/|
| * services: input events: enable debugging in EventHub (touch screen issues)JP Abgrall2012-05-081-7/+16
* | Disable input dispatch until boot finished.Jeff Brown2012-05-081-1/+1
|/
* Use EVIOCSCLOCKID correctly.Jeff Brown2012-05-011-1/+2
* Improve handling of built-in keyboard.Jeff Brown2012-05-013-141/+1
* am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set i...Dianne Hackborn2012-04-241-1/+1
|\
| * Distance max set incorrectlyAndreas Sandblad2012-04-231-1/+1
| * am 5d58eb06: Merge "Fix a few memory leaks in the input dispatcher. (DO NOT ...Jeff Brown2012-01-202-6/+27
| |\
| | * Fix a few memory leaks in the input dispatcher. (DO NOT MERGE)Jeff Brown2012-01-172-6/+27
| * | Rename LOG_ASSERT to ALOG_ASSERTSteve Block2012-01-193-31/+31
| * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-194-35/+35
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-194-40/+40
| * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-193-32/+32
| * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-194-160/+160
| * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-192-13/+13
| |/
* | Get alias for Bluetooth devices.Jeff Brown2012-04-203-6/+27
* | When ANR happens, only remove ANR'd window.Jeff Brown2012-04-202-3/+16
* | Make InputDevice.SOURCE_STYLUS meaningful.Jeff Brown2012-04-192-6/+52
* | Don't load keyboard layout overlay for virtual keyboard.Jeff Brown2012-04-192-4/+8
* | Fix build.Jeff Brown2012-04-171-1/+1
* | Add Dvorak keyboard layout.Jeff Brown2012-04-172-9/+24
* | Support loading keyboard layout overlays from resources.Jeff Brown2012-04-175-0/+45
* | Add support for input devices that have vibrators.Jeff Brown2012-04-135-4/+305
* | Notify applications when input devices change.Jeff Brown2012-04-124-101/+139
* | HID usage should take precedence over scan code.Jeff Brown2012-04-121-13/+17
* | Refactor key code mapping.Jeff Brown2012-04-115-215/+311
* | Request key maps from input manager service.Jeff Brown2012-04-104-63/+113
* | Use new EVIOCSCLOCKID ioctl if supported.Jeff Brown2012-04-091-3/+20
* | Add a unique input device descriptor.Jeff Brown2012-04-065-43/+91
* | Add Java wrappers for new atrace functionality.Jeff Brown2012-03-092-0/+48
* | fix libgui header locationMathias Agopian2012-02-271-3/+1
* | frameworks/base refactoringMathias Agopian2012-02-202-0/+2
* | frameworks/base refactoring.Mathias Agopian2012-02-1711-21/+21
* | Clean up InputChannel file descriptor data type.Jeff Brown2012-02-141-1/+1
* | Don't serialize motion events.Jeff Brown2012-02-132-15/+31
* | Implement batching of input events on the consumer side.Jeff Brown2012-02-132-18/+54
* | Optimize dispatcher for back-to-back finished signals.Jeff Brown2012-02-131-8/+20
* | Dispatch multiple touch events in parallel.Jeff Brown2012-02-132-156/+184
* | Delete premature optimization.Jeff Brown2012-02-132-8/+6
* | Delete dead code.Jeff Brown2012-02-132-15/+0
* | Delete latency tracking information in the Connection.Jeff Brown2012-02-132-25/+3
* | Remove active connection tracking.Jeff Brown2012-02-132-44/+0
* | Simplify input target handling in the dispatcher.Jeff Brown2012-02-132-100/+67
* | Rewrite input transport using sockets.Jeff Brown2012-02-132-57/+25
* | Remove batching and streaming from the input dispatcher.Jeff Brown2012-02-132-630/+81
* | Remove the input dispatcher throttle.Jeff Brown2012-02-072-87/+2
* | Merge "Use O_CLOEXEC when opening input device."Jeff Brown2012-01-311-1/+1
|\ \