| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I76f5fe040d04c10282bedc19153c1ee675ce03b7
Auto-generated-cl: translation import
|
|
|
|
| |
Change-Id: Ibe2323ff10a30b9ae5fecd8ec27c44b3ebb99982
|
|
|
|
| |
Change-Id: I44b685310450fa4b77cd1650a37f3776366f4190
|
|
|
|
| |
Change-Id: I1c6d2ba30d07468c39b903451bbee54046f8554b
|
|
|
|
| |
Change-Id: Ib2fdb9d87becc882cabcf717d8dddf22b8cca6d4
|
|
|
|
| |
Change-Id: Ib271cf1da25d0900b2d7ca66bc1d4da410f3c683
|
|
|
|
| |
Change-Id: I8fe29ddd44cd2ef7bfb8b82c905fdcbec9eec4e1
|
|
|
|
| |
Change-Id: Iac304832d7eba6e174c0a57b8665abc47f2f622d
|
|
|
|
|
|
| |
Bug: 5165745
Change-Id: I6143f286c6657715e78da38023beab7325571dd0
|
|
|
|
| |
Change-Id: I6c4ab9a45040b45334c1ed5db16781287103f8fc
|
|
|
|
| |
Change-Id: Id9401c0515048a9304d440dd910c11799932eaa7
|
|
|
|
| |
Change-Id: Iac021b1920fbfecfeabc66e4159bb820491e338c
|
|
|
|
| |
Change-Id: Ia21e17027e288049d7fc95bee9223c005a1a58e6
|
|
|
|
| |
Change-Id: Ife383ea64d281351d533b4e413f268a3f1b0dfc7
|
|
|
|
| |
Change-Id: Ia34391f488d78ea8c7a980efc330b276500256d7
|
|
|
|
| |
Change-Id: Ie824676fdf1a7bc6a474dbcf34de50c6c2a15c32
|
|
|
|
| |
Change-Id: I5a2edbfb52b85455a25e5de85a09a7357b57c340
|
|
|
|
| |
Change-Id: Ib16f0528f198b08bace044c74cc192a684d7f9d4
|
|
|
|
| |
Change-Id: I22d1a0084fdfcd6e43aa857d87788f80c19d7642
|
|
|
|
| |
Change-Id: Ib9875a0ceb04604e11b562834966aba5b5901b02
|
|
|
|
| |
Change-Id: I43a13ec32ed907122de67ed744dd93dd1254a095
|
|
|
|
| |
Change-Id: I3a0898e6892e4600eda600d75491c2230bd0e258
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '26cfad45869a0258e67f663d8fdf3d822ce62bbf'
* commit '26cfad45869a0258e67f663d8fdf3d822ce62bbf':
Replace shared storage with USB storage.
|
| |
| |
| |
| | |
Change-Id: If0a64976f0068116ef8927bd831d6ca81cfbe68c
|
| |
| |
| |
| | |
Change-Id: Iaf07e3d8fafa46e1fb9ba0ef5f1dc25873b56f5b
|
|/
|
|
| |
Change-Id: I4bcd5032e736a585abad8e5303dfd4bc33d01a96
|
|
|
|
| |
Change-Id: I7a2e51a2a338c0c61e9fdda119b0b4c85a65439e
|
|
|
|
| |
Change-Id: I859893734d775cec2023318de0b05776cf9fac56
|
|
|
|
| |
Change-Id: I51ac693937f4d589961f2690c6275c907c06358d
|
|
|
|
| |
Change-Id: Iffe9b82f50ea7853a52204c9625cc16bbbd0de3a
|
|
|
|
| |
Bug: #2361749.
|
| |
|
|
|
|
| |
Change-Id: Iaac6a3d59fcbb9aa6367054cd6d9de3cb7766184
|
| |
|
|
|
|
| |
This is a fix for bug 2046705.
|
|
|
|
| |
BUG=1573996
|
|
|
|
| |
This is part of fixing bug 2046705.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Changing the Intent extra for getting the voice data root
directory to match the current naming of that variable in
TextToSpeech.java.
|
|
|
|
|
| |
by the PicoTtsEngine rather than relying on a hardcoded path to
/sdcard/
|
| |
|
|
|
|
| |
permissions.
|
|
|