aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/LatinKeyboardView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986 Amith Yamasani2010-03-091-332/+0
* Use transparent keys for extension keyboard.Amith Yamasani2010-02-121-1/+1
* Increase target size of preferred letters while typing.•••This increases the chance of hitting the correct letter when typing a word that exists in the dictionary, rather than only correct it after the fact. It is most effective after 2 or 3 letters of a word have been typed and gets more accurate with more typed letters in the word. If 2 adjacent letters have similar probabilities of occuring, then there is no hit correction applied. Amith Yamasani2010-02-081-0/+19
* Language switching with slide gesture on spacebar. Bug: 2331173•••Shows the language on the spacebar and in the preview bubble. Allows dragging of the spacebar from side to side to switch to previous or next languages. Amith Yamasani2010-02-011-9/+26
* Enable language switching with long-press of space bar.•••This is a temporary solution until slide-on-space is implemented. Amith Yamasani2010-01-221-0/+5
* Migrate voice features into the open-source LatinIME. This includes•••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. Mike LeBeau2010-01-171-2/+2
* Input language switching. Bug: 2331173•••New feature to enable fast switching between input languages for multilingual users. Keyboard settings lets you select a bunch of languages to switch between from the Latin IME. Use the Globe icon to toggle between languages. Needs more work and some layout changes in specialized keyboards. Also added a Russian keyboard (needs some pixel TLC at the right edge). Amith Yamasani2009-12-161-0/+1
* Experimental Extension keyboard•••Slide up on keyboard to get an extended keyboard for numbers and punctuations. This is work in progress... Amith Yamasani2009-12-081-3/+113
* Fix Bug #1833943 - CapsLock using long-press doesn't update keys.•••Use new API in KeyboardView to invalidate all keys on long-press of shift key. Amith Yamasani2009-05-061-4/+4
* auto import from //branches/cupcake/...@138744The Android Open Source Project2009-03-131-0/+180