Skip to content
Snippets Groups Projects
  1. Jun 26, 2012
    • Jean Chalard's avatar
      Remove useless code and storage (A6) · 17111afc
      Jean Chalard authored
      This is only used as temporary storage to be then added to
      the other variable, relying on the fact that it is hopefully
      sorted. It's better to just add it right away to the final
      storage.
      
      Change-Id: I5da702ac9dc579593ab21feb2021a01e5dfdf4dc
      17111afc
    • Jean Chalard's avatar
      Remove a duplicate processing (A5) · 5e0545d6
      Jean Chalard authored
      This filtering is already done in native code. It's useless (and
      costly) to do it again here.
      
      Change-Id: Ide6794d7a8682a881f097f33e222f10d30f297bd
      5e0545d6
  2. Jun 25, 2012
  3. Jun 17, 2012
    • Kurt Partridge's avatar
      Remove non-dictionary words and digit touch data. · 6080f687
      Kurt Partridge authored
      Output to the ResearchLogger is now queued and only flushed if the word
      the user was working on is a dictionary word.
      
      multi-project commit with Ic713ec00777fbdcf4a937b3c77b995257e100fc7
      
      Bug: 6188932
      Change-Id: I9de15227ff51be23083d9096f1c1b3d83802fff7
      6080f687
  4. Jun 16, 2012
  5. Jun 15, 2012
    • Jean Chalard's avatar
      Make a variable final (A2) · 0998c48a
      Jean Chalard authored
      This is never changed, and probably doesn't need to be.
      It's public because it's going to be used elsewhere in a future
      change
      
      Change-Id: Iec8d65859c470de5e1fb0b05533356fbc3b8e91b
      0998c48a
    • Jean Chalard's avatar
      Add a kind to the suggestion for bookkeeping (A1) · e7d2ee3e
      Jean Chalard authored
      This will help for debug as well as serve as groundwork for
      Bug: 6252660
      Bug: 6166228
      Bug: 2704000
      Bug: 6225530
      
      Change-Id: I74d0a7b943fb22c514ad79dc064d69ddf336d3ef
      e7d2ee3e
  6. Jun 08, 2012
    • Jean Chalard's avatar
      Remove deprecated classes. · 67fd0c24
      Jean Chalard authored
      Should we maybe rename back *BinaryDict* to *Dict* in another
      change for simplicity?
      
      Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b
      67fd0c24
  7. May 24, 2012
  8. May 23, 2012
  9. May 16, 2012
  10. May 15, 2012
  11. May 01, 2012
  12. Apr 23, 2012
  13. Apr 17, 2012
  14. Apr 14, 2012
  15. Apr 11, 2012
  16. Apr 06, 2012
  17. Apr 05, 2012
  18. Apr 02, 2012
  19. 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
  20. Mar 16, 2012
  21. Mar 15, 2012
  22. Mar 14, 2012
Loading