aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/utils/StringUtilsTests.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency from StringUtils to Json•••Change-Id: I2a89497fb9ec12a37ba09f4598742e88f6700576 Jean Chalard2013-12-121-304/+0
* Add StringUtils.joinCommaSplittableText•••Change-Id: I80ad9d8b5aee53f1403486a56ffae8d09cbd4e28 Tadashi G. Takaoka2013-11-141-3/+24
* Fix the offdevice regression test build•••Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b Ken Wakasa2013-09-251-35/+0
* Copy only the spans we are interested in.•••The PARAGRAPH type of span is dangerous, as concatenating CharSequences that contain it may crash. We also don't use other spans than SuggestionSpans, so we don't copy them. Bug: 10622489 Change-Id: If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 Jean Chalard2013-09-241-0/+35
* Fix Emoji recents•••Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b Satoshi Kataoka2013-09-181-0/+12
* Add hex string utils•••Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e Satoshi Kataoka2013-08-161-0/+12
* Add looksValidForDictionaryInsertion•••...and test it. Also at the same time, add a facility to create a SettingsValues for test, and some minor performance improvement to surrounding methods. Change-Id: I13b629ae14755c244af2a9406a7e9b4a4a16090f Jean Chalard2013-08-141-0/+14
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+245