aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-27Fix crash while entering emoticonsTadashi G. Takaoka1-1/+1
Bug: 13652919 Change-Id: Idd66240ac882fa890cfb28a477403ee09dc716ce
2014-03-26Suppress warnings related to string resourceTadashi G. Takaoka19-32/+24
Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7
2014-03-25Merge DicNodeStatePrevWord into DicNoteStateOutput.Keisuke Kuroyanagi7-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
2014-03-25[CB14] Implement backspace in the combiner chainJean Chalard6-26/+50
Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
2014-03-25Remove logic related to dictionary loading from LatinIME.Keisuke Kuroyanagi8-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
2014-03-25Rename text resources consistentlyTadashi G. Takaoka116-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
2014-03-25Fix talk back of emoji keyTadashi G. Takaoka2-5/+3
Bug: 13629734 Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc
2014-03-24Import translations. DO NOT MERGEBaligh Uddin2-10/+10
Change-Id: If1481b48b8c94b80932584893c29d9218f3c3ebd Auto-generated-cl: translation import
2014-03-24Check null before passing to Integer.parseIntYohei Yukawa1-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
2014-03-24Add a check for ForgettingCurveUtils::decodeProbability.Keisuke Kuroyanagi1-1/+2
Bug: 13607383 Change-Id: I1a56c52173d0e458864e65fb1c1f4603c0c81c6f
2014-03-24Add boundary check for SparseTable.Keisuke Kuroyanagi1-0/+6
Bug: 13592288 Change-Id: I8bc4ff778c6073d22f86b6050a880b6fb69de31e
2014-03-24[CB13] Remove an unused method.Jean Chalard1-7/+0
Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b
2014-03-24[CB12] Reset the combining state when resetting the composerJean Chalard5-0/+29
Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4
2014-03-24Fix: wrong size checking in SparseTable.Keisuke Kuroyanagi1-7/+5
Bug: 13592288 Change-Id: I52f03081c5abf25e3c160e2b8fff5e98f8448499
2014-03-21Add a clean step for LatinIME native lib.Ken Wakasa1-0/+1
This is corresponding to recent changes made for LatinIME native lib builds, such as switching to libc++. Change-Id: I8e0b35f08dbcb878bd33557dd3087ddfbc10b641
2014-03-20[CB11] Get the result of the combinationJean Chalard6-6/+68
Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b
2014-03-20Rework the logic that tells if the cursor touches wordsJean Chalard2-11/+106
Bug: 13312942 Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e
2014-03-20[CB10] Add an event for string inputJean Chalard3-17/+37
Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250
2014-03-20Consolidate KeyboardTextsSet.setLocale and loadStringResoucresTadashi G. Takaoka6-57/+21
Change-Id: Idaf8f0d80fdeef4f1430f11d4083366e8ab7f6e0
2014-03-20Remove unused partial commit.Keisuke Kuroyanagi12-124/+21
Change-Id: Ia9341a5cb24947d93056810890d94c1f66481d8c
2014-03-20Refactor KeyboardTextsSet classTadashi G. Takaoka2-7/+12
Change-Id: Ibb59a9d4902db9ec0e00244304be9ab35b215a50
2014-03-20Stop apply Completion for DicNodes without any proximity chars.Keisuke Kuroyanagi3-4/+19
Bug: 13538127 Change-Id: Ifffc0cde1ea8a0ceb13e4e4e57c151b3ea33a522
2014-03-20Remove reference of KeyboardTextsSet from SpacingAndPunctuationsTadashi G. Takaoka5-6/+53
Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999
2014-03-20Fix subtype count testTadashi G. Takaoka1-1/+1
This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c
2014-03-20[CB09] Pass events through the combiner chainJean Chalard6-6/+57
Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
2014-03-20Utilize autoColumnOrder for punctuation more keysTadashi G. Takaoka10-104/+93
Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0
2014-03-20Fix subtype count testTadashi G. Takaoka1-1/+1
Because we implement Basque and Galician keyboard. Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375f
2014-03-20[CB08] Create a combiner chain in the word composer.Jean Chalard6-85/+62
Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669
2014-03-20Fix Armenian punctuation orderTadashi G. Takaoka3-27/+31
Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35
2014-03-20Add armenian_phonetic layout testsTadashi G. Takaoka2-0/+246
This CL adds Armenian (AM) Phonetic keyboard test. Bug: 13017434 Change-Id: I3b93ef2094b8a9d82ca0e1b88f93136271166ddb
2014-03-20Suppress important notice when its title message is emptyTadashi G. Takaoka1-1/+12
Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0
2014-03-20Remove Latin comma from Arabic/Persian keyboardTadashi G. Takaoka8-106/+97
Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3
2014-03-20Remove unused argument in SuggestionStripLayoutHelperTadashi G. Takaoka2-6/+4
Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1
2014-03-19Add clarification to be able to use abbreviationTadashi G. Takaoka1-7/+17
Bug: 13002703 Change-Id: I472ff9c2d3517b0c650e1f96eaacfa04a164637d
2014-03-19Add pcqwerty layout testTadashi G. Takaoka3-0/+286
This CL adds No language PC Qwerty keyboard test. Bug: 13017434 Change-Id: I64df493b884ff0a5d30fe9e66a8c5efffacb71aa
2014-03-19Fix PC Qwerty shift locked layoutTadashi G. Takaoka10-172/+172
Bug: 13537661 Change-Id: I5b3645a64126118e22f44c262123076e85d7f83e
2014-03-19Add Galician keyboardTadashi G. Takaoka4-136/+307
Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a
2014-03-19Add Basque keyboardTadashi G. Takaoka5-191/+385
Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1
2014-03-19Fix PC Qwerty layoutTadashi G. Takaoka4-37/+29
This CL fixes: - Action label never displayed on phone. - Go action label incorrectly showed on tablet. - Broken layout on noMicrophoneKey+noSettingsKey input field. - "Voice input key" settings has no effect on phone. - Inconsistent microphone and emoji key layouts. - Slightly modified spacebar size when language switch key is on. - Slightly larger enter key on tablet. Bug: 13537661 Change-Id: I69a6ee7bc99e84b104a4d0352e1824096f6a4750
2014-03-19[IL127] Move the double space countdown to InputLogicJean Chalard2-32/+26
Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed
2014-03-19[IL126] Move a setting value to SettingsValuesJean Chalard2-4/+3
Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee
2014-03-19[IL125] Remove arg to onPickSuggestionManuallyJean Chalard3-30/+84
Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04
2014-03-19Fix French accented letters orderTadashi G. Takaoka3-3/+4
Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018
2014-03-19Add cloemak keyboard testTadashi G. Takaoka2-0/+128
This CL adds No language Colemak keyboard test. Bug: 13017434 Change-Id: Ifa3480ce874013e0ae6ed62dd842e37f00d7d882
2014-03-19Add dvorak layout testsTadashi G. Takaoka8-140/+525
This CL adds, English Dvorak, French Dvorak, German Dvorak, and No language Dvorak keyboard tests. Bug: 13017434 Change-Id: Ie87cee896c687eec279141389a1feda8951fddad
2014-03-19Support additional more keys for keyboard layout testTadashi G. Takaoka69-1162/+1112
Bug: 13017434 Change-Id: I44c31dce3391d9638979539bb5e58c0525186fb4
2014-03-19Remove duplcaited plus-minus symbol on PC QwertyTadashi G. Takaoka1-3/+2
Bug: 13537661 Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc
2014-03-19Fix unit test messageTadashi G. Takaoka1-1/+1
Change-Id: I7f98cb5784ebd7a04cd2951f0b62fa4afdcf085c
2014-03-19Fix Colemak layoutTadashi G. Takaoka5-74/+17
Bug: 13535305 Change-Id: I48c42d4cdc5e991873cbdd1eb8abe5428b850dcf
2014-03-18Clean up keyboard layout test harness a bitTadashi G. Takaoka27-527/+345
Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4