aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-29Fix PrioritizedSerialExecutor.•••It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. cherrypick of Idc81c43c45e382da3850cc55b9a42c281548d2a8 bug: 10957075 Change-Id: I41bf90dda15306ee879350f96a791d940ea31da1 Yuichiro Hanada4-47/+46
2013-09-29Add boundary checking for PtNode Array reading. DO NOT MERGE•••cheery-pick of Iea5e19d98d2fc26f137046dd5f8e339239672351 Bug: 10957075 Change-Id: I3f1806c32fe480f2e7422d3a945932b9cc0cd98b Keisuke Kuroyanagi3-1/+21
2013-09-28Stop reading dictionary while regenerating. (DO NOT MERGE)•••Cherrypick of Iead7268a9371b48d729a5f65074ccbc05f3185db Bug: 10831272 Change-Id: Ib6f314ac68696616532ff9c05c7f35813137bf9f Keisuke Kuroyanagi1-62/+88
2013-09-26Update dictionaries•••>>> dictionaries/en_GB_wordlist.combined.gz Header : date : 1374721653 <=> 1380099152 version : 36 <=> 39 Body : Freq changed: gay 127 -> 10 Added: draft 138 >>> dictionaries/en_US_wordlist.combined.gz Header : date : 1374721654 <=> 1380099152 version : 36 <=> 39 Body : Freq changed: gay 127 -> 10 >>> dictionaries/en_wordlist.combined.gz Header : date : 1374721663 <=> 1380099172 version : 36 <=> 39 Body : Freq changed: gay 127 -> 10 >>> dictionaries/fr_wordlist.combined.gz Header : date : 1376888819 <=> 1380099153 version : 37 <=> 39 Body : Added: septembre 150 >>> dictionaries/pt_BR_wordlist.combined.gz Header : date : 1376884524 <=> 1380099168 version : 37 <=> 39 Body : Freq changed: atras 87 -> 0 Not a word: atras false -> true Shortcut added: atras atrás 15 Shortcut added: cade cadê 15 Shortcut added: cafe café 15 Shortcut added: ferias férias 15 Shortcut added: musica música 15 Shortcut added: musicas músicas 15 >>> dictionaries/pt_PT_wordlist.combined.gz Header : date : 1376884536 <=> 1380099168 version : 37 <=> 39 Body : Shortcut added: atras atrás 15 Shortcut added: cade cadê 15 Shortcut added: ferias férias 15 Shortcut added: musica música 15 Shortcut added: musicas músicas 15 Added: cafe 0 >>> java/res/raw/main_en.dict Header : date : 1374721663 <=> 1380099172 version : 36 <=> 39 Body : Freq changed: gay 127 -> 10 >>> java/res/raw/main_fr.dict Header : date : 1376888819 <=> 1380099153 version : 37 <=> 39 Body : Added: septembre 150 >>> java/res/raw/main_pt_br.dict Header : date : 1376884524 <=> 1380099168 version : 37 <=> 39 Body : Freq changed: atras 87 -> 0 Not a word: atras false -> true Shortcut added: atras atrás 15 Shortcut added: cade cadê 15 Shortcut added: cafe café 15 Shortcut added: ferias férias 15 Shortcut added: musica música 15 Shortcut added: musicas músicas 15 Bug: 10504313 Bug: 10507536 Bug: 10561100 Change-Id: I4267c76cf0de221a703523d5f2dd2befbaf020a0 Jean Chalard9-0/+0
2013-09-26Use base lower character to get point to key length.•••Bug: 9490364 Change-Id: I3755f00ab22f926f087fc917b95a2db7d722fa00 Keisuke Kuroyanagi1-4/+5
2013-09-26Add SparseTable.•••Bug: 10920165 Change-Id: I749dd0269e788799e30b10beb2671813d40ce15f Yuichiro Hanada3-0/+330
2013-09-26Fix getDictionary.•••Change-Id: I6bc3ec8dd4397a9aaf9dca2f16ce8a1929a47e9e Yuichiro Hanada1-1/+1
2013-09-26Revert inconsistent assets•••Bug: 10786040 Change-Id: Ic9ead001879d7b5ff0b85529dd0c9afdbe2f7478 Satoshi Kataoka12-0/+0
2013-09-26Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 Keisuke Kuroyanagi12-83/+133
2013-09-26Add empty PtNode checking for PatriciaTriePolicy.•••Bug: 9503570 Change-Id: I784d29c307c1040699fa0aadfc6a47d97f03ffe4 Keisuke Kuroyanagi4-4/+18
2013-09-26Prepare dictionary file creating in native code.•••Bug: 6669677 Change-Id: I7c476a6e99ec7ac883f05d84ef306265255154da Keisuke Kuroyanagi7-70/+173
2013-09-26Refactoring header attribute reading.•••Bug: 6669677 Change-Id: Ifc11da614d5c331ac61019a324e3a0ff187329cd Keisuke Kuroyanagi4-83/+142
2013-09-25Import translations. DO NOT MERGE•••Change-Id: Ic87529177c2e1cafaaee22ef09c4ed00267c382e Auto-generated-cl: translation import Baligh Uddin4-7/+34
2013-09-25Boundary check for children creating of PatriciaTriePolicy.•••Bug: 10537529 Change-Id: I0cd8b6de230795498395ca08789ccc1c74780f2c Keisuke Kuroyanagi2-0/+14
2013-09-25Fix the offdevice regression test build•••Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b Ken Wakasa5-126/+172
2013-09-25Input delete onUpKey•••to avoid deletion when the user starts gesture from the delete key Bug: 7303982 Change-Id: If4b3e6287ceee1cf9f72a1d92f2a6789065da454 Satoshi Kataoka1-3/+8
2013-09-25Clear traverse sessions when closing.•••Bug: 6669677 Change-Id: I859be934f0c60485e04cdc4cab288a18242fa04e Keisuke Kuroyanagi1-11/+15
2013-09-25Fix emoji page•••Bug: 10538430 Change-Id: If4d5ebb26e7ead259e8f370462ccf4c9dbf734f8 Satoshi Kataoka1-1/+3
2013-09-25Make Ver4DictEncoder write an address table of terminal nodes.•••Bug: 10920165 Change-Id: I86017456ea9fa5d6e12b57172c34f5ed4f88ef94 Yuichiro Hanada4-12/+49
2013-09-25Allow gesture from the delete key•••And inputting unexpected word while repeating the gesture Bug: 7303982 Change-Id: I17bb6a689397500fa0e26706d6e07e427ea0b4d7 Satoshi Kataoka1-2/+4
2013-09-24Import translations. DO NOT MERGE•••Change-Id: Ia8d7ae751f258874103dc0e79ef46928d51ac026 Auto-generated-cl: translation import Baligh Uddin5-0/+135
2013-09-25Fix emoji state•••Bug: 10919260 Change-Id: I85e897b2de10f147bba40dd2147e041e26f5b8ad Satoshi Kataoka1-3/+8
2013-09-25Turn off emoji palette on JB-MR2•••Bug: 10919260 Change-Id: Ie5a0342386baae61285412786162e74746272538 Satoshi Kataoka1-1/+1
2013-09-24Quit using ExpandableDictionary.•••Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94 Keisuke Kuroyanagi4-43/+180
2013-09-24Fix OOBE in JB backword•••Bug: 10905948 Change-Id: I4e953296ce3067d05fc5759375f40513580484a6 Satoshi Kataoka1-1/+8
2013-09-24Low memory mode in UserHistory•••Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133 Satoshi Kataoka1-7/+24