Skip to content
Snippets Groups Projects
  1. Sep 27, 2012
  2. Aug 22, 2012
  3. Aug 21, 2012
  4. Aug 03, 2012
    • Jean Chalard's avatar
      Fix an OOB exception · 4c976ace
      Jean Chalard authored
      Not sure exactly how this can happen, but at least this should
      prevent us from crashing.
      
      Bug: 6920884
      Change-Id: I451864756b48c5cb5e98b06edee917d88766d77f
      4c976ace
  5. Jul 10, 2012
  6. Jun 29, 2012
  7. Jun 27, 2012
  8. Jun 26, 2012
  9. Jun 25, 2012
  10. Jun 21, 2012
  11. Jun 08, 2012
  12. May 29, 2012
  13. May 28, 2012
    • satok's avatar
      Forget user history · fd53b8cc
      satok authored
      Bug: 4192129
      
      Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
      fd53b8cc
  14. May 25, 2012
  15. May 24, 2012
  16. May 15, 2012
  17. Apr 17, 2012
  18. Apr 02, 2012
  19. Mar 28, 2012
    • satok's avatar
      Fix AIOOBE · 9611b281
      satok authored
      Bug: 6236912
      Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288
      9611b281
  20. Mar 27, 2012
    • satok's avatar
      ongoing cleanup 2 · 01ab7c8b
      satok authored
      Change-Id: I66b61cbe491cf8375144e834390beae3209a777d
      01ab7c8b
  21. Jan 26, 2012
  22. Dec 15, 2011
  23. Oct 04, 2011
  24. Aug 29, 2011
  25. Aug 19, 2011
  26. Aug 04, 2011
  27. May 23, 2011
  28. May 02, 2011
    • Jean Chalard's avatar
      Straighten out magic space vs real spaces behavior. · 0730bbfb
      Jean Chalard authored
      Picking a suggestion inserts a space after the word. This change makes
      this space a magic space.
      
      Incidentally, do some minor cleanup: add CODE_DASH, CODE_SINGLE_QUOTE
      and CODE_DOUBLE_QUOTE to Keyboard and use them throughout the code,
      and remove a useless import directive in some unrelated file.
      
      Bug: 4319740
      
      Change-Id: I245f396c34dd0af820bca91edc4ec363238a4ae4
      0730bbfb
  29. Apr 06, 2011
    • Jean Chalard's avatar
      Reinforce user-history based bigram use. · 3e236828
      Jean Chalard authored
      - Have user-history based bigrams used as soon as they are entered,
        not after 6 times.
      - Limit bigram frequency to 255 (this limits the multiplier to 1.8, and
        has no effect on main dict bigrams which already have this limit)
      - Some TODO resolving
      
      bug: 4192129
      
      Change-Id: I4777f1a58c43dd55381c4b01252d722ab3a70547
      3e236828
  30. 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
Loading