aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-23Force KeyboardShiftState reset by setShiftLocked(false)•••Change-Id: Ib00d598e6e6a91e594ae01cfc51fb688601f6b8f Tadashi G. Takaoka1-6/+1
2012-01-23Add more debug message to KeyboardState•••Change-Id: Ie0bceb494b0521bf406418d5ecbc16752c818aba Tadashi G. Takaoka1-6/+13
2012-01-23Get rid of useless updateShiftState•••Because KeyboardState.onLoadKeyboard will invoke SwitcherActions.requestUpdateShiftState eventually, the calling updateShiftState at the end of KeyboardSwitcher.onLoadKeyboard is useless. Change-Id: Ib6e746b1516ef1b4c981807a9b8785a046ba50e0 Tadashi G. Takaoka1-1/+0
2012-01-20Support @icon/icon_name for more keys specification•••Change-Id: I8842e5ce77f9d27a0969df947de292c1830e36b7 Tadashi G. Takaoka8-51/+58
2012-01-20Enable DEBUG mode for logic tests.•••This enables a wealth of useful checks. We want to run unit tests with debug mode on. Change-Id: Ic45caaf43a889287f5aec203e7d1ba63136fc58e Jean Chalard1-0/+16
2012-01-20Support @string reference in moreKeys attribute•••Change-Id: If0056d0601149d2ddd0e231a81e7b2409b37fc06 Tadashi G. Takaoka5-31/+281
2012-01-20Fix a bug where a check would fail•••Bug: 5894393 Change-Id: I810de58730f2cabcaf7b8dc1d85b3725f959094b Jean Chalard1-3/+3
2012-01-20Move MoreKeySpecParser.getResourceId to Utils•••Change-Id: I0640dbe76a8ff2dc45b504eca631942811571736 Tadashi G. Takaoka3-20/+22
2012-01-20Change more key specification type to String from CharSequence•••Change-Id: I5e910f8225a248fc6403771836dec4c0b7294caa Tadashi G. Takaoka5-78/+75
2012-01-20Fix a bug where the user typed word would not be passed.•••Bug: 5894271 Change-Id: I4f02ff322697159e08f5e898608c0aff11dacb2f Jean Chalard1-4/+4