Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Add-To-Dictionary indicator only•••With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6 | 2014-09-18 | 1 | -0/+34 | |
* | 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/+52 | |
* | 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 | -25/+0 | |
* | Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."•••This reverts commit ba463c9a66f75e8d00f4658e32b763eb54215231 that broke the dicttool build. Bug: 14425059 Change-Id: Ie1685587104d26e4416624747c97f6087c13388a | 2014-06-27 | 1 | -77/+0 | |
* | Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.•••Bug: 14425059 Change-Id: I3eb24e840c165e43f68c2a60fccf9974affb57a6 | 2014-06-27 | 1 | -0/+77 | |
* | Remove a useless method•••Change-Id: I21a4219f682f43f4a84b1ab12d00dd930b35caa1 | 2014-06-10 | 1 | -18/+0 | |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef | 2014-05-24 | 1 | -2/+1 | |
* | Fix: StringIndexOutOfBoundsException.•••Bug: 14985751 Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57 | 2014-05-16 | 1 | -0/+9 | |
* | [CB25] Refactor some array copying•••Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6 | 2014-04-09 | 1 | -2/+31 | |
* | [CB17] Remove a member.•••Bug: 13406701 Change-Id: I2e271f637f6b529a4191a7adc5cdfa5af437761b | 2014-04-02 | 1 | -8/+9 | |
* | Add ActualKeyboardBuilder for testing keyboard layouts•••Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf | 2014-03-07 | 1 | -0/+40 | |
* | Add a utility method to StringUtils.•••Bug: 12810574 Change-Id: I607803e924b9e99855df7690e67488b2861c120e | 2014-02-04 | 1 | -1/+19 | |
* | Move some methods to StringUtils•••Change-Id: I29d87fdd65ec879d1c0bdf7e7792a677687c1693 | 2014-01-31 | 1 | -0/+18 | |
* | Try to figure out whether d.quotes open or close.•••Bug: 8911672 Change-Id: I5d5635949530a67f95e5208986907251b7bce903 | 2014-01-27 | 1 | -1/+43 | |
* | [IL71.1] Add some javadoc.•••Change-Id: I382abd3104d535a1e868935d8cfb4e34ad8ebaed | 2014-01-23 | 1 | -0/+7 | |
* | [IL71] Add indices to toCodePointArray.•••This is necessary for tests Bug: 8636060 Change-Id: I50ea401a22e4df72333eda61ca39aa180966ee4b | 2014-01-23 | 1 | -2/+8 | |
* | Use sorted int[] to represent word separators•••Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846 | 2014-01-20 | 1 | -9/+9 | |
* | Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28 | 2014-01-20 | 1 | -0/+7 | |
* | Fix build.•••Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7 | 2014-01-10 | 1 | -26/+0 | |
* | Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion•••This change must be checked in together with Iec437d6df0. Change-Id: Idf745b8870965f3bdf690de7ff3b22f83f6204bf | 2014-01-09 | 1 | -6/+3 | |
* | Fix a bug with languages without spaces and predictions•••This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b | 2013-12-16 | 1 | -0/+18 | |
* | 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 | -76/+24 | |
* | Fix wrong commitText parameter in sendKeyCodePoint()•••Small optimization on generating a String instance from a single code point too. bug: 11181913 Change-Id: I0f905e4dc6ec7841092bb4d3d940daf3b2303f5b | 2013-10-13 | 1 | -0/+10 | |
* | Fix the offdevice regression test build•••Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b | 2013-09-25 | 1 | -89/+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 | 2013-09-24 | 1 | -0/+89 | |
* | Fix Emoji recents•••Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b | 2013-09-18 | 1 | -2/+74 | |
* | Consolidate hex string utils•••Change-Id: Id4f4a287e3a2790b22bff7ad4a4617bf2ee82884 | 2013-08-19 | 1 | -0/+7 | |
* | Add hex string utils•••Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e | 2013-08-16 | 1 | -0/+26 | |
* | Fix test breakage•••Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965 | 2013-08-14 | 1 | -0/+2 | |
* | Add a method to import one bigram and string utilities•••Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008 | 2013-08-14 | 1 | -0/+10 | |
* | 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 | 2013-08-14 | 1 | -4/+33 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -0/+319 |