aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/CandidateView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add candidates of manually picked suggestionssatok2010-06-021-4/+7
| | | | Change-Id: Ieed585be5f4e88509cdcc31f5d82474cb06add6a
* Merge commit 'goog/master'satok2010-05-171-3/+3
|\
| * Fix a bug throwing IndexOutOfBoundsException when IME receives completions ↵Yuncheol Heo2010-05-121-3/+3
| | | | | | | | | | | | more than MAX_SUGGESTIONS in full-screen mode. Change-Id: Ic76287c2f8aa91733769e789df1f2a0614100f65
| * Cleanup unused functionsatok2010-05-101-19/+0
| | | | | | | | Change-Id: I7417bcaa578ef85f0b634bcac8ddde2b0368b905
* | Insert logging codesatok2010-05-101-20/+5
|/ | | | | | | | | - Add log of auto suggestion - Add log of cancelling auto suggestion - Add log of actual number of charactors - Add log of manually clicking suggestion Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+533
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986