Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-12-09 | Start to support adding shortcuts.•••Bug: 11073222 Bug: 11956652 Change-Id: Iea81603a140697594cfea4f4939e82cd1d3963ca | 11 | -11/+201 | |
2013-12-09 | Introduce HistoricalInfo.•••Bug: 11073222 Change-Id: I5220656a333c93d10163bd3dff71d011c8f6d965 | 6 | -67/+104 | |
2013-12-08 | Move NOT_A_TIMESTAMP to defines.h•••Bug: 11073222 Change-Id: Id47af32f40b1a82fdf45628f2d0e37b99dca3921 | 6 | -6/+10 | |
2013-12-07 | Remove obsolete warning message•••This is a follow up of I5655c5703b. Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e | 1 | -6/+0 | |
2013-12-06 | Fix offdevice TRT build•••Change-Id: Idc2f3897e592433c13361bd8af94530d81621764 | 1 | -2/+2 | |
2013-12-06 | Add punctuations letters to period key on tablet•••Bug: 11918360 Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0 | 8 | -432/+390 | |
2013-12-06 | Add a jni method to fetch unigram information.•••Bug: 11956652 Change-Id: I59f1823bbc0146f6d2f34cbed8166bb6de197208 | 13 | -2/+403 | |
2013-12-06 | [RF4] Actually remove ver4 dicts•••And fix a couple bugs. Bug: 11281748 Change-Id: If07953a4b1ff9eb1165af03fdb332d7e47cd8f32 | 4 | -15/+62 | |
2013-12-06 | Return null if "!text/" reference is an empty text•••Change-Id: I01826f3e09527348fb4cba3302a9394ff34f424a | 2 | -4/+17 | |
2013-12-06 | Consolidate multiple locales' period key definition•••Bug: 11918360 Change-Id: If59043709a433a57846de07e150bf9c14b614d52 | 8 | -423/+390 | |
2013-12-06 | [RF3] Cleanups•••Make the version number a single number on native and java side. Also, remove the hasValidContents method. It's useless since the native code already checks this when creating the dictionary (I wish I had known that when I added it). Bug: 11281748 Change-Id: I572d37429972b2f280e4bdb748b709e5d0d7737e | 16 | -65/+42 | |
2013-12-06 | [RF2] Some refactoring and some cleanup•••Bug: 11281748 Change-Id: Iff45fdf6b23f77c08271a169c7d7ca45912c85e8 | 5 | -36/+28 | |
2013-12-06 | Fix background of ".com" key on tablet symbols•••Bug: 12023755 Change-Id: I9eb8c1e5c637ddc6f0f36b783fcb289b5865ac22 | 4 | -7/+7 | |
2013-12-05 | Implement shortcut adding method.•••Bug: 11073222 Change-Id: Ia98bf40bd5263caad8b65680eabcf429328290a9 | 9 | -47/+174 | |
2013-12-05 | Fix puctuations more keys on Spanish/Phone•••Bug: 11918360 Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140 | 2 | -2/+2 | |
2013-12-05 | Cleanup exclamation and questuion keys•••Bug: 11918360 Change-Id: I00731a273beea6dbc300dc215996dcadd97f17e2 | 13 | -34/+29 | |
2013-12-05 | Cleanup comma key of Arabic/Farsi•••Bug: 11918360 Change-Id: I4ab373d8fc012fd77a388a067d7f5d99d8247299 | 6 | -159/+110 | |
2013-12-05 | Remove puctuationKeyStyle key style definition•••This change also separates period key definition from row_qwerty4. Bug: 11918360 Change-Id: I7156be7098987f8447698a57af84e2ea3fc595f6 | 3 | -36/+62 | |
2013-12-05 | Separate symbols comma-period from main keyboard ones•••Bug: 11918360 Change-Id: Ia96230d1eb692bbc61842f1cd12ba980d5487017 | 4 | -89/+34 | |
2013-12-05 | Add exclamation/question marks to Hebrew tablet keyboard•••Bug: 11918360 Change-Id: I226f8fbb2177f472f69b56faca2a141687734494 | 3 | -15/+4 | |
2013-12-05 | Fix size of AOSP launcher icon•••Bug: 11975011 Change-Id: I5463d4a9f386ca053a81883c2e0b3f999e4bdbb2 | 4 | -0/+0 | |
2013-12-04 | Support controlling some unigram flags in addUnigramWord.•••Bug: 11073222 Change-Id: I717fae2faf22316782b42a78c48d7066f6950496 | 9 | -53/+108 | |
2013-12-04 | Make ProbabilityEntry immutable.•••Bug: 11073222 Change-Id: Ia3c0eb2d8cac00f0d82a72b27a08ad13eb095e8a | 6 | -52/+58 | |
2013-12-04 | Add workaround to prevent ViewPager from crashing•••Bug: 11721001 Change-Id: I0824f82c30a288a3c1f0ea69e07f10bdeb744bbc | 2 | -1/+48 | |
2013-12-04 | Separate TimeKeeper from ForgettingCurveUtils.•••Bug: 11073222 Change-Id: I6c27156edc01186f4e2a958283a45a62dbb2c113 | 10 | -35/+111 | |
2013-12-04 | Fix wrong padding of some background drawables•••Bug: 11796504 Change-Id: I68caed78a84315eb80ae9247d2a38cd2aeb80f22 | 4 | -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 | 6 | -7/+102 | |
2013-12-04 | Quit using obsolete methods for testing.•••Bug: 11073222 Change-Id: I77c99fbea2f255dbfddb646b6e12bee574647eca | 3 | -116/+121 | |
2013-12-04 | Start to use historical info.•••Bug: 11073222 Change-Id: I232d41bec5df7952856b5ba4765977707c39b94a | 2 | -0/+3 | |
2013-12-04 | Refactoring: Get header policy form Ver4DictBuffers.•••Bug: 11073222 Change-Id: I8d19e265b147c6b6ef8a5ec3e39e34fe136f1404 | 5 | -29/+30 | |
2013-12-04 | Read hasHistoricalInfo from dictionary header.•••Bug: 11073222 Change-Id: I04f39eca2d26b7169159b9218c8faede6727c073 | 4 | -18/+29 | |
2013-12-04 | Revise AOSP Android Keyboard launcher icon•••Bug: 11975011 Change-Id: Idc083b670ccbd956bfbacf25317c6541ab73c633 | 4 | -0/+0 | |
2013-12-04 | Add spacebar background drawable•••Bug: 11106827 Change-Id: Ic6e0b6bd9187901b01d64296db816afa73da9ffd | 9 | -13/+96 | |
2013-12-04 | Start passing timestamp for dynamic dictionaries.•••Bug: 11073222 Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a | 8 | -34/+68 | |
2013-12-03 | Remove newBigramLinkedNodePos from ver4 format.•••Bug: 11973488 Change-Id: I98045abaaf8566b1122fa5a531f8f48ad9562680 | 4 | -21/+7 | |
2013-12-03 | Fix build.•••Change-Id: Id8eb3953e19b1f9954702aa9985f7ea4c3936c9f | 1 | -1/+0 | |
2013-12-03 | Revert "Import translations. DO NOT MERGE"•••This reverts commit 7d587e61a1ef047dd955c1580735a680f43d2b03. Change-Id: I00cb2b54fb98e18a26572b210f90d98c0fbef711 bug: 11978309 | 10 | -1/+238 | |
2013-12-03 | Add required header attributes for user/contacts dictionary.•••Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49 | 12 | -62/+77 | |
2013-12-03 | Tiny 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 | 1 | -1/+4 | |
2013-12-03 | Fix: terminal lookup table flushing.•••Bug: 11073222 Change-Id: I17865dc400ad21cbfb3e3ed93cfe620dde1c7b6d | 3 | -7/+9 | |
2013-12-03 | Move launcher icon from mipmap to drawable•••Bug: 11106827 Change-Id: I45e64759ce095669be557957fa27eb7f9933e188 | 5 | -2/+2 | |
2013-12-03 | Separate common config and dimensions resources•••Change-Id: Ia16880e818927bc3df7292e130b2f7b5efc9776e | 6 | -120/+151 | |
2013-12-02 | Import translations. DO NOT MERGE•••Change-Id: I5788ec86a313e69269d7d58f3309fbe42d24439c Auto-generated-cl: translation import | 10 | -238/+1 | |
2013-12-02 | Purge ver3 dictionary reading in native code.•••Bug: 11073222 Change-Id: I52892516fc9b8f1efdddb175da1bc87cbc0c66f0 | 13 | -868/+1 | |
2013-12-02 | Make contacts/user dictionary ver2.•••Change-Id: I10c29bd45fd37d765f115333087e1700dd90570b | 2 | -3/+4 | |
2013-12-02 | Purge Ver3 dictionary writing in native code.•••Bug: 11073222 Change-Id: Iccedd618970b270a1e4178cfb178cd87c8208f3d | 15 | -1272/+37 | |
2013-12-02 | Fix some more tests•••Bug: 11960453 Bug: 11954718 Change-Id: I71e98cc6ab30cc89e921e9ef578d7f6366049d01 | 3 | -12/+20 | |
2013-12-02 | Fix: write bigram entry at wrong position.•••Change-Id: I69ef84c764243e44145fd906ba3332e02d3b1aa1 | 1 | -1/+1 | |
2013-12-02 | Rename config resource name to be matched with attribute name•••This is a followup of I6fb11b8cb5. Change-Id: I2a78affabf278e13fdeb2d4fcb0e5d26fb748a8b | 7 | -7/+7 | |
2013-12-02 | Remove KeyEventHandler•••Change-Id: Iddde1f85139cb21bde6e4fc275c32f3d62f4862f | 4 | -184/+122 |