Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug 2022435. | Jean-Michel Trivi | 2009-08-10 | 1 | -25/+45 |
| | | | | | | | | | | After the user has initiated the download of the TTS language pack installer, and that the installer has automatically started running, the installer (in InstallerActivity) will broadcast an event (TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED) to signal the completion and success of the installation. The event is picked up by LangPackUninstaller which triggers the deletion of the installer package to avoid wasting space on the user's device. | ||||
* | Updating binary voice files for en-US for better quality. | Charles Chen | 2009-07-29 | 1 | -3/+1 |
| | | | | | | Changing the Intent extra for getting the voice data root directory to match the current naming of that variable in TextToSpeech.java. | ||||
* | Changing the PicoLangInstaller to use the data path provided | Charles Chen | 2009-07-17 | 1 | -4/+18 |
| | | | | | by the PicoTtsEngine rather than relying on a hardcoded path to /sdcard/ | ||||
* | Fixing manifest for PicoLangInstaller to use the correct SD card | Charles Chen | 2009-06-23 | 1 | -2/+0 |
| | | | | permissions. | ||||
* | Adding PicoLangInstaller. | Charles Chen | 2009-06-22 | 1 | -0/+142 |