aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/EditingUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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