14 Commits (1a28553d4cffb106b71eefdd04656768d6870a26)

Author SHA1 Message Date
  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