index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
/
LatinKeyboardBaseView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename LatinKeyboardBaseView to LatinKeyboardView
Tadashi G. Takaoka
2011-08-23
1
-691
/
+0
*
Refactor and rename popup mini keyoard related classes
Tadashi G. Takaoka
2011-08-23
1
-2
/
+1
*
Extract sudden jumping touch event hack into separate class
Tadashi G. Takaoka
2011-08-23
1
-1
/
+12
*
Move some methods from LatinKeyboardView up into LatinKeyboardBaseView
Tadashi G. Takaoka
2011-08-23
1
-0
/
+83
*
Remove hacks related to determine window width
Tadashi G. Takaoka
2011-08-22
1
-6
/
+0
*
Remove all key preview from placer when window gets hide
Tadashi G. Takaoka
2011-08-05
1
-3
/
+0
*
Make Keyboard object immutable except shift state
Tadashi G. Takaoka
2011-08-01
1
-2
/
+2
*
Simplifying accessibility code in keyboard's dispatchTouchEvent()
Alan Viverette
2011-07-28
1
-2
/
+2
*
Merge "Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()"
Ken Wakasa
2011-07-26
1
-5
/
+12
|
\
|
*
Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()
Alan Viverette
2011-07-26
1
-5
/
+12
*
|
Make PointerTracker aware of that popup panel is showing
Tadashi G. Takaoka
2011-07-26
1
-6
/
+6
|
/
*
Refactor Keyboard and KeyboardView resizing and drawing code
Tadashi G. Takaoka
2011-07-22
1
-1
/
+1
*
Remove sliding spacebar language switcher
Tadashi G. Takaoka
2011-07-19
1
-1
/
+0
*
Trigger IME switcher by long-pressing space key
Tadashi G. Takaoka
2011-07-17
1
-24
/
+4
*
Move PointerTrackerQueue into PointerTracker
Tadashi G. Takaoka
2011-07-12
1
-41
/
+7
*
Merge "Fix mini keyboard behavior while chording input"
Tadashi G. Takaoka
2011-07-12
1
-55
/
+40
|
\
|
*
Fix mini keyboard behavior while chording input
Tadashi G. Takaoka
2011-07-12
1
-55
/
+40
*
|
Fix event handling on non-distinct multi touch device
Tadashi G. Takaoka
2011-07-11
1
-0
/
+3
|
/
*
Add KeyEventHandler interface
Tadashi G. Takaoka
2011-07-10
1
-3
/
+9
*
Pass KeyboardView to PointerTracker on down event
Tadashi G. Takaoka
2011-07-10
1
-6
/
+17
*
Move processing MotionEvent out from PointerTracker
Tadashi G. Takaoka
2011-07-08
1
-15
/
+19
*
Narrower key timer handler static inner class to TimerProxy interface
Tadashi G. Takaoka
2011-07-08
1
-1
/
+8
*
Merge "Remove swipe gesture"
Tadashi G. Takaoka
2011-07-08
1
-85
/
+49
|
\
|
*
Remove swipe gesture
Tadashi G. Takaoka
2011-07-08
1
-85
/
+49
*
|
Let KeyDetector hold Keyboard
Tadashi G. Takaoka
2011-07-07
1
-9
/
+9
*
|
Remove stale TODO comments
Tadashi G. Takaoka
2011-07-07
1
-3
/
+0
|
/
*
Merge "Override onSizeChanged only on main keyboard view"
Tadashi G. Takaoka
2011-07-07
1
-0
/
+6
|
\
|
*
Override onSizeChanged only on main keyboard view
Tadashi G. Takaoka
2011-07-07
1
-0
/
+6
*
|
Holding PointerTrackerQueue inside PointerTracker
Tadashi G. Takaoka
2011-07-07
1
-14
/
+15
|
/
*
Narrower KeyboardView reference
Tadashi G. Takaoka
2011-07-04
1
-17
/
+19
*
Move key hysteresis distance parameter to KeyDetector class
Tadashi G. Takaoka
2011-07-04
1
-6
/
+5
*
Move keyboard event handling code to separate LatinKeyboardBaseView class
Tadashi G. Takaoka
2011-07-04
1
-0
/
+670