summaryrefslogtreecommitdiffstats
path: root/pico/src
Commit message (Collapse)AuthorAgeFilesLines
* Port Pico to new TTS engine APIBjorn Bringert2011-04-151-0/+29
| | | | | | | | | | | | | | | | | | Requires TTS engine API added in change I7614ff788e11f897e87052f684f1b4938d539fb7 The compatibility layer in pico/compat/src/com/android/tts/compat/SynthProxy.java pico/compat/jni/com_android_tts_compat_SynthProxy.cpp is based on these files removed from the old TTS engine framework: frameworks/base/packages/TtsService/src/android/tts/SynthProxy.java frameworks/base/packages/TtsService/jni/android_tts_SynthProxy.cpp Bug: 4150618 Change-Id: I7a2cca6b5cfbac6158a87fad69cc796140adb2f3
* Fix for bug 2579445 - fix to use the correct strings for the Intent extras.Charles Chen2010-04-072-7/+6
| | | | Change-Id: I26894c0029690bca05baeaee5198589242026130
* Adding an EngineSettings screen to Pico that enables languagesCharles Chen2010-03-181-0/+87
| | | | | | to be installed individually. Change-Id: I29f98ff65a3c8c90747f635d0ad3887ab27a65d7
* Adding SettingsProvider to Pico so that the external storage pathCharles Chen2010-03-181-0/+94
| | | | | | | for the voice data is coming from Environment and is not hardcoded as /sdcard/ Change-Id: Ic7b69b6e2839cea5a273efb85fc030a8689b6307
* Adding support to check voice data and return lists ofCharles Chen2010-02-051-6/+57
| | | | available and unavailable voices.
* Adding GetSampleText activity to SVOX Pico so that it can selfCharles Chen2010-01-251-0/+66
| | | | report its language strings for each language.
* Add missing license filesJean-Baptiste Queru2009-08-132-0/+190
| | | | BUG=1573996
* Fix bug 2022435.Jean-Michel Trivi2009-08-101-0/+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/+53
| | | | | | | | | | 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.
* Fix bug 2022411.Jean-Michel Trivi2009-08-051-9/+9
| | | | | | | | | | | | | Added support for TTS language files to be loaded from the system partition if they are not available on the regular path (sdcard). This involves changing the check for the availability of a language (first check in the system path, then check the sdcard), and the language switch code (try to load from the system path if cannot load from sdcard). Modified the CheckVoiceData activity (which checks for the installation of all language files) to check on both the sdcard and the system path. Added makefiles for copying language files to the system image, PicoLangDefaultInSystem.mk will be used in another CL to copy a default language to the system.
* Fix bug 2017664.Jean-Michel Trivi2009-07-281-3/+3
| | | | Use the new names of the extra constants in TextToSpeech.Engine.
* Use new return code name in voice data check activity when sd cardJean-Michel Trivi2009-07-141-2/+1
| | | | is not present.
* Temporary change to not break the build while renaming ↵Jean-Michel Trivi2009-07-141-73/+74
| | | | TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA_NO_SDCARD to CHECK_VOICE_DATA_MISSING_DATA_NO_EXTERNAL_STORAGE.
* Adding extras to the CheckVoiceData activity return result.Charles Chen2009-07-021-6/+19
|
* Moving PicoTts plugin under the pico directory of external/svoxCharles Chen2009-06-223-0/+139