aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice/VoiceInputLogger.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Refactor 1) Moved voice related codes to deprecated/voicesatok2011-03-161-267/+0
| | | | Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+1
| | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* resolved conflicts for merge of 21c3e696 to masterMaryam Garrett2010-10-141-8/+67
|\ | | | | | | Change-Id: I35b6abc1569f3e16ddf2db523dc1326ff294962a
| * Fix the over-calling of VoiceSearch LoggingMaryam Garrett2010-10-111-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | bug: 3035228 This change will reduce the number of times VoiceSearch app is called to log IME events. This is because it 1) only flushes the logs when there is relevant logging information available and 2) sets a flag in UserHappinessSignals so that other apps (eg: gmail/sms) can know if there is relevant logging information before sending the logging intent to voice search. Change-Id: I708fea5a38f854091f1101e4f6a3db46296f3e92
* | Logging for the VoiceSearch alternatesMaryam Garrett2010-08-301-8/+7
|/ | | | | | | | | | | Log which voice-based alternates were selected, and what word in the recognition results were replaced. Change-Id: I1527dc794902a18a226ca45e186ecf84841094c8 Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
* Fixes the over-logging of TextModifiedMaryam Garrett2010-03-151-4/+35
| | | | | | | | | | | | | | We were overlogging the TextMoified action because the old implementation would log a cursor change as a text modification. This CL logs 4 specific actions (choose suggestion, delete text, insert text, insert punctuation) as a text modification rather than any action in the textbox I also add in logging of the length of the recognition result so that we can get some more context around the scope of the editing of the ime result. Change-Id: I172df24ddc0a7b62bcc5ed806fd70ef7e1c42310
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+177
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986