aboutsummaryrefslogtreecommitdiffstats
path: root/java/proguard.flags (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a settings activity for the spell checker.Jean Chalard2011-08-121-0/+4
| | | | | Bug: 5156940 Change-Id: I762de1296f861abce2d0413404bca54571e0ea0a
* Cleanup Keyboard related code and rename some classesTadashi G. Takaoka2011-08-021-1/+1
| | | | | | | This is a follow up change of I90ffbde0 Bug: 5023981 Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e
* Make Keyboard object immutable except shift stateTadashi G. Takaoka2011-08-011-0/+4
| | | | | | | This is the first step to implement suggestions pane as mini keyboard. Bug: 5023981 Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904
* Removed unused importsatok2011-07-041-0/+4
| | | | Change-Id: I87344f071e982dfc37b17553c5a7054e26009cc7
* Add spell checking core methods.Jean Chalard2011-06-031-0/+4
| | | | | Bug: 4176026 Change-Id: Ic6ea3e084b3ebacfc5fd998d2c7b0130f7b0ec48
* Add Utils.equalsIgnoreCase methodsTadashi G. Takaoka2011-03-161-0/+4
| | | | | | | | | This change also corrects usage of "frequency", "priority" and "score" * Frequency is the relative probability in dictionary. * Score is the relative probability in suggestions. * Priority is kind a sorted score. Change-Id: Iafb135a4ecdb401cc505014a07c74dfcac44d699
* Fix unit test helperTadashi G. Takaoka2011-03-031-0/+4
| | | | Change-Id: I161b451404bbecb30d8e229004786b9e9882e41c
* Remove multi-tap featureTadashi G. Takaoka2010-12-201-0/+1
| | | | Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
* Fix unit test to runTadashi G. Takaoka2010-12-161-0/+7
| | | | | | Note that two tests in SuggestTests fail. Commented out these for now. Change-Id: I652ffa1dd8e7b742ea0491ddd7efc14cea1430d4
* Tests and some new constructors to help in testing.Amith Yamasani2010-05-071-0/+5
| | | | | Added tests for the dictionary lookup and correction logic on the primary dictionary. This exercises part of the Suggest class and the native dictionary lookup code.
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+3
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986