Skip to content
Snippets Groups Projects
  1. Dec 17, 2012
  2. Dec 06, 2012
  3. Oct 22, 2012
  4. Sep 27, 2012
  5. Sep 21, 2012
  6. Sep 04, 2012
  7. Aug 22, 2012
  8. Aug 17, 2012
  9. Jul 10, 2012
  10. Jun 27, 2012
  11. Jun 12, 2012
  12. Jun 11, 2012
  13. Jun 08, 2012
  14. Jun 07, 2012
  15. Jun 06, 2012
  16. Jun 04, 2012
  17. May 29, 2012
  18. May 28, 2012
    • satok's avatar
      Forget user history · fd53b8cc
      satok authored
      Bug: 4192129
      
      Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
      fd53b8cc
  19. May 24, 2012
  20. May 15, 2012
  21. May 06, 2012
  22. Mar 28, 2012
    • satok's avatar
      Fix AIOOBE · 9611b281
      satok authored
      Bug: 6236912
      Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288
      9611b281
  23. 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
  24. 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
  25. 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
  26. Mar 01, 2012
  27. 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
  28. Oct 28, 2011
  29. Oct 04, 2011
  30. May 23, 2011
Loading