Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Support for MozillaSpeech GWE implementation #2886

Closed
wants to merge 2 commits into from

Conversation

keianhzo
Copy link
Contributor

@keianhzo keianhzo commented Feb 27, 2020

Fixes #1580 MozillaSpeechLibrary has now support for GeckoWebExecutor where available so we can safely remove all the http client dependencies that we were using from com.loopj.android and cz.mesebera.android.

This PR migrates all usage of those libraries to GWE and bumps the MozillaSpeechLibrary version to 1.0.11 which already implements support for GWE. mozilla/androidspeech#27

Testing
Until that PR lands this PR can be tested checking out that PR from the MozillaSpeechLibrary repo and using the commit 90a6f5e from this PR. Make sure that the MozillaSpeechLibrary repo is cloned in the same folder where the FxR repo lives.

@keianhzo keianhzo added this to the #10 features milestone Feb 27, 2020
@keianhzo keianhzo self-assigned this Feb 27, 2020
@keianhzo keianhzo changed the title V8/mozillaspeech gbe Support for MozillaSpeech GWE implementation Feb 27, 2020
@keianhzo
Copy link
Contributor Author

At some point the MLS stopped supporting requests without an API key, I saw it while debugging the GWE migration of the client. I've request an API to the MLS team.

@keianhzo
Copy link
Contributor Author

Replaced by #2896

@keianhzo keianhzo closed this Feb 28, 2020
@bluemarvin bluemarvin deleted the v8/mozillaspeech_gbe branch March 4, 2020 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

androidspeech currently uses cz.msebera.android.httpclient
1 participant