allow users to select dictionaries

https://github.com/openboard-team/openboard/pull/569
https://github.com/openboard-team/openboard/pull/578
modified so dictionaries use the correct type instead of always main
This commit is contained in:
Helium314 2023-06-26 13:25:32 +02:00
parent 62e55fd70b
commit 29c252066d
62 changed files with 502 additions and 16 deletions

View file

@ -9,8 +9,8 @@ Plan / to do:
* ~upgrade dependencies~
* upgrade NDK, https://github.com/openboard-team/openboard/issues/782
* maybe: rename (package, app, icon), so it can be installed parallel to OpenBoard, and published on F-Droid
* user-selectable dictionaries, https://github.com/openboard-team/openboard/pull/578
* make additional dictionaries available for download, and link from app
* ~user-selectable dictionaries, https://github.com/openboard-team/openboard/pull/578~
* make additional dictionaries available for download (from OpenBoard PRs)
* multi-lingual typing, https://github.com/openboard-team/openboard/pull/593
* suggestion fixes, https://github.com/openboard-team/openboard/pull/694, https://github.com/openboard-team/openboard/issues/795, https://github.com/openboard-team/openboard/issues/660
* improve auto-space insertion, https://github.com/openboard-team/openboard/pull/576
@ -23,6 +23,10 @@ Plan / to do:
Changes:
* Updated dependencies
* Debug version can be installed along OpenBoard
* Allow users to add and replace built-in dictionaries
* modified / improved from https://github.com/openboard-team/openboard/pull/569 and https://github.com/openboard-team/openboard/pull/578
* dictionaries are available at https://github.com/Helium314/openboard/dictionaries/dict
* dictionary files starting with "main_" replace the built-in dictionary for the language, all other names work as add-on dictionaries
-----