Alexander Epaneshnikov
6f41255ed1
Android: remove hardcoded chmod
I don't understand why it was necessary.
on some devices, the binary is in a different location. if this is still needed for something, we need
to search for chmod binary dynamicly
2 years ago
Beqa Gozalishvili
f7f66429a3
Add directBoot support. Fixes #917
2 years ago
Reece H. Dunn
1b9daee81c
Remove the executable bit from other non-executable files.
5 years ago
Reece H. Dunn
d1c56e6120
Android: Fix installing the voices -- use the new espeak-ng-data path.
8 years ago
Reece H. Dunn
d19f4fbb5c
Update the progress bar with the install progress.
9 years ago
Reece H. Dunn
6b24a673ba
Track extraction progress.
9 years ago
Reece H. Dunn
9bb8e8e992
Don't use a successful variable to track if all items were extracted.
9 years ago
Reece H. Dunn
01e8e5ad98
Don't track the extracted files for removal on cancel.
9 years ago
Reece H. Dunn
ab90c80b70
Inline the extractEntries call
9 years ago
Reece H. Dunn
6fa2e34c7f
Revert "DownloadVoiceData: check the mkdir return value"
This reverts commit 6ac54860a1
.
This change was preventing the voice data from being installed.
10 years ago
Reece H. Dunn
6ac54860a1
DownloadVoiceData: check the mkdir return value
10 years ago
Reece H. Dunn
bbad97c194
Move the file-related helper methods to a FileUtils class.
12 years ago
Reece H. Dunn
8731c237af
Update the copyright statements of several java files.
12 years ago
Reece H. Dunn
cf9dc5b430
DownloadVoiceData.java: Move clearContents to the AsyncExtract inner class.
12 years ago
Reece H. Dunn
e516356123
DownloadVoiceData.java: Inline onLanguagesInstalled to the onPostExecute callback.
12 years ago
Reece H. Dunn
9f2293221d
Support installing the voices if the voice data signature has changed.
12 years ago
Reece H. Dunn
eea0946e82
Ensure that the copyright notices are ordered latest to oldest.
12 years ago
Reece H. Dunn
123e55a39c
Relocate the package to com.reecedunn.espeak
12 years ago
Reece H. Dunn
8f2ea37c7a
Remove cleanup of the legacy directory as this port does not have a legacy directory; removes the need for the WRITE_EXTERNAL_STORAGE permission.
12 years ago
Reece H. Dunn
df0f166fb4
Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse
12 years ago
Reece H. Dunn
507cb27df0
pull in the espeak activity sources from eyes-free
12 years ago