Skip to content
Snippets Groups Projects
  1. Nov 30, 2012
    • Kurt Partridge's avatar
      ResearchLogger switch word segmentation · 6a072047
      Kurt Partridge authored
      Previously, a logunit was considered a word only if it was all letters.  This is important for
      tracking bigrams correctly.
      
      Now, a logunit must have only at least one letter.  The dictionary check is still performed,
      and punctuation, etc. still comes in as separate LogUnits.  But a word can contain a space,
      which helps set up for logging words where spaces are inserted automatically, and other situations
      in which text is committed with an additional space tacked onto the end.
      
      Change-Id: Ia74094a99058890d20a9cdadf2d0989841a79a41
      6a072047
    • Kurt Partridge's avatar
      ResearchLogging of segments: groups of LogUnits that are sampled together · 98967539
      Kurt Partridge authored
      Change-Id: Id68de4c6b2df574a38bb5ca800a9b641b1d78200
      98967539
  2. Nov 29, 2012
  3. Oct 29, 2012
  4. Sep 04, 2012
  5. Aug 31, 2012
  6. Aug 30, 2012
  7. Aug 22, 2012
  8. Aug 21, 2012
  9. Aug 20, 2012
  10. 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
  11. Aug 08, 2012
    • Kurt Partridge's avatar
      ResearchLogging upload via service · 7bc4bde4
      Kurt Partridge authored
      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 Idf39453f6ccc70af63e7b2c912f61f2533339870
      
      Bug: 6188932
      Change-Id: Id5484f2b6349e316e828d5bdc0ed9ca92887d5b8
      7bc4bde4
  12. Aug 07, 2012
  13. Aug 05, 2012
    • Kurt Partridge's avatar
      ResearchLogging capture full n-gram data · 838e6c1e
      Kurt Partridge authored
      - 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 Id997fb6572daa3ff55591afa1676953bb204f33a
      
      Because of a strange Gerrit interaction, earlier patchsets were recorded
      as the following separate changes (to soon be abandoned):
      
      - I59d86ae28123890ddb7aabc7dc9a73a75eecbca4
      - I9cc95266fa4500d019e09ec53ec00e5dea7ffd38
      - Ie6f23a2035e160f231406df1388a43725380df1d
      - Id87909e96fa7fa91174c86395a964404f3490fe1
      - I57c5cbde0425c42538d589fa4d1802b3e5688f7c
      - Ic1f9d7727e416da1b6c4f1a45b53750cd4088dcf
      - I20a72ccc4ba1bc08ed3ee39bff71d2adb376588c
      - I417f6f364144b90085f5fef4bd2de1a40b5dfa79
      
      Bug: 6188932
      Change-Id: I771e57e3b8c0eb6721c2022e775cb0b528bdff93
      838e6c1e
  14. Aug 02, 2012
    • Kurt Partridge's avatar
      ResearchLogger to track simple statistics · 5d6cdef2
      Kurt Partridge authored
      Bug: 6188932
      Change-Id: I1ecb5e1fd08f17af998b87414771fa7d90ef5f81
      5d6cdef2
    • Kurt Partridge's avatar
      ResearchLogger log RichInputConnection · 2996cf24
      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 I67bbf5fe8fd821da967a50b69e467caafc7fd388
      
      Bug: 6188932
      Change-Id: I49ccee1dcffe8d41401b42a637dd0da8dd11d90d
      2996cf24
  15. Jul 23, 2012
Loading