- Jun 08, 2012
-
-
Jean Chalard authored
Change-Id: I03236386aea13fbd4fb8eaeee18e0008aa136502
-
- Jun 07, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6584882 Change-Id: I1f76388fa8cc16171bc3fc60c935ddcf0a7c4e92
-
satok authored
Bug: 6626700 Change-Id: I3190d7404e45e704be79ee2031e79b18475feb8c
-
- Jun 06, 2012
-
-
Satoshi Kataoka authored
Bug: 6603257 Change-Id: I73b65e921cff8337a00594525f67f6aec2178881
-
- Jun 04, 2012
-
-
Satoshi Kataoka authored
Bug: 6603257 Change-Id: I2e8017f9e2e222aeab0a80faa239ce83d3b212ad
-
- May 29, 2012
-
-
Satoshi Kataoka authored
Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f
-
Satoshi Kataoka authored
Bug: 4192129 Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e
-
- May 28, 2012
-
-
satok authored
Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
-
- May 24, 2012
-
-
satok authored
Bug: 6465474 Change-Id: Ifbfe0ddc2ce5fab070939ede3db7bf03a8535a45
-
- May 15, 2012
-
-
Jean Chalard authored
Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed
-
- May 06, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: Ied70a86bedb08adcf8353b189367172459f55292
-
- Mar 28, 2012
-
-
satok authored
Bug: 6236912 Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288
-
- Mar 23, 2012
-
-
Jean Chalard authored
The old code would remove caps from the first letter if auto-capsed but that makes very little sense when the word is camel-cased. Also, it would not correctly handle surrogate pairs, and would require a direct reference to LatinIME and a specific method to do the processing in an unexpected place. Change-Id: I416d6a805242788a2473f007ca7452c9fe3f5205
-
- Mar 19, 2012
-
-
Jean Chalard authored
UserBigramDictionary -> UserHistoryDictionary. Also update all methods, strings and comments, except those needed for backward compatibility (which only include the name of the database file). Change-Id: I0bccea29880dc566b90100575b83baaa947b03ae
-
- Mar 16, 2012
-
-
satok authored
bug: 6181736 Change-Id: I6522f19555c27f33c9ff4eaa8b2559a51a38f015
-
Jean Chalard authored
UserBigramDictionary now assumes both functionalities. It will be renamed to UserHistoryDictionary in a future change. There are several reasons to do this. First, there is a lot of duplicate code in User{Unigram,Bigram}Dictionaries that are factored by the few lines of code in this change. Also, other dictionaries like BinaryDictionary or ContactsDictionary all assume both responsibilities, as should be the case theoretically. It is also possible to do this because previous versions don't write any unigram data that we'd want to reuse. For even older versions that do write data, we can't really make any sense out of it. Bigram data however can be useful, and this allows us to reuse it easily. Change-Id: I755525f92744e1536eaef097527e8151b7859a30
-
Jean Chalard authored
A lot of things don't really make sense in the old code. Let's streamline it for now so that we have a cleaner interface to work with. This is preliminary work for bug 4192129. Change-Id: If01a5974cfadc43afced610c57fcf7fde67c1346
-
- Mar 01, 2012
-
-
Jean Chalard authored
Bug: 6035465 Change-Id: Ibe2d542349ec598824f78b91d374a977082fc2d1
-
- Dec 13, 2011
-
-
Jean Chalard authored
- Stop the word composer from escaping - take a page from the law of Demeter and only report what is actually needed. - Fix typos in comments. - Add a comment for a fishy processing. - Remove a useless local variable. Change-Id: I5fa78901cbb5483fc9683bfb7094f47244b85df6
-
- Oct 28, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: Ia23765268be0ef89d7fe7c3f5372ed32d6615765
-
- Oct 04, 2011
-
-
Tadashi G. Takaoka authored
This change also gets rid of several compiler warnings. Change-Id: I23962edaadad18a6e0395d528af17b909dcf5dad
-
- May 23, 2011
-
-
Jean Chalard authored
Bug: 4464446 Change-Id: If7b6d73fb408d53f941c82ed4f47221e85c845d8
-
- May 20, 2011
-
-
Tadashi G. Takaoka authored
This change also fixes copyright comments. Bug: 4442045 Change-Id: I297a2c64e709fb0d613404e5f1de45d810f9de15
-
Tadashi G. Takaoka authored
Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
-
- Apr 22, 2011
-
-
Jean Chalard authored
This also fixes a small inconsistency upon clicking on whitespace twice in a row. Also add some unit tests for an introduced and an existing method. Change-Id: I1be2fb53c9624f4d0f5299009632cb4384fdfc15
-
- Apr 06, 2011
-
-
Jean Chalard authored
- Have user-history based bigrams used as soon as they are entered, not after 6 times. - Limit bigram frequency to 255 (this limits the multiplier to 1.8, and has no effect on main dict bigrams which already have this limit) - Some TODO resolving bug: 4192129 Change-Id: I4777f1a58c43dd55381c4b01252d722ab3a70547
-
- Dec 10, 2010
-
-
Tadashi G. Takaoka authored
This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
-
- Nov 29, 2010
-
-
Tadashi G. Takaoka authored
This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
-
- Aug 24, 2010
-
-
satok authored
- remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
-
- Aug 20, 2010
-
-
satok authored
TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
-
- Aug 10, 2010
-
-
Jae Yong Sung authored
-UnitTest for UserBigram -Changes for number of bigrams to load Change-Id: I2c6fbe6194d34112ccc52c7e199461d2350e8516
-