30 Commits (d6308605def49daa2eef7d2bb42de4cecff504dc)

Author SHA1 Message Date
  Reece H. Dunn d6308605de Use en-JM instead of en-029 and es-MX instead of es-419. 12 years ago
  Reece H. Dunn bb0a8a3c7a Ensure the tests pass on Android 4.0 - 4.2. 12 years ago
  Reece H. Dunn 3d2d277a10 Avoid MissingResourceException on calls to getISO3CountryCode. 12 years ago
  Reece H. Dunn fc9bc0e55d SpeechSynthesis.java: fix getAvailableVoices() on Android 4.3 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 0867c97336 When specifying dialects of Vietnamese, specify the country code as well as the variant code. 12 years ago
  Reece H. Dunn a42f748f2b Support voice variants and ages. 12 years ago
  Reece H. Dunn b60ed6c9ae Display the formatted units on the volume setting. 12 years ago
  Reece H. Dunn 233da111db TtsService.java: rework the logic to use the new Parameter API. 12 years ago
  Reece H. Dunn de78778210 SpeechSynthesis.java: further refine the Parameter API. 12 years ago
  Reece H. Dunn 85836eae92 SpeechSynthesis.java: rename the parameter APIs. 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 23d34d702a SpeechSynthesis.java: provide a binding of the eSpeak Get/SetParameter API. 12 years ago
  Reece H. Dunn 3a92ee34f2 Support the new voices. 12 years ago
  Reece H. Dunn 4d44e88dd2 TtsService: support detecting SSML documents 12 years ago
  Reece H. Dunn c6cca792ee Correctly handle the new vi-hue language. 12 years ago
  Reece H. Dunn 3f5b5bb521 android: support the Aragonese and Farsi/Persian voices from 1.46.31 12 years ago
  Reece H. Dunn f455a466c3 Do not add a voice if the Locale assigns a blank ISO3 language code. 12 years ago
  Reece H. Dunn df1adcfcfb Use zh-HK for Cantonese Chinese as Android does not properly support the yue language code. 12 years ago
  Reece H. Dunn 920dc0ad0c Report the eSpeak version in the main activity. 12 years ago
  Reece H. Dunn 7dd1d66e4a Fix the shared object name for API 8 compatibility, with tests. 12 years ago
  Reece H. Dunn dc4f85865d SpeechSynthesis: fix the getSampleText behaviour when passed Java-style locale codes. 12 years ago
  Reece H. Dunn 2a3a1a0a81 Move the sample text logic into SpeechSynthesis.getSampleText and add test cases for it. 12 years ago
  Reece H. Dunn 0a69c19112 SpeechSynthesis.Voice.toString should report the language code (not the voice name), so the correct language name is displayed 12 years ago
  Reece H. Dunn b9c0143a9b Rename libttsespeak.so to libespeak.so. 12 years ago
  Reece H. Dunn 1a28553d4c Add tests for the data returned by the SpeechSynthesis class, specifically the Voice locale entries. 12 years ago
  Reece H. Dunn 123e55a39c Relocate the package to com.reecedunn.espeak 12 years ago
  Reece H. Dunn df0f166fb4 Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse 12 years ago
  Reece H. Dunn e2d15f6456 nativeSetLanguage is not used, so remove the associated code 12 years ago
  Reece H. Dunn aad02ea440 Clean up some easy to fix warnings in the Java code. 12 years ago
  Reece H. Dunn dfbfec4e05 Improve the logging on the JNI/C++ bindings and document which API versions each implementation targets 12 years ago
  Reece H. Dunn 507cb27df0 pull in the espeak activity sources from eyes-free 12 years ago