LatinIME/java/src/com/android/inputmethod/research
Kurt Partridge e92b5e145f Allow LogUnits to hold >1 word
LogUnits have been annotated with the autocorrected words, but
until now this was assumed to be a single word without spaces.
But spaceless typing can result in spaces in the LogUnit label.  With this
change, the LogUnit inspects the autocorrected text to determine how many
words were inserted, and counts them accurately.

This change corrects a privacy problem, which was that if the word sampling
algorithm chose a LogUnit that actually contained multiple words, then more
than two successive words would be included in the log.

Change-Id: I7c01c3dd3ac33d7e96c00836256bae9c14b124ed
2013-04-19 08:55:39 -07:00
..
BootBroadcastReceiver.java [FileEncap18] Clean up uploading scheduling 2013-03-25 17:50:26 -07:00
FeedbackActivity.java [Rlog29] User interface for recording 2013-01-29 15:46:16 -08:00
FeedbackFragment.java Merge "Fix user recording dialog" 2013-04-18 02:07:16 +00:00
FeedbackLayout.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
FixedLogBuffer.java Allow LogUnits to hold >1 word 2013-04-19 08:55:39 -07:00
JsonUtils.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
LogBuffer.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
LogStatement.java Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS 2013-03-18 23:15:47 +09:00
LogUnit.java Allow LogUnits to hold >1 word 2013-04-19 08:55:39 -07:00
LoggingUtils.java [TestPrep1] Move MotionEvent.Action strings to LoggingUtils 2013-02-20 17:12:56 -08:00
MainLogBuffer.java Allow LogUnits to hold >1 word 2013-04-19 08:55:39 -07:00
MotionEventReader.java Preserve a class for testing 2013-04-10 16:40:17 -07:00
Replayer.java Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS 2013-03-18 23:15:47 +09:00
ReplayerService.java [Rlog47] Replayer service, inspect-researchLog.py 2013-01-31 12:13:08 -08:00
ResearchLog.java Fix JsonWriter bug 2013-04-17 01:26:52 -07:00
ResearchLogDirectory.java Include nanoTime in filename 2013-04-16 20:29:42 -07:00
ResearchLogger.java Allow LogUnits to hold >1 word 2013-04-19 08:55:39 -07:00
ResearchSettings.java [FileEncap9] Extract ResearchLogDirectory class 2013-03-14 06:37:56 -07:00
Statistics.java Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS 2013-03-18 23:15:47 +09:00
Uploader.java resolved conflicts for merge of 5b048292 to master 2013-03-19 10:48:10 +09:00
UploaderService.java Fix alarm bug 2013-04-17 08:39:49 -07:00