LatinIME/java/src/com/android/inputmethod/keyboard
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
..
emoji Fix checking a11y status just before calling an a11y method 2014-09-25 18:24:17 +09:00
internal Add Uzbek keyboard 2014-10-01 09:29:34 +00:00
Key.java Add allowRedundantMoreKeys attribute 2014-09-25 15:12:06 +09:00
KeyDetector.java Fix NPE in KeyDetector 2014-02-27 14:17:14 +09:00
Keyboard.java [ML13] Fix the locale passing in ProximityInfo 2014-10-03 18:16:34 +09:00
KeyboardActionListener.java Fix updating the shift state upon backspace 2014-04-14 21:28:24 +09:00
KeyboardId.java Start showing the split keyboard layout 2014-09-17 20:56:57 -07:00
KeyboardLayoutSet.java Add allowRedundantMoreKeys attribute 2014-09-25 15:12:06 +09:00
KeyboardSwitcher.java Start showing the split keyboard layout 2014-09-17 20:56:57 -07:00
KeyboardTheme.java Revert "Revert "Fall back to default keyboard theme"" 2014-09-17 11:51:09 +00:00
KeyboardView.java Fix drawing of custom action label key 2014-09-16 18:21:49 +09:00
MainKeyboardView.java Fix checking a11y status just before calling an a11y method 2014-09-25 18:24:17 +09:00
MoreKeysDetector.java Sort keys from top-left to bottom-right order 2014-04-21 18:36:11 -07:00
MoreKeysKeyboard.java Keep aspect ratio of Material action key background 2014-09-09 14:28:46 +09:00
MoreKeysKeyboardView.java Fix checking a11y status just before calling an a11y method 2014-09-25 18:24:17 +09:00
MoreKeysPanel.java Remove unused MoreKeysPanel argument from Controller interface 2014-03-04 16:05:15 +09:00
PointerTracker.java Rename LatinImeLogger to DebugFlags 2014-07-16 18:49:00 -07:00
ProximityInfo.java [ML13] Fix the locale passing in ProximityInfo 2014-10-03 18:16:34 +09:00
TextDecorator.java Fix NPE due to the lack of null-check 2014-09-29 17:03:29 +09:00
TextDecoratorUi.java Avoid the add-to-dictionary indicator from being clipped 2014-09-19 19:19:56 +09:00
TextDecoratorUiOperator.java Avoid the add-to-dictionary indicator from being clipped 2014-09-19 19:19:56 +09:00