aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash while entering emoticonsTadashi G. Takaoka2014-03-271-1/+1
| | | | | Bug: 13652919 Change-Id: Idd66240ac882fa890cfb28a477403ee09dc716ce
* Merge "Suppress warnings related to string resource"Tadashi G. Takaoka2014-03-2619-32/+24
|\
| * Suppress warnings related to string resourceTadashi G. Takaoka2014-03-2619-32/+24
| | | | | | | | Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7
* | Merge "Rename text resources consistently"Tadashi G. Takaoka2014-03-26116-2146/+2116
|\ \ | |/ |/|
| * Rename text resources consistentlyTadashi G. Takaoka2014-03-25116-2146/+2116
| | | | | | | | | | | | | | | | | | | | | | - keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-252-10/+10
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-03-242-10/+10
| | | | | | | | | | | | | | | Change-Id: If1481b48b8c94b80932584893c29d9218f3c3ebd Auto-generated-cl: translation import
* | | Merge "[CB14] Implement backspace in the combiner chain"Jean Chalard2014-03-256-26/+50
|\ \ \
| * | | [CB14] Implement backspace in the combiner chainJean Chalard2014-03-256-26/+50
| | |/ | |/| | | | | | | | | | | | | Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
* | | Merge DicNodeStatePrevWord into DicNoteStateOutput.Keisuke Kuroyanagi2014-03-257-222/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: (0) 2232.70 (0.86%) (1) 255258.50 (98.89%) (2) 585.73 (0.23%) (66) 0.26 (0.00%) Total 258126.46 (sum of others 258077.18) After: (0) 2249.23 (0.93%) (1) 239883.63 (98.83%) (2) 554.82 (0.23%) (66) 0.35 (0.00%) Total 242734.38 (sum of others 242688.04) Change-Id: I9760cae5b98b3d1f4804b6b60317887eaa3ff71c
* | | Remove logic related to dictionary loading from LatinIME.Keisuke Kuroyanagi2014-03-258-546/+468
|/ / | | | | | | | | | | | | | | | | | | | | Make mSuggest final and give DictionaryFacilitator the responsibility to manage dictionary loading state. This can simplify the logic to decide how to deal with additional dictionaries when loading settings or language switching. Bug: 13273534 Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99
* / Fix talk back of emoji keyTadashi G. Takaoka2014-03-252-5/+3
|/ | | | | Bug: 13629734 Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc
* Merge "Check null before passing to Integer.parseInt"Yohei Yukawa2014-03-241-0/+3
|\
| * Check null before passing to Integer.parseIntYohei Yukawa2014-03-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | Just after user data is cleared, user preference associated with PREF_KEYBOARD_LAYOUT is always empty. In such case, we might want to return the default value immediately, rather than calling Integer.parseInt(null) and catching NumberFormatException unnecessarily. BUG: 13472379 Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce
* | Add a check for ForgettingCurveUtils::decodeProbability.Keisuke Kuroyanagi2014-03-241-1/+2
|/ | | | | Bug: 13607383 Change-Id: I1a56c52173d0e458864e65fb1c1f4603c0c81c6f
* Merge "[CB13] Remove an unused method."Jean Chalard2014-03-241-7/+0
|\
| * [CB13] Remove an unused method.Jean Chalard2014-03-241-7/+0
| | | | | | | | Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b
* | Merge "Add boundary check for SparseTable."Keisuke Kuroyanagi2014-03-241-0/+6
|\ \ | |/ |/|
| * Add boundary check for SparseTable.Keisuke Kuroyanagi2014-03-241-0/+6
| | | | | | | | Bug: 13592288 Change-Id: I8bc4ff778c6073d22f86b6050a880b6fb69de31e
* | [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-245-0/+29
| | | | | | | | | | Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4
* | Merge "Fix: wrong size checking in SparseTable."Keisuke Kuroyanagi2014-03-241-7/+5
|\|
| * Fix: wrong size checking in SparseTable.Keisuke Kuroyanagi2014-03-241-7/+5
| | | | | | | | | | Bug: 13592288 Change-Id: I52f03081c5abf25e3c160e2b8fff5e98f8448499
* | Merge "[CB11] Get the result of the combination"Jean Chalard2014-03-246-6/+68
|\ \
| * | [CB11] Get the result of the combinationJean Chalard2014-03-206-6/+68
| | | | | | | | | | | | Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b
* | | Add a clean step for LatinIME native lib.Ken Wakasa2014-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | This is corresponding to recent changes made for LatinIME native lib builds, such as switching to libc++. Change-Id: I8e0b35f08dbcb878bd33557dd3087ddfbc10b641
* | | Merge "Rework the logic that tells if the cursor touches words"Jean Chalard2014-03-202-11/+106
|\ \ \ | |/ / |/| |
| * | Rework the logic that tells if the cursor touches wordsJean Chalard2014-03-202-11/+106
| | | | | | | | | | | | | | | Bug: 13312942 Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e
* | | Merge "[CB10] Add an event for string input"Jean Chalard2014-03-203-17/+37
|\ \ \
| * | | [CB10] Add an event for string inputJean Chalard2014-03-203-17/+37
| | | | | | | | | | | | | | | | Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250
* | | | Merge "Consolidate KeyboardTextsSet.setLocale and loadStringResoucres"Tadashi G. Takaoka2014-03-206-57/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | Consolidate KeyboardTextsSet.setLocale and loadStringResoucresTadashi G. Takaoka2014-03-206-57/+21
| | | | | | | | | | | | | | | | Change-Id: Idaf8f0d80fdeef4f1430f11d4083366e8ab7f6e0
* | | | Merge "Remove unused partial commit."Keisuke Kuroyanagi2014-03-2012-124/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused partial commit.Keisuke Kuroyanagi2014-03-2012-124/+21
| | | | | | | | | | | | | | | | Change-Id: Ia9341a5cb24947d93056810890d94c1f66481d8c
* | | | Merge "Refactor KeyboardTextsSet class"Tadashi G. Takaoka2014-03-202-7/+12
|\ \ \ \
| * | | | Refactor KeyboardTextsSet classTadashi G. Takaoka2014-03-202-7/+12
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibb59a9d4902db9ec0e00244304be9ab35b215a50
* | | | | Merge "Stop apply Completion for DicNodes without any proximity chars."Keisuke Kuroyanagi2014-03-203-4/+19
|\ \ \ \ \
| * | | | | Stop apply Completion for DicNodes without any proximity chars.Keisuke Kuroyanagi2014-03-203-4/+19
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Bug: 13538127 Change-Id: Ifffc0cde1ea8a0ceb13e4e4e57c151b3ea33a522
* | | | | Merge "Add pcqwerty layout test"Tadashi G. Takaoka2014-03-203-0/+286
|\ \ \ \ \
| * | | | | Add pcqwerty layout testTadashi G. Takaoka2014-03-193-0/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds No language PC Qwerty keyboard test. Bug: 13017434 Change-Id: I64df493b884ff0a5d30fe9e66a8c5efffacb71aa
* | | | | | Merge "Fix PC Qwerty shift locked layout"Tadashi G. Takaoka2014-03-2010-172/+172
|\| | | | |
| * | | | | Fix PC Qwerty shift locked layoutTadashi G. Takaoka2014-03-1910-172/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13537661 Change-Id: I5b3645a64126118e22f44c262123076e85d7f83e
* | | | | | Merge "[IL127] Move the double space countdown to InputLogic"Jean Chalard2014-03-202-32/+26
|\ \ \ \ \ \
| * | | | | | [IL127] Move the double space countdown to InputLogicJean Chalard2014-03-192-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed
* | | | | | | Merge "Remove reference of KeyboardTextsSet from SpacingAndPunctuations"Tadashi G. Takaoka2014-03-205-6/+53
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | Remove reference of KeyboardTextsSet from SpacingAndPunctuationsTadashi G. Takaoka2014-03-205-6/+53
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999
* | | | | | Merge "[CB09] Pass events through the combiner chain"Jean Chalard2014-03-206-6/+57
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [CB09] Pass events through the combiner chainJean Chalard2014-03-206-6/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
* | | | | | Fix subtype count testTadashi G. Takaoka2014-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c
* | | | | | Merge "Utilize autoColumnOrder for punctuation more keys"Tadashi G. Takaoka2014-03-2010-104/+93
|\ \ \ \ \ \
| * | | | | | Utilize autoColumnOrder for punctuation more keysTadashi G. Takaoka2014-03-2010-104/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0