Skip to content
Snippets Groups Projects
  1. Jul 26, 2012
  2. Jul 25, 2012
  3. Jul 23, 2012
  4. Jul 20, 2012
    • Kurt Partridge's avatar
      ResearchLog refactor · 6b966160
      Kurt Partridge authored
      - new package: com.android.inputmethod.research
      
      multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc
      
      Bug: 6188932
      
      Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4
      6b966160
  5. Jul 19, 2012
  6. Jul 18, 2012
  7. Jul 13, 2012
  8. Jul 12, 2012
    • Jean Chalard's avatar
      Increase encapsulation (A118) · 2c5cf744
      Jean Chalard authored
      showSuggestions is only ever called by updateSuggestionsOrPredictions.
      It only feels natural that, when called with a 0-sized or null
      suggestion list, it clears the suggestions.
      
      Change-Id: I5b52bc9151afca1bb6c6f0a7f81e3255add92177
      2c5cf744
  9. Jul 11, 2012
    • Kurt Partridge's avatar
      intentional logging · 223d671f
      Kurt Partridge authored
      - separate ResearchLog from ResearchLogger
      - fix abort menu to explicitly indicate re-enabling of logging
      - auto flush entries every 5s
      - conform to new suggestedWords class
      
      multi-project change with I9fe1f8fe59d5891daa4ca84af157f36fb1bb17dc
      
      Bug: 6188932
      
      Change-Id: I7e99390f934481c6ed9cea2b259944583edda5bb
      223d671f
  10. Jul 10, 2012
  11. Jul 09, 2012
  12. Jul 06, 2012
    • Tadashi G. Takaoka's avatar
      Extend onTextInput to be able to inject suggestions · 4be03bef
      Tadashi G. Takaoka authored
      Change-Id: I1061da0edfdb05c64c5711717d4ef9fa9681e568
      4be03bef
    • Jean Chalard's avatar
      Fix a bug where spaces would be forgotten · 4fde56b8
      Jean Chalard authored
      Bug: 6785706
      Change-Id: Ic7bf242ef058d116b986d47ad197b6d2802e2342
      4fde56b8
    • Jean Chalard's avatar
      Remove useless processing (A65) · 8e36e510
      Jean Chalard authored
      We just resetted the composing state - updating suggestions
      is sure to yield no results. We may as well not call
      updateSuggestions at all.
      We should however still cancel any lingering timer from a
      previous input field, to avoid this useless processing.
      
      Change-Id: Ic1a19d577903d792bb797c837cc517ea8d430e75
      8e36e510
    • Jean Chalard's avatar
      Refinement (A64) · 449be371
      Jean Chalard authored
      Change-Id: I7c16e28ffce4fe0965b756bf2b00ee63b77dd039
      449be371
    • Jean Chalard's avatar
      Remove useless code (A63) · 43193ad6
      Jean Chalard authored
      If the separator is not a space, then we will always call
      setPunctuationSuggestions and reset the suggestion strip anyway.
      If the separator is a space, then the cursor has a space on
      the left, which means isCursorTouchingWord depends only on
      whether it touches a word on the right. If we were displaying
      the "add to dictionary hint", it means a suggestion was just
      chosen, so it had to be displayed, and that requires a composing
      word and no non-separator at the right of the cursor.
      
      In the end, if we go through this postUpdateSuggestions call,
      we are sure we will reset the suggestions later in this method,
      either by calling postUpdateBigramPredictions, or
      setPunctuationSuggestions.
      
      Change-Id: I95d5f77a5d0ac6d1a6ced8d67d6ac8f650db4a32
      43193ad6
    • Jean Chalard's avatar
      Simplification (A62) · 8ba33c1a
      Jean Chalard authored
      Change-Id: I606270a0387787445b7cd6b94e4830bfc144b49e
      8ba33c1a
    • Jean Chalard's avatar
      Remove useless code (A61) · 66a2e96f
      Jean Chalard authored
      Just after this, clear() will be called, removing the suggestion
      strip from the screen. It will later be displayed again through
      onStartInputView, which will update its content.
      
      Change-Id: I15c23ad2adecab76b0791d7fc222d15b6533f3bd
      66a2e96f
Loading