aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-01Use reentrant lock for main dictionaries. DO NOT MERGEKeisuke Kuroyanagi2-16/+135
cherrypick of Iaa9b79fc770d8ae2ec9d7c362c90c28bc9f65ea8 Bug: 10964805 Change-Id: Id5e67b00bf9594be0591c87407a78146297e0e78
2013-09-29Fix PrioritizedSerialExecutor.Yuichiro Hanada4-47/+46
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
2013-09-29Add boundary checking for PtNode Array reading. DO NOT MERGEKeisuke Kuroyanagi3-1/+21
cheery-pick of Iea5e19d98d2fc26f137046dd5f8e339239672351 Bug: 10957075 Change-Id: I3f1806c32fe480f2e7422d3a945932b9cc0cd98b
2013-09-28Reduce Emoji sizeSatoshi Kataoka6-6/+6
Change-Id: Ie9dec82c0edde70a75fffeb7c86c14e05f468207
2013-09-28Fix possible NPE in KeyboardSwitcherSatoshi Kataoka1-1/+1
Bug: 10964306 Change-Id: Ibcea76da746f6cac92c8d91425d25d04ade62af0
2013-09-28Stop reading dictionary while regenerating. (DO NOT MERGE)Keisuke Kuroyanagi1-62/+88
Cherrypick of Iead7268a9371b48d729a5f65074ccbc05f3185db Bug: 10831272 Change-Id: Ib6f314ac68696616532ff9c05c7f35813137bf9f
2013-09-27Add unigram/bigram counting.Keisuke Kuroyanagi20-101/+339
Bug: 6669677 Change-Id: I05ea2201d822dddf062b08c8467daa336760e16c
2013-09-27Add boundary checking for PtNode Array reading.Keisuke Kuroyanagi3-1/+21
Bug: 6669677 Change-Id: Iea5e19d98d2fc26f137046dd5f8e339239672351
2013-09-27Stop reading dictionary while regenerating.Keisuke Kuroyanagi1-62/+88
Bug: 10831272 Change-Id: Iead7268a9371b48d729a5f65074ccbc05f3185db
2013-09-27Send backspace as an event when TYPE_NULL.Jean Chalard2-9/+17
This is not enough to really fix behavior with TYPE_NULL, but it does make things a bit better. Bug: 10949594 Change-Id: Ia359f781cdd76a2e2c5a4c9f166025d81b931174
2013-09-27Fix PrioritizedSerialExecutor.Yuichiro Hanada4-47/+46
It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8
2013-09-27Remove unused methods.Yuichiro Hanada1-41/+0
Change-Id: I542db0c717c0bc05c8baa08f1e9db0a05946a99b
2013-09-26Update dictionariesJean Chalard9-0/+0
>>> 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