Skip to content
Snippets Groups Projects
  1. May 20, 2011
  2. May 19, 2011
  3. May 18, 2011
  4. May 12, 2011
  5. May 10, 2011
  6. May 09, 2011
  7. Apr 29, 2011
  8. Apr 14, 2011
  9. Apr 06, 2011
  10. Mar 29, 2011
  11. Mar 22, 2011
  12. Mar 17, 2011
  13. Mar 16, 2011
    • Jean Chalard's avatar
      Avoid the removal of high-ranking exactly typed candidates. · d631651b
      Jean Chalard authored
      It used to be the case that the scoring system turns up the same word
      that was entered with a different capitalization, but with a lower
      score than some other, more frequent word. To cope with this, there
      was code that would order such candidates in the first slot no matter
      what. This processing is now useless because fully matching words now
      have a huge boost that ensures they will get to the top of the list,
      before any non-fully matching word (which means, differing only by
      capitalization or accents).
      
      The bug that did happen with this was, if a fully-matching word got
      matched by several processing passes, and the (chronologically) later
      score affected to this word was weaker, it would result in the
      duplicate removal pass removing the stronger score. This in turn would
      mess with autocorrect.
      
      In an effort to keep the risk at a minimum for MR1, this change does
      not actually remove the useless code, but adds a check in the odd case
      to avoid the bad situation. Another change will remove the code for
      ICS release.
      
      bug: 4100269
      
      Change-Id: I18c0575332981ffec0e257e26a360995838d521e
      d631651b
  14. Mar 15, 2011
  15. Mar 10, 2011
  16. Mar 09, 2011
  17. Mar 08, 2011
  18. Mar 07, 2011
  19. Mar 05, 2011
  20. Mar 04, 2011
Loading