1
0
Fork 0

Zero Improvements

* 0-key now types special/math characters. All characters normally avaialable on a computer keyboard are available now

	* Predictive Mode: Added many new emoji

	* updated user manual

	* Fixed the new line being invisible in the suggestions list

	* Predictive Mode: punctuation list on 1-key has no priorities and remains static all the time

	* Added 'automatic space' setting

	* Added 'auto capitalization' setting

	* Added missing translations

	* Unsupported emoji are no longer displayed

	* Code cleanup and speed optimizations

	* Fixed incorrect suggestion filter values, that would cause broken emoji
This commit is contained in:
Dimo Karaivanov 2022-11-22 17:05:54 +02:00
parent 6a2e1806d1
commit b637a0b9d6
22 changed files with 453 additions and 156 deletions

View file

@ -14,8 +14,8 @@
<string name="pref_category_about">Про додаток</string>
<string name="pref_help">Допомога</string>
<string name="pref_dark_theme">Темна тема</string>
<string name="pref_choose_languages">Вибір мови</string>
<string name="dictionary_truncate_title">Очистити словник</string>
<string name="pref_choose_languages">Мови</string>
<string name="dictionary_truncate_title">Очистити словник</string>
<string name="pref_category_dictionaries">Словники</string>
<string name="dictionary_cancel_load">Скасувати завантаження</string>
@ -25,6 +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_loading_indeterminate">Завантаження словника</string>
<string name="dictionary_load_cancelled">Завантаження скасовано.</string>
</resources>