aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-07Don't use RichInputMethodManager in setup wizardTadashi G. Takaoka4-44/+69
In setup wizard, InputMethodManager may not be able to be aware that this IME is installed, especially just after the IME is installed via GooglePlay app and hit the open button on the app to launch the setup wizard. Bug: 9299618 Change-Id: I00c8544178b41074253d49ae9481996ec56593d2
2013-06-07Fix possible NPESatoshi Kataoka1-1/+10
Bug: 9314901 Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439
2013-06-07Fix an illegal argument exceptionJean Chalard1-15/+13
This is a bit of a shot in the dark, as I really don't see how this can happen, but this should fix it in the correct way no matter how it's actually happening. Bug: 9301836 Change-Id: I472865b7a78883942c9fd46773238c23788674f8
2013-06-07Defer getting no language subtypeTadashi G. Takaoka1-12/+20
Bug: 9318351 Change-Id: I55338c001070655a3f90df3dbe1351bd4180d520
2013-06-06Add HTC One special edition (DO NOT MERGE)Tadashi G. Takaoka1-2/+2
This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96
2013-06-06Add HTC One special editionTadashi G. Takaoka1-1/+1
Bug: 9109493 Change-Id: I6eb060a93d7afbcc5aaa2aaece242044db255829
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