| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|
|
|
|
| |
Also allow decoupling Quick Fixes from Suggestions and auto-complete.
|
|
|
|
|
|
|
| |
Since autotext is tied to the display language, if the input lang
is different from the display lang, don't apply autotext.
Bug: 2417495
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
Dupes are sometimes generated, especially for names, from Contacts
and main dictionary. Check for dupes before showing suggestions.
|
|
|
|
| |
Also accomodate for missing characters when doing diffs between words.
|
|
|
|
| |
Bug 1597304
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|