Skip to content
Snippets Groups Projects
  1. Sep 27, 2012
  2. Sep 21, 2012
  3. Sep 04, 2012
  4. Aug 22, 2012
  5. Aug 17, 2012
  6. Jul 10, 2012
  7. Jun 27, 2012
  8. Jun 12, 2012
  9. Jun 11, 2012
  10. Jun 08, 2012
  11. Jun 07, 2012
  12. Jun 06, 2012
  13. Jun 04, 2012
  14. May 29, 2012
  15. May 28, 2012
    • satok's avatar
      Forget user history · fd53b8cc
      satok authored
      Bug: 4192129
      
      Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
      fd53b8cc
  16. May 24, 2012
  17. May 15, 2012
  18. May 06, 2012
  19. Mar 28, 2012
    • satok's avatar
      Fix AIOOBE · 9611b281
      satok authored
      Bug: 6236912
      Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288
      9611b281
  20. Mar 23, 2012
    • Jean Chalard's avatar
      Correct a shaky processing and move it to a better place · 71f9d30b
      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
      71f9d30b
  21. Mar 19, 2012
    • Jean Chalard's avatar
      Rename the user history dictionary. · 9ffb94fa
      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
      9ffb94fa
  22. Mar 16, 2012
    • satok's avatar
      Fix NPE · cbb5053b
      satok authored
      bug: 6181736
      
      Change-Id: I6522f19555c27f33c9ff4eaa8b2559a51a38f015
      cbb5053b
    • Jean Chalard's avatar
      Move the UserUnigramDictionary functionality over · c68d1bbf
      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
      c68d1bbf
    • Jean Chalard's avatar
      Streamline some user history dictionary code · c24f66e1
      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
      c24f66e1
  23. Mar 01, 2012
  24. Dec 13, 2011
    • Jean Chalard's avatar
      Various mini-cleanups · f7d6517d
      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
      f7d6517d
  25. Oct 28, 2011
  26. Oct 04, 2011
  27. May 23, 2011
  28. May 20, 2011
  29. Apr 22, 2011
  30. Apr 06, 2011
    • Jean Chalard's avatar
      Reinforce user-history based bigram use. · 3e236828
      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
      3e236828
Loading