aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/utils/StringUtilsTests.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency from StringUtils to JsonJean Chalard2013-12-121-304/+0
| | | | Change-Id: I2a89497fb9ec12a37ba09f4598742e88f6700576
* Add StringUtils.joinCommaSplittableTextTadashi G. Takaoka2013-11-141-3/+24
| | | | Change-Id: I80ad9d8b5aee53f1403486a56ffae8d09cbd4e28
* Fix the offdevice regression test buildKen Wakasa2013-09-251-35/+0
| | | | | | | Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b
* Copy only the spans we are interested in.Jean Chalard2013-09-241-0/+35
| | | | | | | | | 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
* Fix Emoji recentsSatoshi Kataoka2013-09-181-0/+12
| | | | | | Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b
* Add hex string utilsSatoshi Kataoka2013-08-161-0/+12
| | | | | Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e
* Add looksValidForDictionaryInsertionJean Chalard2013-08-141-0/+14
| | | | | | | | | | ...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
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+245
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa