Skip to content
Snippets Groups Projects
  1. Oct 27, 2011
  2. Oct 26, 2011
  3. Oct 25, 2011
    • Ken Wakasa's avatar
      Fix NPE · cb8cb95d
      Ken Wakasa authored
      bug: 5512097
      Change-Id: Id6752c95c9c4b39e7975daa187a2ab92b740060a
      cb8cb95d
  4. Oct 24, 2011
  5. Oct 21, 2011
    • Jean Chalard's avatar
      Rename a flag · 26a531c6
      Jean Chalard authored
      ...and insert some explaining commands
      
      Change-Id: Iff6511e71d66abfaea9f6c21c47f74fa0a67ad78
      26a531c6
  6. Oct 20, 2011
  7. Oct 19, 2011
  8. Oct 17, 2011
  9. Oct 14, 2011
  10. Oct 13, 2011
    • satok's avatar
      Fix the safety net · 2aa1dd45
      satok authored
      Bug: 5453150
      
      Change-Id: I5990feb2622738988bf29843c6bcdb9cbf8bbf33
      2aa1dd45
  11. Oct 12, 2011
  12. Oct 11, 2011
  13. Oct 10, 2011
  14. Oct 07, 2011
    • 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
      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
    • Jean Chalard's avatar
      Add pretty-printing to SuggestedWords.Builder to help debug · af0f13d1
      Jean Chalard authored
      Change-Id: I2f40ca40f2b452078d0f24cef72e0182e10e2269
      af0f13d1
    • Tadashi G. Takaoka's avatar
      Add haptic feedback for caps lock · 416ee19d
      Tadashi G. Takaoka authored
      When long press triggers caps lock, the keyboard also triggers haptic
      feedback.
      
      This change also fixes trivial harmless bug in KeyboardSwitcher.
      
      Bug: 5424681
      Change-Id: I62706b49abd7be1dcebc3c5166ea03f426fc8c86
      416ee19d
  15. Oct 06, 2011
  16. Oct 04, 2011
  17. Oct 03, 2011
Loading