update readme and pr template

This commit is contained in:
Helium314 2024-02-15 11:53:01 +01:00
parent 5ce9e09f7d
commit 27259ac376
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<!-- <!--
* Please bescribe briefly what your pull request proposes to fix or improve. * Please describe briefly what your pull request proposes to fix or improve.
* If it's not completely obvious, describe what the PR does to achieve the desired result. * If it's not completely obvious, describe what the PR does to achieve the desired result.
* If you use someone else's code, please mention or better link to the source. * If you use someone else's code, please mention or better link to the source.
* See the contributing section in the readme for more detailed guidelines * See the contributing section in the readme for more detailed guideline: https://github.com/Helium314/HeliBoard?tab=readme-ov-file#guidelines
--> -->

View file

@ -30,6 +30,7 @@ Does not use internet permission, and thus is 100% offline.
* library not included in the app, as there is no compatible open source library available * library not included in the app, as there is no compatible open source library available
* can be extracted from GApps packages ("_swypelibs_"), or downloaded [here](https://github.com/erkserkserks/openboard/tree/master/app/src/main/jniLibs) * can be extracted from GApps packages ("_swypelibs_"), or downloaded [here](https://github.com/erkserkserks/openboard/tree/master/app/src/main/jniLibs)
* if you are concerned about security implications of loading user-provides libraries, please use the _nouserlib_ build variant, which removes this option. If HeliBoard is installed as system app, and _swypelibs_ are available for the system, they will be used. * if you are concerned about security implications of loading user-provides libraries, please use the _nouserlib_ build variant, which removes this option. If HeliBoard is installed as system app, and _swypelibs_ are available for the system, they will be used.
* If the app is installed as a system app and _swypelibs_ are available, glide typing will be available independent of the version.
* Clipboard history * Clipboard history
* One-handed mode * One-handed mode
* Split keyboard (if the screen is large enough) * Split keyboard (if the screen is large enough)
@ -117,7 +118,7 @@ In addition to previous elements, HeliBoard must stick to [F-Droid inclusion gui
### Adding Layouts ### Adding Layouts
See [layouts.md](layouts.md) for how to add new layouts to the app. See [layouts.md](layouts.md#adding-new-layouts--languages) for how to add new layouts to the app.
### Update Emojis ### Update Emojis