Skip to content
Snippets Groups Projects
  1. Aug 21, 2012
  2. Aug 20, 2012
  3. Aug 18, 2012
    • Kurt Partridge's avatar
      ResearchLogging log when preferences change · c58f5d90
      Kurt Partridge authored
      DO NOT MERGE
      
      Bug: 6188932
      Change-Id: Ia7ee65e7f3be10d031a065aaa6c3d18610c7dff0
      c58f5d90
    • Kurt Partridge's avatar
      ResearchLogging upload via service · baf1f0bd
      Kurt Partridge authored
      DO NOT MERGE
      
      Upload using an intent service rather than just a thread.  More robust in case the keyboard
      is closed and the upload hasn't finished yet.
      
      multi-project commit with I40db74fb780e01364609339764e150f0291d3f9b
      
      Bug: 6188932
      Change-Id: Ie980d38a713d15c01083d41bd73f0602ec75dd16
      baf1f0bd
    • Kurt Partridge's avatar
      ResearchLogger to track simple statistics · 7cec911f
      Kurt Partridge authored
      DO NOT MERGE
      
      Bug: 6188932
      Change-Id: I4667f8f60aa356c73f925c298318520f71e144c5
      7cec911f
    • Kurt Partridge's avatar
      ResearchLogging capture full n-gram data · 221e756f
      Kurt Partridge authored
      DO NOT MERGE
      
      - Captures complete motion data for all words in an n-gram.
      - Also filters n-grams properly; if any word in the n-gram is not
        in the dictionary, it is not included.
      - Simplify ResearchLog to not require explicit state
      - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions
        about privacy.
      - Moved LogUnit out from ResearchLogger
      
      multi-project change with Ie2bc79fd7fe6b951b24771e94b8d4ca21989af65
      
      Bug: 6188932
      Change-Id: I568c90d4af07e7c759c1e7fc64b716bd8c7b4ae5
      221e756f
    • Kurt Partridge's avatar
      ResearchLogger log RichInputConnection · 1964ffb3
      Kurt Partridge authored
      Move many ResearchLogger data collection points to RichInputConnection.
      By collecting data here, developers do not have to remember to keep the
      ResearchLog consistent with calls to the RichInputConnection.
      
      In addition, some unnecessary log points were removed, and the ResearchLogger
      is now independent of LatinImeLogger.
      
      multi-project change with Ib71f841044ec1072610ab5638a5edfce29b7c05b
      
      DO NOT MERGE
      
      Bug: 6188932
      Change-Id: I9ec7500a5b18bfe1a5a5bb1e5bf21c43351fc59e
      1964ffb3
  4. Aug 07, 2012
  5. Jul 23, 2012
  6. 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
  7. Jul 19, 2012
  8. Jul 14, 2012
  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 05, 2012
  11. Jul 02, 2012
  12. Jun 29, 2012
  13. Jun 26, 2012
  14. 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
  15. 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
  16. 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
  17. Jun 14, 2012
  18. Jun 12, 2012
  19. Jun 08, 2012
  20. 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
  21. Jun 05, 2012
  22. May 31, 2012
  23. 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
Loading