Skip to content
Snippets Groups Projects
  1. Jul 23, 2012
  2. Jul 20, 2012
    • Kurt Partridge's avatar
      ResearchLog uploading · 9c539d5a
      Kurt Partridge authored
      - uploads files in the background to server
      
      multi-project commit with Ie0d937773e04b2fbefc8d76c231aaa52ebc392c9
      
      Bug: 6188932
      
      Change-Id: I90bb0e237eeb567e4cbb51085f2229f17f1fe71c
      9c539d5a
    • 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
  3. Jul 19, 2012
  4. Jul 14, 2012
  5. 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
  6. Jul 05, 2012
  7. Jul 02, 2012
  8. Jun 29, 2012
  9. Jun 26, 2012
  10. Jun 21, 2012
    • Kurt Partridge's avatar
      Allow punctuation through privacy filter · 33d9f9b6
      Kurt Partridge authored
      Also cleaned up the privacy code a bit.
      
      multi-project commit with Change-Id: Ic0919a6929ebb2623ff4124f7adc96d9e5f8df3c
      
      Bug: 6188932
      Change-Id: Id470fe7cc6e4a8fb01f1ea5b178a74cd27d59218
      33d9f9b6
  11. Jun 17, 2012
    • Kurt Partridge's avatar
      Remove non-dictionary words and digit touch data. · 6080f687
      Kurt Partridge authored
      Output to the ResearchLogger is now queued and only flushed if the word
      the user was working on is a dictionary word.
      
      multi-project commit with Ic713ec00777fbdcf4a937b3c77b995257e100fc7
      
      Bug: 6188932
      Change-Id: I9de15227ff51be23083d9096f1c1b3d83802fff7
      6080f687
  12. Jun 16, 2012
    • Kurt Partridge's avatar
      Replace digits in ResearchLogger · a696781c
      Kurt Partridge authored
      Digits may represent personally identifying information.  They are
      now replaced with a non-identifying symbol.
      
      multi-project commit with I07d1cfdc45f6086f67af45775f4ed12da1833aca
      
      Bug: 6188932
      
      Change-Id: Ifda8079e6c1f29b5f8af34c6d1fccf5770f164ca
      a696781c
  13. Jun 14, 2012
  14. Jun 12, 2012
  15. Jun 08, 2012
  16. Jun 07, 2012
    • Kurt Partridge's avatar
      add research log ui control · 724bc479
      Kurt Partridge authored
      - lets users flag a particular time in the research log
      - lets users delete the log for this session
      
      also makes the UsabilityLog setting control whether the ResearchLog logs or not.
      
      multi-project commit with I89067e7d3b8daca7179333f1dbe82224c26920fe
      
      Bug: 6188932
      Change-Id: I89864ef3ab53b0efe1ea8d75247be08712f0c399
      724bc479
  17. Jun 05, 2012
  18. May 31, 2012
  19. May 29, 2012
    • Kurt Partridge's avatar
      Fixes to json output · 86fcadde
      Kurt Partridge authored
      - booleans and numbers in SharedPreferences not quoted as strings
      - removed redundant logging from KeyboardState
      - json output for KeyboardId
      - remove unnecessary logging of LatinImeLogger.onStartView() and PointerTracker checking keyboardlayoutchange
      - fix to day-of-month part of uuid
      
      Multi-project commit with Idb8f190214f852ab2b58df49f9e514dc7fcbecbb
      
      Bug: 6188932
      
      Change-Id: I67b4a0b34aa26c2804e2b3ee2136614f0ec8181a
      86fcadde
  20. May 25, 2012
  21. May 22, 2012
    • Kurt Partridge's avatar
      switch ResearchLogger output to json. · 07cd1e17
      Kurt Partridge authored
      use multiple logging files, clean up internal nested class structure.
      
      multi-project commit with I1813b6710ef586d96cf8936662f58b870040d6e5
      
      Bug: 6188932
      Change-Id: I438790e28f74747c4c1a48a20c1942a0fd818b6c
      07cd1e17
  22. May 18, 2012
  23. May 14, 2012
    • Kurt Partridge's avatar
      include text context in researchLogger · aec44d50
      Kurt Partridge authored
      when logging LatinIME.onUpdateSelection(), now include the current word and
      preceding word.  no escaping of the word is performed; this is temporary
      until the output format is cleaned up.
      
      also fix EditingUtils.getWordRangeAtCursor to support supplementary
      UTF-16 characters.
      
      Bug: 6188932
      Change-Id: If4612a2627537d5d8bb2f9585a3ad1b4e56c2e26
      aec44d50
  24. May 04, 2012
  25. May 03, 2012
  26. Apr 30, 2012
  27. Apr 20, 2012
    • Kurt Partridge's avatar
      remove unnecessary KeyboardState logging · c59d74ce
      Kurt Partridge authored
      Bug: 6188932
      Change-Id: Iafbb1825777122a1810fa3339853263aced3077e
      c59d74ce
    • Kurt Partridge's avatar
      researchLogger detail on IME sessions · 48a7681e
      Kurt Partridge authored
      log device type, screen size, etc.  also simplification inside ResearchLogger
      to use exceptions better, and fix ResearchLoggerTests to not change
      preferences to specify the logfile.
      
      multi-project change with Idfd193b16260215cca32886e288f03a0c12b2781
      
      Bug: 6188932
      Change-Id: Idd3ca6eb8e8e3934f68234b241c7fd7d0cc3bcd5
      48a7681e
  28. Apr 18, 2012
  29. Apr 16, 2012
  30. Apr 13, 2012
  31. Apr 11, 2012
  32. Apr 09, 2012
Loading