Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Perform editor action IME_ACTION_NEXT/PREVIOUS by tab key | 2010-11-19 | 1 | -2/+3 | |
| | | | | | Bug: 3122995 Change-Id: I44280fe1c6cc27f429b311edec71e1027178222d | ||||
* | Implement both automatic and manual temporary upper cases | 2010-11-18 | 1 | -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 |