aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardShiftState.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Perform editor action IME_ACTION_NEXT/PREVIOUS by tab key•••Bug: 3122995 Change-Id: I44280fe1c6cc27f429b311edec71e1027178222d Tadashi G. Takaoka2010-11-191-2/+3
* Implement both automatic and manual temporary upper cases•••With this change, - Shift and Shift lock state of keyboard is maintained by LatinKeyboard.ShiftState. - Shift key state is maintained by ShiftKeyState object in KeyboardSwitcher. - LatinIME informs KeyboardSwitcher that shift key press, release and long press and KeyboardSwitcher determines which state LatinKeyboard and ShiftLeyState should be. Bug: 3193390 Change-Id: I948ef26fda512eb1cb0ebddc89d322c4f4f4d670 Tadashi G. Takaoka2010-11-181-0/+88