LatinIME/java/src/com/android/inputmethod
Kurt Partridge 6fefc142cf Remove FeedbackLog instance variables.
For a while, the ResearchLogger supported comprehensive recording of the
last few words in case the user wished to upload this data to give
developers feedback.  However, this mechanism was not implemented well
(keeping a separate copy of the data), did not make the collected data
clear to the user, and was not working properly in the latest build (NPEs).
The mechanism in fact was deprecated in favor of the "userRecording"
mechanism in which the user explicitly turned on comprehensive recording,
demonstrated the issue they were experiencing, and then turned it off.

This change removes the vestiges of the FeedbackLogging mechanism.
A feedback log is still used to hold the user's message, but it is created
in a local variable as-needed, and not persisted in ResearchLogger.

Change-Id: I6a09d0ed36e1eddb6e57895e7428d22107f75f49
2013-05-13 20:37:15 -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 Merge "Disable long press timer while sliding input mode" 2013-05-13 08:57:56 +00:00
latin Add device specific keypress vibration duration database 2013-05-13 18:34:48 +09:00
research Remove FeedbackLog instance variables. 2013-05-13 20:37:15 -07:00