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
/
KeyDetector.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NPE in KeyDetector
Tadashi G. Takaoka
2014-02-27
1
-0
/
+3
*
Fix IllegalStateException raied by monkey
Tadashi G. Takaoka
2014-02-19
1
-27
/
+8
*
Fix null KeyDetector reference
Tadashi G. Takaoka
2014-02-14
1
-10
/
+6
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-1
/
+1
*
Add getters and copy constructor to Key class
Tadashi G. Takaoka
2013-08-15
1
-3
/
+4
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-2
/
+2
*
Add separate key hysteresis distance for sliding modifier input
Tadashi G. Takaoka
2012-10-07
1
-3
/
+19
*
Reduce amount of empty space in which keypresses are detected
Tadashi G. Takaoka
2012-09-04
1
-3
/
+9
*
Rename and consolidate some constants
Tadashi G. Takaoka
2012-08-21
1
-3
/
+3
*
Fix NPE and don't call UI API from non-UI thread
Tadashi G. Takaoka
2012-08-09
1
-0
/
+3
*
Fix IllegalStateException of KeyDetector
Tadashi G. Takaoka
2012-08-06
1
-3
/
+2
*
Remove unused setProximityCorrectionEnabled() methods
Tadashi G. Takaoka
2012-07-25
1
-9
/
+0
*
Remove WordComposer.add(int, int, int, KeyDetector) method
Tadashi G. Takaoka
2012-07-04
1
-0
/
+1
*
Cleanup proximity related code
satok
2012-03-19
1
-182
/
+3
*
Make the primary character stable
satok
2012-03-19
1
-2
/
+2
*
Calculate proximity characters in the native code
satok
2012-03-16
1
-4
/
+11
*
Remove touch dead zone
Tadashi G. Takaoka
2012-03-15
1
-15
/
+30
*
Fix coordinates sent to native code
satok
2012-03-06
1
-2
/
+2
*
Readable debug output
Tadashi G. Takaoka
2012-03-02
1
-1
/
+1
*
Use additional proximity chars even when no key is detected.
Tadashi G. Takaoka
2012-02-16
1
-27
/
+36
*
Support additional proximity characters
satok
2012-02-02
1
-3
/
+38
*
Get rid of key index from ProxymityInfo
Tadashi G. Takaoka
2011-12-16
1
-21
/
+16
*
Move KeyDetector.printableCode to Keyboard
Tadashi G. Takaoka
2011-12-12
1
-7
/
+1
*
Fix debug messages neatly
Tadashi G. Takaoka
2011-12-01
1
-3
/
+22
*
Get rid of usage of key index
Tadashi G. Takaoka
2011-11-29
1
-18
/
+19
*
Refactor and rename popup mini keyoard related classes
Tadashi G. Takaoka
2011-08-23
1
-0
/
+4
*
Cleanup Keyboard related code and rename some classes
Tadashi G. Takaoka
2011-08-02
1
-2
/
+2
*
Make Keyboard object immutable except shift state
Tadashi G. Takaoka
2011-08-01
1
-1
/
+1
*
Let KeyDetector hold Keyboard
Tadashi G. Takaoka
2011-07-07
1
-5
/
+4
*
Move key hysteresis distance parameter to KeyDetector class
Tadashi G. Takaoka
2011-07-04
1
-0
/
+18
*
Move Key class out of internal package
Tadashi G. Takaoka
2011-06-23
1
-2
/
+0
*
Move keyboard related internal class to separate package
Tadashi G. Takaoka
2011-06-22
1
-0
/
+2
*
Fix copyright author from Google to AOSP
Tadashi G. Takaoka
2011-05-20
1
-1
/
+1
*
Include horizontal and vertical gap in the count of Key.isOnKey
Tadashi G. Takaoka
2011-04-29
1
-9
/
+12
*
Fix a bug where dead space would appear on the keyboard.
Jean Chalard
2011-04-28
1
-1
/
+2
*
Disable key preview of space, return and delete
Tadashi G. Takaoka
2011-04-21
1
-1
/
+1
*
Refactoring keyboard drawing code and KeyDetector
Tadashi G. Takaoka
2011-04-15
1
-26
/
+112
*
Auto mini keyboard layout
Tadashi G. Takaoka
2011-04-15
1
-28
/
+0
*
Count up horizontal gap as part of key width
Tadashi G. Takaoka
2011-04-15
1
-1
/
+1
*
Remove next letters frequency handling
Tadashi G. Takaoka
2011-02-17
1
-4
/
+5
*
Move and rename computeProximityThreshold
Tadashi G. Takaoka
2011-02-08
1
-0
/
+28
*
Move NOT_A_TOUCH_COORDINATE constant to KeyboardActionListener
Tadashi G. Takaoka
2011-01-01
1
-2
/
+1
*
Move some inner static class to top class in new package
Tadashi G. Takaoka
2010-12-02
1
-0
/
+112