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
/
internal
/
PointerTrackerQueue.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-3
/
+1
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-3
/
+3
*
Cancel all ongoing event when onFinishInputView
Tadashi G. Takaoka
2013-07-25
1
-1
/
+1
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Fix PointerTrackerQueue.releaseAllPointerOlderThan
Tadashi G. Takaoka
2013-05-14
1
-24
/
+34
*
Don't triger onPress and startLongPressTimer when gesture is canceled
Tadashi G. Takaoka
2013-04-22
1
-2
/
+2
*
Use private object as a lock instead of synchronized method
Tadashi G. Takaoka
2013-04-10
1
-123
/
+145
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Cancel gesture typing by sliding out from keyboard
Tadashi G. Takaoka
2012-11-22
1
-0
/
+10
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-1
/
+1
*
Show gesture floating preview text at oldest finger
Tadashi G. Takaoka
2012-09-13
1
-0
/
+4
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-1
/
+3
*
Use ArrayList to implement PointerTrackerQueue
Tadashi G. Takaoka
2012-08-08
1
-46
/
+113
*
Add PointerTrackerQueue unit tests
Tadashi G. Takaoka
2012-08-07
1
-24
/
+26
*
Merging minimal gesture input
Tom Ouyang
2012-07-13
1
-0
/
+4
*
Register the key when the finger slides off it in multitouch
Tadashi G. Takaoka
2012-07-10
1
-0
/
+15
*
Remove unnecessary and harmful KeyboardState.onUpdateShiftState call
Tadashi G. Takaoka
2012-02-16
1
-3
/
+21
*
Use Iterator in PointerTrackerQueue
Tadashi G. Takaoka
2011-12-01
1
-26
/
+25
*
Fix IndexOutOfBoundsException in monkey test
Tadashi G. Takaoka
2011-11-16
1
-9
/
+12
*
Merge key preview handling into key graphics handling
Tadashi G. Takaoka
2011-07-23
1
-5
/
+4
*
Move PointerTrackerQueue into PointerTracker
Tadashi G. Takaoka
2011-07-12
1
-1
/
+1
*
Move keyboard related internal class to separate package
Tadashi G. Takaoka
2011-06-22
1
-0
/
+85