Skip to content
Snippets Groups Projects
  1. May 31, 2013
  2. May 30, 2013
  3. May 29, 2013
    • Jean Chalard's avatar
      Tell the text view we reset state on finish input · 68d9cb62
      Jean Chalard authored
      This should be done in onFinishInput rather than onFinishInputView
      but for an unknown reason onFinishInput never comes.
      
      Bug: 9113167
      Change-Id: Iafb40846a3ed8fad78bfc160d17cd431f81fe891
      68d9cb62
    • Jean Chalard's avatar
      Rub some butter on dictionary list scrolling. · 2b34b4ea
      Jean Chalard authored
      The default implementation for preferences refuses to
      cache the views for custom preferences at all. We can
      do it, but the system won't do it for us, so this does it.
      This makes the screen scrolling smooth again.
      
      Incidentally it also fixes the bug where the button may
      not animate on the first element.
      
      Bug: 8882722
      Bug: 8883108
      Change-Id: I9b2306ac4bf93761a808ebfee3477a65f017cddf
      2b34b4ea
  4. May 28, 2013
  5. May 27, 2013
  6. May 24, 2013
  7. May 23, 2013
  8. May 22, 2013
  9. May 21, 2013
    • Tadashi G. Takaoka's avatar
      Clean up unused return value · 96efb125
      Tadashi G. Takaoka authored
      Change-Id: Ie59f08db947ca5314935c6b723cf498129b4515c
      96efb125
    • Tadashi G. Takaoka's avatar
      Fix drawing debug points of gesture trails · 97643972
      Tadashi G. Takaoka authored
      Bug: 7167303
      Change-Id: I9a75b1b9b9127c5364da49b2a04b22c16a7ad535
      97643972
    • 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
    • Tadashi G. Takaoka's avatar
      Clean up IntentCompatUtils a bit · db7d4da3
      Tadashi G. Takaoka authored
      Change-Id: I803aa6c2160bfa1ffe992b28e7eb6e8a320c9762
      db7d4da3
    • 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