Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 16, 2012
    • Ken Wakasa's avatar
      Small performance improvement by removing interface accesses. · 660776e0
      Ken Wakasa authored
      Change-Id: I6d91f3b086470b79306dbe2874db9748b9e0eb5f
      660776e0
    • satok's avatar
      Fix NPE · cbb5053b
      satok authored
      bug: 6181736
      
      Change-Id: I6522f19555c27f33c9ff4eaa8b2559a51a38f015
      cbb5053b
    • satok's avatar
      Calculate proximity characters in the native code · 1caff47e
      satok authored
      Bug: 4343280
      
      Change-Id: I6adaf560f7a4f1f96dcb6ec2f61f20ee3001167e
      1caff47e
    • Jean Chalard's avatar
      Remove UserUnigramDictionary. · 7dcbed04
      Jean Chalard authored
      This isn't used any more.
      
      Change-Id: Ie63ae621bcac9342b869b9f236f35bf66ec3a09b
      7dcbed04
    • 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
    • satok's avatar
      Do not change the proximity orders · ef08dadd
      satok authored
      Bug: 4343280
      Change-Id: I4e2dfb00d9c843a8a285d409ac5ab8fca5fb1694
      ef08dadd
    • 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
  3. Mar 15, 2012
  4. Mar 14, 2012
  5. Mar 13, 2012
Loading