summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/ProximityInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Create a new KeyboardLayout class to represent the layout.Mohammadinamul Sheik2015-01-301-1/+1
* Add null analysis annotations to keyboard packageTadashi G. Takaoka2014-11-271-7/+12
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-1/+0
* [ML13] Fix the locale passing in ProximityInfoJean Chalard2014-10-031-18/+10
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+2
* Fix typo of local variable nameTadashi G. Takaoka2014-04-221-5/+6
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-211-11/+11
* Use unmodifiable list to return keys from KeyboardTadashi G. Takaoka2014-04-211-9/+9
* Use unmodifiable list to return the nearest keysTadashi G. Takaoka2014-04-211-13/+21
* Fix an off-by-one error.Jean Chalard2013-09-191-7/+5
* Workaround for AIOOB exception in ProximityInfoSatoshi Kataoka2013-08-291-1/+3
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-14/+16
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Optimize ProximityInfo#computeNearestNeighbors()Jean Chalard2013-06-181-17/+110
* Consolidate dummy proximity info to the spell checker infoSatoshi Kataoka2013-05-081-17/+0
* Typing double letters via a 'circle' on the key.Keisuke Kuroynagi2013-04-101-8/+10
* Refactor SpellCheckerProximityInfo as extending ProximityInfoTadashi G. Takaoka2013-04-021-17/+15
* Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-221-10/+13
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-151-14/+12
* Get rid of special keys from ProximityInfoTadashi G. Takaoka2012-12-031-30/+78
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-3/+4
* Disable touch position correction of MoreKeysKeyboardTadashi G. Takaoka2012-10-091-2/+19
* Calculate default touch position correction data for keys on 4th rowTadashi G. Takaoka2012-09-271-15/+17
* Fix touch position correction data passingTadashi G. Takaoka2012-09-251-9/+7
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-5/+6
* Rename and consolidate some constantsTadashi G. Takaoka2012-08-211-2/+3
* Clean up constructorsKen Wakasa2012-08-131-2/+3
* Use SparseArray<E> instead of HashMap<Integer,E>Tadashi G. Takaoka2012-06-291-5/+0
* Remove useless copy constructor of ProximityInfoTadashi G. Takaoka2012-06-121-21/+0
* Separate state from proximity_info step1Satoshi Kataoka2012-06-071-0/+2
* Utilize Rect's methodTadashi G. Takaoka2012-05-311-6/+4
* Make ProximityInfo copy constructor for testTadashi G. Takaoka2012-05-231-9/+37
* Use "float" instead of "double"satok2012-05-161-1/+2
* Remove the dependency to SpellCheckerProximityInfo from ProximityInfo.Ken Wakasa2012-05-111-7/+3
* Come back the proximity correction to ExpandableDictionarysatok2012-04-021-0/+25
* Send correct coordinates for the spell checkerJean Chalard2012-03-231-2/+4
* Make some constants more explicit.Jean Chalard2012-03-221-2/+4
* Cleanup proximity related codesatok2012-03-191-31/+4
* Send key information even when the touch position correction is not triggered.satok2012-03-141-24/+24
* Avoid using collection interface, using array insteadTadashi G. Takaoka2012-03-131-14/+11
* Pass the locale to the native codesatok2012-03-131-3/+11
* Implement additional proximity characters in the native codesatok2012-03-131-3/+4
* Merge "Split Utils class to StringUtils, SubtypeUtils, and JniUtils"Tadashi G. Takaoka2012-03-081-2/+2
|\
| * Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-2/+2
* | Add functions to calculate proximity characters in the native codesatok2012-03-081-8/+13
|/
* Refactor to suppress null worningsatok2012-03-051-27/+26
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-081-1/+1
* Support additional proximity characterssatok2012-02-021-9/+41