aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardShiftState.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Perform editor action IME_ACTION_NEXT/PREVIOUS by tab keyTadashi G. Takaoka2010-11-191-2/+3
| | | | | Bug: 3122995 Change-Id: I44280fe1c6cc27f429b311edec71e1027178222d
* Implement both automatic and manual temporary upper casesTadashi G. Takaoka2010-11-181-0/+88
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