aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Suggest.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix auto-correction threshold and promote full matched words" into hon...satok2011-01-261-1/+1
|\
| * Fix auto-correction threshold and promote full matched words•••Bug: 3374359 Bug: 3278422 "zbe" will be auto corrected to "be" by fixing s-line "teh" will be auto corrected to "the" by promotion of full matched words Change-Id: I314c632820e4e0b1501edeca60ada205d291451f satok2011-01-271-1/+1
* | Fix safety net not to be enabled at aggressive autocompletion mode•••Bug: 3374359 Change-Id: I7b1dbeb64a87dda05397c236bb58da292f819471 satok2011-01-271-0/+4
|/
* Dim previously suggested words•••Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460 satok2011-01-211-8/+8
* Add a safety net for auto-correction.•••Bug: 3353956 Change-Id: I6a32632b2f986f0d9a07aa72f256a2c41cc09873 satok2011-01-191-7/+18
* Fixes in close() in BinaryDictionary.•••Avoid using 'synchronized' in finalizer as well. bug: 3340837 Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2 Ken Wakasa2011-01-171-4/+4
* Load main dic in native•••Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66 Ken Wakasa2011-01-071-15/+26
* Consolidate main dictionary files.•••This change is a preparation for upcoming optimizations on dictionary file loading. * We can consolidate dictionary files because we are no longer relying on Asset Manager. * Stopping compressing dictionary files as planning to use mmap() on the region in the apk file. * Probably we won't rely on Asset Manager. Instead we'll probably use offset and size obtained from AssetFileDescriptor. Change-Id: Id57dce512fd3d2397a58628f8264bd824194da76 Ken Wakasa2011-01-051-1/+1
* Suppress punctuation suggestions if not needed•••Bug: 3294256 Bug: 3284745 Change-Id: I77d54cbfcc2e809315bab59ecb808ae944982501 Tadashi G. Takaoka2010-12-221-1/+1
* Fix auto correction threshold values array reference•••This change also removes unused argument from Suggest.getSuggestions(). Change-Id: I512f8695d22898bb906e136a66e0ee6b521cd1d1 Tadashi G. Takaoka2010-12-131-16/+14
* Cleanup unused string resources•••This change also renames some "completion" to "correction". Change-Id: I156dd7ccafe99a632721f20769d5f0ea5915a564 Tadashi G. Takaoka2010-12-121-5/+5
* Introduce SuggestedWords class to represent suggestions list•••Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46 Tadashi G. Takaoka2010-12-121-7/+12
* Remove LatinIME prefix from classes•••This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb Tadashi G. Takaoka2010-12-091-1/+1
* Suggest excessive characters•••bug: 3193883 Change-Id: Iea7a0fce7ce62d8779a7c7e4613d50db30d82b07 satok2010-12-081-36/+7
* Move some inner static class to top class in new package•••This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05 Tadashi G. Takaoka2010-12-021-0/+1
* Cleanup unused Java import•••This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f Tadashi G. Takaoka2010-11-291-5/+5
* Capitalization for "Quick Fixes" words doesn't work•••bug: 3151706 Change-Id: I7770a1d26edb1ea72ee93396181953a724dcc4bf Ken Wakasa2010-11-011-3/+19
* Add an auto complete's threshold option.•••Change-Id: I3a6821ced8642ab8f954e79a25e31766e4a18eb8 Mitsuhiro Shimoda2010-10-051-2/+13
* Capitalize the displayed text in the suggestion bar when all of the user type...•••bug:3014227 Change-Id: Ic453e2fde57ce51be00f3a506e1c9328103ca99a Ken Wakasa2010-09-281-3/+9
* Clean up LatinIME java•••- remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894 satok2010-08-241-2/+0
* DO NOT MERGE. Backport LatinIME from master to Gingerbread•••TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963 satok2010-08-201-43/+196
* Clarify licensing•••-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4 Jean-Baptiste Queru2010-04-051-1/+1
* Don't auto-add when in suggest-only mode. Bug: 2521344•••Also don't highlight quickfixes when in suggest-only mode In general, reduce the situations where words are auto-added. It was too eagerly adding even words that were in the dictionary. Amith Yamasani2010-03-241-5/+4
* Remove popup for extension keyboard in landscape. bug: 2519903•••Also add a summary text in the input language list for languages with a dictionary so that users don't feel cheated when they pick a language that doesn't happen to have a dictionary. Remove greek as it isn't an extension of the QWERTY keyboard. Amith Yamasani2010-03-171-1/+1
* Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 Amith Yamasani2010-03-091-0/+378