24 Commits (b9c0143a9b080376657a7c3a6bec095f0af1f50a)

Author SHA1 Message Date
  Reece H. Dunn b9c0143a9b Rename libttsespeak.so to libespeak.so. 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
  Reece H. Dunn 8d586dd52c SpeechSynthesisTest: factor out the voice data into a reusable, queryable list 12 years ago
  Reece H. Dunn 86fe261425 SpeechSynthesisTest: Add tests for Voice.match using 3-letter language and country codes. 12 years ago
  Reece H. Dunn 51da7f2478 SpeechSynthesisTest: Add tests for Voice.toString. 12 years ago
  Reece H. Dunn 5277a6788a SpeechSynthesisTest: Add tests for Voice.match. 12 years ago
  Reece H. Dunn 3e136d66d4 espeak-data: remove the duplicacte bg voice file 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 437a660cda Rework the launcher icon so it is different to the eyes-free icon, using the eSpeak lips icon as the reference. 12 years ago
  Reece H. Dunn e8a718ebf5 Target API 17 12 years ago
  Reece H. Dunn 777254e10d Remove unused drawable files 12 years ago
  Reece H. Dunn 65d0bd4548 Rename 'eSpeak TTS' to 'eSpeak' to distinguish between the eyes-free port. 12 years ago
  Reece H. Dunn a79fe17681 Fix exported activities/services/providers warning in the manifest. 12 years ago
  Reece H. Dunn 681f7475d3 Update the package version to reflect the espeak version. 12 years ago
  Reece H. Dunn 123e55a39c Relocate the package to com.reecedunn.espeak 12 years ago
  Reece H. Dunn 8f2ea37c7a Remove cleanup of the legacy directory as this port does not have a legacy directory; removes the need for the WRITE_EXTERNAL_STORAGE permission. 12 years ago
  Reece H. Dunn 5998278dda eSpeakActivity: don't report an error if mVoices is null, set the installed voices to 0. 12 years ago
  Reece H. Dunn e27a218592 onDataChecked may be called *after* onInitialized is called, in which case mVoices will be null; set the voice count in onDataChecked to avoid problems 12 years ago
  Reece H. Dunn e346c86cb7 Fix the 'leaked ServiceConnection' error. 12 years ago
  Reece H. Dunn bf45142f5d Fix the pitch mapping between Android and 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