New Settings Screen more bugfixes
* proper error messages are displayed when dictionary loading fails or is cancelled * debounced the clicking on ItemClickable to avoid weird side effects, caused by faulty devices, sending multiple click events * a couple of French translations on the Settings screen * fixed Settings screen blinking in some cases * fixed default hotkey value cannot be 'no key' * fixed SuggestionsView having the incorrect theme forced at startup
This commit is contained in:
parent
a6fa129984
commit
bd73918f6a
17 changed files with 93 additions and 35 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<resources>
|
||||
<string translatable="false" name="help_url">https://github.com/sspanak/tt9/blob/master/docs/user-manual.md</string>
|
||||
<string name="app_name" translatable="false">Traditional T9</string>
|
||||
<string name="app_settings">Traditional T9 Settings</string>
|
||||
<string name="app_settings">TT9 Settings</string>
|
||||
<string name="close">Close</string>
|
||||
<string name="completed">Completed</string>
|
||||
<string name="error_unexpected">Unexpected error occurred.</string>
|
||||
|
|
@ -28,8 +28,10 @@
|
|||
<string name="dictionary_load_bad_char">Loading failed. Invalid word \"%1$s\" on line %2$d of language \"%3$s\".</string>
|
||||
<string name="dictionary_load_error">Failed loading the dictionary for language \"%1$s\" (%2$s).</string>
|
||||
<string name="dictionary_load_failed">Dictionary load failed.</string>
|
||||
<string name="dictionary_load_cancelled">Dictionary load cancelled.</string>
|
||||
<string name="dictionary_loaded">Dictionary load completed.</string>
|
||||
<string name="dictionary_loading">Loading dictionary (%1$s)…</string>
|
||||
<string name="dictionary_loading_indeterminate">Loading dictionary</string>
|
||||
<string name="dictionary_load_title">Load dictionary</string>
|
||||
<string name="dictionary_not_found">Loading failed. Dictionary for \"%1$s\" not found.</string>
|
||||
<string name="dictionary_truncate_title">Clear dictionary</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue