Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable StringUtils to split CharSequence like String#split•••This is a groundwork for enabling LocaleSpan. To enable LocaleSpan everywhere, we need to switch to CharSequence from String so that Span infromation can be preserved end-to-end. To achieve this, we need to have CharSequence version of String#split. BUG: 16029304 Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678 | 2014-07-19 | 1 | -0/+170 | |
* | Remove dead code to fix test failure due to NoSuchMethodError•••This CL removes following methods from StringUtils, which are no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3. - #joinCommaSplittableText - #appendToCommaSplittableTextIfNotExists BUG: 16000850 Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5 | 2014-07-04 | 1 | -42/+0 | |
* | Remove a useless method•••Change-Id: I21a4219f682f43f4a84b1ab12d00dd930b35caa1 | 2014-06-10 | 1 | -14/+0 | |
* | Fix: StringIndexOutOfBoundsException.•••Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57 | 2014-05-16 | 1 | -0/+10 | |
* | [CB25] Refactor some array copying•••Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6 | 2014-04-09 | 1 | -0/+64 | |
* | Use sorted int[] to represent word separators•••Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846 | 2014-01-20 | 1 | -28/+35 | |
* | Fix build.•••Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7 | 2014-01-10 | 1 | -21/+0 | |
* | Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion•••This change must be checked in together with Iec437d6df0. Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf | 2014-01-09 | 1 | -11/+18 | |
* | Fix a bug with languages without spaces and predictions•••This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b | 2013-12-16 | 1 | -0/+14 | |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 1 | -0/+304 |