aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/RichInputMethodManager.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-07Don't use RichInputMethodManager in setup wizard•••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 Tadashi G. Takaoka4-44/+69
2013-06-07Fix possible NPE•••Bug: 9314901 Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439 Satoshi Kataoka1-1/+10
2013-06-07Fix an illegal argument exception•••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 Jean Chalard1-15/+13
2013-06-07Defer getting no language subtype•••Bug: 9318351 Change-Id: I55338c001070655a3f90df3dbe1351bd4180d520 Tadashi G. Takaoka1-12/+20
2013-06-06Add HTC One special edition (DO NOT MERGE)•••This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96 Tadashi G. Takaoka1-2/+2
2013-06-06Add HTC One special edition (DO NOT MERGE)•••This change also fixes a cosmetic regexp bug in Galaxy SIII. Bug: 9109493 Change-Id: Ie93ae38d1ca1817d4019bb1483ab7f3740564b96 Tadashi G. Takaoka1-2/+2
2013-06-06Add HTC One special edition•••Bug: 9109493 Change-Id: I6eb060a93d7afbcc5aaa2aaece242044db255829 Tadashi G. Takaoka1-1/+1
2013-06-06Use an iterator to remove stuff from an ArrayList.•••Silly me >.> Bug: 9306154 Change-Id: Ic00e9d6a31cd1d7aacefe68b7be9c2199e297b0d Jean Chalard1-4/+7
2013-06-06Fix a possible NPE•••Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1 Satoshi Kataoka1-0/+8
2013-06-05Import translations. DO NOT MERGE•••Change-Id: I79a9506c568d47a7304ff55b75676fe02bfb22a1 Auto-generated-cl: translation import Baligh Uddin3-3/+3
2013-06-05Move Base64Reader to utils package•••Change-Id: Id46898c5cae268f05850d79938929b7707f27320 Tadashi G. Takaoka2-0/+342
2013-06-05Remove unnecessary Drawable.setState•••Change-Id: I362933ea4d5bcb1ccfebb5b22f6ccecf12337f4b Tadashi G. Takaoka1-4/+1
2013-06-05Add CsvUtils that conform to RFC 4180•••Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92 Tadashi G. Takaoka2-0/+743
2013-06-04Cleanups in JNI related code•••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 Ken Wakasa6-101/+70
2013-06-04Add CODE_CAPSLOCK for long press shift key•••This change utilizes the no panel auto more key feature to implement long press shift key for shift lock. Change-Id: I3995d25dc35aea3c67b5aa29299815462eff9cad Tadashi G. Takaoka15-143/+99
2013-06-04Clean up macro variables•••Change-Id: I0d9983c1a766b97182953328fa45f488e110bc01 Ken Wakasa4-34/+58
2013-06-03Avoid an NPE•••Change-Id: I174eb8e92820fe6e7f8d3b89afae12d94063ef5d Kurt Partridge1-10/+10