mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-25 11:22:20 +00:00
Hangul update (#160)
Add Hangul layout from https://github.com/Lee0701/openboard/tree/hangul Further changes: * merge current state and make it compile * some formatting * remove Korean dictionary (to be downloaded from original repo) * add file in make-keyboard-text for auto-generating KeyboardTextsTable * disable Hangul combiner when not using Hangul (otherwise symbols are seen as parts of a word) --------- Co-authored-by: Lee0701 <hgl1002@naver.com>
This commit is contained in:
parent
5f29248855
commit
eb45495d13
45 changed files with 2683 additions and 300 deletions
21
README.md
21
README.md
|
@ -9,16 +9,17 @@ Might end up on F-Droid...
|
|||
* Allow loading Glide typing library
|
||||
* not included in the app, as there is no compatible open source library
|
||||
* can be extracted from GApps packages (_swypelibs_), or downloaded [here](https://github.com/erkserkserks/openboard/tree/master/app/src/main/jniLibs)
|
||||
* Multilingual typing
|
||||
* Load external dictionaries
|
||||
* get them [here](https://codeberg.org/Helium314/aosp-dictionaries/src/branch/main/dictionaries), or in the [experimental](https://codeberg.org/Helium314/aosp-dictionaries/src/branch/main/dictionaries_experimental) section (quality may vary)
|
||||
* additional dictionaries for emojis or scientific symbols can be used to provide suggestions ("emoji search")
|
||||
* Adjust keyboard themes (style and colors)
|
||||
* can follow the system's day/night setting on Android 10+ (and on some versions of Android 9)
|
||||
* Split keyboard (if the screen is large enough)
|
||||
* Number row
|
||||
* Number pad
|
||||
* Show all available extra characters on long pressing a key
|
||||
* Multilingual typing
|
||||
* Load external dictionaries
|
||||
* get them [here](https://codeberg.org/Helium314/aosp-dictionaries/src/branch/main/dictionaries), or in the [experimental](https://codeberg.org/Helium314/aosp-dictionaries/src/branch/main/dictionaries_experimental) section (quality may vary)
|
||||
* additional dictionaries for emojis or scientific symbols can be used to provide suggestions ("emoji search")
|
||||
* note that for Korean layouts, suggestions only work using [this dictionary](https://github.com/openboard-team/openboard/commit/83fca9533c03b9fecc009fc632577226bbd6301f), the tools in the dictionary repository are not able to create working dictionaries
|
||||
* Adjust keyboard themes (style and colors)
|
||||
* can follow the system's day/night setting on Android 10+ (and on some versions of Android 9)
|
||||
* Split keyboard (if the screen is large enough)
|
||||
* Number row
|
||||
* Number pad
|
||||
* Show all available extra characters on long pressing a key
|
||||
|
||||
## Hidden functionality
|
||||
Features that may go unnoticed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue