LatinIME/java
Jean Chalard 4ef27c0358 [ML13] Fix the locale passing in ProximityInfo
The locale is used to determine additional proximity characters. This
is dependent on the dictionary language, but was passed as a function
of the layout, which is wrong and would have given bad suggestions in
multi-lingual mode.

Ideally, additional proximity characters should be inserted in the
dictionary header, but for now it's a rather simple change to get
it from the dictionary's locale instead of the proximity info locale.

Also, that allows us to remove completely the locale parameter from
proximity info, which is a much needed change.

This change has zero effect on unit tests and on regression tests.

Bug: 11230254
Change-Id: If95157155db7dccd1f00b8ba55ccb3600283f9e4
2014-10-03 18:16:34 +09:00
..
res Fix Hindi vowel sign candra E on ICS device 2014-10-03 11:55:10 +09:00
src/com/android/inputmethod [ML13] Fix the locale passing in ProximityInfo 2014-10-03 18:16:34 +09:00
Android.mk DO NOT MERGE: Abolish source code overlay and introduce overridable src dir 2014-08-20 02:56:09 +00:00
AndroidManifest.xml Add the sync related permissions to LatinIme too 2014-09-25 10:30:31 -07:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Rename PrevWordsInfo to NgramContext. 2014-09-29 10:52:18 +09:00