aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/DownloadManagerCompatUtils.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-06Conditionally store the raw suggestions.•••Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19 Jean Chalard7-21/+49
2014-02-06Use CombinedFormatUtils to convert dict elements to strings.•••Bug: 11281877 Bug: 12810574 Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600 Keisuke Kuroyanagi5-80/+140
2014-02-06Unregister DictionaryDumpBroadcastReceiver in onDestroy().•••Change-Id: I83a05a8369c2fe2fa7522f18eb00983a0b10dc19 Keisuke Kuroyanagi1-0/+1
2014-02-06Consolidate WordProperty and Word.•••Bug: 11281877 Bug: 12810574 Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5 Keisuke Kuroyanagi16-359/+341
2014-02-05Import translations. DO NOT MERGE•••Change-Id: Ib99535e93fac58d7e5b22595015096b7be9d0d98 Auto-generated-cl: translation import Geoff Mendal57-0/+368
2014-02-05Remove a redundant comment.•••No need to say this twice. Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8 Jean Chalard1-2/+0
2014-02-05Stop considering personalization dicts outputs as words•••Bug: 12800726 Bug: 12798403 Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410 Jean Chalard5-7/+31
2014-02-05Make WeightedString have ProbabilityInfo.•••Bug: 11281877 Bug: 12810574 Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a Keisuke Kuroyanagi11-46/+80
2014-02-05Separate ProbabilityInfo form WordProperty.•••Bug: 11281877 Bug: 12810574 Change-Id: I0c77d976c915bdf2a2cddabd0cbedc2fb6691c7b Keisuke Kuroyanagi2-24/+55
2014-02-05Fix a flash in the wrong place•••Bug: 7226099 Change-Id: I8f74802b3ae24018fc4176fb2fff2c777ae170b0 Jean Chalard1-3/+2
2014-02-05Treat a sole "|" as a special case of key label•••Change-Id: Ia72c31d15c891fa522935ba9792e88fd5d8ce7f7 Tadashi G. Takaoka2-6/+8
2014-02-05Add null check to KeySpecParser•••Change-Id: Ic37db8cbf8f83f753d7381e1edba8eac1ef1ceb1 Tadashi G. Takaoka5-4/+43
2014-02-05Refactor KeySpecParser a bit•••Change-Id: I1208746f42eb92f937812149033398d8318f9c4e Tadashi G. Takaoka1-47/+56
2014-02-05[HD04] Make the locale mandatory.•••Bug: 11281748 Change-Id: I69281b0053bec404c3e3c713ade3f65a140f51b1 Jean Chalard14-22/+82
2014-02-05Move key preview related methods to KeyPreviewChoreographer•••Change-Id: Ia8d6b7fa922a4da233bf851b2e94bbd2573a65a3 Tadashi G. Takaoka3-231/+299
2014-02-05Revert "Move key preview related methods to KeyPreviewChoreographer"•••This reverts commit 38806940b9b97294551dc9d365388c0d913a161a. Change-Id: I185c4d5f5d92dd269f678206ef3ff8316cbce6ed Tadashi G. Takaoka3-296/+231
2014-02-05Rename base test class KeySpecParserTestsBase•••Change-Id: I41e1ccb3f0cfde4e5ae311a763e5659e5ff71d3c Tadashi G. Takaoka3-3/+7
2014-02-05[IL109] Move more code to InputLogic•••Bug: 8636060 Change-Id: Ib12eacc836e8d39c4165c97a2a287f32f6bf5405 Jean Chalard3-97/+126
2014-02-05[IL108] Remove some uses of LatinIME in input logic.•••Access the suggestion strip through the interface instead. Bug: 8636060 Change-Id: Ia8bd705c230f943e309d677ef683b1a2cbe68036 Jean Chalard2-8/+13
2014-02-05[IL107] Add an interface to access the suggestion view.•••Bug: 8636060 Change-Id: I603af6bcdaa31f64aaaf916784720a133388c737 Jean Chalard2-6/+48
2014-02-05Move key preview related methods to KeyPreviewChoreographer•••Change-Id: I18cbbd287313826bc72437c6ebab2915c1d7bc50 Tadashi G. Takaoka3-231/+296
2014-02-05Check isEligibleForAutoCommit when batch input is ended.•••Bug: 11951198 Change-Id: Ibbe09fa38eaa3ebf8f9b69f744a29db7ac598975 Keisuke Kuroyanagi2-2/+5
2014-02-04Add jni interface to get header information from native.•••Bug: 12810574 Change-Id: I2508483bcb3157f04cc1fe13f24f864d301f1f28 Keisuke Kuroyanagi2-3/+51
2014-02-04Add a utility method to StringUtils.•••Bug: 12810574 Change-Id: I607803e924b9e99855df7690e67488b2861c120e Keisuke Kuroyanagi3-24/+25
2014-02-04Separate header class from FormatSpec.•••Bug: 12810574 Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693 Keisuke Kuroyanagi18-126/+141
2014-02-04Add dictionary dump buttons in debug settings.•••Bug: 11736680 Bug: 12810574 Change-Id: I1f797b5ac6acf94b40d9698d4535e8f5da2bfb17 Keisuke Kuroyanagi6-1/+161
2014-02-04Move some XML attributes to KeyPreviewDrawParams•••Change-Id: I0e040b3aed63f8da983fcc51d55b55ac9294a16a Tadashi G. Takaoka2-33/+47
2014-02-04Add KeySpecParser unit test•••Change-Id: Ie1c32daecefc2909e58056f515631cbd7de687f7 Tadashi G. Takaoka3-303/+379
2014-02-04Don't boost exact matches for personalized dicts.•••Bug: 12800726 Change-Id: Ia3a2f82db6cdc9645cad0e329c0b79328d7452cc Keisuke Kuroyanagi5-7/+17
2014-02-04Refactor KeyPreviewDrawParams a bit•••Change-Id: Ia1a2c5cd882c2524a2e2f02ae052f0404061b2f7 Tadashi G. Takaoka3-27/+59
2014-02-04Check timestamp for each pointer.•••Bug: 11325631 Change-Id: I4e296cdeccf21323c5732754e86c3a4075ccf82a Keisuke Kuroyanagi2-2/+66
2014-02-04Make dumpAllWordsForDebug() use getNextWordProperty().•••Bug: 11736680 Bug: 12810574 Change-Id: I32a388e23ee7da5d7291e88a46c90b61d2f25dee Keisuke Kuroyanagi6-622/+63
2014-02-04Implement Ver4PatriciaTriePolicy::getNextWordAndNextToken.•••Bug: 12810574 Change-Id: Idea44f03c477964f58e65fbf2b55e3fcd77a2934 Keisuke Kuroyanagi6-6/+148
2014-02-03Import translations. DO NOT MERGE•••Change-Id: Ie6d3ca2063815af9086252dd4e2ce177acbb85bb Auto-generated-cl: translation import Geoff Mendal1-4/+4
2014-02-03Import translations. DO NOT MERGE•••Change-Id: I7b3358893fca57f1ddc457c74daff9b3b2eb2ee4 Auto-generated-cl: translation import Geoff Mendal57-0/+1425
2014-02-04Use "Key popup dismiss delay" to control key preview zoom out animation•••Bug: 12809303 Change-Id: I2db0362a2f8c512145f1cf9326f06e5f922987b8 Tadashi G. Takaoka1-1/+2
2014-02-03Clear important notice strip•••Bug: 10587358 Change-Id: Ic90e5825200a1d424aac4ba263b252187a203241 Tadashi G. Takaoka1-0/+1
2014-02-03Fix important notice strip text layout•••Bug: 10587358 Change-Id: I9cbdd3b450e05d6d0611a16b6b7fad945918dd5f Tadashi G. Takaoka3-6/+13
2014-02-03Show important notice dialog•••Bug: 10587358 Change-Id: I3b4282a1bb183aa901110a4a2fc1b6ed72818aae Tadashi G. Takaoka1-5/+20
2014-02-03Have empty suggestions go through setNeutralSuggestions.•••Bug: 12865205 Change-Id: If17a390c445d0820325a9b16cc4f2f27a361187a Jean Chalard1-2/+4
2014-02-03Don't resume suggestions if suggestions are not requested.•••Bug: 12832614 Change-Id: I6a9b6d128d7e0324ba59a43cf153a3b54e1d35bf Jean Chalard1-0/+2
2014-02-03Add a jni method to iterate words in a dictionary.•••Bug: 12810574 Change-Id: I87b13559765f0262dfd06c2ba40d43af6437ea7f Keisuke Kuroyanagi8-1/+83
2014-02-03Get bigram information via getWordProperty().•••Bug: 12810574 Change-Id: I2750a5659ccbc3e31307c28e35dd9a1dbdffbeee Keisuke Kuroyanagi3-12/+107
2014-01-31Extend jni interface to get bigrams in WordProperty.•••Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd Keisuke Kuroyanagi6-77/+110
2014-01-31Fetch bigram information in getWordProperty().•••Bug: 12810574 Change-Id: Ic67e964b01c2753f2eec82b079dc0e5650f340bb Keisuke Kuroyanagi1-1/+35
2014-01-31Move some methods to MoreKeySpec class•••Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa Tadashi G. Takaoka12-298/+322
2014-01-31Add important notice strip•••This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a Tadashi G. Takaoka13-5/+72
2014-01-31Fix BinaryDictDecoderEncoderTests.•••Bug: 12809791 Change-Id: I04313df78692b01e153a34c932a37f079a924105 Keisuke Kuroyanagi1-0/+13
2014-01-31Fix dicttool_aosp build.•••Change-Id: I52918fea02425b628045443d63d178e289ac4fb7 Keisuke Kuroyanagi1-1/+1
2014-01-31Move some prefix strings to relevant classes•••Change-Id: I7321ac7820d4eded5f16f2440ffb4f525315b3f4 Tadashi G. Takaoka6-12/+15