| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests and some new constructors to help in testing.•••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.
|  Amith Yamasani | 2010-05-07 | 1 | -1/+1 |
* | Clarify licensing•••-use AOSP copyright instead of Google
-add NOTICE and tag file
Bug: 2548782
Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
|  Jean-Baptiste Queru | 2010-04-05 | 1 | -1/+1 |
* | Fix occasional correction errors in suggesting obvious corrections.•••Bug: 2513996
The array of adjacent letters did not have the primary code in the first
position. Swap the codes around to make the primary the first one.
Change-Id: Id753254c88d440d3d76dbc048d123dfc78edf58d
|  Amith Yamasani | 2010-03-14 | 1 | -0/+16 |
* | 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 Yamasani | 2010-03-09 | 1 | -0/+174 |