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
/
include
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track input state when transferring touch focus.
Jeff Brown
2010-10-11
1
-0
/
+3
*
Fix an event injection bug when the policy is bypassed.
Jeff Brown
2010-10-11
2
-3
/
+6
*
am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...
Jeff Brown
2010-10-11
3
-70
/
+74
|
\
|
*
Added more robust tracking and cancelation of events.
Jeff Brown
2010-10-10
3
-70
/
+74
*
|
Move binder magic from the Surface class to GraphicBuffer.
Jamie Gennis
2010-10-10
1
-0
/
+7
*
|
am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." in...
Jeff Brown
2010-10-07
1
-2
/
+9
|
\
\
|
|
/
|
*
Make secure views tolerate IME overlays.
Jeff Brown
2010-10-05
1
-2
/
+9
*
|
am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buf...
Mathias Agopian
2010-10-06
1
-1
/
+11
|
\
\
|
|
/
|
*
fix [2835280] Add support for cancelling buffers to ANativeWindow
Mathias Agopian
2010-10-04
1
-1
/
+11
*
|
am ea58d1ba: am e951ef07: Merge "Wait for initial device scan to finish befor...
Jeff Brown
2010-10-01
2
-8
/
+14
|
\
\
|
|
/
|
*
Wait for initial device scan to finish before updating config.
Jeff Brown
2010-10-01
2
-8
/
+14
*
|
am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to...
Jeff Brown
2010-10-01
1
-2
/
+6
|
\
\
|
|
/
|
*
Minor logging changes to input dispatcher to help with debugging.
Jeff Brown
2010-10-01
1
-2
/
+6
*
|
am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys def...
Jeff Brown
2010-10-01
3
-5
/
+5
|
\
\
|
|
/
|
*
Support haptic feedback for virtual keys defined in key layout.
Jeff Brown
2010-10-01
3
-5
/
+5
*
|
am 5d3cef8a: am e0c12c88: Merge "Move verbose logging of device capabilities ...
Jeff Brown
2010-09-30
1
-7
/
+10
|
\
\
|
|
/
|
*
Move verbose logging of device capabilities to dumpsys.
Jeff Brown
2010-09-30
1
-7
/
+10
*
|
Add support for transferring touch focus.
Jeff Brown
2010-09-27
1
-0
/
+11
|
/
*
Add suuport for splitting touch events across windows.
Jeff Brown
2010-09-26
3
-50
/
+84
*
Fix app switch latency optimization.
Jeff Brown
2010-09-16
1
-6
/
+6
*
Merge "Input API review." into gingerbread
Jeff Brown
2010-09-16
1
-2
/
+2
|
\
|
*
Input API review.
Jeff Brown
2010-09-14
1
-2
/
+2
*
|
Make input dispatcher only ANR for foreground windows.
Jeff Brown
2010-09-15
1
-89
/
+32
*
|
fix a typo where the eventtags code were wrong
Mathias Agopian
2010-09-15
1
-16
/
+16
|
/
*
Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...
Jeff Brown
2010-09-14
2
-5
/
+4
|
\
|
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-14
2
-5
/
+4
*
|
Add logging of various important graphics events
Mathias Agopian
2010-09-13
2
-0
/
+74
|
/
*
Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-12
4
-144
/
+487
*
Fix key repeat delay.
Jeff Brown
2010-09-08
1
-1
/
+4
*
Add support for secure views.
Jeff Brown
2010-09-08
3
-8
/
+31
*
Remove incomplete input device enumeration NDK API.
Jeff Brown
2010-08-31
1
-23
/
+0
*
Input device calibration and capabilities.
Jeff Brown
2010-08-30
3
-23
/
+146
*
fix [2931513] Add support for setting the orientation of an ANativeWindow
Mathias Agopian
2010-08-24
1
-0
/
+29
*
Add support for throttling motion events.
Jeff Brown
2010-08-18
1
-0
/
+19
*
Merge "Fix some input device mapping bugs with certain drivers." into gingerb...
Jeff Brown
2010-08-18
1
-14
/
+4
|
\
|
*
Fix some input device mapping bugs with certain drivers.
Jeff Brown
2010-08-18
1
-14
/
+4
*
|
Keep track of remaining fd when devices are removed
Jens Gulin
2010-08-18
1
-0
/
+1
|
/
*
Optimize EventHub reads.
Jeff Brown
2010-08-17
1
-0
/
+6
*
Fix possible race conditions during channel unregistration.
Jeff Brown
2010-08-17
1
-0
/
+2
*
Fix safe mode and KeyEvent.getMaxKeyCode().
Jeff Brown
2010-08-10
1
-0
/
+2
*
Enhanced VelocityTracker for > 5 pointers and fixed bugs.
Jeff Brown
2010-07-30
1
-1
/
+3
*
Improve thread safety of input mappers.
Jeff Brown
2010-07-30
1
-67
/
+83
*
DO NOT MERGE: Fix input event injection ANRs on UI thread.
Jeff Brown
2010-07-29
2
-17
/
+37
*
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-28
5
-544
/
+770
*
Fix individual pointer id up/down reporting.
Jeff Brown
2010-07-16
1
-1
/
+2
*
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
1
-0
/
+2
*
Add support for new input sources.
Jeff Brown
2010-07-15
5
-23
/
+109
*
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-13
2
-27
/
+3
*
Add initial gamepad support.
Jeff Brown
2010-07-13
3
-409
/
+358
*
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-07-09
1
-18
/
+15
[next]