index
:
packages_inputmethods_LatinIME.git
mm6.0
q10.0
packages_inputmethods_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
/
ProximityInfo.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a new KeyboardLayout class to represent the layout.
Mohammadinamul Sheik
2015-01-30
1
-1
/
+1
*
Add null analysis annotations to keyboard package
Tadashi G. Takaoka
2014-11-27
1
-7
/
+12
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-1
/
+1
*
Fix some compiler warnings
Tadashi G. Takaoka
2014-10-21
1
-1
/
+0
*
[ML13] Fix the locale passing in ProximityInfo
Jean Chalard
2014-10-03
1
-18
/
+10
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-2
/
+2
*
Fix typo of local variable name
Tadashi G. Takaoka
2014-04-22
1
-5
/
+6
*
Sort keys from top-left to bottom-right order
Tadashi G. Takaoka
2014-04-21
1
-11
/
+11
*
Use unmodifiable list to return keys from Keyboard
Tadashi G. Takaoka
2014-04-21
1
-9
/
+9
*
Use unmodifiable list to return the nearest keys
Tadashi G. Takaoka
2014-04-21
1
-13
/
+21
*
Fix an off-by-one error.
Jean Chalard
2013-09-19
1
-7
/
+5
*
Workaround for AIOOB exception in ProximityInfo
Satoshi Kataoka
2013-08-29
1
-1
/
+3
*
Add getters and copy constructor to Key class
Tadashi G. Takaoka
2013-08-15
1
-14
/
+16
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Optimize ProximityInfo#computeNearestNeighbors()
Jean Chalard
2013-06-18
1
-17
/
+110
*
Consolidate dummy proximity info to the spell checker info
Satoshi Kataoka
2013-05-08
1
-17
/
+0
*
Typing double letters via a 'circle' on the key.
Keisuke Kuroynagi
2013-04-10
1
-8
/
+10
*
Refactor SpellCheckerProximityInfo as extending ProximityInfo
Tadashi G. Takaoka
2013-04-02
1
-17
/
+15
*
Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL
Ken Wakasa
2013-01-22
1
-10
/
+13
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Remove MAX_WORD_LENGTH_INTERNAL
Ken Wakasa
2013-01-15
1
-14
/
+12
*
Get rid of special keys from ProximityInfo
Tadashi G. Takaoka
2012-12-03
1
-30
/
+78
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-3
/
+4
*
Disable touch position correction of MoreKeysKeyboard
Tadashi G. Takaoka
2012-10-09
1
-2
/
+19
*
Calculate default touch position correction data for keys on 4th row
Tadashi G. Takaoka
2012-09-27
1
-15
/
+17
*
Fix touch position correction data passing
Tadashi G. Takaoka
2012-09-25
1
-9
/
+7
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-5
/
+6
*
Rename and consolidate some constants
Tadashi G. Takaoka
2012-08-21
1
-2
/
+3
*
Clean up constructors
Ken Wakasa
2012-08-13
1
-2
/
+3
*
Use SparseArray<E> instead of HashMap<Integer,E>
Tadashi G. Takaoka
2012-06-29
1
-5
/
+0
*
Remove useless copy constructor of ProximityInfo
Tadashi G. Takaoka
2012-06-12
1
-21
/
+0
*
Separate state from proximity_info step1
Satoshi Kataoka
2012-06-07
1
-0
/
+2
*
Utilize Rect's method
Tadashi G. Takaoka
2012-05-31
1
-6
/
+4
*
Make ProximityInfo copy constructor for test
Tadashi G. Takaoka
2012-05-23
1
-9
/
+37
*
Use "float" instead of "double"
satok
2012-05-16
1
-1
/
+2
*
Remove the dependency to SpellCheckerProximityInfo from ProximityInfo.
Ken Wakasa
2012-05-11
1
-7
/
+3
*
Come back the proximity correction to ExpandableDictionary
satok
2012-04-02
1
-0
/
+25
*
Send correct coordinates for the spell checker
Jean Chalard
2012-03-23
1
-2
/
+4
*
Make some constants more explicit.
Jean Chalard
2012-03-22
1
-2
/
+4
*
Cleanup proximity related code
satok
2012-03-19
1
-31
/
+4
*
Send key information even when the touch position correction is not triggered.
satok
2012-03-14
1
-24
/
+24
*
Avoid using collection interface, using array instead
Tadashi G. Takaoka
2012-03-13
1
-14
/
+11
*
Pass the locale to the native code
satok
2012-03-13
1
-3
/
+11
*
Implement additional proximity characters in the native code
satok
2012-03-13
1
-3
/
+4
*
Merge "Split Utils class to StringUtils, SubtypeUtils, and JniUtils"
Tadashi G. Takaoka
2012-03-08
1
-2
/
+2
|
\
|
*
Split Utils class to StringUtils, SubtypeUtils, and JniUtils
Tadashi G. Takaoka
2012-03-08
1
-2
/
+2
*
|
Add functions to calculate proximity characters in the native code
satok
2012-03-08
1
-8
/
+13
|
/
*
Refactor to suppress null worning
satok
2012-03-05
1
-27
/
+26
*
Rename mini keyboard to more keys keyboard
Tadashi G. Takaoka
2012-02-08
1
-1
/
+1
*
Support additional proximity characters
satok
2012-02-02
1
-9
/
+41
[next]