51 Commits (c9dee003bf62fe2a6acba452b10c164e3bfc345a)

Author SHA1 Message Date
  Reece H. Dunn bb3b7e9a00 Use BCP 47 locale codes for Voice.getLocale() to support the correct localization on Lollipop and later. 9 years ago
  Reece H. Dunn e08b1fc624 Update the copyright notices. 9 years ago
  Reece H. Dunn c094f4840b Fix a Parcel `collection == null` exception. 9 years ago
  Reece H. Dunn 7c8128cc12 Fix the tests on Android Marshmallow. 9 years ago
  Reece H. Dunn 059f88138e TtsService: onSynthesizeText does not need to set the language (this is done by setLanguage/setVoice 9 years ago
  Reece H. Dunn 385a18bf04 TtsService: clear mAvailableVoices before repopulating it 9 years ago
  Reece H. Dunn ced5afb0a1 TtsService: only set mMatchingVoice when told to load the voice. 9 years ago
  Reece H. Dunn 8f6f0966f6 Fix the TtsService.onGetDefaultVoiceNameFor behaviour. 9 years ago
  Reece H. Dunn d6786a4df4 Factor out the onIsLanguageAvailable logic into a findVoice helper method. 9 years ago
  Reece H. Dunn 0ac8564fe5 TextToSpeechServiceTest: add mMatchingVoice tests 9 years ago
  Reece H. Dunn 1e16011ee8 Use onIsLanguageAvailable in onGetDefaultVoiceNameFor instead of onLoadLanguage (language does not need to be loaded at this point). 9 years ago
  Reece H. Dunn 1f6d3eeb4b Make mAvailableVoices final to avoid a lint warning on synchronized calls. 9 years ago
  Reece H. Dunn c4230b01ca Make Voice return the Java-based (ISO 639-3) language and country codes. 9 years ago
  Reece H. Dunn 736986d609 TextToSpeechService: support SynthesisRequest.getVoiceName 10 years ago
  Reece H. Dunn 1c0e4cfaa9 TextToSpeechService: use a HashMap for the voices. 10 years ago
  Reece H. Dunn cfb2f9d3cb Fix TextToSpeech,setLanguage on Android 5.0. 10 years ago
  Reece H. Dunn c9003c50ba TextToSpeech: test and fix onIsValidVoiceName 10 years ago
  Reece H. Dunn f9912e0c41 TtsService: fix and test onGetVoice. 10 years ago
  Reece H. Dunn 7846e91089 TtsService: add wrappers for the new voice APIs. 10 years ago
  Reece H. Dunn d90e58f9cd Fix deprecated SynthesisRequest.getText usage. 10 years ago
  Reece H. Dunn 8f82baa646 Fix updating the number of installed voices after installing them within the activity. 11 years ago
  Reece H. Dunn b3d5e46b83 Remove unused import statements. 11 years ago
  Reece H. Dunn 602a14d76f TtsService.java: Use the locale from the SynthesisRequest, not the last onLoadLanguage call. 11 years ago
  Reece H. Dunn 1de60cdc15 Rework the 'Punctuation level' (now 'Speak punctuation') preference to include a custom punctuation list. 11 years ago
  Reece H. Dunn 622e6043ef Expose the Punctuation Level setting. 11 years ago
  Reece H. Dunn 3cde1f7e6a TtsService.java: Make onSynthesizeText use VoiceSettings to get the voice parameters. 11 years ago
  Reece H. Dunn 00bc5f2c6c VoiceVariant.java: Use MALE and FEMALE string constants. 11 years ago
  Reece H. Dunn 65cf6c5aa1 Revert the updating of the language when the system language changes. 12 years ago
  Reece H. Dunn fe4e139a83 TtsService: fix migrating the default_gender setting. 12 years ago
  Reece H. Dunn cddd48e6f6 TtsService: support changing language to the user locale when they change the system language. 12 years ago
  Reece H. Dunn 7ee59ed331 SpeechSynthesis: factor out the Voice class into its own file. 12 years ago
  Reece H. Dunn 774c909a9c SpeechSynthesis: factor out the VoiceVariant class into its own file. 12 years ago
  Reece H. Dunn 927a46d3cc TtsService: Rename mBroadcastReceiver to make its usage clear. 12 years ago
  Reece H. Dunn 5ba4971d6b TtsService: fix a 'leaked receiver' exception. 12 years ago
  Reece H. Dunn 894ac4fef2 TtsService: use the same default..max value clamp for speech rate as when upgrading the settings 12 years ago
  Reece H. Dunn a42f748f2b Support voice variants and ages. 12 years ago
  Reece H. Dunn 4b06b1b024 Support configuring the pitch range parameter. 12 years ago
  Reece H. Dunn d0f5dc2ff4 Migrate the speech rate parameter to use the new SeekBar/Parameter UI. 12 years ago
  Reece H. Dunn 09c79bb013 Make the rate setting use the new SeekBar/Parameter UI. 12 years ago
  Reece H. Dunn ac6099ebf1 Hook up the volume parameter to a slider preference dialog. 12 years ago
  Reece H. Dunn 233da111db TtsService.java: rework the logic to use the new Parameter API. 12 years ago
  Reece H. Dunn cc72825682 SpeechSynthesis.java: expose the different voice options from eSpeak 12 years ago
  Reece H. Dunn 88eab88d8a SpeechSynthesis.java: further simplify the setVoice method. 12 years ago
  Reece H. Dunn 027217d5f7 SpeechSynthesis.java: Simplify the SetVoiceByProperties parameters. 12 years ago
  Reece H. Dunn 4d44e88dd2 TtsService: support detecting SSML documents 12 years ago
  Reece H. Dunn 48fa803bc4 TtsService.java: ensure that the voice data is installed/upgraded correctly. 12 years ago
  Reece H. Dunn 199029e97e TtsService.java: use the context from the TtsService object itself 12 years ago
  Reece H. Dunn 9d0a23bb1c TtsService.java: also report TextToSpeech.LANG_MISSING_DATA if the base resources are not found or the data can be upgraded. 12 years ago
  Reece H. Dunn 1e52512637 TtsService.java: report TextToSpeech.LANG_MISSING_DATA if the engine has not been initialized. 12 years ago
  Reece H. Dunn 7816a0a204 TtsService: set the language properties to the matched voice, not the requested voice 12 years ago