Skip to content
Snippets Groups Projects
  1. Dec 22, 2012
    • Kurt Partridge's avatar
      Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS · 68fc33bd
      Kurt Partridge authored
      Previously, LOG_EVERYTHING logged both all bigrams and also the entire TextView at the end of a
      session.  Now, use a separate flag, LOG_FULL_TEXTVIEW_CONTENTS to determine whether the TextView
      contents are recorded.
      
      Change-Id: I0c7a90a8ff88aa65d057f3b2d3dd5adc3893504a
      68fc33bd
  2. Dec 21, 2012
  3. Dec 20, 2012
  4. Dec 19, 2012
  5. Dec 18, 2012
  6. Dec 17, 2012
  7. Dec 14, 2012
  8. Dec 13, 2012
  9. Dec 11, 2012
  10. Dec 08, 2012
  11. Dec 06, 2012
  12. Dec 05, 2012
  13. Dec 04, 2012
    • Jean Chalard's avatar
      Fix wrong misspelling reports of fully capitalized words · 95bfb8ac
      Jean Chalard authored
      Two flavors of words would be wrongly reported as misspelled
      by the android spell checker when they are written in all
      upper case letters:
      - Words containing a quote or a dash or any other non-letter
      - Words that need the first letter to be capitalized
      
      Bug: 7659216
      Change-Id: Ibc5d261945ffcbb8a858d4c73b7c62cef6671abf
      95bfb8ac
    • Tadashi G. Takaoka's avatar
      Dismiss sliding key input preview when touch event is canceled · 08d8a676
      Tadashi G. Takaoka authored
      This is a follow up of Id807af31.
      
      Bug: 7662486
      Change-Id: I13895140f1214592257d0023c1450875a4885ee9
      08d8a676
    • Ken Wakasa's avatar
      Add a new option for the double-space period functionality · 139bd83f
      Ken Wakasa authored
      bug: 6934756
      
      Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859
      139bd83f
    • Kurt Partridge's avatar
      Fix crashes related to setSpan(-1 ... -1) errors · b10ec531
      Kurt Partridge authored
      Fixes b/7652661
      
      In some circumstnaces, when hiding the window, the logger tries to capture the TextView contents
      and restore the cursor position based on the values stored in LatinIME.  However, the IME may not
      know the cursor position.
      
      This fix does two things 1) doesn't try to reposition the cursor if the TextView contents are not
      to be captured, and 2) if the cursor position is unknown (i.e., == -1), doesn't try to move it back.
      
      Change-Id: I3976aaccf58c18f892c3a8530218ae52bcac9989
      b10ec531
Loading