futokb/java/src/com/android/inputmethod
Kurt Partridge 74a6196c6b Modify isAllowedToLog
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
2013-05-21 14:09:04 -07:00
..
accessibility Don't announce changes for A11y within the same keyboard mode. 2013-03-22 11:53:12 -07:00
annotations Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00
compat Support ICS on the user dictionary settings 2013-04-26 15:48:08 +09:00
dictionarypack Reuse old preferences if possible. 2013-05-10 14:41:36 +09:00
event Fix how the Enter action is decided 2013-02-22 16:01:37 -08:00
keyboard Back to previous keyboard layout by canceling sliding input 2013-05-14 20:28:03 +09:00
latin Fix punctuation logging 2013-05-17 09:47:40 -07:00
research Modify isAllowedToLog 2013-05-21 14:09:04 -07:00