Skip to content
Snippets Groups Projects
  1. Apr 22, 2014
  2. Mar 25, 2014
    • Keisuke Kuroyanagi's avatar
      Remove logic related to dictionary loading from LatinIME. · adfb2627
      Keisuke Kuroyanagi authored
      Make mSuggest final and give DictionaryFacilitator the
      responsibility to manage dictionary loading state.
      This can simplify the logic to decide how to deal with
      additional dictionaries when loading settings or language
      switching.
      
      Bug: 13273534
      Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99
      adfb2627
  3. Feb 14, 2014
  4. Jan 27, 2014
  5. Jan 22, 2014
  6. Jan 20, 2014
  7. Dec 26, 2013
  8. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  9. Nov 27, 2013
  10. Oct 16, 2013
    • Jean Chalard's avatar
      Remove mIsExpectingUpdateSelection. · 1194b2b2
      Jean Chalard authored
      Bug: 11226045
      Change-Id: I043f90ba92989bd8307c978eb32630439f63a0b9
      1194b2b2
    • Jean Chalard's avatar
      Remove unneeded code. · 497976e0
      Jean Chalard authored
      We don't support LOG_FULL_TEXTVIEW_CONTENTS any more, nor do
      we have any plans to support it again in the future.
      
      This also is a prelude to removing mIsExpectingUpdateSelection.
      
      Bug: 11226045
      Change-Id: Ib68c6daf52993b87225a7ea9e71a414caaecfdb7
      497976e0
  11. Aug 26, 2013
  12. Aug 20, 2013
  13. Aug 15, 2013
  14. Aug 07, 2013
  15. Aug 05, 2013
    • Tadashi G. Takaoka's avatar
      Remove CODE_RESEARCH · c0a732f0
      Tadashi G. Takaoka authored
      Instead of CODE_RESEARCH, special outputText ".research." is used to
      invoke a research feedback dialog.
      
      Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
      c0a732f0
  16. Aug 01, 2013
  17. Jul 31, 2013
  18. Jul 05, 2013
  19. Jul 03, 2013
  20. Jul 01, 2013
  21. Jun 27, 2013
    • Kurt Partridge's avatar
      Record number of words entered · 169571b3
      Kurt Partridge authored
      This change records the number of words entered in every LogUnit.
      This metric is helpful for determining how much multi-word gestures
      and spaceless tapping is used.
      
      Change-Id: I4c6d0f9d78e4ac2dd63fd53ed2ec70b368366f15
      169571b3
    • Jean Chalard's avatar
      Fix some warnings · e04794cb
      Jean Chalard authored
      Mostly remove unused imports
      
      Change-Id: If8ceffdfad79b78194094527759f5c334746973e
      e04794cb
  22. Jun 24, 2013
  23. Jun 22, 2013
  24. Jun 13, 2013
  25. Jun 12, 2013
    • Kurt Partridge's avatar
      Adjust settings for development-only versions · 2a1a463e
      Kurt Partridge authored
      Change-Id: I4f08632d97f182d312edc82bda3c3897a71099ad
      2a1a463e
    • Kurt Partridge's avatar
      Fix ResearchLogger feedback bug · 19ba5e67
      Kurt Partridge authored
      If the logger feedback screen is up and the user hits the home button or the
      keyboard otherwise closes, the system won't let the user enter feedback again,
      because it is waiting for the user to finish the first one.
      
      With this change, the state associated with the feedback screen is
      cleared when the user closes the keyboard.
      
      b/9398772
      
      Change-Id: I832a82793ad42e31b6b3fdb04fabcea75facde7d
      19ba5e67
  26. Jun 04, 2013
  27. Jun 03, 2013
    • Kurt Partridge's avatar
      Fix revert of committed words · 94ef5432
      Kurt Partridge authored
      Now that separators are put into their own LogUnits, they must be handled
      when going through a revert.
      
      Bug: 9088919
      
      Change-Id: Ibebd0752bb2fa38d74ac96001d63070dd419cee3
      94ef5432
    • Kurt Partridge's avatar
      Compare scrubbed strings when uncommitting LogUnits · f07024e0
      Kurt Partridge authored
      A LogUnit is only uncommitted if the LogUnit's word matches what is
      expected.  But a LogUnit never stores numbers, only scrubbed words that
      replace numbers with a special character.  So when uncommitting, the
      text from the TextView must also be scrubbed for the comparison to pass
      correctly.
      
      Bug: 9088919
      
      Change-Id: I9b56f10afce6d0cc84eb9ead3b9a9b1e061ae39c
      f07024e0
    • Kurt Partridge's avatar
      Uncommit separator LogUnits · bdff287a
      Kurt Partridge authored
      Now that separators have their own LogUnits, they must be uncommitted
      from the LogBuffer when backspacing over them.
      
      Bug: 9088919
      
      Change-Id: Ib36cc94939b93abe18850a06bced17caf8aaa5b9
      bdff287a
  28. Jun 02, 2013
  29. May 28, 2013
  30. May 23, 2013
  31. May 21, 2013
    • Kurt Partridge's avatar
      Always record word boundaries · 450d78b0
      Kurt Partridge authored
      Word boundaries are currently logged, but only if all the
      details of a word pass the privacy filter and are logged.
      
      This change records when a word is committed in all cases,
      but does not disclose the word contents or any data used in
      its construction.
      
      Addresses b/9070768
      
      Change-Id: I573679d0685c088aca65af99e46337a2f429f816
      450d78b0
    • Kurt Partridge's avatar
      Modify isAllowedToLog · 74a6196c
      Kurt Partridge authored
      Currently isAllowedToLog only checks the state of the
      ResearchLogger, and does not consider which log the data is
      going to.  This causes problems with the logs for Feedback.
      The Feedback log should inhibit normal logging procedures,
      but the system needs to be able to write specific data
      directly to it.
      
      This change renames to isAllowedToLogTo and adds the
      destination ResearchLog as a parameter.  A FeedbackLog is also
      added as a new class so it can be distinguished from other
      ResearchLogs.
      
      Change-Id: I5a1eea05bb040c26bf816b89179f44b3024fa2ad
      74a6196c
Loading