Skip to content
Snippets Groups Projects
  1. Oct 26, 2011
  2. Oct 25, 2011
    • Jean Chalard's avatar
      Cleanup. · d0c5f939
      Jean Chalard authored
      Remove a state that can never be reached, and ajust all the
      callers that would always have received false.
      
      Change-Id: Iac025568be11743428419e0772da306a4f0a0bf1
      d0c5f939
    • Jean Chalard's avatar
      Small clean up. · ce668e7a
      Jean Chalard authored
      Remove unused methods and constants.
      
      Change-Id: If72e04394a2943b416915217d22cb6e58a0508b3
      ce668e7a
    • Jean Chalard's avatar
      Add a strong space behavior. · 126698fd
      Jean Chalard authored
      Bug: 5454442
      Change-Id: Ic095cb65dd7b4427617cd74fc7c53a9666b218c4
      126698fd
    • Jean Chalard's avatar
      Fix a cosmetic bug where text would blink on space swap · b7152991
      Jean Chalard authored
      On space swap or space removal in some occasions there would be
      a small blink on the screen. This change fixes that.
      
      Change-Id: I486cbcc5dfcafd531b3fa92c4f9a3255832f22cc
      b7152991
    • Jean Chalard's avatar
      Small clean up · cd43edbc
      Jean Chalard authored
      Remove an unused method and constant
      
      Change-Id: I3e99ea9fc182c83399d46aca81d1b69aab2c36d1
      cd43edbc
  3. Oct 24, 2011
  4. Oct 21, 2011
    • Jean Chalard's avatar
      Rename a flag · 26a531c6
      Jean Chalard authored
      ...and insert some explaining commands
      
      Change-Id: Iff6511e71d66abfaea9f6c21c47f74fa0a67ad78
      26a531c6
  5. Oct 20, 2011
  6. Oct 19, 2011
  7. Oct 17, 2011
  8. Oct 14, 2011
  9. Oct 13, 2011
    • satok's avatar
      Fix the safety net · 2aa1dd45
      satok authored
      Bug: 5453150
      
      Change-Id: I5990feb2622738988bf29843c6bcdb9cbf8bbf33
      2aa1dd45
  10. Oct 12, 2011
  11. Oct 11, 2011
  12. Oct 10, 2011
  13. 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
  14. Oct 06, 2011
  15. Oct 04, 2011
  16. Oct 03, 2011
Loading