aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-06Implement getHeaderInfoNative.Keisuke Kuroyanagi3-7/+15
Bug: 11281877 Bug: 12810574 Change-Id: Ia3d85ae2cfdb486e74b8636a62431eae883c85da
2014-02-06Use SubtypeLocaleUtils.isRtlLanguageTadashi G. Takaoka6-40/+26
Change-Id: Ic0208412cd9c02975641cb5c448d092f28786746
2014-02-06Move INCLUDE_RAW_SUGGESTIONS flag to ProductionFlagTadashi G. Takaoka2-4/+6
This change must be checked in together with Iac93eb79fc. Bug: 12913520 Bug: 12179576 Change-Id: Ic9a40fb0529202893be8ccb6f5abfbbe6d78508c
2014-02-06Remove unused smiley key definitionsTadashi G. Takaoka3-41/+32
Change-Id: Icbdfb360abab2964869898949774f47197f6d000
2014-02-06Consolidate keyOutputText with keyLabel attributeTadashi G. Takaoka5-19/+3
Change-Id: I90ea2c9d5ce42fabc79599995a2fae1f5f652a6b
2014-02-06Parse keyLabel for icon, code, and outputText as wellTadashi G. Takaoka2-11/+26
Change-Id: I023915b68b4aabd056c2c1eb745876471556e15e
2014-02-06Conditionally store the raw suggestions.Jean Chalard7-21/+49
Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19
2014-02-06Use CombinedFormatUtils to convert dict elements to strings.Keisuke Kuroyanagi5-80/+140
Bug: 11281877 Bug: 12810574 Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600
2014-02-06Unregister DictionaryDumpBroadcastReceiver in onDestroy().Keisuke Kuroyanagi1-0/+1
Change-Id: I83a05a8369c2fe2fa7522f18eb00983a0b10dc19
2014-02-06Consolidate WordProperty and Word.Keisuke Kuroyanagi16-359/+341
Bug: 11281877 Bug: 12810574 Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
2014-02-05Import translations. DO NOT MERGEGeoff Mendal57-0/+368
Change-Id: Ib99535e93fac58d7e5b22595015096b7be9d0d98 Auto-generated-cl: translation import
2014-02-05Remove a redundant comment.Jean Chalard1-2/+0
No need to say this twice. Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8
2014-02-05Stop considering personalization dicts outputs as wordsJean Chalard5-7/+31
Bug: 12800726 Bug: 12798403 Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410
2014-02-05Make WeightedString have ProbabilityInfo.Keisuke Kuroyanagi11-46/+80
Bug: 11281877 Bug: 12810574 Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a
2014-02-05Separate ProbabilityInfo form WordProperty.Keisuke Kuroyanagi2-24/+55
Bug: 11281877 Bug: 12810574 Change-Id: I0c77d976c915bdf2a2cddabd0cbedc2fb6691c7b
2014-02-05Fix a flash in the wrong placeJean Chalard1-3/+2
Bug: 7226099 Change-Id: I8f74802b3ae24018fc4176fb2fff2c777ae170b0
2014-02-05Treat a sole "|" as a special case of key labelTadashi G. Takaoka2-6/+8
Change-Id: Ia72c31d15c891fa522935ba9792e88fd5d8ce7f7
2014-02-05Add null check to KeySpecParserTadashi G. Takaoka5-4/+43
Change-Id: Ic37db8cbf8f83f753d7381e1edba8eac1ef1ceb1
2014-02-05Refactor KeySpecParser a bitTadashi G. Takaoka1-47/+56
Change-Id: I1208746f42eb92f937812149033398d8318f9c4e
2014-02-05[HD04] Make the locale mandatory.Jean Chalard14-22/+82
Bug: 11281748 Change-Id: I69281b0053bec404c3e3c713ade3f65a140f51b1
2014-02-05Move key preview related methods to KeyPreviewChoreographerTadashi G. Takaoka3-231/+299
Change-Id: Ia8d6b7fa922a4da233bf851b2e94bbd2573a65a3
2014-02-05Revert "Move key preview related methods to KeyPreviewChoreographer"Tadashi G. Takaoka3-296/+231
This reverts commit 38806940b9b97294551dc9d365388c0d913a161a. Change-Id: I185c4d5f5d92dd269f678206ef3ff8316cbce6ed
2014-02-05Rename base test class KeySpecParserTestsBaseTadashi G. Takaoka3-3/+7
Change-Id: I41e1ccb3f0cfde4e5ae311a763e5659e5ff71d3c
2014-02-05[IL109] Move more code to InputLogicJean Chalard3-97/+126
Bug: 8636060 Change-Id: Ib12eacc836e8d39c4165c97a2a287f32f6bf5405
2014-02-05[IL108] Remove some uses of LatinIME in input logic.Jean Chalard2-8/+13
Access the suggestion strip through the interface instead. Bug: 8636060 Change-Id: Ia8bd705c230f943e309d677ef683b1a2cbe68036
2014-02-05[IL107] Add an interface to access the suggestion view.Jean Chalard2-6/+48
Bug: 8636060 Change-Id: I603af6bcdaa31f64aaaf916784720a133388c737
2014-02-05Move key preview related methods to KeyPreviewChoreographerTadashi G. Takaoka3-231/+296
Change-Id: I18cbbd287313826bc72437c6ebab2915c1d7bc50
2014-02-05Check isEligibleForAutoCommit when batch input is ended.Keisuke Kuroyanagi2-2/+5
Bug: 11951198 Change-Id: Ibbe09fa38eaa3ebf8f9b69f744a29db7ac598975
2014-02-04Add jni interface to get header information from native.Keisuke Kuroyanagi2-3/+51
Bug: 12810574 Change-Id: I2508483bcb3157f04cc1fe13f24f864d301f1f28
2014-02-04Add a utility method to StringUtils.Keisuke Kuroyanagi3-24/+25
Bug: 12810574 Change-Id: I607803e924b9e99855df7690e67488b2861c120e
2014-02-04Separate header class from FormatSpec.Keisuke Kuroyanagi18-126/+141
Bug: 12810574 Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693
2014-02-04Add dictionary dump buttons in debug settings.Keisuke Kuroyanagi6-1/+161
Bug: 11736680 Bug: 12810574 Change-Id: I1f797b5ac6acf94b40d9698d4535e8f5da2bfb17
2014-02-04Move some XML attributes to KeyPreviewDrawParamsTadashi G. Takaoka2-33/+47
Change-Id: I0e040b3aed63f8da983fcc51d55b55ac9294a16a
2014-02-04Add KeySpecParser unit testTadashi G. Takaoka3-303/+379
Change-Id: Ie1c32daecefc2909e58056f515631cbd7de687f7
2014-02-04Don't boost exact matches for personalized dicts.Keisuke Kuroyanagi5-7/+17
Bug: 12800726 Change-Id: Ia3a2f82db6cdc9645cad0e329c0b79328d7452cc
2014-02-04Refactor KeyPreviewDrawParams a bitTadashi G. Takaoka3-27/+59
Change-Id: Ia1a2c5cd882c2524a2e2f02ae052f0404061b2f7
2014-02-04Check timestamp for each pointer.Keisuke Kuroyanagi2-2/+66
Bug: 11325631 Change-Id: I4e296cdeccf21323c5732754e86c3a4075ccf82a
2014-02-04Make dumpAllWordsForDebug() use getNextWordProperty().Keisuke Kuroyanagi6-622/+63
Bug: 11736680 Bug: 12810574 Change-Id: I32a388e23ee7da5d7291e88a46c90b61d2f25dee
2014-02-04Implement Ver4PatriciaTriePolicy::getNextWordAndNextToken.Keisuke Kuroyanagi6-6/+148
Bug: 12810574 Change-Id: Idea44f03c477964f58e65fbf2b55e3fcd77a2934
2014-02-03Import translations. DO NOT MERGEGeoff Mendal1-4/+4
Change-Id: Ie6d3ca2063815af9086252dd4e2ce177acbb85bb Auto-generated-cl: translation import
2014-02-03Import translations. DO NOT MERGEGeoff Mendal57-0/+1425
Change-Id: I7b3358893fca57f1ddc457c74daff9b3b2eb2ee4 Auto-generated-cl: translation import
2014-02-04Use "Key popup dismiss delay" to control key preview zoom out animationTadashi G. Takaoka1-1/+2
Bug: 12809303 Change-Id: I2db0362a2f8c512145f1cf9326f06e5f922987b8
2014-02-03Clear important notice stripTadashi G. Takaoka1-0/+1
Bug: 10587358 Change-Id: Ic90e5825200a1d424aac4ba263b252187a203241
2014-02-03Fix important notice strip text layoutTadashi G. Takaoka3-6/+13
Bug: 10587358 Change-Id: I9cbdd3b450e05d6d0611a16b6b7fad945918dd5f
2014-02-03Show important notice dialogTadashi G. Takaoka1-5/+20
Bug: 10587358 Change-Id: I3b4282a1bb183aa901110a4a2fc1b6ed72818aae
2014-02-03Have empty suggestions go through setNeutralSuggestions.Jean Chalard1-2/+4
Bug: 12865205 Change-Id: If17a390c445d0820325a9b16cc4f2f27a361187a
2014-02-03Don't resume suggestions if suggestions are not requested.Jean Chalard1-0/+2
Bug: 12832614 Change-Id: I6a9b6d128d7e0324ba59a43cf153a3b54e1d35bf
2014-02-03Add a jni method to iterate words in a dictionary.Keisuke Kuroyanagi8-1/+83
Bug: 12810574 Change-Id: I87b13559765f0262dfd06c2ba40d43af6437ea7f
2014-02-03Get bigram information via getWordProperty().Keisuke Kuroyanagi3-12/+107
Bug: 12810574 Change-Id: I2750a5659ccbc3e31307c28e35dd9a1dbdffbeee
2014-01-31Extend jni interface to get bigrams in WordProperty.Keisuke Kuroyanagi6-77/+110
Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd