aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/voice/LoggingEvents.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use de-duped version on LoggingEvents now in android-common.Maryam Garrett2010-01-291-119/+0
| | | | | | | | | | | | | 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
* Put the LoggingEvents class in sync with latest - adds some VoiceSearchMike LeBeau2010-01-251-2/+25
| | | | events which won't be used by LatinIME.
* Migrate voice features into the open-source LatinIME. This includesMike LeBeau2010-01-171-0/+96
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.