Settings in SharedPreferences (#36)
* moved all settings from SQLite to SharedPreferences. The database now contains only dictionaries. * removed key remapping, dictionary backup and nuke functions along with a bunch of unused code and translations
This commit is contained in:
parent
8a025297c3
commit
5d3894e403
26 changed files with 645 additions and 1460 deletions
|
|
@ -46,7 +46,6 @@ To support a new language one needs to:
|
|||
- Add translations for arrays.xml and strings.xml in to new files in the appropriate locale folder (e.g. res/values-de/arrays.xml.) AndroidStudio has a cute/nice Translation Editor which might be handy.
|
||||
- Edit the base arrays.xml file to add the new language. (pref_lang_titles, pref_lang_values)
|
||||
- Exclude translatable="false" items from the new locale arrays.xml file.
|
||||
- Also make sure the new language is added to pref_loaduserdictdesc (base non-locale strings.xml)
|
||||
- Find a suitable dictionary and add it to assets
|
||||
|
||||
That should be it? I hope.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue