Skip to content
Snippets Groups Projects
  1. May 01, 2013
  2. Apr 12, 2013
    • Jean Chalard's avatar
      Restart suggestions when the cursor moves. · 6a114fa7
      Jean Chalard authored
      This uses the old suggestions. It does not try to recompute
      new suggestions if there are no old suggestions yet: this is
      coming in a later change.
      If there are no suggestions, this shows the word itself
      as a suggestion.
      
      Bug: 8084810
      Change-Id: I4c2e25df0ff3673be1825f57a0c19a9d23d47a48
      6a114fa7
  3. Jan 21, 2013
  4. Nov 16, 2012
  5. Oct 22, 2012
  6. Aug 17, 2012
    • Jean Chalard's avatar
      Remove the whitelist dictionary. · 46fc768e
      Jean Chalard authored
      The functionality now lives in the binary dictionary.
      
      This finalizes work on
      Bug: 6906525
      
      Change-Id: Id106d871e8afdf9afa886d2a30bea87ff89f2d24
      46fc768e
  7. Aug 15, 2012
  8. Aug 06, 2012
  9. Jul 10, 2012
  10. Jul 05, 2012
  11. Jun 27, 2012
  12. Jun 26, 2012
  13. Jun 25, 2012
  14. 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
  15. May 29, 2012
  16. May 25, 2012
  17. May 15, 2012
  18. Apr 17, 2012
  19. Mar 29, 2012
  20. Jan 26, 2012
  21. Aug 04, 2011
  22. Apr 26, 2011
    • Jean Chalard's avatar
      Fix Eclipse warnings. · 0c8d5ca0
      Jean Chalard authored
      This change is only there to fix warning issued by Eclipse.
      It should have absolutely no impact on the program logic.
      
      Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
      0c8d5ca0
  23. Mar 16, 2011
    • Tadashi G. Takaoka's avatar
      Add Utils.equalsIgnoreCase methods · e7a2512a
      Tadashi G. Takaoka authored
      This change also corrects usage of "frequency", "priority" and "score"
      * Frequency is the relative probability in dictionary.
      * Score is the relative probability in suggestions.
      * Priority is kind a sorted score.
      
      Change-Id: Iafb135a4ecdb401cc505014a07c74dfcac44d699
      e7a2512a
  24. Feb 17, 2011
  25. Dec 10, 2010
  26. Aug 20, 2010
  27. Jul 28, 2010
    • Jae Yong Sung's avatar
      - separate dict (uses xml) · 80aa14fd
      Jae Yong Sung authored
      - retrieve bigrams that only starts with character typed and neighbor keys
      - contacts bigram
      - performance measure
      
      bug: 2873133
      
      Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
      80aa14fd
  28. Jul 13, 2010
    • Jae Yong Sung's avatar
      added bigram prediction · 937d5ad0
      Jae Yong Sung authored
        - after first character, only suggests bigram data (but doesn't autocomplete)
        - after second character, words from dictionary gets rearranged by using bigram
        - compatible with old dictionary
        - added preference option to disable bigram
      
      Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
      937d5ad0
  29. Jun 02, 2010
  30. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  31. Mar 09, 2010
Loading