aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/utils/StringAndJsonUtilsTests.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup StringAndJsonUtilsTestsTadashi G. Takaoka2014-11-191-501/+0
| | | | Change-Id: I7d35492c439c9419915251387b0c12e205740586
* Fix tests buildJean Chalard2014-10-281-18/+20
| | | | Change-Id: I873ab97e2c4b30caa9227d26d7880d5ed6d134b0
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Enable StringUtils to split CharSequence like String#splitYohei Yukawa2014-07-191-0/+170
| | | | | | | | | | | | 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
* Remove dead code to fix test failure due to NoSuchMethodErrorYohei Yukawa2014-07-041-42/+0
| | | | | | | | | | This CL removes following methods from StringUtils, which are no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3. - #joinCommaSplittableText - #appendToCommaSplittableTextIfNotExists BUG: 16000850 Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
* Remove a useless methodJean Chalard2014-06-101-14/+0
| | | | Change-Id: I21a4219f682f43f4a84b1ab12d00dd930b35caa1
* Fix: StringIndexOutOfBoundsException.Keisuke Kuroyanagi2014-05-161-0/+10
| | | | | Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57
* [CB25] Refactor some array copyingJean Chalard2014-04-091-0/+64
| | | | | Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6
* Use sorted int[] to represent word separatorsTadashi G. Takaoka2014-01-201-28/+35
| | | | Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
* Fix build.Jean Chalard2014-01-101-21/+0
| | | | Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
* Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertionTadashi G. Takaoka2014-01-091-11/+18
| | | | | | This change must be checked in together with Iec437d6df0. Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf
* Fix a bug with languages without spaces and predictionsJean Chalard2013-12-161-0/+14
| | | | | | This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-0/+304
The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854