aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/CandidateView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-533/+0
| | | | | | | Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
* Show a hint when the user selects the typed word from the suggestion list.Amith Yamasani2010-02-101-11/+35
| | | | | Make it easy to add new words by tapping the word again. Also, a small unbundling fix for vibration duration.
* Suggest punctuations between word suggestions, for easy access to ?,!, etc.Amith Yamasani2010-02-031-5/+13
| | | | Also fix a visual bug with the dividers between suggested words.
* Unbundling phase 1.Amith Yamasani2010-01-271-24/+34
| | | | | | | | Removed dependency on mScrollX which is a hidden field. Added some required static libraries. TODO: When BackupManager is ready, make sure we don't use any private APIs from there.
* Migrate voice features into the open-source LatinIME. This includesMike LeBeau2010-01-171-1/+1
| | | | | | | | | | | | | | | | | | | the change to logging to remove any private dependencies and use broadcast intents to VoiceSearch instead. I have audited this code and it appears good to go for open-source, but would appreciate a second pair of eyes. Still to do after submitting this CL: * Reintroduce Amith's memory leak fix (37557) which was the only CL added to LatinIME since the last merge over to the private copy. * Make some changes to allow LatinIME to work without voice search installed. Currently I believe it will show the mic but fail if you press it. We need to base the visibility on the mic on the availability of the service. * Fix this code to use the new Gservices framework, it's still trying to use the old one.
* AI 143780: am: CL 143728 Fix # 1743137: Suggestion bubble doesn't go away ↵Amith Yamasani2009-03-311-10/+23
| | | | | | | | | | | after empty space on right end of suggestion strip is tapped. The empty space on right end sometimes registers as the word at the left end. Fixed this by checking for -1. Also fixed a bug where the strip moves in the wrong direction on drag, when it shouldn't move at all. Original author: yamasani Merged from: //branches/cupcake/... Automated import of CL 143780
* auto import from //branches/cupcake/...@138744The Android Open Source Project2009-03-131-0/+478