Skip to content
Snippets Groups Projects
  1. Oct 02, 2013
    • Jean Chalard's avatar
      Fix a pernicious bug with caps. · f735117d
      Jean Chalard authored
      What's happening here is, setAlphabetKeyboard sets the
      keyboard to AUTOMATIC_SHIFTED and updates the keyboard, then
      restoring the keyboard old state sets it back to UNSHIFTED without
      updating it. When we finally know what the correct value is,
      we try to set it to UNSHIFTED, but since that's already the currently
      recorded state, it skips updating the keyboard forever.
      
      The solution is to avoid setting the shift state without updating the
      keyboard.
      
      Bug: 10948582
      Change-Id: Ic8670401e378f8284e851281f91a9ad93eac8e90
      f735117d
  2. Oct 01, 2013
  3. Sep 30, 2013
  4. Sep 28, 2013
  5. Sep 27, 2013
  6. Sep 26, 2013
  7. Sep 25, 2013
  8. Sep 24, 2013
Loading