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
|
|
@ -11,6 +11,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
dependencies {
|
||||
implementation "androidx.core:core:1.6.0"
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue