Skip to content
Snippets Groups Projects
  1. Oct 18, 2011
  2. Oct 17, 2011
  3. Oct 14, 2011
  4. Oct 13, 2011
  5. Oct 12, 2011
  6. Oct 11, 2011
  7. Oct 10, 2011
  8. Oct 07, 2011
    • Svetoslav Ganov's avatar
      Merge "Let accessibility users know to connect a headset when the IME connects... · 7c2d7ad6
      Svetoslav Ganov authored
      Merge "Let accessibility users know to connect a headset when the IME connects to a password field."
      7c2d7ad6
    • Jean Chalard's avatar
      Use the whitelist as a dictionary in the spell checker. · fee149ab
      Jean Chalard authored
      Bug: 5402436
      Change-Id: If89b8bbdebf6751697c4788270d01d4639cff665
      fee149ab
    • Jean Chalard's avatar
      Merge "Fix a bug with the whitelist" · 266ae696
      Jean Chalard authored
      266ae696
    • Jean Chalard's avatar
      Fix a bug with the whitelist · 5f41b705
      Jean Chalard authored
      This bug would kill the case where the whitelist contains
      a word to be autocorrected to an uppercased version of
      itself, and the user would enter the uppercase version.
      In this case, this bug would cause the typed word to be
      killed off the list of candidates, and possibly autocorrected
      to the *next* candidate.
      
      When the whitelist checks whether this the typed word is
      a candidate for whitelisting, this change has it check whether
      the whitelisting results in the typed word before returning.
      Hence, it can keep the case-insensitive behavior of the
      whitelist.
      
      Coincidentally, this change renames the method used to do
      this, because it does not comply with the general contract
      of Dictionary. This happens to be in the way of another
      upcoming change.
      
      Bug: 5420371
      Change-Id: Ifb305271acc5f171adf9b18c762ae7975b14be0a
      5f41b705
Loading