LatinIME/src/com/android/inputmethod/latin
Amith Yamasani 8850bdc7e4 Fix for 2170453: Capitalization sticks when entering passwords in Browser
This is caused by a delay in changing the shift state for performance reasons.
The delay was too long, causing multiple characters to be in shifted state when
typing fast (300ms interval).

Fix removes the optimization for the forward typing case. Doesn't affect the
backspace long-press optimization.

Triage: Hiroshi
Dr. No: mcleron
2009-10-12 12:59:34 -07:00
..
BinaryDictionary.java Some performance optimizations. 2009-08-13 18:03:41 -07:00
CandidateView.java AI 143780: am: CL 143728 Fix # 1743137: Suggestion bubble doesn't go away after empty space on right end of suggestion strip is tapped. 2009-03-31 14:50:26 -07:00
CandidateViewContainer.java auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
ContactsDictionary.java Fix for 2148982: Keyboard freezes while typing 2009-10-08 13:06:37 -07:00
Dictionary.java auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
ExpandableDictionary.java Reduce weight of missing-char suggestions. 2009-08-13 18:03:56 -07:00
KeyboardSwitcher.java Fix 2146178: On-screen keyboard is wider than screen 2009-09-30 21:15:47 -07:00
LatinIME.java Fix for 2170453: Capitalization sticks when entering passwords in Browser 2009-10-12 12:59:34 -07:00
LatinIMEBackupAgent.java Backup Latin IME settings shared preferences. 2009-07-05 14:12:04 -07:00
LatinIMESettings.java Backup Latin IME settings shared preferences. 2009-07-05 14:12:04 -07:00
LatinKeyboard.java Tweak spacebar target area between landscape and portrait. 2009-08-20 18:35:30 -07:00
LatinKeyboardView.java Fix Bug #1833943 - CapsLock using long-press doesn't update keys. 2009-05-06 17:38:00 -07:00
Suggest.java Check for missing characters in User/Contacts dictionary as well. 2009-08-13 17:29:34 -07:00
TextEntryState.java auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
Tutorial.java Automated import from //branches/donutburger/...@142822,142822 2009-03-25 18:08:30 -07:00
UserDictionary.java Auto add new words to the user dictionary. 2009-08-13 17:17:58 -07:00
WordComposer.java Some performance optimizations. 2009-08-13 18:03:41 -07:00