- May 20, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
-
- Apr 26, 2011
-
-
Jean Chalard authored
This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
-
- Mar 26, 2011
-
-
satok authored
Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb
-
- Mar 17, 2011
-
-
satok authored
Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
-
- Dec 06, 2010
-
-
Maryam Garrett authored
Log which voice-based alternates were selected, and what word in the recognition results were replaced. This change was commited in master, but was never merged into GB. Bug: 3243768 Change-Id: I8f624517990cc77c5cd714bd68ce32ac1b64489f
-
- Dec 02, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Oct 11, 2010
-
-
Maryam Garrett authored
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
-
- Aug 30, 2010
-
-
Maryam Garrett authored
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
-
- Mar 15, 2010
-
-
Maryam Garrett authored
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
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Jan 29, 2010
-
-
Maryam Garrett authored
This CL now simply moves LatinIME to use the version of LoggingEvents in android-common, rather than duplicating the LoggingEvents class between VoiceSearch, Browser, and LatinIME. I also added in a TIMESTAMP to the START broadcast, so that we would be able to evaluate if various events happened after a user tried Voice Input. Change-Id: Ic88ff40fcedf707abc3c5eb2e68dfd0fcdef3701
-
- Jan 17, 2010
-
-
Mike LeBeau authored
the change to logging to remove any private dependencies and use broadcast intents to VoiceSearch instead. I have audited this code and it appears good to go for open-source, but would appreciate a second pair of eyes. Still to do after submitting this CL: * Reintroduce Amith's memory leak fix (37557) which was the only CL added to LatinIME since the last merge over to the private copy. * Make some changes to allow LatinIME to work without voice search installed. Currently I believe it will show the mic but fail if you press it. We need to base the visibility on the mic on the availability of the service. * Fix this code to use the new Gservices framework, it's still trying to use the old one.
-