aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-24Fix a bug where backspace would not delete the selectionJean Chalard1-5/+27
Bug: 5699301 Change-Id: I6c5a8470464d045349ac38e191c859b5c34cbeee
2012-01-24Fix a typoJean Chalard1-4/+4
Change-Id: I358350c959d5610214a752b14d7744fe83eb3821
2012-01-24Add more sliding input unit testTadashi G. Takaoka4-216/+411
Bug: 5881820 Change-Id: I9249d8b702ba9afbd1c7d0a4889ac5b2e929f85d
2012-01-24Add comments along with Ic108f301Ken Wakasa1-0/+2
Change-Id: Ic754662865511ad44e99d070585bd9482379c2a0
2012-01-24Move string resources for unit test to donottranslate.xmlTadashi G. Takaoka1-0/+0
Bug: 5904617 Change-Id: I2eb677a4dd9686f87fec9f11051775a5c9c670a1
2012-01-23Clean up two word correctionsatok1-44/+60
Change-Id: I5cd2697d7f61b81aff0c249df01479d86ad0fba5
2012-01-23Force KeyboardShiftState reset by setShiftLocked(false)Tadashi G. Takaoka1-6/+1
Change-Id: Ib00d598e6e6a91e594ae01cfc51fb688601f6b8f
2012-01-23Add more debug message to KeyboardStateTadashi G. Takaoka1-6/+13
Change-Id: Ie0bceb494b0521bf406418d5ecbc16752c818aba
2012-01-23Get rid of useless updateShiftStateTadashi G. Takaoka1-1/+0
Because KeyboardState.onLoadKeyboard will invoke SwitcherActions.requestUpdateShiftState eventually, the calling updateShiftState at the end of KeyboardSwitcher.onLoadKeyboard is useless. Change-Id: Ib6e746b1516ef1b4c981807a9b8785a046ba50e0
2012-01-20Support @icon/icon_name for more keys specificationTadashi G. Takaoka8-51/+58
Change-Id: I8842e5ce77f9d27a0969df947de292c1830e36b7
2012-01-20Enable DEBUG mode for logic tests.Jean Chalard1-0/+16
This enables a wealth of useful checks. We want to run unit tests with debug mode on. Change-Id: Ic45caaf43a889287f5aec203e7d1ba63136fc58e
2012-01-20Support @string reference in moreKeys attributeTadashi G. Takaoka5-31/+281
Change-Id: If0056d0601149d2ddd0e231a81e7b2409b37fc06
2012-01-20Fix a bug where a check would failJean Chalard1-3/+3
Bug: 5894393 Change-Id: I810de58730f2cabcaf7b8dc1d85b3725f959094b
2012-01-20Move MoreKeySpecParser.getResourceId to UtilsTadashi G. Takaoka3-20/+22
Change-Id: I0640dbe76a8ff2dc45b504eca631942811571736
2012-01-20Change more key specification type to String from CharSequenceTadashi G. Takaoka5-78/+75
Change-Id: I5e910f8225a248fc6403771836dec4c0b7294caa
2012-01-20Fix a bug where the user typed word would not be passed.Jean Chalard1-4/+4
Bug: 5894271 Change-Id: I4f02ff322697159e08f5e898608c0aff11dacb2f