History log of /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4ef27c035892888df82d9c9f32ac12ed48c8308f 03-Oct-2014 Jean Chalard <jchalard@google.com> [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
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
d0d0113983f000fadc9da89271200620330b0356 12-May-2014 Keisuke Kuroyanagi <ksk@google.com> Code cleanup.

Change-Id: Ic31b66cccfd77348f2ff7961959a3eaf9f7ad5d8
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
5f6a247744abb66f8a3584b4fc175ca55caa65cb 03-Apr-2014 Keisuke Kuroyanagi <ksk@google.com> Remove unused code.

Bug: 13773693
Change-Id: Ic9d7f81b0eed40e945b04a91fd97ba40fa1cd262
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
865e6cf49764f3a411ee32861d927b15653ee398 07-Mar-2014 Keisuke Kuroyanagi <ksk@google.com> Revert "Revert "Use std::min() and std::max()""

This reverts commit f63000abeabfaabde5c1ea2201d63d0c4850f1e2.

Change-Id: I6056d176a13c6ecad38e658ab8778bd898291d02
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
f63000abeabfaabde5c1ea2201d63d0c4850f1e2 07-Mar-2014 Ken Wakasa <kwakasa@google.com> Revert "Use std::min() and std::max()"

This somehow breaks TRT.

bug: 13350753

This reverts commit cf612a3abfd0cc244f8449db2cf11a0a7c680a2f.

Change-Id: I812f067e7cc8106b054527732dc6fe4efd7cc0fe
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
cf612a3abfd0cc244f8449db2cf11a0a7c680a2f 06-Mar-2014 Ken Wakasa <kwakasa@google.com> Use std::min() and std::max()

Change-Id: I2992fa16692ace2a6febedc4393812faf763638f
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
2fa3693c264a4c150ac307d9bb7f6f8f18cc4ffc 13-Dec-2013 Ken Wakasa <kwakasa@google.com> Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c

The bulk merge from -bayo to klp-dev should not have been merged to master.

Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
77ec8713cef76a14bf7df27a1f669711afa88f54 24-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Extend center point vertically for bottom keys on a keyboard.

Bug: 9505397
Change-Id: Ic415ac4065d23cb832dd3bb85876e2a4dc9e9fc3
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
0052dbda762b1871c3214a6abeb5e89f11e091cd 14-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Support keys that have uncommon width.

Bug: 8591918

Change-Id: I1e01e1560200333f9e35993af0aa7e5a17e6944f
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
addea83bad5751308fef508d79c6989b8872f050 02-Jun-2013 Ken Wakasa <kwakasa@google.com> Create "src/utils" directory

Change-Id: I0b7c51d181edc4786e343f7a953367b040ee6b66
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
464d3ba43257da34ab165da8ba0af11e928aae5c 31-May-2013 Ken Wakasa <kwakasa@google.com> Move char_utils to the dictionary directory

Change-Id: Id397485407fe63600c9bb5c80d223042942b4d8a
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
f88f9dbbdec309c01feda06edc142470ba13cb2f 31-May-2013 Keisuke Kuroyanagi <ksk@google.com> Move "#define LOG_TAG" before include defines.h.

Change-Id: Iacd2c2ea3878ad2cde5df36b15e1359d10244f60
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
94da44e43eac54047fb690c753d3af2a7d3a03c8 30-May-2013 Ken Wakasa <kwakasa@google.com> Move additional_proximity_chars to the layout directory

Change-Id: Ie892ea9f3199a66e9d62a92a0e1ab2dff62826c3
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp
29432f843a8cd6ffb2be286104964592e80d77c9 30-May-2013 Ken Wakasa <kwakasa@google.com> Create a new directory for layout-related implementations

Change-Id: Ia227bb296f20dab0dfc03dfcde3a06c624eca76c
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/proximity_info.cpp