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

Add support for GWE enabled MozillaSpeechLibrary#2896

Merged
bluemarvin merged 1 commit intomasterfrom
v10/mozillaspeech_gwe
Mar 3, 2020
Merged

Add support for GWE enabled MozillaSpeechLibrary#2896
bluemarvin merged 1 commit intomasterfrom
v10/mozillaspeech_gwe

Conversation

@keianhzo
Copy link
Copy Markdown
Contributor

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

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. This will remain a draft until we get an API key for FxR.

@keianhzo keianhzo added this to the #10 features milestone Feb 28, 2020
@keianhzo keianhzo self-assigned this Feb 28, 2020
@keianhzo keianhzo marked this pull request as ready for review March 3, 2020 21:40
@keianhzo
Copy link
Copy Markdown
Contributor Author

keianhzo commented Mar 3, 2020

The API key is requested, we'll update when we get it. I'll file a task for this.

@bluemarvin bluemarvin merged commit 5e0c591 into master Mar 3, 2020
@bluemarvin bluemarvin deleted the v10/mozillaspeech_gwe branch March 3, 2020 22:22
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

2 participants