Improved db operations and db feedback (#279)
* prevented crashing when database indexes are missing, they are now permanent instead of being created on-the-fly when loading a dictionary * code style fixes in DictionaryDb.java * removed some unused code * counting the dictionaries to be loaded is no longer responsibility of the Load Button, but of the DictionaryLoader * delete dictionary buttons are now being locked while deleting is in progress; also, a status message is displayed for better UX * updated translations and documentation
This commit is contained in:
parent
f92ad96827
commit
c63d054422
19 changed files with 202 additions and 180 deletions
|
|
@ -20,4 +20,5 @@
|
|||
<string name="char_space">Spatie</string>
|
||||
<string name="char_newline">Nieuwe regel</string>
|
||||
<string name="pref_category_setup">Initiële setup</string>
|
||||
<string name="dictionary_truncating">Verwijderen…</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue