24 Commits (66ac27a94e7be5fcfa16baf0b77d9d937c3a503e)

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 0b898ed80d Re-enable hy-west support. 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 c4230b01ca Make Voice return the Java-based (ISO 639-3) language and country codes. 9 years ago
  Reece H. Dunn 98208df155 TextToSpeechTest: provide more context information 10 years ago
  Reece H. Dunn c9003c50ba TextToSpeech: test and fix onIsValidVoiceName 10 years ago
  Reece H. Dunn daa9326eb2 TextToSpeechTest: languages with codes not supported by Android are not present 10 years ago
  Reece H. Dunn 83326027bf TextToSpeechTest: factor out the language checks 10 years ago
  Reece H. Dunn f9912e0c41 TtsService: fix and test onGetVoice. 10 years ago
  Reece H. Dunn 702f8be24f TextToSpeechTest: always test getLanguage. 10 years ago
  Reece H. Dunn 0dd897471c tests: initial language may be null 10 years ago
  Reece H. Dunn 3d2308e285 Use API 21. 10 years ago
  Reece H. Dunn cc0341e799 tests: map TextToSpeech.LANG_* to strings. 10 years ago
  Reece H. Dunn 4a1743b174 Factor out the TextToSpeech engine initialization to a TextToSpeechTestCase helper class. 12 years ago
  Reece H. Dunn 8e1872c4e9 TextToSpeechTest: add context information to testLanguages. 12 years ago
  Reece H. Dunn e96f2e3a92 eSpeakTests: update the VoiceData to reflect the directory layout changes 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 32efff8500 VoiceData.Exception: use AssertionError instead of Exception to get the language in the JUnit results. 12 years ago
  Reece H. Dunn b30311a7d7 TextToSpeechTest: move out the unsupported language tests to a separate method and check that the language does not get updated. 12 years ago
  Reece H. Dunn 7816a0a204 TtsService: set the language properties to the matched voice, not the requested voice 12 years ago
  Reece H. Dunn 4cbf26883b TextToSpeechTest: add tests for TextToSpeech.set/getLanguage. 12 years ago
  Reece H. Dunn 2bdd4aab27 TextToSpeechTest: add tests for TextToSpeech.isLanguageAvailable. 12 years ago