aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix puctuations more keys on Spanish/PhoneTadashi G. Takaoka2013-12-051-1/+1
| | | | | Bug: 11918360 Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140
* Cleanup exclamation and questuion keysTadashi G. Takaoka2013-12-051-13/+8
| | | | | Bug: 11918360 Change-Id: I00731a273beea6dbc300dc215996dcadd97f17e2
* Cleanup comma key of Arabic/FarsiTadashi G. Takaoka2013-12-051-115/+97
| | | | | Bug: 11918360 Change-Id: I4ab373d8fc012fd77a388a067d7f5d99d8247299
* Add exclamation/question marks to Hebrew tablet keyboardTadashi G. Takaoka2013-12-051-9/+0
| | | | | Bug: 11918360 Change-Id: I226f8fbb2177f472f69b56faca2a141687734494
* Merge "Add workaround to prevent ViewPager from crashing"Tadashi G. Takaoka2013-12-041-0/+47
|\
| * Add workaround to prevent ViewPager from crashingTadashi G. Takaoka2013-12-041-0/+47
| | | | | | | | | | Bug: 11721001 Change-Id: I0824f82c30a288a3c1f0ea69e07f10bdeb744bbc
* | Merge "[RF1] Remove files that don't match the expected format, step 1"Jean Chalard2013-12-045-7/+89
|\ \
| * | [RF1] Remove files that don't match the expected format, step 1Jean Chalard2013-12-045-7/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the skeleton implementation, and enables a fallback implementation in the case the file is coming from the dictionary provider. - A better scheme should be used for provider-supplied dicts. - This does not implement the solution for device-generated dicts yet. This will come in a future change. - This does not implement the checking process on the native side yet. This will come in a future change. Bug: 11281748 Change-Id: Ifa6e237d19dfbffe503e3674915480ea867b0ddf
* | | Merge "Start to use historical info."Keisuke Kuroyanagi2013-12-042-0/+3
|\ \ \
| * | | Start to use historical info.Keisuke Kuroyanagi2013-12-042-0/+3
| | | | | | | | | | | | | | | | | | | | Bug: 11073222 Change-Id: I232d41bec5df7952856b5ba4765977707c39b94a
* | | | Quit using obsolete methods for testing.Keisuke Kuroyanagi2013-12-041-24/+1
| |_|/ |/| | | | | | | | | | | Bug: 11073222 Change-Id: I77c99fbea2f255dbfddb646b6e12bee574647eca
* | | Merge "Add spacebar background drawable"Tadashi G. Takaoka2013-12-042-10/+25
|\ \ \ | |/ / |/| |
| * | Add spacebar background drawableTadashi G. Takaoka2013-12-042-10/+25
| |/ | | | | | | | | Bug: 11106827 Change-Id: Ic6e0b6bd9187901b01d64296db816afa73da9ffd
* / Start passing timestamp for dynamic dictionaries.Keisuke Kuroyanagi2013-12-045-22/+54
|/ | | | | Bug: 11073222 Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a
* Merge "Add required header attributes for user/contacts dictionary."Ken Wakasa2013-12-0311-56/+70
|\
| * Add required header attributes for user/contacts dictionary.Keisuke Kuroyanagi2013-12-0311-56/+70
| | | | | | | | | | | | Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49
* | Tiny refactoringJean Chalard2013-12-031-1/+4
|/ | | | | | | | Add a warning comment and make it so that openNative() is only called in one place in the code. Bug: 11281748 Change-Id: Ic7819a01deb62cf145ebf9d620da2d15fae19313
* Separate common config and dimensions resourcesTadashi G. Takaoka2013-12-032-7/+4
| | | | Change-Id: Ia16880e818927bc3df7292e130b2f7b5efc9776e
* Make contacts/user dictionary ver2.Keisuke Kuroyanagi2013-12-022-3/+4
| | | | Change-Id: I10c29bd45fd37d765f115333087e1700dd90570b
* Merge "Fix some more tests"Jean Chalard2013-12-021-5/+5
|\
| * Fix some more testsJean Chalard2013-12-021-5/+5
| | | | | | | | | | | | Bug: 11960453 Bug: 11954718 Change-Id: I71e98cc6ab30cc89e921e9ef578d7f6366049d01
* | Remove KeyEventHandlerTadashi G. Takaoka2013-12-024-184/+122
| | | | | | | | Change-Id: Iddde1f85139cb21bde6e4fc275c32f3d62f4862f
* | Merge "Add config_ prefix to the resource names merged from dimens.xml"Tadashi G. Takaoka2013-12-0211-41/+47
|\ \ | |/ |/|
| * Add config_ prefix to the resource names merged from dimens.xmlTadashi G. Takaoka2013-12-0211-41/+47
| | | | | | | | Change-Id: I6fb11b8cb52c06b805fb17d61450d7df50e4e20d
* | Fix an obvious bugJean Chalard2013-12-021-1/+1
| | | | | | | | | | | | This had to be a typo Change-Id: Id49e44d7667d64b00e883c55c683535398b6bdea
* | Merge "Quit recording LastUserHistoryWriteTime."Keisuke Kuroyanagi2013-12-029-158/+31
|\ \
| * | Quit recording LastUserHistoryWriteTime.Keisuke Kuroyanagi2013-12-029-158/+31
| |/ | | | | | | Change-Id: I0f2b408b4976d8119c932654e23836803d42c568
* / Fix tests.Jean Chalard2013-12-022-2/+13
|/ | | | | | | | This fixes a few bugs that became apparent with the reinstating of a test. Bug: 11954718 Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09
* Avoid NPE by checkingTadashi G. Takaoka2013-12-021-0/+3
| | | | | Bug: 11956240 Change-Id: I3de1ebbf96fa2422124e4d8e50190adfa09b8a49
* Merge "Fix auto-detection of format 4."Jean Chalard2013-11-296-33/+50
|\
| * Fix auto-detection of format 4.Jean Chalard2013-11-296-33/+50
| | | | | | | | | | Bug: 11073222 Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69
* | Clean up PointerTracker a bitTadashi G. Takaoka2013-11-291-28/+38
| | | | | | | | Change-Id: I227501607ee1476c2f6faceca1c3c0833778a0ee
* | Use interfaces instead of MainKeyboardView classTadashi G. Takaoka2013-11-293-38/+63
| | | | | | | | Change-Id: I760b107d804fc84153f08667f20061fedd308841
* | Rename StaticInnerHandlerWrapper to LeakGuardHandlerWrapperTadashi G. Takaoka2013-11-296-51/+60
|/ | | | Change-Id: I024f0ee9c7f7718afc8a4ca0c6c49f2e88b035ad
* Merge "Add version check to open binary dictionary."Keisuke Kuroyanagi2013-11-283-8/+45
|\
| * Add version check to open binary dictionary.Keisuke Kuroyanagi2013-11-283-8/+45
| | | | | | | | | | Bug: 11073222 Change-Id: Iabae12b8f14a9da3cdc804dcc6af443cedeb3f99
* | Merge "Move MainKeyboardView.KeyTimerHandler to top level class"Tadashi G. Takaoka2013-11-282-192/+219
|\ \
| * | Move MainKeyboardView.KeyTimerHandler to top level classTadashi G. Takaoka2013-11-282-192/+219
| | | | | | | | | | | | Change-Id: Iec310b7fc6127a8a5491dbb9f8f073e455e7ba29
* | | Merge "Move MainKeyboardView.DrawingHandler to top level class"Tadashi G. Takaoka2013-11-282-45/+71
|\| |
| * | Move MainKeyboardView.DrawingHandler to top level classTadashi G. Takaoka2013-11-282-45/+71
| | | | | | | | | | | | Change-Id: I7a785725d5eb0b594485ceb25695a89c017cc60f
* | | Merge "Change the timing of reading the previous word."Jean Chalard2013-11-282-22/+92
|\ \ \ | |_|/ |/| |
| * | Change the timing of reading the previous word.Jean Chalard2013-11-282-22/+92
| | | | | | | | | | | | | | | Bug: 11328842 Change-Id: I08229e895fc34403932648b9b931583d965f0e01
* | | Merge "Fix getNthPreviousWord."Jean Chalard2013-11-282-6/+7
|\| | | |/ |/|
| * Fix getNthPreviousWord.Jean Chalard2013-11-282-6/+7
| | | | | | | | | | | | This should take into accounts word connectors. Change-Id: Ic7fa5c837cd65a43ba43d7ae9d299b8d20019892
* | Fix updating list preference summary for unknown valueTadashi G. Takaoka2013-11-281-1/+1
| | | | | | | | Change-Id: I86d3162a90e0068e787a906c0d3d64102487620a
* | Merge "Start using Ver4 dictionary format."Keisuke Kuroyanagi2013-11-271-3/+5
|\ \
| * | Start using Ver4 dictionary format.Keisuke Kuroyanagi2013-11-271-3/+5
| | | | | | | | | | | | | | | | | | Bug: 11073222 Change-Id: Idd836ee15501e2f8c57c8eebc1fef7f103b01d18
* | | Merge "Disable mic key on more keys when voice IME is disabled"Tadashi G. Takaoka2013-11-277-44/+48
|\ \ \ | |_|/ |/| |
| * | Disable mic key on more keys when voice IME is disabledTadashi G. Takaoka2013-11-277-44/+48
| | | | | | | | | | | | | | | Bug: 11883501 Change-Id: Ie3f496935f9600e2bde51cbebed2b4f8c90c25b2
* | | Merge "Fix messages in tests"Jean Chalard2013-11-271-0/+9
|\ \ \ | |/ / |/| |