1
0
Fork 0

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:
sspanak 2022-11-26 09:02:01 +02:00 committed by Dimo Karaivanov
parent a6fa129984
commit bd73918f6a
17 changed files with 93 additions and 35 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_settings">Налаштування Traditional T9</string>
<string name="app_settings">Налаштування TT9</string>
<string name="close">Закрити</string>
<string name="completed">Зроблено</string>
<string name="error_unexpected">Сталася неочікувана помилка.</string>
@ -25,4 +25,6 @@
<string name="dictionary_loading">Завантаження словника (%1$s)…</string>
<string name="dictionary_load_title">Завантажити словник</string>
<string name="dictionary_not_found">Помилка завантаження. Словник «%1$s» не знайдено.</string>
<string name="dictionary_loading_indeterminate">Завантаження словника</string>
<string name="dictionary_load_cancelled">Завантаження скасовано.</string>
</resources>