Skip to content
Snippets Groups Projects
  1. Feb 02, 2013
  2. Feb 01, 2013
  3. Jan 31, 2013
  4. Jan 29, 2013
    • Kurt Partridge's avatar
      [Rlog29] User interface for recording · faf35c32
      Kurt Partridge authored
      - Also, internal flag for automatically replaying after a recording is made (off by default)
      - RLog key to "Bug?"
      
      multi-project commit with I0c2fababd73eed5a341af487bca04ddd650d4cc2
      
      Change-Id: I162c96a715de7180f276e08b4686a20f29dabafb
      faf35c32
    • Kurt Partridge's avatar
      [Rlog27] Add replay capability · f3731188
      Kurt Partridge authored
      - Add support for replaying log files to the ResearchLogger.  This will let
        users preview data that they choose to upload.
      - When the user explicitly requests that the system record their action, it
        will record everything up to, and including, the motion involved in shutting
        off the recording.  This change also removes the stop-recording motion
        commands.
      
      Change-Id: Ib1df383bbf1881512cb111fab9f6749c25e436ba
      f3731188
  5. Jan 22, 2013
    • Kurt Partridge's avatar
      [Rlog81a] Determine correction type of words · 0c16a5c6
      Kurt Partridge authored
      Heuristic to determine whether a word was a typo correction or a complete
      replacement by examining a correction to see if it falls within the list of
      suggested words of the original.
      
      Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772
      0c16a5c6
  6. Jan 21, 2013
  7. Jan 18, 2013
  8. Jan 17, 2013
  9. Jan 16, 2013
  10. Jan 15, 2013
    • Kurt Partridge's avatar
      [Rlog67] Renaming clarification · 9579936b
      Kurt Partridge authored
      ResearchLogger.latinIME_handleSeparator wasn't doing anything really specific to
      the separator, so its implementation has been renamed according to its role.
      
      Change-Id: I24e8691c7dc440dd067e96d23e50463683e17cfc
      9579936b
  11. Jan 14, 2013
  12. Jan 12, 2013
  13. Jan 11, 2013
  14. Jan 10, 2013
    • Kurt Partridge's avatar
      [Rlog57b] fix logging of reverts · 75e69753
      Kurt Partridge authored
      Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276
      75e69753
    • Kurt Partridge's avatar
      [Rlog56] Buffer words before pushing out LogUnit · 403c4239
      Kurt Partridge authored
      Previously, a logbuffer only held an n-gram.  Data went in and out of it, FIFO, until privacy
      conditions were met (i.e. data not collected too frequently), and then an n-gram was saved.
      E.g., if n=2, and only 10% of data is collected, then 18 words went through the logbuffer before
      it captured the next 2 words.
      
      However, if a user then went back and edited the n-gram, these edits were not captured.
      
      This change changes the logbuffer size to temporarily hold data about words that are not recorded,
      so that if the user backs up over them, the edits to an n-gram that we do eventually capture are
      stored.  If the example above, instead of a logbuffer holding 2 words, it holds 20.  The system
      waits until all the words not needed for the n-gram have been gathered (i.e. the buffer is full),
      so the user has adequate time to edit, before shifting out the n-gram.  The buffer is still flushed
      when the user closes the IME.  See the comment for MainLogBuffer for an explanation.
      
      multi-project commit with I45317bc95eeb859adc1b35b24d0478f2df1a67f3
      
      Change-Id: I4ffd95d08c6437dcf650d866ef9e24b6af512334
      403c4239
    • Kurt Partridge's avatar
      [Rlog52z] Cleanup and small bug fixes · 8bda3580
      Kurt Partridge authored
      Change-Id: Ia3fca4881370ffcdd5f2b14d2d1094c51f4330ae
      8bda3580
    • Kurt Partridge's avatar
      [Rlog50] capture bigrams properly even with deletions · 3b95eaf7
      Kurt Partridge authored
      multi-project commit with Ia4ec213e8356897807cb6a278fccdbaa945732f0
      
      Change-Id: Ib3fe886dc889954a31586ab81d00a21d8d55efd2
      3b95eaf7
  15. Jan 08, 2013
  16. Jan 07, 2013
  17. Jan 04, 2013
  18. Dec 23, 2012
  19. Dec 22, 2012
Loading