aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-06Use an iterator to remove stuff from an ArrayList.Jean Chalard1-4/+7
Silly me >.> Bug: 9306154 Change-Id: Ic00e9d6a31cd1d7aacefe68b7be9c2199e297b0d
2013-06-06Fix a possible NPESatoshi Kataoka1-0/+8
Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1
2013-06-05Move Base64Reader to utils packageTadashi G. Takaoka2-0/+342
Change-Id: Id46898c5cae268f05850d79938929b7707f27320
2013-06-05Remove unnecessary Drawable.setStateTadashi G. Takaoka1-4/+1
Change-Id: I362933ea4d5bcb1ccfebb5b22f6ccecf12337f4b
2013-06-05Add CsvUtils that conform to RFC 4180Tadashi G. Takaoka2-0/+743
Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92
2013-06-04Cleanups in JNI related codeKen Wakasa6-101/+70
Removed the malloc version in binary dictionary support -- this has not really been tested well so far, and the mmap version has been working pretty well after all. Several cosmetic fixes etc. Change-Id: Iad0da58b300b769fb5946a3e73fc96f56215980e
2013-06-04Add CODE_CAPSLOCK for long press shift keyTadashi G. Takaoka15-143/+99
This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad
2013-06-04Clean up macro variablesKen Wakasa4-34/+58
Change-Id: I0d9983c1a766b97182953328fa45f488e110bc01
2013-06-03Avoid an NPEKurt Partridge1-10/+10
Change-Id: I174eb8e92820fe6e7f8d3b89afae12d94063ef5d