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
|
|
@ -41,9 +41,6 @@ Insert symbol or Add word depending on state and context. Add word only availabl
|
|||
## Configuration Options
|
||||
TODO...
|
||||
|
||||
### Key Remapping
|
||||
See [the original manual](https://github.com/Clam-/TraditionalT9/wiki/Key-remapping).
|
||||
|
||||
## License
|
||||
- The source code, the logo image and the icons are licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
- The word lists / dictionaries are licensed under the licenses provided in the respective readme files found in the source code, where applicable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue