futokb/java/src/com/android/inputmethod
Kurt Partridge 87bc3a4a62 Close ResearchLogger upon onFinishInputView
Previously, ResearchLogger#stop() was called both in
LatinIME#onFinishInputView() and in LatinIME#onWindowHidden().  This
resulted in multiple logs being written.

Since onFinishInputView is the more reliable of the two (it is called
in InputMethodService#onDestroy; onWindowHidden is not), the code now
uses onFinishInputView as a stopping signal.

Change-Id: Iae4b8c3bdab226027624eeab19b3737367e4a108
2013-03-25 17:31:25 -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 Merge the dictionary pack in Latin IME. 2013-03-19 15:40:14 +09:00
dictionarypack Break dependencies to allow offdevice tests to build 2013-03-19 16:45:25 +09:00
event Fix how the Enter action is decided 2013-02-22 16:01:37 -08:00
keyboard Remove unused import 2013-03-22 15:23:06 +09:00
latin Close ResearchLogger upon onFinishInputView 2013-03-25 17:31:25 -07:00
research Close ResearchLogger upon onFinishInputView 2013-03-25 17:31:25 -07:00