mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 22:29:10 +00:00
update readme and pr template
This commit is contained in:
parent
5ce9e09f7d
commit
27259ac376
2 changed files with 4 additions and 3 deletions
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue