aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-20Use memmove for all place src and dest can be same.•••Change-Id: I03e5c8f95cb22c7096ff545f1181f914b80a6c58 Keisuke Kuroyanagi4-9/+9
2014-01-20Use sorted int[] to represent word separators•••Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846 Tadashi G. Takaoka10-93/+117
2014-01-20Fix newline string resource•••The newline string resource "\n" doesn't work off-device simulation. Bug: 12623502 Change-Id: I3ad63d8afe50be174493d43f00f7191062c87cb7 Tadashi G. Takaoka4-4/+4
2014-01-20Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28 Tadashi G. Takaoka3-15/+424
2014-01-20Refactor logic to retrieve relevant suggestions a bit•••Change-Id: Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939 Tadashi G. Takaoka2-23/+18
2014-01-19Fix unit tests by adding @UsedForTesting•••Change-Id: I2d2d226e21a46239077394ab09db88a4bd563460 Keisuke Kuroyanagi1-0/+4
2014-01-17Make contacts dict and user dict version 4.•••Bug: 12515251 Change-Id: I0b332e03b9102957bffaea56d4de17b9ee3cef23 Keisuke Kuroyanagi4-32/+14
2014-01-17Refactor RichInputConnection a bit•••Change-Id: I866488a47ca04ca587e805663dfd597bb7b1ebce Tadashi G. Takaoka2-32/+32
2014-01-17[IL61] Remove an internal use of key coordinates•••Bug: 8636060 Change-Id: Id87b0ac4a99ec6a26db6e250d6cd22defc02a23d Jean Chalard1-9/+9
2014-01-17[IL60] Make InputLogicHandler package private•••Yay Bug: 8636060 Change-Id: Iad9c3804504635094e861999198f4baf70e61955 Jean Chalard1-2/+1
2014-01-17[IL59] Rename a method•••Um... this is not async ? Remove that from the name Bug: 8636060 Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806 Jean Chalard2-2/+2
2014-01-17[IL58] Simplification•••No need to test multiple times for this. Let's just never do useless stuff, and only test for that once. Bug: 8636060 Change-Id: I50a9e4da769fbec44fbb12eedfed03aad924cc2c Jean Chalard2-7/+5
2014-01-17Fix a bug specific to German capitalization.•••Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd Jean Chalard4-1/+33