aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-28Stop vibration while repeating delete key in emoji viewSatoshi Kataoka1-4/+6
Bug: 10960355 Change-Id: Ic1fdecdbcab4082c5383623c1f2575e3976ebe27
2013-09-28Set header attributes for ExpandableBinaryDictionary.Keisuke Kuroyanagi14-77/+82
Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523
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-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