Skip to content
Snippets Groups Projects
  1. May 29, 2013
    • Jean Chalard's avatar
      Rub some butter on dictionary list scrolling. · 2b34b4ea
      Jean Chalard authored
      The default implementation for preferences refuses to
      cache the views for custom preferences at all. We can
      do it, but the system won't do it for us, so this does it.
      This makes the screen scrolling smooth again.
      
      Incidentally it also fixes the bug where the button may
      not animate on the first element.
      
      Bug: 8882722
      Bug: 8883108
      Change-Id: I9b2306ac4bf93761a808ebfee3477a65f017cddf
      2b34b4ea
  2. May 28, 2013
  3. May 24, 2013
  4. May 23, 2013
  5. May 22, 2013
  6. May 21, 2013
  7. May 20, 2013
  8. May 17, 2013
    • Kurt Partridge's avatar
      Fix punctuation logging · 500dea6a
      Kurt Partridge authored
      Punctuation is currently put into the same LogUnit as the
      following word.  This is counter-intuitive and makes
      post-processing more complicated.
      
      This change causes punctuation to be put into its own
      LogUnit.
      
      A tricky case is the phantom space.  A phantom space is
      inserted right before other text, whose MotionEvents have
      already been collected and inserted into mCurrentLogBuffer.
      Phantom spaces are handled by creating their own LogUnit and
      inserting it into the LogBuffer right before
      mCurrentLogBuffer is shifted in.
      
      Change-Id: I102d7cd93982ad37ba0abb6c1ac0f66b85b5f95d
      500dea6a
  9. May 15, 2013
Loading