aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/EditingUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge RichInputConnection with EditingUtilsJean Chalard2012-06-081-218/+0
| | | | Change-Id: I9982ff325bef56694402caef28a77683c52ccd71
* am b7ee6484: am 6139016b: Merge "Fix a bug where the previous word would not ↵Jean Chalard2012-05-211-1/+2
|\ | | | | | | | | | | | | be read correctly" into jb-dev * commit 'b7ee64844c373a80969d3b98a31e56ecbdfc8bc7': Fix a bug where the previous word would not be read correctly
| * Fix a bug where the previous word would not be read correctlyJean Chalard2012-05-171-1/+2
| | | | | | | | | | Bug: 6510002 Change-Id: Id30f67e0ca6f7a6fbbbd07922ae19e416c5ef55e
* | include text context in researchLoggerKurt Partridge2012-05-141-8/+44
|/ | | | | | | | | | | | when logging LatinIME.onUpdateSelection(), now include the current word and preceding word. no escaping of the word is performed; this is temporary until the output format is cleaned up. also fix EditingUtils.getWordRangeAtCursor to support supplementary UTF-16 characters. Bug: 6188932 Change-Id: If4612a2627537d5d8bb2f9585a3ad1b4e56c2e26
* Cleanup indentationTadashi G. Takaoka2012-05-101-2/+1
| | | | Change-Id: Iaaade378acb81a2d68e2e721778a82fd8d5e20a5
* Remove unused methods and classesKen Wakasa2012-04-221-75/+0
| | | | Change-Id: I1a82bf2202d436efa4c5135d705a048fe45a0257
* Remove an unused methodKen Wakasa2012-04-221-24/+0
| | | | Change-Id: I3abbf6462c31b11167e356fe77b8afca2514a869
* Remove InputConnectionCompatUtilsKen Wakasa2012-03-311-10/+7
| | | | | | | Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211
* Small cleanupJean Chalard2012-01-171-17/+0
| | | | | | | | | | The method deleteWordAtCursor would call finishComposingText, which is a very unexpected state change and would probably cause surprising bugs to any parent that would call it. As it happens, it's not used anywhere any more so let's just remove it. Change-Id: Iaa9200866e40b4e914f76baa987279948300679c
* Fix an NPE related to absent InputConnectionJean Chalard2011-07-191-1/+9
| | | | | Bug: 5035577 Change-Id: I1a11fc475d4a0f692636000d0b0f40bc35427867
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-201-1/+1
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* Fix Eclipse warnings.Jean Chalard2011-04-261-1/+1
| | | | | | | This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
* Use user-history bigrams when no input if available.Jean Chalard2011-04-221-12/+51
| | | | | | | | This also fixes a small inconsistency upon clicking on whitespace twice in a row. Also add some unit tests for an introduced and an existing method. Change-Id: I1be2fb53c9624f4d0f5299009632cb4384fdfc15
* Disable Recorrection when APIs are not supported.satok2011-04-011-78/+4
| | | | Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b
* Remove Tutorial class and unused debug featureTadashi G. Takaoka2010-12-101-0/+328
This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5