| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve spans when splitting sentences•••This CL fixes a bug that span information was unintentionally
removed when given sentences are split into words. Nothing is
changed in KitKat and prior because TextInfo never returns
spanned text until L.
Note that the spell checker service still doesn't rely on
span information even with this CL.
BUG: 16419551
Change-Id: I6ffb75ee6add4ae20e9d3dcfb90b65f097d70fba
|  Yohei Yukawa | 2014-10-02 | 1 | -3/+2 |
* | Fix a verifier error on ICS.•••Bug: 16530557
Change-Id: I271c5884995a1d5f8a1cb7aee6f52d17fabb9e72
|  Jean Chalard | 2014-07-28 | 1 | -2/+9 |
* | Use CharSequence for spell checker to keep spans preserved•••This is a ground work to take per word locale information into
consideration in the spell checker. This CL is supposed to change
no user visible behavior.
With this CL, the spell checker session is able to read span
information if necessary.
BUG: 16029304
Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
|  Yohei Yukawa | 2014-07-20 | 1 | -3/+6 |
* | Split the sentences into words ourselves•••The framework's default split is not suitable for all
languages. Also it does not perform very well when space
is mistyped as period.
Bug: 9063355
Bug: 10780091
Change-Id: I400d790ff1c29f221697fd94d79bbf67c61c7b8a
|  Jean Chalard | 2014-06-09 | 1 | -0/+185 |