aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Have the Latin IME also use the names of your contacts as suggestions.Eric Fischer2009-08-131-0/+4
| | | | Bug 1597304
* Improve auto-add heuristics.Amith Yamasani2009-08-131-11/+21
| | | | Also add auto-switch back to alphabet mode on pressing enter key.
* Less aggressive CAPS mode prediction.Amith Yamasani2009-08-131-3/+10
| | | | | | | Don't auto-correct if the typed word has more than one uppercase letter. Also, delay applying shift state to the keyboard so that fast backspaces are not interrupted by the time taken to render the shifted/unshifted keyboard. Show ellipsis on the ?123 key
* Auto-switch back from symbols keyboard on space.Amith Yamasani2009-08-131-4/+16
| | | | Also fix bug 1904029: Rotating keyboard while texting causes words to be deleted.
* Auto add new words to the user dictionary.Amith Yamasani2009-08-131-2/+37
| | | | | | | | | | 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.
* Browser text fields should suggest but not auto correct.Amith Yamasani2009-06-041-6/+21
| | | | | Only if the browser explicitly specifies the AUTO_CORRECT flag, IME will enable auto correction.
* AI 145909: Manual merge of CL 145663 from //branches/cupcake/ to ↵Amith Yamasani2009-04-131-1/+2
| | | | | | | | //branches/donutburger/ Added -d to the "g4 integrate" command. Automated import of CL 145909
* Automated import from //branches/donutburger/...@142787,142787Amith Yamasani2009-03-251-86/+74
|
* Automated import from //branches/donutburger/...@140835,140835Amith Yamasani2009-03-241-5/+22
|
* Automated import from //branches/donutburger/...@140473,140473Amith Yamasani2009-03-241-1/+1
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+3
|
* auto import from //branches/cupcake/...@138744The Android Open Source Project2009-03-131-0/+1091