aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-03Add required header attributes for user/contacts dictionary.Keisuke Kuroyanagi11-56/+70
Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49
2013-12-03Fix: terminal lookup table flushing.Keisuke Kuroyanagi3-7/+9
Bug: 11073222 Change-Id: I17865dc400ad21cbfb3e3ed93cfe620dde1c7b6d
2013-12-03Move launcher icon from mipmap to drawableTadashi G. Takaoka5-2/+2
Bug: 11106827 Change-Id: I45e64759ce095669be557957fa27eb7f9933e188
2013-12-03Separate common config and dimensions resourcesTadashi G. Takaoka6-120/+151
Change-Id: Ia16880e818927bc3df7292e130b2f7b5efc9776e
2013-12-02Import translations. DO NOT MERGEGeoff Mendal10-238/+1
Change-Id: I5788ec86a313e69269d7d58f3309fbe42d24439c Auto-generated-cl: translation import
2013-12-02Make contacts/user dictionary ver2.Keisuke Kuroyanagi2-3/+4
Change-Id: I10c29bd45fd37d765f115333087e1700dd90570b
2013-12-02Purge Ver3 dictionary writing in native code.Keisuke Kuroyanagi15-1272/+37
Bug: 11073222 Change-Id: Iccedd618970b270a1e4178cfb178cd87c8208f3d
2013-12-02Fix some more testsJean Chalard3-12/+20
Bug: 11960453 Bug: 11954718 Change-Id: I71e98cc6ab30cc89e921e9ef578d7f6366049d01
2013-12-02Fix: write bigram entry at wrong position.Keisuke Kuroyanagi1-1/+1
Change-Id: I69ef84c764243e44145fd906ba3332e02d3b1aa1
2013-12-02Rename config resource name to be matched with attribute nameTadashi G. Takaoka7-7/+7
This is a followup of I6fb11b8cb5. Change-Id: I2a78affabf278e13fdeb2d4fcb0e5d26fb748a8b
2013-12-02Remove KeyEventHandlerTadashi G. Takaoka4-184/+122
Change-Id: Iddde1f85139cb21bde6e4fc275c32f3d62f4862f
2013-12-02Fix an obvious bugJean Chalard1-1/+1
This had to be a typo Change-Id: Id49e44d7667d64b00e883c55c683535398b6bdea
2013-12-02Add config_ prefix to the resource names merged from dimens.xmlTadashi G. Takaoka45-472/+466
Change-Id: I6fb11b8cb52c06b805fb17d61450d7df50e4e20d
2013-12-02Merge dimens.xml to config.xmlTadashi G. Takaoka12-557/+431
Change-Id: Ib5b1a72313e1358f6bb4051e693f889833548e3c
2013-12-02Extend bigram probability field to support historical info.Keisuke Kuroyanagi9-121/+291
Bug: 11073222 Change-Id: I020520251629c5a7c5b5fac21108392c8c2a38b6
2013-12-02Quit recording LastUserHistoryWriteTime.Keisuke Kuroyanagi10-169/+34
Change-Id: I0f2b408b4976d8119c932654e23836803d42c568
2013-12-02Fix tests.Jean Chalard5-13/+25
This fixes a few bugs that became apparent with the reinstating of a test. Bug: 11954718 Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09
2013-12-02Avoid NPE by checkingTadashi G. Takaoka1-0/+3
Bug: 11956240 Change-Id: I3de1ebbf96fa2422124e4d8e50190adfa09b8a49
2013-12-02Move methods of MultiBigramMap to cpp file.Keisuke Kuroyanagi2-59/+79
Change-Id: Icf10795037a7e966ac843cd168fe45955b6aef56
2013-12-02Fix: ver4 bigram GC.Keisuke Kuroyanagi1-0/+19
Bug: 11073222 Change-Id: I1637525ead60026cdf75ac90d40f97d02ce44ea1
2013-12-02Rename spacing and punctuations resource file namesTadashi G. Takaoka11-33/+53
Change-Id: Ia3ae5dbaa2d5495f01cbc5da26ec8deb523442a5
2013-12-02Separate auto correction and spellchecker configurationsTadashi G. Takaoka4-36/+82
Change-Id: If65e19725da941fd36d566cdcf3bc9c343c04cbb
2013-12-02Revised screen metrics value of LatinImeLoggerTadashi G. Takaoka6-22/+92
Bug: 11955386 Change-Id: Id8896acaa2c82d68fad59628d12e229c9d86c17e
2013-12-02Make forceCommit true for gesture shortcut score.Keisuke Kuroyanagi1-1/+4
Bug: 11951198 Change-Id: I18e450378d8a21b51eb02ab31b57467c8a9b1ac8
2013-12-02Separate dictionary pack configuration valuesTadashi G. Takaoka2-9/+30
Change-Id: I0112eb55798a36c8e3c6ed6f7363345724c1935d
2013-12-02Remove unused resourcesTadashi G. Takaoka37-66/+0
Change-Id: Ie0fdf019373557b3f5cc4d93159d10e4092edaa3
2013-12-02Add device form and oriantation commentsTadashi G. Takaoka13-0/+13
Change-Id: I455ef79862a0e5f7c6a4c4095d0f1ee3d632a7f6
2013-11-29Fix bugs of GC.Keisuke Kuroyanagi6-27/+20
- All PtNodes were treated as terminal during GC. - Cannot delete Ver4 PtNode. Bug: 11073222 Change-Id: I26e012cc7154b6267e3499559b457dfee601748f
2013-11-29Fix auto-detection of format 4.Jean Chalard9-63/+76
Bug: 11073222 Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69
2013-11-29Clean up PointerTracker a bitTadashi G. Takaoka1-28/+38
Change-Id: I227501607ee1476c2f6faceca1c3c0833778a0ee
2013-11-29Extend unigram probability field to support historical info.Keisuke Kuroyanagi8-48/+208
Bug: 11073222 Change-Id: I9668db89ae5e90271f3d70c86cea458832275bff
2013-11-29Use interfaces instead of MainKeyboardView classTadashi G. Takaoka3-38/+63
Change-Id: I760b107d804fc84153f08667f20061fedd308841
2013-11-29Rename StaticInnerHandlerWrapper to LeakGuardHandlerWrapperTadashi G. Takaoka6-51/+60
Change-Id: I024f0ee9c7f7718afc8a4ca0c6c49f2e88b035ad
2013-11-28Add timestamp as an argument to updating methods.Keisuke Kuroyanagi27-96/+127
Bug: 11073222 Change-Id: I791787a6af3c920996920cad4e302ac50cf7b568
2013-11-28Add version check to open binary dictionary.Keisuke Kuroyanagi10-8/+97
Bug: 11073222 Change-Id: Iabae12b8f14a9da3cdc804dcc6af443cedeb3f99
2013-11-28Add parameter descriptionsJean Chalard1-10/+17
Change-Id: Ib4b883abbf7828cf042329523933190d05447564
2013-11-28Move MainKeyboardView.KeyTimerHandler to top level classTadashi G. Takaoka2-192/+219
Change-Id: Iec310b7fc6127a8a5491dbb9f8f073e455e7ba29
2013-11-28Move MainKeyboardView.DrawingHandler to top level classTadashi G. Takaoka2-45/+71
Change-Id: I7a785725d5eb0b594485ceb25695a89c017cc60f
2013-11-28Change the timing of reading the previous word.Jean Chalard3-32/+121
Bug: 11328842 Change-Id: I08229e895fc34403932648b9b931583d965f0e01
2013-11-28Refactoring to extend probability field.Keisuke Kuroyanagi13-200/+296
Bug: 11073222 Change-Id: I147c3ea32834c3c5b9709df502a7dcb5b0180fef
2013-11-28Fix updating list preference summary for unknown valueTadashi G. Takaoka1-1/+1
Change-Id: I86d3162a90e0068e787a906c0d3d64102487620a
2013-11-28Fix getNthPreviousWord.Jean Chalard3-19/+22
This should take into accounts word connectors. Change-Id: Ic7fa5c837cd65a43ba43d7ae9d299b8d20019892
2013-11-27Disable mic key on more keys when voice IME is disabledTadashi G. Takaoka12-59/+64
Bug: 11883501 Change-Id: Ie3f496935f9600e2bde51cbebed2b4f8c90c25b2
2013-11-27Fix messages in testsJean Chalard2-0/+10
They are not failing because of this right now, but future tests would fail without this. Concretely, since the Handler for any given main thread is a singleton managed by the framework, the messages won't be removed automatically. In particular, messages posted with a delay have a large destructive potential, because they will go through before the startInputViewInternal method is called, because it's called with a message too (in turn, this is because of working around framework bugs). Bug: 11142685 Change-Id: If81a168efcfd7d93806ddc4ea432d438c45a3e1d
2013-11-27Remove voice-on-main related code and resourcesTadashi G. Takaoka75-492/+31
Change-Id: I3a1b06fa028dbf130c7aa2c83e9ec1a180aa1f5c
2013-11-27Small optimizations for single code point stringsKen Wakasa3-3/+3
Change-Id: I299c7622db291ea411e2b48dfdb622b407912ea6
2013-11-27Start using Ver4 dictionary format.Keisuke Kuroyanagi1-3/+5
Bug: 11073222 Change-Id: Idd836ee15501e2f8c57c8eebc1fef7f103b01d18
2013-11-27Have ver4 support decaying dictionaryKeisuke Kuroyanagi7-36/+142
Bug: 11073222 Change-Id: I7f0002c4743ab3bb1ebaac1bca6e367e6b220010
2013-11-27Remove compiler warnings from emoji related codeTadashi G. Takaoka5-157/+177
Change-Id: I88ed0d25bee87c4dabcbc425589215b901345908
2013-11-26Extend jni interface to support time stamp and shortcut.Keisuke Kuroyanagi2-8/+42
Bug: 11073222 Change-Id: I19e0501850917a13ddc756d3e78fc6f6cf3f33c4