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
/
services
/
input
/
InputReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve handling of built-in keyboard.
Jeff Brown
2012-05-01
1
-41
/
+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
|
*
Rename LOG_ASSERT to ALOG_ASSERT
Steve Block
2012-01-19
1
-15
/
+15
|
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)
Steve Block
2012-01-19
1
-14
/
+14
|
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)
Steve Block
2012-01-19
1
-13
/
+13
|
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)
Steve Block
2012-01-19
1
-49
/
+49
*
|
Get alias for Bluetooth devices.
Jeff Brown
2012-04-20
1
-2
/
+12
*
|
Make InputDevice.SOURCE_STYLUS meaningful.
Jeff Brown
2012-04-19
1
-5
/
+38
*
|
Don't load keyboard layout overlay for virtual keyboard.
Jeff Brown
2012-04-19
1
-4
/
+6
*
|
Support loading keyboard layout overlays from resources.
Jeff Brown
2012-04-17
1
-0
/
+8
*
|
Add support for input devices that have vibrators.
Jeff Brown
2012-04-13
1
-3
/
+169
*
|
Notify applications when input devices change.
Jeff Brown
2012-04-12
1
-39
/
+67
*
|
Refactor key code mapping.
Jeff Brown
2012-04-11
1
-24
/
+41
*
|
Request key maps from input manager service.
Jeff Brown
2012-04-10
1
-13
/
+15
*
|
Add a unique input device descriptor.
Jeff Brown
2012-04-06
1
-12
/
+13
*
|
frameworks/base refactoring.
Mathias Agopian
2012-02-17
1
-2
/
+2
*
|
Improve watchdog monitor for InputReader and InputDispatcher.
Jeff Brown
2012-01-27
1
-3
/
+8
*
|
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
Steve Block
2012-01-09
1
-15
/
+15
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-14
/
+14
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-13
/
+13
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-49
/
+49
*
|
am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i...
Jeff Brown
2011-11-15
1
-0
/
+1
|
\
\
|
|
/
|
*
Eliminate hw.keyboards system properties.
Jeff Brown
2011-11-15
1
-0
/
+1
*
|
Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_U...
David Deephanphongs
2011-11-15
1
-6
/
+14
|
/
*
Support composite touch / joystick devices better.
Jeff Brown
2011-08-31
1
-4
/
+10
*
Merge "Add a "show touches" option for demos and presentations. Bug: 4569045"
Jeff Brown
2011-08-29
1
-11
/
+24
|
\
|
*
Add a "show touches" option for demos and presentations.
Jeff Brown
2011-08-26
1
-11
/
+24
*
|
Prioritize INPUT_PROP_DIRECT first.
Jeff Brown
2011-08-26
1
-7
/
+7
|
/
*
Improve input device wake heuristics.
Jeff Brown
2011-08-23
1
-3
/
+7
*
Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.
Jeff Brown
2011-08-23
1
-2
/
+18
*
Fix tap gesture on touch pads.
Jeff Brown
2011-08-19
1
-2
/
+0
*
Input system bug fixes, particularly for stylus.
Jeff Brown
2011-08-19
1
-501
/
+1035
*
Exorcise notification panel ghosts.
Jeff Brown
2011-08-11
1
-8
/
+4
*
Improve touch device configuration.
Jeff Brown
2011-08-11
1
-413
/
+159
*
Add input system to Watchdog.
Jeff Brown
2011-08-10
1
-0
/
+9
*
Use BTN_TOUCH or BTN_TOOL_* to determine if touch active.
Jeff Brown
2011-08-10
1
-7
/
+6
*
Refactor input reader to add stylus support.
Jeff Brown
2011-07-31
1
-1472
/
+1550
*
Report the external display size to the input reader.
Jeff Brown
2011-07-25
1
-8
/
+20
*
Handle stylus buttons and tool types.
Jeff Brown
2011-07-25
1
-439
/
+505
*
Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR.
Jeff Brown
2011-07-25
1
-5
/
+0
*
Add support for orientationAware touch pads.
Jeff Brown
2011-07-15
1
-50
/
+38
*
Remove more edge flag cruft.
Jeff Brown
2011-07-15
1
-21
/
+1
*
Remove edge slop support.
Jeff Brown
2011-07-14
1
-66
/
+5
*
Drop obsolete touch screen hacks.
Jeff Brown
2011-07-01
1
-400
/
+2
*
Workaround apps that make assumptions about pointer ids.
Jeff Brown
2011-07-01
1
-18
/
+25
*
Query input device for initial slot index.
Jeff Brown
2011-07-01
1
-1
/
+20
*
Fix joystick and trackpad regression.
Jeff Brown
2011-06-29
1
-1
/
+1
*
Add some logging code to track down touch issues.
Jeff Brown
2011-06-28
1
-1
/
+11
*
Improve input event consistency invariants.
Jeff Brown
2011-06-28
1
-0
/
+23
[next]