Reece H. Dunn
d19f4fbb5c
Update the progress bar with the install progress.
9 years ago
Reece H. Dunn
9c00360347
Add the ability to import an eSpeak dictionary file from the SD card.
11 years ago
Reece H. Dunn
1891740f80
Add an explicit 'None' option to the 'Speak punctuation' setting.
11 years ago
Reece H. Dunn
c7a1556101
Rework the Voice variant preference to show a dialog with Category and Variant lists.
The original variant list UI resulted in a long, complex list that
was difficult to navigate. This change splits up that list into
more manageable groups.
11 years ago
Reece H. Dunn
2d3e010dc6
Use the Medium TextView on the information_view layout.
11 years ago
Reece H. Dunn
960770e80f
Use the android title/summary IDs in the information_view.xml layout.
11 years ago
Reece H. Dunn
1de60cdc15
Rework the 'Punctuation level' (now 'Speak punctuation') preference to include a custom punctuation list.
11 years ago
Reece H. Dunn
aa3a891eed
SeekBarPreference: Fix the layout_width for the 'Set to default' button.
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
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
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
2564e75444
Display error messages in a status field instead of via dialogs.
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
df0f166fb4
Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse
12 years ago