summaryrefslogtreecommitdiffstats
path: root/picolanginstaller
Commit message (Collapse)AuthorAgeFilesLines
* New icon for the TTS language pack installer.Jean-Michel Trivi2009-09-011-0/+0
|
* Updating the TextToSpeech data files to make the TTS sound louder.Charles Chen2009-08-142-2/+2
| | | | This is a fix for bug 2046705.
* Add missing license filesJean-Baptiste Queru2009-08-132-0/+190
| | | | BUG=1573996
* Updating the zip file for the Speech Synthesis Data Installer.Charles Chen2009-08-111-0/+0
| | | | This is part of fixing bug 2046705.
* 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.
* Fix bug 2022435.Jean-Michel Trivi2009-08-071-0/+4
| | | | | | | | | | When the user clicks "install" for the TTS language pack installer and the download completes, the addition of the corresponding package is picked up by VoiceDataInstallerReceiver. It then causes the installer to run by firing off the RUN_TTS_DATA_INSTALLER event. This is less confusing for the user because the installation of the language files is now automatic once the download is initiated. Before, the user had to "open" the installer after the download completed.
* Updating binary voice files for en-US for better quality.Charles Chen2009-07-293-4/+2
| | | | | | 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-172-4/+18
| | | | | by the PicoTtsEngine rather than relying on a hardcoded path to /sdcard/
* Add comments in the strings for the TTS language installer.Jean-Michel Trivi2009-06-241-4/+15
|
* Fixing manifest for PicoLangInstaller to use the correct SD cardCharles Chen2009-06-234-10/+12
| | | | permissions.
* Adding PicoLangInstaller.Charles Chen2009-06-229-0/+234