aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Start using historical info for decaying.•••Bug: 11073222 Change-Id: Iad5f42d7268939df35589c4900bf6f4425adaa3f Keisuke Kuroyanagi2013-12-1020-235/+189
* Update historical info for GC.•••Bug: 11073222 Change-Id: I08a61c02f9f5d527897095eee2de395f86050e2d Keisuke Kuroyanagi2013-12-094-8/+63
* Move probability updating during GC to PtNodeWriter.•••Bug: 11073222 Change-Id: Id452f953c4f72c4e83f6866a87be5f3766d00a31 Keisuke Kuroyanagi2013-12-094-12/+49
* Add willBecomeNonTerminal flag.•••willBecomeNonTerminal flag is used during GC to indicate the PtNode is no longer terminal, even though the PtNode has terminal attributes. Bug: 11073222 Change-Id: I2514bc4106fa7539201979affcfb713d2b8430a3 Keisuke Kuroyanagi2013-12-097-10/+55
* Update has shortcut targets and has bigrams flags.•••Bug: 11073222 Change-Id: I75db86c485138dd86256989f28e15abed58d154d Keisuke Kuroyanagi2013-12-095-27/+85
* Merge "Support current time controlling for testing."Keisuke Kuroyanagi2013-12-093-1/+59
|\
| * Support current time controlling for testing.•••Bug: 11073222 Change-Id: I8a0e96ea6711f1f1165209873d8d6a2a77008541 Keisuke Kuroyanagi2013-12-093-1/+59
* | Merge "Use FormatSpec.VERSION4 instead of 4 for unit tests."Keisuke Kuroyanagi2013-12-092-23/+23
|\ \
| * | Use FormatSpec.VERSION4 instead of 4 for unit tests.•••Bug: 10197478 Change-Id: I330bfa3f45b9e282b49ccde7868d49676506f268 Keisuke Kuroyanagi2013-12-092-23/+23
* | | Merge "Start updating historical information."Keisuke Kuroyanagi2013-12-095-9/+55
|\ \ \ | |/ / |/| / | |/
| * Start updating historical information.•••Bug: 11073222 Change-Id: Ic74951f46af05d3edfe08fca37352c5d5c1047e0 Keisuke Kuroyanagi2013-12-095-9/+55
* | Create dictionary with historical info for testing.•••Bug: 11073222 Change-Id: I3573badceaceb9f4660884a4b23c337c63103701 Keisuke Kuroyanagi2013-12-091-0/+2
|/
* Merge "Start to support adding shortcuts."Keisuke Kuroyanagi2013-12-0911-11/+201
|\
| * Start to support adding shortcuts.•••Bug: 11073222 Bug: 11956652 Change-Id: Iea81603a140697594cfea4f4939e82cd1d3963ca Keisuke Kuroyanagi2013-12-0911-11/+201
* | Introduce HistoricalInfo.•••Bug: 11073222 Change-Id: I5220656a333c93d10163bd3dff71d011c8f6d965 Keisuke Kuroyanagi2013-12-096-67/+104
* | Move NOT_A_TIMESTAMP to defines.h•••Bug: 11073222 Change-Id: Id47af32f40b1a82fdf45628f2d0e37b99dca3921 Keisuke Kuroyanagi2013-12-086-6/+10
|/
* Remove obsolete warning message•••This is a follow up of I5655c5703b. Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e Tadashi G. Takaoka2013-12-071-6/+0
* Fix offdevice TRT build•••Change-Id: Idc2f3897e592433c13361bd8af94530d81621764 Ken Wakasa2013-12-061-2/+2
* Add punctuations letters to period key on tablet•••Bug: 11918360 Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0 Tadashi G. Takaoka2013-12-068-432/+390
* Merge "Consolidate multiple locales' period key definition"Tadashi G. Takaoka2013-12-068-423/+390
|\
| * Consolidate multiple locales' period key definition•••Bug: 11918360 Change-Id: If59043709a433a57846de07e150bf9c14b614d52 Tadashi G. Takaoka2013-12-068-423/+390
* | Merge "[RF4] Actually remove ver4 dicts"Jean Chalard2013-12-064-15/+62
|\ \
| * | [RF4] Actually remove ver4 dicts•••And fix a couple bugs. Bug: 11281748 Change-Id: If07953a4b1ff9eb1165af03fdb332d7e47cd8f32 Jean Chalard2013-12-064-15/+62
* | | Merge "Add a jni method to fetch unigram information."Keisuke Kuroyanagi2013-12-0613-2/+403
|\ \ \
| * | | Add a jni method to fetch unigram information.•••Bug: 11956652 Change-Id: I59f1823bbc0146f6d2f34cbed8166bb6de197208 Keisuke Kuroyanagi2013-12-0613-2/+403
* | | | Return null if "!text/" reference is an empty text•••Change-Id: I01826f3e09527348fb4cba3302a9394ff34f424a Tadashi G. Takaoka2013-12-062-4/+17
| |/ / |/| |
* | | [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 Jean Chalard2013-12-0616-65/+42
* | | Merge "[RF2] Some refactoring and some cleanup"Jean Chalard2013-12-065-36/+28
|\ \ \ | |_|/ |/| |
| * | [RF2] Some refactoring and some cleanup•••Bug: 11281748 Change-Id: Iff45fdf6b23f77c08271a169c7d7ca45912c85e8 Jean Chalard2013-12-065-36/+28
* | | Fix background of ".com" key on tablet symbols•••Bug: 12023755 Change-Id: I9eb8c1e5c637ddc6f0f36b783fcb289b5865ac22 Tadashi G. Takaoka2013-12-064-7/+7
* | | Merge "Implement shortcut adding method."Keisuke Kuroyanagi2013-12-059-47/+174
|\ \ \ | | |/ | |/|
| * | Implement shortcut adding method.•••Bug: 11073222 Change-Id: Ia98bf40bd5263caad8b65680eabcf429328290a9 Keisuke Kuroyanagi2013-12-059-47/+174
* | | Fix puctuations more keys on Spanish/Phone•••Bug: 11918360 Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140 Tadashi G. Takaoka2013-12-052-2/+2
* | | Cleanup exclamation and questuion keys•••Bug: 11918360 Change-Id: I00731a273beea6dbc300dc215996dcadd97f17e2 Tadashi G. Takaoka2013-12-0513-34/+29
* | | Cleanup comma key of Arabic/Farsi•••Bug: 11918360 Change-Id: I4ab373d8fc012fd77a388a067d7f5d99d8247299 Tadashi G. Takaoka2013-12-056-159/+110
* | | Merge "Separate symbols comma-period from main keyboard ones"Tadashi G. Takaoka2013-12-054-89/+34
|\ \ \
| * | | Separate symbols comma-period from main keyboard ones•••Bug: 11918360 Change-Id: Ia96230d1eb692bbc61842f1cd12ba980d5487017 Tadashi G. Takaoka2013-12-054-89/+34
| |/ /
* / / Remove puctuationKeyStyle key style definition•••This change also separates period key definition from row_qwerty4. Bug: 11918360 Change-Id: I7156be7098987f8447698a57af84e2ea3fc595f6 Tadashi G. Takaoka2013-12-053-36/+62
|/ /
* | Merge "Fix size of AOSP launcher icon"Tadashi G. Takaoka2013-12-054-0/+0
|\ \ | |/ |/|
| * Fix size of AOSP launcher icon•••Bug: 11975011 Change-Id: I5463d4a9f386ca053a81883c2e0b3f999e4bdbb2 Tadashi G. Takaoka2013-12-054-0/+0
* | Add exclamation/question marks to Hebrew tablet keyboard•••Bug: 11918360 Change-Id: I226f8fbb2177f472f69b56faca2a141687734494 Tadashi G. Takaoka2013-12-053-15/+4
|/
* Merge "Support controlling some unigram flags in addUnigramWord."Keisuke Kuroyanagi2013-12-049-53/+108
|\
| * Support controlling some unigram flags in addUnigramWord.•••Bug: 11073222 Change-Id: I717fae2faf22316782b42a78c48d7066f6950496 Keisuke Kuroyanagi2013-12-049-53/+108
* | Merge "Make ProbabilityEntry immutable."Keisuke Kuroyanagi2013-12-046-52/+58
|\ \ | |/ |/|
| * Make ProbabilityEntry immutable.•••Bug: 11073222 Change-Id: Ia3c0eb2d8cac00f0d82a72b27a08ad13eb095e8a Keisuke Kuroyanagi2013-12-046-52/+58
* | Merge "Add workaround to prevent ViewPager from crashing"Tadashi G. Takaoka2013-12-042-1/+48
|\ \
| * | Add workaround to prevent ViewPager from crashing•••Bug: 11721001 Change-Id: I0824f82c30a288a3c1f0ea69e07f10bdeb744bbc Tadashi G. Takaoka2013-12-042-1/+48
* | | Merge "Separate TimeKeeper from ForgettingCurveUtils."Keisuke Kuroyanagi2013-12-0410-35/+111
|\ \ \ | | |/ | |/|
| * | Separate TimeKeeper from ForgettingCurveUtils.•••Bug: 11073222 Change-Id: I6c27156edc01186f4e2a958283a45a62dbb2c113 Keisuke Kuroyanagi2013-12-0410-35/+111
* | | Merge "Fix wrong padding of some background drawables"Tadashi G. Takaoka2013-12-044-0/+0
|\ \ \