Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set ssmlAnouncement when using SpeechAnnouncementListener #1675

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

danesfeder
Copy link
Contributor

@danesfeder danesfeder commented Jan 15, 2019

Closes #1577

SSML tags would never be considered with the current implementation. This PR reverts #1281 to make SpeechAnnouncementListener#willVoice return a SpeechAnnouncement again.

@codecov-io
Copy link

codecov-io commented Jan 15, 2019

Codecov Report

Merging #1675 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master    #1675      +/-   ##
============================================
- Coverage     26.24%   26.22%   -0.02%     
  Complexity      786      786              
============================================
  Files           196      196              
  Lines          8342     8340       -2     
  Branches        597      597              
============================================
- Hits           2189     2187       -2     
  Misses         5956     5956              
  Partials        197      197

@danesfeder danesfeder added the backwards incompatible Requires a SEMVER major version change. label Jan 15, 2019
Copy link
Contributor

@Guardiola31337 Guardiola31337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix here @danesfeder

Should we make sure / add a note to the Javadoc stating that if the ssmlAnnouncement is malformed it falls back to what is included in announcement and Android TTS?

:shipit:

@danesfeder danesfeder merged commit 55afb23 into master Jan 15, 2019
@danesfeder danesfeder deleted the dan-willvoice-ssml branch January 15, 2019 19:35
@danesfeder danesfeder mentioned this pull request Jan 16, 2019
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards incompatible Requires a SEMVER major version change. bug Defect to be fixed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants