index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
input
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-implement orientation aware volume buttons at lower level
nadlabak
2013-09-17
2
-9
/
+38
*
input: Add option to toggle pointer icon when using stylus
Steve Kondik
2013-01-03
2
-5
/
+36
*
Disable touch while using the stylus (Galaxy Note)
Volker Braun
2012-12-28
2
-0
/
+12
*
simplify and improve BOARD_USE_LEGACY_TOUCHSCREEN
FUKAUMI Naoki
2012-12-23
1
-59
/
+33
*
Legacy touchscreen: Fix B key issue
Tomasz Zajac
2012-12-23
1
-1
/
+1
*
Process the BTN_MOUSE event
Arne Coucheron
2012-12-23
2
-0
/
+11
*
Allow compatibility with 'old' Touchscreens (Linux < 3.1)
Tanguy Pruvot
2012-12-23
2
-3
/
+64
*
Eliminate potential reentrance from unregisterInputChannel.
Jeff Brown
2012-10-31
2
-6
/
+16
*
Recover from bad input event timestamps from the kernel.
Jeff Brown
2012-10-05
2
-2
/
+37
*
New internal API to eliminate poke locks.
Jeff Brown
2012-10-01
2
-0
/
+12
*
Bundle correlated switch changes atomically.
Jeff Brown
2012-09-27
8
-19
/
+46
*
Make input system aware of multiple displays.
Jeff Brown
2012-09-10
8
-133
/
+301
*
Make display manager tell input system about viewports.
Jeff Brown
2012-09-08
5
-94
/
+124
*
Remove unused "layer" argument from show().
Jeff Brown
2012-08-27
1
-1
/
+1
*
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-1
/
+2
*
Use new surface flinger API.
Jeff Brown
2012-08-27
1
-1
/
+1
*
Move and rename user activity event type constants.
Jeff Brown
2012-07-27
1
-3
/
+3
*
Improve handling of size and orientation.
Jeff Brown
2012-06-25
2
-8
/
+15
*
Capture input dispatcher's last ANR state in bug report.
Jeff Brown
2012-06-17
2
-12
/
+40
*
Improve ANR diagnostics.
Jeff Brown
2012-06-11
2
-45
/
+133
*
Don't ANR on hover, scroll or if a window goes away.
Jeff Brown
2012-05-24
1
-15
/
+24
*
Merge "Revert "services: input events: enable debugging in EventHub (touch sc...
JP Abgrall
2012-05-16
1
-16
/
+7
|
\
|
*
Revert "services: input events: enable debugging in EventHub (touch screen is...
JP Abgrall
2012-05-16
1
-16
/
+7
*
|
Minor refactoring before starting on velocity tracker changes.
Jeff Brown
2012-05-11
2
-0
/
+3
*
|
Merge "Fix bugs in fallback key handling." into jb-dev
Jeff Brown
2012-05-09
2
-8
/
+35
|
\
\
|
*
|
Fix bugs in fallback key handling.
Jeff Brown
2012-05-09
2
-8
/
+35
*
|
|
Merge "services: input events: enable debugging in EventHub (touch screen iss...
JP Abgrall
2012-05-09
1
-7
/
+16
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
services: input events: enable debugging in EventHub (touch screen issues)
JP Abgrall
2012-05-08
1
-7
/
+16
*
|
Disable input dispatch until boot finished.
Jeff Brown
2012-05-08
1
-1
/
+1
|
/
*
Use EVIOCSCLOCKID correctly.
Jeff Brown
2012-05-01
1
-1
/
+2
*
Improve handling of built-in keyboard.
Jeff Brown
2012-05-01
3
-141
/
+1
*
am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set i...
Dianne Hackborn
2012-04-24
1
-1
/
+1
|
\
|
*
Distance max set incorrectly
Andreas Sandblad
2012-04-23
1
-1
/
+1
|
*
am 5d58eb06: Merge "Fix a few memory leaks in the input dispatcher. (DO NOT ...
Jeff Brown
2012-01-20
2
-6
/
+27
|
|
\
|
|
*
Fix a few memory leaks in the input dispatcher. (DO NOT MERGE)
Jeff Brown
2012-01-17
2
-6
/
+27
|
*
|
Rename LOG_ASSERT to ALOG_ASSERT
Steve Block
2012-01-19
3
-31
/
+31
|
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)
Steve Block
2012-01-19
4
-35
/
+35
|
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)
Steve Block
2012-01-19
4
-40
/
+40
|
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)
Steve Block
2012-01-19
3
-32
/
+32
|
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)
Steve Block
2012-01-19
4
-160
/
+160
|
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)
Steve Block
2012-01-19
2
-13
/
+13
|
|
/
*
|
Get alias for Bluetooth devices.
Jeff Brown
2012-04-20
3
-6
/
+27
*
|
When ANR happens, only remove ANR'd window.
Jeff Brown
2012-04-20
2
-3
/
+16
*
|
Make InputDevice.SOURCE_STYLUS meaningful.
Jeff Brown
2012-04-19
2
-6
/
+52
*
|
Don't load keyboard layout overlay for virtual keyboard.
Jeff Brown
2012-04-19
2
-4
/
+8
*
|
Fix build.
Jeff Brown
2012-04-17
1
-1
/
+1
*
|
Add Dvorak keyboard layout.
Jeff Brown
2012-04-17
2
-9
/
+24
*
|
Support loading keyboard layout overlays from resources.
Jeff Brown
2012-04-17
5
-0
/
+45
*
|
Add support for input devices that have vibrators.
Jeff Brown
2012-04-13
5
-4
/
+305
*
|
Notify applications when input devices change.
Jeff Brown
2012-04-12
4
-101
/
+139
[next]