summaryrefslogtreecommitdiffstats
path: root/picolanginstaller/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 2022435.Jean-Michel Trivi2009-08-101-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 Chen2009-07-291-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 providedCharles Chen2009-07-171-4/+18
| | | | | by the PicoTtsEngine rather than relying on a hardcoded path to /sdcard/
* Fixing manifest for PicoLangInstaller to use the correct SD cardCharles Chen2009-06-231-2/+0
| | | | permissions.
* Adding PicoLangInstaller.Charles Chen2009-06-221-0/+142