forked from Helium314/HeliBoard
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Helium314:main' into spellcheck-scripts-url
- Loading branch information
Showing
103 changed files
with
2,834 additions
and
595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
liberapay: Helium314 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Spell checker issue | ||
about: Issue related to spell checker (this is the component that underlines mis-spelled words in red) | ||
labels: "spell checker" | ||
--- | ||
|
||
<!-- | ||
tl;dr | ||
* search for duplicates also in closed issues | ||
* one issue per topic | ||
* reduce screenshot size | ||
Make sure you actually enabled HeliBoard spell checker. Usually it can be found in System Settings -> System -> Languages -> Advanced -> Spell Checker, but this may depend on Android version. | ||
Note that the menu when tapping a word underlined in red is coming form the Android system and is not under control of HeliBoard. | ||
Please search open and closed issues to avoid duplicates. Maybe what you want has already been discussed or is mentioned in the readme. | ||
Open one issue per topic / request, and do not use this category for bug reports or feature requests. | ||
If you add screenshots, reduce the size or use thumbnails to keep the issue nicely readable. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
<!-- | ||
* Please describe briefly what your pull request proposes to fix or improve. | ||
See the contributing section in the readme for more detailed guideline: https://github.com/Helium314/HeliBoard?tab=readme-ov-file#guidelines | ||
Most importantly: | ||
* The PR should focus on a single contribution. | ||
* 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. | ||
Further | ||
* 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 guideline: https://github.com/Helium314/HeliBoard?tab=readme-ov-file#guidelines | ||
* When the PR contains "fixes" <issue number>, the related issue will be linked and automatically closed if the PR is merged (also works for other words like "fix", "resolve", "resolves", "closes", ...) | ||
* If you add a layout, make sure you have read https://github.com/Helium314/HeliBoard/blob/main/layouts.md#adding-new-layouts--languages | ||
--> |
Oops, something went wrong.