| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|  Amith Yamasani | 2010-03-09 | 1 | -324/+0 |
* | Retain voice input across orientation changes. Fixes 2428545•••If an configuration change happens when voice is being captured or
processed, it keeps the voice input state intact and reattaches the
recognition view to the input method.
|  Amith Yamasani | 2010-03-08 | 1 | -8/+20 |
* | Bug fix for: a spinner is shown on VoiceIME startup•••The last change did not solve the bug completely, the spinner was still shown at times when no initialization dialog was shown
Change-Id: I43a5f8df4e333ffb6deb727c3bf45ed7b7a54069
|  Valentin Kravtsov | 2010-02-11 | 1 | -40/+31 |
* | bug fix: sometimes a spinner is shown on VoiceIME startup•••bug: http://b/issue?id=2434331
Change-Id: Ia65d7d92fe4ce212be0323a3b00eb63044d3191b
|  Valentin Kravtsov | 2010-02-10 | 1 | -3/+3 |
* | remove references to Gservices from LatinIME•••Open-sourced platform code shouldn't refer to Gservices. Use the
platform-standard Secure settings table instead (which we can still
push values into from the servers on google-experience devices, like
gservices), but can be populated by other mechanisms for non-ged
phones.
Change-Id: Id0b5830bfc78c1d10dc732dce46546cd09cd1422
|  Doug Zongker | 2010-01-28 | 1 | -15/+15 |
* | Migrate voice features into the open-source LatinIME. This includes•••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.
|  Mike LeBeau | 2010-01-17 | 1 | -0/+321 |