Reece H. Dunn
a2cde019b3
Update the UK English translations.
12 years ago
Reece H. Dunn
0cb599d87d
Fix the sample text translations.
12 years ago
Reece H. Dunn
c7198b43c6
Remove the xliff attributes from the sample_text translatable string.
12 years ago
Reece H. Dunn
25629e47fe
Move the app_name string to the donottranslate.xml file as transifex ignores the translatable=false annotation.
12 years ago
Reece H. Dunn
fa68416afa
Updated the Spanish (Latin America) translations (translator: Ana Garza)
12 years ago
Reece H. Dunn
c7ae31cb80
Updated the Spanish translations (translator: Ana Garza)
12 years ago
Reece H. Dunn
49b91d8186
Fix translation issues that were breaking the build.
12 years ago
Reece H. Dunn
3a297ed8c9
Use the Transifex formatting for the pt-BR translation.
12 years ago
Reece H. Dunn
dadccb7ae3
Updated the Brazillian Portuguese translations (translator: Cleverson Casarin Uliana)
12 years ago
Reece H. Dunn
65207e3d04
Use pt-BR for Portuguese (Brazil) and pt for Portuguese (Portugal)
Portuguese (Brazil) is only used in Brazil, whereas Portuguese
(Portugal) is used in other Portuguese-speaking countries. Therefore,
it is standard practice to have a pt and pt-BR translation. I don't
know why the eyes-free port of eSpeak decided to do things
differently.
12 years ago
Reece H. Dunn
67d3a47e2b
Updated the Russian translations (translator: Oleg Glinskiy).
12 years ago
Reece H. Dunn
94c8a1bcce
Updated the Turkish translations (translator: https://www.transifex.com/accounts/profile/noname788/).
12 years ago
Reece H. Dunn
906177f68e
Updated the Finnish translations (translator: Jani Kinnunen).
12 years ago
Reece H. Dunn
d33a56884f
Updated the Russian translations (translator: Oleg Glinskiy).
12 years ago
Reece H. Dunn
f4de4a0b9d
Updated the Italian translations (translator: Simone Dal Maso).
12 years ago
Reece H. Dunn
cc70f4251a
Use the Transifex created translation files.
12 years ago
Reece H. Dunn
24dbfa59a0
Remove unused strings.
12 years ago
Reece H. Dunn
a42f748f2b
Support voice variants and ages.
12 years ago
Reece H. Dunn
3169ffbc04
SeekBarPreference: don't make the value text selectable
The ADT lint warnings flagged the value text as "consider making
the text selectable", however if you do TalkBack will cause the
first character to be read every time the seekbar changes poisiton
(due to the text being updated via the setText method).
This is annoying and confusing, so textIsSelectable is set to false
to supress the lint warning.
12 years ago
Reece H. Dunn
c8d0484e38
SeekBarPreference: make the value text selectable.
12 years ago
Reece H. Dunn
18bfb79a2b
SeekBarPreference: clean up the layout styles on the 'Set to default' button.
12 years ago
Reece H. Dunn
747f65522f
SeekBarPreferences: adjust the margins and paddings on the dialog items.
12 years ago
Reece H. Dunn
4b06b1b024
Support configuring the pitch range parameter.
12 years ago
Reece H. Dunn
c62f08c66b
The default_rate_values string-array is no longer needed, so remove it.
12 years ago
Reece H. Dunn
d0f5dc2ff4
Migrate the speech rate parameter to use the new SeekBar/Parameter UI.
12 years ago
Reece H. Dunn
b2785ce823
Remove the 'Default' gender option as this does not make sense.
12 years ago
Reece H. Dunn
1b9df87976
Remove all references to the default_pitch_entries string-array.
12 years ago
Reece H. Dunn
c5a62fe076
Reformat the strings.xml files to be consistently formatted.
12 years ago
Reece H. Dunn
09c79bb013
Make the rate setting use the new SeekBar/Parameter UI.
12 years ago
Reece H. Dunn
d0ba13ae1d
SeekBarPreference: support resetting to the default value.
12 years ago
Reece H. Dunn
20010daac3
SeekBarPreference: show the formatted current value in the preference dialog.
12 years ago
Reece H. Dunn
b60ed6c9ae
Display the formatted units on the volume setting.
12 years ago
Reece H. Dunn
ac6099ebf1
Hook up the volume parameter to a slider preference dialog.
12 years ago
Reece H. Dunn
1ac6d04c48
eSpeakActivity.java: support speaking specified text in the activity.
12 years ago
Reece H. Dunn
932907ddc6
Don't check in espeakdata.zip to version control every time it changes.
The espeakdata.zip file is a generated file that can be recreated
by running the `make android` command. It takes up ~ 900 Kb of space
and changes significantly every time it is built.
12 years ago
Reece H. Dunn
2c1c3c53bd
espeakdata: add a default group to the fa_rules file so it compiles correctly
12 years ago
Reece H. Dunn
3f5b5bb521
android: support the Aragonese and Farsi/Persian voices from 1.46.31
12 years ago
Reece H. Dunn
920dc0ad0c
Report the eSpeak version in the main activity.
12 years ago
Reece H. Dunn
c386d46925
Remove the explicit 'Update voices' menu option now that this is done automatically.
12 years ago
Reece H. Dunn
1623f90b4f
Exclude the MBROLA data files when building the espeakdata.zip file.
12 years ago
Reece H. Dunn
9f2293221d
Support installing the voices if the voice data signature has changed.
12 years ago
Reece H. Dunn
33545918f1
Remove the 'Would you like to send an error report?' text from the error message as this is functionality not supported.
12 years ago
Reece H. Dunn
2564e75444
Display error messages in a status field instead of via dialogs.
12 years ago
Reece H. Dunn
55e58682ab
Display a status message in the main UI instead of displaying a dialog if eSpeak is not the default engine.
12 years ago
Reece H. Dunn
d92abbe342
Move the buttons to the options menu UI accessible via the menu button.
12 years ago
Reece H. Dunn
42aba8a20b
Update the UI to use a preferences-style display for the information items (default voice and installed voices).
12 years ago
Reece H. Dunn
2a3a1a0a81
Move the sample text logic into SpeechSynthesis.getSampleText and add test cases for it.
12 years ago
Reece H. Dunn
3e136d66d4
espeak-data: remove the duplicacte bg voice file
12 years ago
Reece H. Dunn
437a660cda
Rework the launcher icon so it is different to the eyes-free icon, using the eSpeak lips icon as the reference.
12 years ago
Reece H. Dunn
777254e10d
Remove unused drawable files
12 years ago