Initial code cleanup (#34)
* slightly optimized candidate scrolling animation * added missing Russian translations * the soft keys fit properly on the screen * central soft key is now always 'OK', because users do not care about the exact functions it performs in the code * removed 'mode notify'; it wasn't working on Android 11 anyway * removed 'space on 0' option; 0 is always 'space' now * disallowed global key remapping and removed the app setting
This commit is contained in:
parent
24ec816681
commit
b5e44e2a51
16 changed files with 90 additions and 229 deletions
|
|
@ -8,8 +8,6 @@
|
|||
<string name="traditionalt9_settings">Traditional T9 Impostazioni</string>
|
||||
<string name="main_left_insert">Ins. simbolo</string>
|
||||
<string name="main_left_addword">Agg. parola</string>
|
||||
<string name="main_mid">Fatto</string>
|
||||
<string name="main_mid_commit">Accettare</string>
|
||||
<string name="main_right_upper">Cambia modalità</string>
|
||||
<string name="main_right_lower">Opzioni</string>
|
||||
<string name="main_left_notfound">Agg. parola?</string>
|
||||
|
|
@ -46,9 +44,6 @@
|
|||
<string name="pref_querytest">Test ricerca</string>
|
||||
<string name="pref_testfunc">Test func</string>
|
||||
|
||||
<string name="pref_mode_notify">Modalità notifiche</string>
|
||||
<string name="pref_mode_notify_subtitle">Usato per la vocalizzazione del cambio modalità</string>
|
||||
|
||||
<string name="pref_loadingdict">Caricamento dizionario…</string>
|
||||
<string name="pref_loadinguserdict">Caricamento dizionario utente…</string>
|
||||
<string name="pref_load_title">Caricamento dizionario IME</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue