| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Yamasani | 2010-03-09 | 1 | -378/+0 |
* | Fix Auto-complete toggle - was broken in a recent change.•••Also allow decoupling Quick Fixes from Suggestions and auto-complete.
|  Amith Yamasani | 2010-02-19 | 1 | -1/+2 |
* | Don't apply autotext to the wrong input language.•••Since autotext is tied to the display language, if the input lang
is different from the display lang, don't apply autotext.
Bug: 2417495
|  Amith Yamasani | 2010-02-18 | 1 | -21/+29 |
* | 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 Yamasani | 2010-02-08 | 1 | -4/+15 |
* | Fix for #2373295 : Capitalize suggestions when typing a capitalized word.•••When the user starts typing a word with a capital, whether automatically due
to sentence beginning or since the user pressed shift, then all suggestions
presented are capitalized as well, to be more WYSIWYG.
|  Amith Yamasani | 2010-01-25 | 1 | -1/+12 |
* | Enable auto-correction only if there is a significant size main dictionary.•••Added e-umlaut popup for Russian keyboard.
Added a French Canadian string resource but wont help until we add fr_CA to
the supported locales list.
|  Amith Yamasani | 2009-12-18 | 1 | -5/+7 |
* | 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 Yamasani | 2009-12-16 | 1 | -0/+6 |
* | Remove dupes from suggestions. Fixes 2213629•••Dupes are sometimes generated, especially for names, from Contacts
and main dictionary. Check for dupes before showing suggestions.
|  Amith Yamasani | 2009-10-28 | 1 | -3/+31 |
* | Check for missing characters in User/Contacts dictionary as well.•••Also accomodate for missing characters when doing diffs between words.
|  Amith Yamasani | 2009-08-13 | 1 | -9/+19 |
* | Have the Latin IME also use the names of your contacts as suggestions.•••Bug 1597304
|  Eric Fischer | 2009-08-13 | 1 | -5/+21 |
* | Auto add new words to the user dictionary.•••First pass at automatically adding new words that the user types and deliberately
accepts.
After typing the word 4 times, the word gets promoted to being valid.
After typing the word 7 times, the word gets added into the UserDictionary and can
be removed from the UserDictionary Settings UI.
Also add a second row of symbols to the period popup.
|  Amith Yamasani | 2009-08-13 | 1 | -7/+14 |
* | auto import from //branches/cupcake/...@138744 |  The Android Open Source Project | 2009-03-13 | 1 | -0/+278 |