aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-05Implement shortcut adding method.•••Bug: 11073222 Change-Id: Ia98bf40bd5263caad8b65680eabcf429328290a9 Keisuke Kuroyanagi9-47/+174
2013-12-05Fix puctuations more keys on Spanish/Phone•••Bug: 11918360 Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140 Tadashi G. Takaoka2-2/+2
2013-12-05Cleanup exclamation and questuion keys•••Bug: 11918360 Change-Id: I00731a273beea6dbc300dc215996dcadd97f17e2 Tadashi G. Takaoka13-34/+29
2013-12-05Cleanup comma key of Arabic/Farsi•••Bug: 11918360 Change-Id: I4ab373d8fc012fd77a388a067d7f5d99d8247299 Tadashi G. Takaoka6-159/+110
2013-12-05Remove puctuationKeyStyle key style definition•••This change also separates period key definition from row_qwerty4. Bug: 11918360 Change-Id: I7156be7098987f8447698a57af84e2ea3fc595f6 Tadashi G. Takaoka3-36/+62
2013-12-05Separate symbols comma-period from main keyboard ones•••Bug: 11918360 Change-Id: Ia96230d1eb692bbc61842f1cd12ba980d5487017 Tadashi G. Takaoka4-89/+34
2013-12-05Add exclamation/question marks to Hebrew tablet keyboard•••Bug: 11918360 Change-Id: I226f8fbb2177f472f69b56faca2a141687734494 Tadashi G. Takaoka3-15/+4
2013-12-05Fix size of AOSP launcher icon•••Bug: 11975011 Change-Id: I5463d4a9f386ca053a81883c2e0b3f999e4bdbb2 Tadashi G. Takaoka4-0/+0
2013-12-04Support controlling some unigram flags in addUnigramWord.•••Bug: 11073222 Change-Id: I717fae2faf22316782b42a78c48d7066f6950496 Keisuke Kuroyanagi9-53/+108
2013-12-04Make ProbabilityEntry immutable.•••Bug: 11073222 Change-Id: Ia3c0eb2d8cac00f0d82a72b27a08ad13eb095e8a Keisuke Kuroyanagi6-52/+58
2013-12-04Add workaround to prevent ViewPager from crashing•••Bug: 11721001 Change-Id: I0824f82c30a288a3c1f0ea69e07f10bdeb744bbc Tadashi G. Takaoka2-1/+48
2013-12-04Separate TimeKeeper from ForgettingCurveUtils.•••Bug: 11073222 Change-Id: I6c27156edc01186f4e2a958283a45a62dbb2c113 Keisuke Kuroyanagi10-35/+111
2013-12-04Fix wrong padding of some background drawables•••Bug: 11796504 Change-Id: I68caed78a84315eb80ae9247d2a38cd2aeb80f22 Tadashi G. Takaoka4-0/+0
2013-12-04[RF1] Remove files that don't match the expected format, step 1•••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 Jean Chalard6-7/+102
2013-12-04Quit using obsolete methods for testing.•••Bug: 11073222 Change-Id: I77c99fbea2f255dbfddb646b6e12bee574647eca Keisuke Kuroyanagi3-116/+121
2013-12-04Start to use historical info.•••Bug: 11073222 Change-Id: I232d41bec5df7952856b5ba4765977707c39b94a Keisuke Kuroyanagi2-0/+3
2013-12-04Refactoring: Get header policy form Ver4DictBuffers.•••Bug: 11073222 Change-Id: I8d19e265b147c6b6ef8a5ec3e39e34fe136f1404 Keisuke Kuroyanagi5-29/+30
2013-12-04Read hasHistoricalInfo from dictionary header.•••Bug: 11073222 Change-Id: I04f39eca2d26b7169159b9218c8faede6727c073 Keisuke Kuroyanagi4-18/+29
2013-12-04Revise AOSP Android Keyboard launcher icon•••Bug: 11975011 Change-Id: Idc083b670ccbd956bfbacf25317c6541ab73c633 Tadashi G. Takaoka4-0/+0
2013-12-04Add spacebar background drawable•••Bug: 11106827 Change-Id: Ic6e0b6bd9187901b01d64296db816afa73da9ffd Tadashi G. Takaoka9-13/+96
2013-12-04Start passing timestamp for dynamic dictionaries.•••Bug: 11073222 Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a Keisuke Kuroyanagi8-34/+68
2013-12-03Remove newBigramLinkedNodePos from ver4 format.•••Bug: 11973488 Change-Id: I98045abaaf8566b1122fa5a531f8f48ad9562680 Keisuke Kuroyanagi4-21/+7
2013-12-03Fix build.•••Change-Id: Id8eb3953e19b1f9954702aa9985f7ea4c3936c9f Keisuke Kuroyanagi1-1/+0
2013-12-03Revert "Import translations. DO NOT MERGE"•••This reverts commit 7d587e61a1ef047dd955c1580735a680f43d2b03. Change-Id: I00cb2b54fb98e18a26572b210f90d98c0fbef711 bug: 11978309 Ken Wakasa10-1/+238
2013-12-03Add required header attributes for user/contacts dictionary.•••Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49 Keisuke Kuroyanagi12-62/+77
2013-12-03Tiny refactoring•••Add a warning comment and make it so that openNative() is only called in one place in the code. Bug: 11281748 Change-Id: Ic7819a01deb62cf145ebf9d620da2d15fae19313 Jean Chalard1-1/+4
2013-12-03Fix: terminal lookup table flushing.•••Bug: 11073222 Change-Id: I17865dc400ad21cbfb3e3ed93cfe620dde1c7b6d Keisuke Kuroyanagi3-7/+9
2013-12-03Move launcher icon from mipmap to drawable•••Bug: 11106827 Change-Id: I45e64759ce095669be557957fa27eb7f9933e188 Tadashi G. Takaoka5-2/+2
2013-12-03Separate common config and dimensions resources•••Change-Id: Ia16880e818927bc3df7292e130b2f7b5efc9776e Tadashi G. Takaoka6-120/+151
2013-12-02Import translations. DO NOT MERGE•••Change-Id: I5788ec86a313e69269d7d58f3309fbe42d24439c Auto-generated-cl: translation import Geoff Mendal10-238/+1
2013-12-02Purge ver3 dictionary reading in native code.•••Bug: 11073222 Change-Id: I52892516fc9b8f1efdddb175da1bc87cbc0c66f0 Keisuke Kuroyanagi13-868/+1
2013-12-02Make contacts/user dictionary ver2.•••Change-Id: I10c29bd45fd37d765f115333087e1700dd90570b Keisuke Kuroyanagi2-3/+4
2013-12-02Purge Ver3 dictionary writing in native code.•••Bug: 11073222 Change-Id: Iccedd618970b270a1e4178cfb178cd87c8208f3d Keisuke Kuroyanagi15-1272/+37
2013-12-02Fix some more tests•••Bug: 11960453 Bug: 11954718 Change-Id: I71e98cc6ab30cc89e921e9ef578d7f6366049d01 Jean Chalard3-12/+20
2013-12-02Fix: write bigram entry at wrong position.•••Change-Id: I69ef84c764243e44145fd906ba3332e02d3b1aa1 Keisuke Kuroyanagi1-1/+1
2013-12-02Rename config resource name to be matched with attribute name•••This is a followup of I6fb11b8cb5. Change-Id: I2a78affabf278e13fdeb2d4fcb0e5d26fb748a8b Tadashi G. Takaoka7-7/+7
2013-12-02Remove KeyEventHandler•••Change-Id: Iddde1f85139cb21bde6e4fc275c32f3d62f4862f Tadashi G. Takaoka4-184/+122
2013-12-02Fix an obvious bug•••This had to be a typo Change-Id: Id49e44d7667d64b00e883c55c683535398b6bdea Jean Chalard1-1/+1
2013-12-02Add config_ prefix to the resource names merged from dimens.xml•••Change-Id: I6fb11b8cb52c06b805fb17d61450d7df50e4e20d Tadashi G. Takaoka45-472/+466
2013-12-02Merge dimens.xml to config.xml•••Change-Id: Ib5b1a72313e1358f6bb4051e693f889833548e3c Tadashi G. Takaoka12-557/+431
2013-12-02Extend bigram probability field to support historical info.•••Bug: 11073222 Change-Id: I020520251629c5a7c5b5fac21108392c8c2a38b6 Keisuke Kuroyanagi9-121/+291
2013-12-02Quit recording LastUserHistoryWriteTime.•••Change-Id: I0f2b408b4976d8119c932654e23836803d42c568 Keisuke Kuroyanagi10-169/+34
2013-12-02Fix tests.•••This fixes a few bugs that became apparent with the reinstating of a test. Bug: 11954718 Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09 Jean Chalard5-13/+25
2013-12-02Avoid NPE by checking•••Bug: 11956240 Change-Id: I3de1ebbf96fa2422124e4d8e50190adfa09b8a49 Tadashi G. Takaoka1-0/+3
2013-12-02Move methods of MultiBigramMap to cpp file.•••Change-Id: Icf10795037a7e966ac843cd168fe45955b6aef56 Keisuke Kuroyanagi2-59/+79
2013-12-02Fix: ver4 bigram GC.•••Bug: 11073222 Change-Id: I1637525ead60026cdf75ac90d40f97d02ce44ea1 Keisuke Kuroyanagi1-0/+19
2013-12-02Rename spacing and punctuations resource file names•••Change-Id: Ia3ae5dbaa2d5495f01cbc5da26ec8deb523442a5 Tadashi G. Takaoka11-33/+53
2013-12-02Separate auto correction and spellchecker configurations•••Change-Id: If65e19725da941fd36d566cdcf3bc9c343c04cbb Tadashi G. Takaoka4-36/+82
2013-12-02Revised screen metrics value of LatinImeLogger•••Bug: 11955386 Change-Id: Id8896acaa2c82d68fad59628d12e229c9d86c17e Tadashi G. Takaoka6-22/+92
2013-12-02Make forceCommit true for gesture shortcut score.•••Bug: 11951198 Change-Id: I18e450378d8a21b51eb02ab31b57467c8a9b1ac8 Keisuke Kuroyanagi1-1/+4