From 857fe3c59f8f1f090722489f31bc526867976ef2 Mon Sep 17 00:00:00 2001 From: Helium314 Date: Wed, 14 Feb 2024 19:02:40 +0100 Subject: [PATCH] update readme and fastlane data --- README.md | 24 ++++++++++--------- .../android/en-US/full_description.txt | 9 +++---- .../android/en-US/short_description.txt | 2 +- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f25b94fc8..3b9447d7f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # HeliBoard +HeliBoard is a privacy-conscious and customizable open-source keyboard, based on AOSP / OpenBoard. ## Table of Contents @@ -14,24 +15,25 @@ - [Credits](#credits) # Features -* 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) - * 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. -* Multilingual typing -* Load external dictionaries - * get them [here](https://codeberg.org/Helium314/aosp-dictionaries#dictionaries), or in the [experimental](https://codeberg.org/Helium314/aosp-dictionaries#experimental-dictionaries) section (quality may vary) +* Add dictionaries for suggestions and spell check + * build your own, or get them [here](https://codeberg.org/Helium314/aosp-dictionaries#dictionaries), or in the [experimental](https://codeberg.org/Helium314/aosp-dictionaries#experimental-dictionaries) section (quality may vary) * add them in language settings (click on the language, then on `+` next to _dictionary_), or open the file in a file explorer * 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, colors and background image) +* Customize keyboard themes (style, colors and background image) * can follow the system's day/night setting on Android 10+ (and on some versions of Android 9) * can follow dynamic colors for Android 12+ +* Customize keyboard [layouts](layouts.md) +* Multilingual typing +* Glide typing (_only with closed source library_) + * 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) + * 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. +* Clipboard history +* One-handed mode * Split keyboard (if the screen is large enough) -* Optional number row * Number pad -* Backup your learned word / history data -* Add custom keyboard [layouts](layouts.md) +* Backup and restore your learned word / history data ## FAQ / Common Issues * __Emoji search__: You can get addon dictionaries for emoji suggestions in the [dictionaries repo](https://codeberg.org/Helium314/aosp-dictionaries). An actual search funtion does not exist. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 457042ae8..d3ad0bde2 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,11 +1,12 @@ -HeliBoard is a 100% foss keyboard based on AOSP / OpenBoard, that respects your privacy. +HeliBoard is a privacy-conscious open-source keyboard, based on AOSP / OpenBoard. Features: - Add your own dictionaries for suggestions and spell check - Customizable themes and background - Customizable layouts - Multilingual typing - - Emojis - Glide typing (only with closed source library) - -This app is open source, the code is available here: https://github.com/Helium314/HeliBoard + - Clipboard history + - One-handed mode + - Split keyboard + - Backup and restore your data diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index c58044b0d..9fd60b2da 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -An opensource keyboard that does not spy on you! \ No newline at end of file +Customizable open-source keyboard