aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-26Suppress warnings related to string resource•••Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7 Tadashi G. Takaoka19-32/+24
2014-03-25Merge DicNodeStatePrevWord into DicNoteStateOutput.•••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 Keisuke Kuroyanagi7-222/+180
2014-03-25[CB14] Implement backspace in the combiner chain•••Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc Jean Chalard6-26/+50
2014-03-25Remove logic related to dictionary loading from LatinIME.•••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 Keisuke Kuroyanagi8-546/+468
2014-03-25Rename text resources consistently•••- 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 Tadashi G. Takaoka116-2146/+2116
2014-03-25Fix talk back of emoji key•••Bug: 13629734 Change-Id: Ifff6f81c2ac99a32855cd333b3d9a01ad7155ffc Tadashi G. Takaoka2-5/+3
2014-03-24Import translations. DO NOT MERGE•••Change-Id: If1481b48b8c94b80932584893c29d9218f3c3ebd Auto-generated-cl: translation import Baligh Uddin2-10/+10
2014-03-24Check null before passing to Integer.parseInt•••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 Yohei Yukawa1-0/+3
2014-03-24Add a check for ForgettingCurveUtils::decodeProbability.•••Bug: 13607383 Change-Id: I1a56c52173d0e458864e65fb1c1f4603c0c81c6f Keisuke Kuroyanagi1-1/+2
2014-03-24Add boundary check for SparseTable.•••Bug: 13592288 Change-Id: I8bc4ff778c6073d22f86b6050a880b6fb69de31eKeisuke Kuroyanagi1-0/+6
2014-03-24[CB13] Remove an unused method.•••Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b Jean Chalard1-7/+0
2014-03-24[CB12] Reset the combining state when resetting the composer•••Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4 Jean Chalard5-0/+29
2014-03-24Fix: wrong size checking in SparseTable.•••Bug: 13592288 Change-Id: I52f03081c5abf25e3c160e2b8fff5e98f8448499 Keisuke Kuroyanagi1-7/+5
2014-03-21Add a clean step for LatinIME native lib.•••This is corresponding to recent changes made for LatinIME native lib builds, such as switching to libc++. Change-Id: I8e0b35f08dbcb878bd33557dd3087ddfbc10b641 Ken Wakasa1-0/+1
2014-03-20[CB11] Get the result of the combination•••Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b Jean Chalard6-6/+68
2014-03-20Rework the logic that tells if the cursor touches words•••Bug: 13312942 Change-Id: I6be6a558bbc6c88508150f9c25cadbd0240ff88e Jean Chalard2-11/+106
2014-03-20[CB10] Add an event for string input•••Change-Id: Ie5da6c73d4df4553067c58cd0dce9abb34534250 Jean Chalard3-17/+37
2014-03-20Consolidate KeyboardTextsSet.setLocale and loadStringResoucres•••Change-Id: Idaf8f0d80fdeef4f1430f11d4083366e8ab7f6e0 Tadashi G. Takaoka6-57/+21
2014-03-20Remove unused partial commit.•••Change-Id: Ia9341a5cb24947d93056810890d94c1f66481d8c Keisuke Kuroyanagi12-124/+21
2014-03-20Refactor KeyboardTextsSet class•••Change-Id: Ibb59a9d4902db9ec0e00244304be9ab35b215a50 Tadashi G. Takaoka2-7/+12
2014-03-20Stop apply Completion for DicNodes without any proximity chars.•••Bug: 13538127 Change-Id: Ifffc0cde1ea8a0ceb13e4e4e57c151b3ea33a522 Keisuke Kuroyanagi3-4/+19
2014-03-20Remove reference of KeyboardTextsSet from SpacingAndPunctuations•••Change-Id: I76a8fcbd2466bcaf9cd85501af270db5aa913999 Tadashi G. Takaoka5-6/+53
2014-03-20Fix subtype count test•••This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c Tadashi G. Takaoka1-1/+1
2014-03-20[CB09] Pass events through the combiner chain•••Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c Jean Chalard6-6/+57
2014-03-20Utilize autoColumnOrder for punctuation more keys•••Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0 Tadashi G. Takaoka10-104/+93
2014-03-20Fix subtype count test•••Because we implement Basque and Galician keyboard. Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375f Tadashi G. Takaoka1-1/+1
2014-03-20[CB08] Create a combiner chain in the word composer.•••Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669 Jean Chalard6-85/+62
2014-03-20Fix Armenian punctuation order•••Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35 Tadashi G. Takaoka3-27/+31
2014-03-20Add armenian_phonetic layout tests•••This CL adds Armenian (AM) Phonetic keyboard test. Bug: 13017434 Change-Id: I3b93ef2094b8a9d82ca0e1b88f93136271166ddb Tadashi G. Takaoka2-0/+246
2014-03-20Suppress important notice when its title message is empty•••Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0 Tadashi G. Takaoka1-1/+12
2014-03-20Remove Latin comma from Arabic/Persian keyboard•••Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3 Tadashi G. Takaoka8-106/+97
2014-03-20Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1 Tadashi G. Takaoka2-6/+4
2014-03-19Add clarification to be able to use abbreviation•••Bug: 13002703 Change-Id: I472ff9c2d3517b0c650e1f96eaacfa04a164637d Tadashi G. Takaoka1-7/+17
2014-03-19Add pcqwerty layout test•••This CL adds No language PC Qwerty keyboard test. Bug: 13017434 Change-Id: I64df493b884ff0a5d30fe9e66a8c5efffacb71aa Tadashi G. Takaoka3-0/+286
2014-03-19Fix PC Qwerty shift locked layout•••Bug: 13537661 Change-Id: I5b3645a64126118e22f44c262123076e85d7f83e Tadashi G. Takaoka10-172/+172
2014-03-19Add Galician keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a Tadashi G. Takaoka4-136/+307
2014-03-19Add Basque keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1 Tadashi G. Takaoka5-191/+385
2014-03-19Fix PC Qwerty layout•••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 Tadashi G. Takaoka4-37/+29
2014-03-19[IL127] Move the double space countdown to InputLogic•••Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed Jean Chalard2-32/+26
2014-03-19[IL126] Move a setting value to SettingsValues•••Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee Jean Chalard2-4/+3
2014-03-19[IL125] Remove arg to onPickSuggestionManually•••Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04 Jean Chalard3-30/+84
2014-03-19Fix French accented letters order•••Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018 Tadashi G. Takaoka3-3/+4
2014-03-19Add cloemak keyboard test•••This CL adds No language Colemak keyboard test. Bug: 13017434 Change-Id: Ifa3480ce874013e0ae6ed62dd842e37f00d7d882 Tadashi G. Takaoka2-0/+128
2014-03-19Add dvorak layout tests•••This CL adds, English Dvorak, French Dvorak, German Dvorak, and No language Dvorak keyboard tests. Bug: 13017434 Change-Id: Ie87cee896c687eec279141389a1feda8951fddad Tadashi G. Takaoka8-140/+525
2014-03-19Support additional more keys for keyboard layout test•••Bug: 13017434 Change-Id: I44c31dce3391d9638979539bb5e58c0525186fb4 Tadashi G. Takaoka69-1162/+1112
2014-03-19Remove duplcaited plus-minus symbol on PC Qwerty•••Bug: 13537661 Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc Tadashi G. Takaoka1-3/+2
2014-03-19Fix unit test message•••Change-Id: I7f98cb5784ebd7a04cd2951f0b62fa4afdcf085c Tadashi G. Takaoka1-1/+1
2014-03-19Fix Colemak layout•••Bug: 13535305 Change-Id: I48c42d4cdc5e991873cbdd1eb8abe5428b850dcf Tadashi G. Takaoka5-74/+17
2014-03-18Clean up keyboard layout test harness a bit•••Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4 Tadashi G. Takaoka27-527/+345
2014-03-18Guard possible NumberFormatException•••Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06 Tadashi G. Takaoka4-14/+26