aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/AbstractCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-24Fix a typo•••Change-Id: I358350c959d5610214a752b14d7744fe83eb3821 Jean Chalard1-4/+4
2012-01-24Add more sliding input unit test•••Bug: 5881820 Change-Id: I9249d8b702ba9afbd1c7d0a4889ac5b2e929f85d Tadashi G. Takaoka4-216/+411
2012-01-24Add comments along with Ic108f301•••Change-Id: Ic754662865511ad44e99d070585bd9482379c2a0 Ken Wakasa1-0/+2
2012-01-24Move string resources for unit test to donottranslate.xml•••Bug: 5904617 Change-Id: I2eb677a4dd9686f87fec9f11051775a5c9c670a1 Tadashi G. Takaoka1-0/+0
2012-01-23Clean up two word correction•••Change-Id: I5cd2697d7f61b81aff0c249df01479d86ad0fba5 satok1-44/+60
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