Skip to content
Snippets Groups Projects
  1. Oct 29, 2014
  2. Sep 29, 2014
  3. Sep 19, 2014
    • Jean Chalard's avatar
      [ML8] Add a language weight · 6da9b211
      Jean Chalard authored
      ...and rename an improperly named normalization value
      
      Bug: 11230254
      Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
      6da9b211
  4. Sep 01, 2014
  5. Jul 08, 2014
  6. Jun 09, 2014
  7. Jun 06, 2014
  8. May 23, 2014
  9. May 19, 2014
  10. May 16, 2014
  11. Apr 02, 2014
  12. Aug 28, 2013
  13. Jun 24, 2013
  14. May 01, 2013
  15. Jan 21, 2013
  16. Jan 07, 2013
    • Ken Wakasa's avatar
      Small code cleanups · b6ca3544
      Ken Wakasa authored
      Multi-project commit with I249d5fbe
      
      Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
      b6ca3544
  17. Oct 22, 2012
  18. Sep 27, 2012
  19. Aug 22, 2012
  20. Aug 06, 2012
  21. Jul 10, 2012
  22. Jul 05, 2012
  23. Jun 27, 2012
    • Jean Chalard's avatar
      Cleanup the dictionary type. · 05efe576
      Jean Chalard authored
      Stop storing an int in each of the different class types, and
      just store a string in the top class.
      
      Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
      05efe576
  24. Jun 26, 2012
  25. 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
  26. May 29, 2012
  27. May 16, 2012
  28. Apr 17, 2012
  29. Mar 16, 2012
  30. Nov 30, 2011
  31. Aug 04, 2011
  32. Jul 22, 2011
  33. Jul 19, 2011
    • Jean Chalard's avatar
      Add a number of NULL pointer guards. · 44861474
      Jean Chalard authored
      None of these are expected to actually be null, but those are
      included for peace of mind and foolproofing against future
      code changes.
      
      Bug: 4580040
      Change-Id: Ib112b3e5db5f177aaf61767164b7e78d711f90a0
      44861474
  34. Jun 16, 2011
    • Jean Chalard's avatar
      Small performance fix. · 516f18f9
      Jean Chalard authored
      This improves performance by not allocating an iterator.
      
      Change-Id: I5511fd8b8d3aa826917620c0af994dbaf1562bb1
      516f18f9
  35. Apr 28, 2011
    • Jean Chalard's avatar
      Improve the architecture to support multiple dictionaries. · d8f52a4f
      Jean Chalard authored
      This change enables the interface to get multiple dictionaries from a
      dictionary pack. It only implements it to the end in the case of the
      proprietary method, as the open method needs still some working out,
      and the "inside the package" method does not need it.
      
      This change goes together with Iaa95bf36, and breaks the build
      without it.
      
      Bug: 1752028
      
      Change-Id: I3ccfd696e8ef083ef9c074e1c3e4bb0bf2fcfd23
      d8f52a4f
  36. Apr 27, 2011
    • Jean Chalard's avatar
      Create a dictionary collection and a dictionary factory. · 4250eb27
      Jean Chalard authored
      The dictionary collection is a class complying to the Dictionary
      interface that acts as a front end to a collection of arbitrarily many
      dictionaries of any type.
      The dictionary factory is a helper class for creating various
      dictionaries and get some meta information about them.
      
      At the same time, this change makes the BinaryDictionary class
      not a singleton any more.
      
      This also needs I9afe61a9 to not break the build.
      
      Change-Id: I61fdcc4867fcda18342807bf1865e6e46979e5d5
      4250eb27
Loading