index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
ui
/
InputDispatcher.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve support for external keyboards.
Jeff Brown
2010-12-02
1
-5
/
+5
*
Ensure the ShortcutManager uses the correct key character map.
Jeff Brown
2010-11-30
1
-14
/
+35
*
Enable touch splitting for all windows by default.
Jeff Brown
2010-11-12
1
-9
/
+7
*
The CHEEK_TOUCH stuff never worked. Remove it.
Joe Onorato
2010-11-08
1
-18
/
+1
*
Tell system server whether the app handled input events.
Jeff Brown
2010-11-08
1
-13
/
+46
*
Fix a key repeating bug.
Jeff Brown
2010-11-02
1
-40
/
+40
*
am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression.
Jeff Brown
2010-11-02
1
-3
/
+3
|
\
|
*
Fix bugs related to cheek event suppression.
Jeff Brown
2010-11-01
1
-3
/
+3
*
|
Fix policy issues when screen is off.
Jeff Brown
2010-11-01
1
-1
/
+15
*
|
resolved conflicts for merge of df3cccf3 to master
Jeff Brown
2010-10-27
1
-1
/
+23
|
\
\
|
|
/
|
*
Drop all dispatcher state when dispatcher is disabled.
Jeff Brown
2010-10-27
1
-1
/
+23
*
|
Tweak log messages a bit.
Jeff Brown
2010-10-25
1
-2
/
+5
*
|
am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...
Jeff Brown
2010-10-24
1
-2
/
+9
|
\
\
|
|
/
|
*
Add unit tests for native input and fix bugs identified.
Jeff Brown
2010-10-23
1
-2
/
+9
*
|
am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking u...
Jeff Brown
2010-10-19
1
-40
/
+28
|
\
\
|
|
/
|
*
Fix bug where home presses were not poking user activity.
Jeff Brown
2010-10-18
1
-40
/
+28
*
|
am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when ...
Jeff Brown
2010-10-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a native crash in input dispatcher when windows are removed.
Jeff Brown
2010-10-15
1
-1
/
+1
|
*
Add support for secure system overlays. (DO NOT MERGE)
Jeff Brown
2010-10-15
1
-2
/
+3
*
|
Add support for secure system overlays.
Jeff Brown
2010-10-15
1
-2
/
+3
*
|
am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." in...
Jeff Brown
2010-10-13
1
-8
/
+6
|
\
\
|
|
/
|
*
Improve the input policy handling a bit.
Jeff Brown
2010-10-12
1
-8
/
+6
*
|
am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events fo...
Jeff Brown
2010-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
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
*
|
Track input state when transferring touch focus.
Jeff Brown
2010-10-11
1
-0
/
+30
*
|
Fix an event injection bug when the policy is bypassed.
Jeff Brown
2010-10-11
1
-33
/
+30
*
|
am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...
Jeff Brown
2010-10-11
1
-242
/
+379
|
\
\
|
|
/
|
*
Added more robust tracking and cancelation of events.
Jeff Brown
2010-10-10
1
-242
/
+379
*
|
am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." in...
Jeff Brown
2010-10-07
1
-27
/
+30
|
\
\
|
|
/
|
*
Make secure views tolerate IME overlays.
Jeff Brown
2010-10-05
1
-27
/
+30
*
|
am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to...
Jeff Brown
2010-10-01
1
-51
/
+77
|
\
\
|
|
/
|
*
Minor logging changes to input dispatcher to help with debugging.
Jeff Brown
2010-10-01
1
-51
/
+77
|
*
Fix bug in split touches.
Jeff Brown
2010-09-28
1
-1
/
+2
*
|
Fix bug in split touches.
Jeff Brown
2010-09-28
1
-1
/
+2
*
|
am 26d5786f: am 9c37447e: Merge "Fix pointer index when splitting secondary p...
Jeff Brown
2010-09-28
1
-0
/
+8
|
\
\
|
|
/
|
*
Fix pointer index when splitting secondary pointers.
Jeff Brown
2010-09-27
1
-0
/
+8
*
|
Add support for transferring touch focus.
Jeff Brown
2010-09-27
1
-0
/
+64
|
/
*
Add suuport for splitting touch events across windows.
Jeff Brown
2010-09-26
1
-320
/
+562
*
Fix app switch latency optimization.
Jeff Brown
2010-09-16
1
-48
/
+75
*
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
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-14
1
-21
/
+21
*
Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-12
1
-424
/
+1738
*
Fix key repeat delay.
Jeff Brown
2010-09-08
1
-4
/
+5
*
Add support for secure views.
Jeff Brown
2010-09-08
1
-15
/
+23
*
Input device calibration and capabilities.
Jeff Brown
2010-08-30
1
-7
/
+15
*
Make the throttling more sensitive to end-to-end latency.
Jeff Brown
2010-08-19
1
-1
/
+2
*
Add support for throttling motion events.
Jeff Brown
2010-08-18
1
-5
/
+77
[next]