1
0
Fork 0

* each input mode is now in a separate file (#75)

* fixed mode 123 being incorrectly forced after typing in a numeric field, then going to a text field

* simplified context usage everywhere

* added some missing translations

* moved the Soft Key view to the SoftKey class to avoid memory leaks and to simplify the code a bit
This commit is contained in:
Dimo Karaivanov 2022-10-14 18:00:45 +03:00 committed by GitHub
parent 8d85215444
commit 575293edb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 606 additions and 393 deletions

View file

@ -19,5 +19,6 @@
<string name="dictionary_loading_user_dict">Caricamento dizionario utente…</string>
<string name="dictionary_load_title">Caricamento dizionario</string>
<string name="dictionary_not_found">Impossibile caricare. Dizionario per %1$s non trovato.</string>
<string name="pref_truncatedict">Eliminare il dizionario</string>
</resources>