-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2916: tts Part1 modifying the base text component * 2916: tts for webView Part 2 * Improving tts and creating TtsPlayer component * 2916: Adding Tests for TtsPlayer * 2916: tts creating the UI * 2916: tts UI part 2 * 2916: improvements to reading and volume changing * 2916: improvements and code is moved to app level as a wrapper * 2916: Preventing tts from running on wrong screens * 2916: Added translation and enhancements to next and prev sentence reading * 2916: Stopping tts in background * 2916: Fixing TtsPlayer.spec and adding a mock object * 2916: Requested changes: fixing SVGs and changing the way it extracts sentences from html * 2916: updating yarn.lock * 2916: Requested changes: fixing crashes and optimizing SVGs * 2916: Fixing TtsPlayer.spec missing react-native-reanimated mock function * 2916: Requested Changes: adjusting UI and removing duplicate code * 2916: Adding tts for FeatureFlagsType * 2916: Requested Changes for splitting logic and using parseHTML * 2916: Removed Volume slider for tts * 2916: Requested Changes for removing unnecessary lines and replacing useEffect with StartReading * 2916: Replacing TouchableOpacity with Pressable * 2916: Adding more languages to the unsupportedLanguagesForTts list * 2916: requested Changes: refactoring TtsContainer * 2916: Refactoring part 2 * 2916: Refactoring part 3 * 2916: Removing unnessasery dependency from useTtsPlayer's useEffect * 2916: TTS android proposal (#3038) * 2916: Simplify code and improvements * 2916: adding boolean to buildConfig featureFlags tts --------- Co-authored-by: bahaa <[email protected]> * 2916: fixing language is not changed and fixing unavailable reading when changing language and adding snackBar * 2916: requested changes and using better naming * 2916: Fixing truncate function when passing long words * 2916: requested changes for header item and elevation styling * 2916: Android platform needed mocking --------- Co-authored-by: Steffen Kleinle <[email protected]>
- Loading branch information
1 parent
83e715d
commit 08e3ab8
Showing
33 changed files
with
580 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
declare module 'sentencex' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.