New Feature: Use the android TTS feature to speech messages #1813
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I wanted to add a feature to speech the text of the selected message because someone i know can't read correctly messages and the accessibility builtin the phone isn't good enough and hearing messages is easier. I have added a button in the options menu which is only available when selecting one message, it's using the default language of the phone for the speech language. This feature is basic and this can be improved and this feature isn't working on phones with android 11+ because i have not added a line in the android manifest (see Android SDK TTS page). I'm looking forward to hopefully add my feature in the main app and correct mistakes i have made (if any),