Skip to content
Snippets Groups Projects
  1. May 28, 2013
  2. May 24, 2013
  3. May 22, 2013
  4. May 21, 2013
  5. May 20, 2013
  6. 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
  7. May 15, 2013
  8. May 14, 2013
    • Kurt Partridge's avatar
      Remove unnecessary commit/uncommit · 993acbaa
      Kurt Partridge authored
      When the user reverts a commit, this causes the committed
      word to be changed. The user usually then goes back to edit
      that word.  Going back to edit causes an uncommit, so that
      the editing actions are added onto the LogUnit containing
      the operations used to construct the word.
      
      But currently, reverting also involves its own
      commit/uncommit pair, with the caller performing the
      uncommit, and the commit happening inside the revert
      command.  This may have been necessary in the past, when
      revert was called in different situations, but is
      unnecessary now.  Furthermore, the guarding conditions are
      currently such that the uncommit doesn't always undo the
      effects of the commit, corrupting the log output.
      
      Change-Id: I74af41f4f1db2fcabfa496dcc4a2d7bd0af19b3a
      993acbaa
    • Tadashi G. Takaoka's avatar
      Revise welcome screen video and still image · 7348d9fb
      Tadashi G. Takaoka authored
      Bug: 8159728
      Change-Id: Ief8d7197879d24ccef529e975c23d6f11c7aa458
      7348d9fb
    • Ken Wakasa's avatar
      Revert "Fix isSuggestionsStripVisible when keyboard hidden" · 3efa36f6
      Ken Wakasa authored
      This reverts commit cb0d1c4c
      
      Change-Id: Ie2c8e01c25bd051b6157e8f32ab84392a0c7252a
      bug: 8954116
      3efa36f6
    • Tadashi G. Takaoka's avatar
      Back to previous keyboard layout by canceling sliding input · 41016aca
      Tadashi G. Takaoka authored
      Bug: 8915171
      Change-Id: Iabdeb7920f67f89246087c3ee06240406ecfbc3d
      41016aca
    • Jean Chalard's avatar
      Fix isSuggestionsStripVisible when keyboard hidden · cb0d1c4c
      Jean Chalard authored
      When the keyboard is hidden, the suggestion strip is
      never visible.
      
      Bug: 8954116
      Change-Id: I9f242d07b49ad60b625a22429bb013251e814905
      cb0d1c4c
  9. May 13, 2013
  10. May 10, 2013
  11. May 09, 2013
  12. May 08, 2013
  13. May 07, 2013
Loading