diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 15e45c3b7..afe56ed1c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -5,9 +5,8 @@ labels: bug
---
-**Does it happen in OpenBoard, or is it exclusive to this modified version?**
**Describe the bug**
@@ -24,11 +23,11 @@ If you're interested, you can read the following useful text about effective bug
**Screenshots**
-
**App version**
-
+
**Device (please complete the following information):**
- Model:
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 78372821f..b4d690459 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -4,8 +4,8 @@ contact_links:
url: https://codeberg.org/Helium314/aosp-dictionaries
about: Requests for dictionaries (used for suggestions / autocompletion) will be handled in the linked dictionary repository. You can check whether a dictionary for the language you want already exists there.
- name: Discussion
- url: https://github.com/Helium314/OpenBoard/discussions
- about: For discussions and feedback about this version of OpenBoard, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue).
+ url: https://github.com/Helium314/HeliBoard/discussions
+ about: For discussions and feedback about this app, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue).
- name: Question
- url: https://github.com/Helium314/openboard/discussions/new?category=q-a
+ url: https://github.com/Helium314/HeliBoard/discussions/new?category=q-a
about: For questions please use the discussions section.
diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml
index 47f1e66d1..7eaa9413a 100644
--- a/.github/workflows/android-build.yml
+++ b/.github/workflows/android-build.yml
@@ -30,7 +30,7 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v3
with:
- name: OpenBoard-debug
+ name: HeliBoard-debug
path: app/build/outputs/apk/debug/*-debug*.apk
- name: Archive reports for failed job
diff --git a/README.md b/README.md
index f7ba4c4f2..51fd3a713 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# OpenBoard upgrade, WIP
+# HeliBoard
## Table of Contents
@@ -69,11 +69,11 @@ Features that may go unnoticed, and further potentially useful information
## Reporting Issues
-Whether you encountered a bug, or want to see a new feature in OpenBoard, you can contribute to the project by opening a new issue [here](https://github.com/openboard-team/openboard/issues). Your help is always welcome!
+Whether you encountered a bug, or want to see a new feature in HeliBoard, you can contribute to the project by opening a new issue [here](https://github.com/Helium314/HeliBoard/issues). Your help is always welcome!
Before opening a new issue, be sure to check the following:
- - **Does the issue already exist?** Make sure a similar issue has not been reported by browsing [existing issues](https://github.com/Helium314/openboard/issues). Please search open and closed issues.
- - **Is the issue still relevant?** Make sure your issue is not already fixed in the latest version of OpenBoard.
+ - **Does the issue already exist?** Make sure a similar issue has not been reported by browsing [existing issues](https://github.com/Helium314/HeliBoard/issues). Please search open and closed issues.
+ - **Is the issue still relevant?** Make sure your issue is not already fixed in the latest version of HeliBoard.
- **Did you use the issue template?** It is important to make life of our kind contributors easier by avoiding issues that miss key information to their resolution.
Note that issues that that ignore part of the issue template will likely get treated with very low priority, as often they are needlessly hard to read or understand (e.g. huge screenshots, or addressing multiple topics).
@@ -88,14 +88,14 @@ To create or update a dictionary for your language, you can use [this tool](http
### Getting Started
-OpenBoard project is based on Gradle and Android Gradle Plugin. To get started, you can install [Android Studio](https://developer.android.com/studio), and import project 'from Version Control / Git / Github' by providing this git repository [URL](https://github.com/Helium314/openboard) (or git SSH [URL](git@github.com:Helium314/openboard.git)).
+HeliBoard project is based on Gradle and Android Gradle Plugin. To get started, you can install [Android Studio](https://developer.android.com/studio), and import project 'from Version Control / Git / Github' by providing this git repository [URL](https://github.com/Helium314/HeliBoard) (or git SSH [URL](git@github.com:Helium314/openboard.git)).
Of course you can also use any other compatible IDE, or work with text editor and command line.
Once everything is up correctly, you're ready to go!
### Guidelines
-OpenBoard is a complex application, when contributing, you must take a step back and make sure your contribution:
+HeliBoard is a complex application, when contributing, you must take a step back and make sure your contribution:
- **Is actually wanted**. Best check related open issues before you start working on a PR. Issues with "PR" and "contributor needed" labels are accepted, but still it would be good if you announced that you are working on it.
If there is no issue related to your intended contribution, it's a good idea to open a new one to avoid disappointment of the contribution not being accepted. For small changes or fixing obvious bugs this step is not necessary.
- **Is only about a single thing**. Mixing unrelated contributions into a single PR is hard to review and can get messy.
@@ -104,9 +104,9 @@ If there is no issue related to your intended contribution, it's a good idea to
- **Has a low footprint**. Some parts of the code are executed very frequently, and the keyboard should stay responsive even on older devices.
- **Does not bring any non-free code or proprietary binary blobs**. This also applies to code/binaries with unknown licenses. Make sure you do not introduce any closed-source library from Google.
If your contribution contains code that is not your own, provide a link to the source.
-- **Complies with the user privacy principle OpenBoard follows**.
+- **Complies with the user privacy principle HeliBoard follows**.
-In addition to previous elements, OpenBoard must stick to [F-Droid inclusion guidelines](https://f-droid.org/docs/Inclusion_Policy/).
+In addition to previous elements, HeliBoard must stick to [F-Droid inclusion guidelines](https://f-droid.org/docs/Inclusion_Policy/).
### Adding Layouts
@@ -118,7 +118,7 @@ See make-emoji-keys tool [README](tools/make-emoji-keys/README.md).
# License
-OpenBoard (and this yet unnamed fork) project is licensed under GNU General Public License v3.0.
+HeliBoard (as a fork of OpenBoard) project is licensed under GNU General Public License v3.0.
> Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
@@ -134,4 +134,4 @@ Since the app is based on Apache 2.0 licensed AOSP Keyboard, an [Apache 2.0](LIC
- [Simple Keyboard](https://github.com/rkkr/simple-keyboard)
- [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard)
- [FlorisBoard](https://github.com/florisboard/florisboard/)
-- Our [contributors](https://github.com/Helium314/openboard/graphs/contributors)
+- Our [contributors](https://github.com/Helium314/HeliBoard/graphs/contributors)
diff --git a/app/build.gradle b/app/build.gradle
index 5d07a2941..f0adbf49b 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -38,7 +38,7 @@ android {
jniDebuggable false
applicationIdSuffix ".debug"
}
- archivesBaseName = "openboard_" + defaultConfig.versionName
+ archivesBaseName = "HeliBoard_" + defaultConfig.versionName
}
buildFeatures {
@@ -80,7 +80,7 @@ android {
jvmTarget = JavaVersion.VERSION_17.toString()
}
- // see https://github.com/Helium314/openboard/issues/477
+ // see https://github.com/Helium314/HeliBoard/issues/477
dependenciesInfo {
includeInApk = false
includeInBundle = false
diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml
index c586b99b3..e8755c20a 100644
--- a/app/src/debug/res/values/strings.xml
+++ b/app/src/debug/res/values/strings.xml
@@ -3,8 +3,8 @@
SPDX-License-Identifier: GPL-3.0-only
-->
- OpenBoard debug
- OpenBoard debug Spell Checker
- OpenBoard debug Settings
+ HeliBoard debug
+ HeliBoard debug Spell Checker
+ HeliBoard debug Settings
diff --git a/app/src/main/java/helium314/keyboard/compat/ClipboardManagerCompat.java b/app/src/main/java/helium314/keyboard/compat/ClipboardManagerCompat.java
index 99feedd39..5d195f47b 100644
--- a/app/src/main/java/helium314/keyboard/compat/ClipboardManagerCompat.java
+++ b/app/src/main/java/helium314/keyboard/compat/ClipboardManagerCompat.java
@@ -13,7 +13,7 @@ public class ClipboardManagerCompat {
try {
cm.clearPrimaryClip();
} catch (Exception e) {
- // workaround for system-caused crash in https://github.com/Helium314/openboard/issues/203
+ // workaround for system-caused crash in https://github.com/Helium314/HeliBoard/issues/203
cm.setPrimaryClip(ClipData.newPlainText("", ""));
}
} else {
diff --git a/app/src/main/java/helium314/keyboard/event/HardwareEventDecoder.kt b/app/src/main/java/helium314/keyboard/event/HardwareEventDecoder.kt
index e4e30740b..2ca286ad5 100644
--- a/app/src/main/java/helium314/keyboard/event/HardwareEventDecoder.kt
+++ b/app/src/main/java/helium314/keyboard/event/HardwareEventDecoder.kt
@@ -1,6 +1,5 @@
/*
* Copyright (C) 2012 The Android Open Source Project
- * Modifications copyright (C) 2019 OpenBoard
* SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
*/
diff --git a/app/src/main/java/helium314/keyboard/latin/DictionaryFacilitatorImpl.java b/app/src/main/java/helium314/keyboard/latin/DictionaryFacilitatorImpl.java
index de39ec986..c4a939a4d 100644
--- a/app/src/main/java/helium314/keyboard/latin/DictionaryFacilitatorImpl.java
+++ b/app/src/main/java/helium314/keyboard/latin/DictionaryFacilitatorImpl.java
@@ -75,7 +75,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
private String mChangeTo = "";
// todo: write cache never set, and never read (only written)
- // tried to use read cache for a while, but small performance improvements are not worth the work (https://github.com/Helium314/openboard/issues/307)
+ // tried to use read cache for a while, but small performance improvements are not worth the work (https://github.com/Helium314/HeliBoard/issues/307)
private LruCache mValidSpellingWordReadCache;
private LruCache mValidSpellingWordWriteCache;
@@ -390,7 +390,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
|| !oldDictionaryGroupForLocale.hasDict(subDictType, account)) {
// Create a new dictionary.
subDict = getSubDict(subDictType, context, locale, null, dictNamePrefix, account);
- if (subDict == null) continue; // https://github.com/Helium314/openboard/issues/293
+ if (subDict == null) continue; // https://github.com/Helium314/HeliBoard/issues/293
} else {
// Reuse the existing dictionary, and don't close it at the end
subDict = oldDictionaryGroupForLocale.getSubDict(subDictType);
@@ -552,7 +552,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
// reasoning: typing the same word again -> we probably want it in some dictionary permanently
final SettingsValues sv = Settings.getInstance().getCurrent();
if (sv.mAddToPersonalDictionary // require the setting
- && sv.mAutoCorrectEnabled == sv.mAutoCorrectionEnabledPerUserSettings // don't add if user wants autocorrect but input field does not, see https://github.com/Helium314/openboard/issues/427#issuecomment-1905438000
+ && sv.mAutoCorrectEnabled == sv.mAutoCorrectionEnabledPerUserSettings // don't add if user wants autocorrect but input field does not, see https://github.com/Helium314/HeliBoard/issues/427#issuecomment-1905438000
&& mDictionaryGroups.get(0).hasDict(Dictionary.TYPE_USER_HISTORY, mDictionaryGroups.get(0).mAccount) // require personalized suggestions
&& !wasAutoCapitalized // we can't be 100% sure about what the user intended to type, so better don't add it
&& words.length == 1) { // ignore if more than a single word, this only happens with (badly working) spaceAwareGesture
diff --git a/app/src/main/java/helium314/keyboard/latin/settings/LanguageSettingsDialog.kt b/app/src/main/java/helium314/keyboard/latin/settings/LanguageSettingsDialog.kt
index 199ea2110..2d9805101 100644
--- a/app/src/main/java/helium314/keyboard/latin/settings/LanguageSettingsDialog.kt
+++ b/app/src/main/java/helium314/keyboard/latin/settings/LanguageSettingsDialog.kt
@@ -416,4 +416,4 @@ private fun getAvailableSecondaryLocales(context: Context, mainLocale: Locale, a
return locales
}
-private const val LAYOUT_FORMAT_URL = "https://github.com/Helium314/openboard/blob/new/layouts.md"
+private const val LAYOUT_FORMAT_URL = "https://github.com/Helium314/HeliBoard/blob/main/layouts.md"
diff --git a/app/src/main/java/helium314/keyboard/latin/suggestions/SuggestionStripView.java b/app/src/main/java/helium314/keyboard/latin/suggestions/SuggestionStripView.java
index f845d7f38..eb908a444 100644
--- a/app/src/main/java/helium314/keyboard/latin/suggestions/SuggestionStripView.java
+++ b/app/src/main/java/helium314/keyboard/latin/suggestions/SuggestionStripView.java
@@ -287,7 +287,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
public void onVisibilityChanged(@NonNull final View view, final int visibility) {
super.onVisibilityChanged(view, visibility);
if (view == this)
- // workaround for a bug with inline suggestions views that just keep showing up otherwise, https://github.com/Helium314/openboard/pull/386
+ // workaround for a bug with inline suggestions views that just keep showing up otherwise, https://github.com/Helium314/HeliBoard/pull/386
mSuggestionsStrip.setVisibility(visibility);
}
diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml
index 7a0e51725..36fddc861 100644
--- a/app/src/main/res/values-af/strings.xml
+++ b/app/src/main/res/values-af/strings.xml
@@ -129,8 +129,8 @@
Indien gedeaktiveerd, sal knipbord sleutel plak as dit inhoud het
Geskiedenis behou tyd
Sleutelgrense
- OpenBoard Spell Checker
- OpenBoard Spell Checker Settings
+ HeliBoard Spell Checker
+ HeliBoard Spell Checker Settings
Nommers ry
Wys altyd die nommers ry
Wys sleutel wenke
@@ -151,7 +151,7 @@
Plaas \'n spasie na \'n leesteken sodra \'n nuwe woord getik word
Alphabet (Workman)
Alphabet (Colemak Mod-DH)
- OpenBoard Instellings
+ HeliBoard Instellings
Invoer
Bykomende Sleutels
Regstellings
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index a21daf069..9f89db3a3 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -121,7 +121,7 @@
" أ ب ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ف ق ك ل م ن ه و ي"
مفتاح الرموز التعبيرية
بلا حدود
- إعدادات OpenBoard
+ إعدادات HeliBoard
الإدخال
تعطيل تعلم الكلمات الجديدة
المزيد من المفاتيح
@@ -131,8 +131,8 @@
الاقتراحات
تجريبي
متنوعة
- المدقق الإملائي لـ OpenBoard
- إعدادات المدقق الإملائي لـ OpenBoard
+ المدقق الإملائي لـ HeliBoard
+ إعدادات المدقق الإملائي لـ HeliBoard
صف الأرقام
إظهار صف الأرقام دائما
سيتبع المظهر إعدادات النظام
diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml
index ac9f7194d..84416d52f 100644
--- a/app/src/main/res/values-az/strings.xml
+++ b/app/src/main/res/values-az/strings.xml
@@ -120,12 +120,12 @@
"Digər dillər…"
" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Pano keçmişi
- OpenBoard Yazı Yoxlayıcısı
- OpenBoard Yazı Yoxlayıcısı Parametrləri
+ HeliBoard Yazı Yoxlayıcısı
+ HeliBoard Yazı Yoxlayıcısı Parametrləri
"Sistem dillərini istifadə edin"
"Daxiletmə metodunu seçin"
"Görünüş"
- OpenBoard Tənzimləmələri
+ HeliBoard Tənzimləmələri
Giriş
Əlavə Düymələr
"Ləğv edin"
diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml
index 010858cec..129889562 100644
--- a/app/src/main/res/values-be/strings.xml
+++ b/app/src/main/res/values-be/strings.xml
@@ -127,12 +127,12 @@
Рознае
Без абмежаванняў
%sМін.
- Налады праверкі правапісу OpenBoard
+ Налады праверкі правапісу HeliBoard
Клавіша эмодзі
- Налады OpenBoard
+ Налады HeliBoard
Увод
Дадатковыя клавішы
- Праграма праверкі правапісу OpenBoard
+ Праграма праверкі правапісу HeliBoard
Уключыць гісторыю буфера абмену
Калі выключана, клавіша буфера абмену будзе ўстаўляць змесціва буфера абмену, калі яно ёсць
Час захоўвання гісторыі буфера абмену
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index 8199f56c6..4250a64c5 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -126,14 +126,14 @@
Llisqueu damunt de la tecla d\'esborrar per seleccionar i treure grans parts de text d\'un sol cop.
Força el mode d\'incògnit
%smin
- Corrector ortogràfic de l\'OpenBoard
- Configuració del corrector ortogràfic de l\'OpenBoard
+ Corrector ortogràfic de l\'HeliBoard
+ Configuració del corrector ortogràfic de l\'HeliBoard
Esborra amb lliscament
Tecla d\'accés a emoticones
Desactiva l\'aprenentatge de paraules noves.
Numera les files
Mostra sempre el número de fila.
- Configuració de l\'OpenBoard
+ Configuració de l\'HeliBoard
Entrada
Miscel·lània
Vores del teclat
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 0acd19a2f..b546537de 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -130,8 +130,8 @@
Bez limitu
Povolit historii schránky
Doba zachování historie
- OpenBoard Kontrola Pravopisu
- Nastavení kontroly pravopisu OpenBoard
+ HeliBoard Kontrola Pravopisu
+ Nastavení kontroly pravopisu HeliBoard
Automaticky vloží mezeru po ukončení slova znaménkem
Vynutit režim inkognito
Vypnout učení nových slov
@@ -148,7 +148,7 @@
Dlouhý stisk mezerníku zobrazí výzvu změny vstupní metody
Měřítko výšky klávesnice
Vzhled podle systémového nastavení
- Nastavení OpenBoard
+ Nastavení HeliBoard
Návrhy
Emoji klávesa
Abeceda (Workman)
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index d798cc1cc..6d3f46259 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -132,7 +132,7 @@
Auto dag/nat-tilstand
Udseende følger systemindstillinger
%smin.
- OpenBoard-stavekontrol
+ HeliBoard-stavekontrol
Vis tastetips
Talrække
Vis altid talrækken
@@ -140,13 +140,13 @@
Emoji-tast
Skift inputmetode med mellemrumstasten
Langt tryk på mellemrumstasten vil åbne menuen til valg af inputmetode
- Indstillinger for OpenBoard-stavekontrol
+ Indstillinger for HeliBoard-stavekontrol
Indsæt automatisk mellemrum efter tegnsætning, når du skriver et nyt ord
Pegefelt på mellemrumstasten
Auto-mellemrum efter tegnsætning
%s (Akkhor)
Alfabet (Workman)
- OpenBoard-indstillinger
+ HeliBoard-indstillinger
Input
Yderligere taster
Diverse
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 3e2327a38..fc0da6c3c 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -124,12 +124,12 @@
Zwischenablage-Verlauf
Korrekturen
Vorschläge
- OpenBoard Rechtschreibprüfungs-Einstellungen
- OpenBoard Einstellungen
+ HeliBoard Rechtschreibprüfungs-Einstellungen
+ HeliBoard Einstellungen
Experimentell
Keine Begrenzung
%s Min.
- OpenBoard Rechtschreibprüfung
+ HeliBoard Rechtschreibprüfung
Emoji Taste
Eingabe
Zusätzliche Tasten
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 62796cfb6..45f24a412 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -124,7 +124,7 @@
Ενεργοποίηση ιστορικού προχείρου
Χρόνος διατήρησης ιστορικού
Πατώντας παρατεταμένο το πλήκτρο διαστήματος θα εμφανιστεί το μενού επιλογής μεθόδου εισαγωγής
- Ορθογραφικός Έλεγχος OpenBoard
+ Ορθογραφικός Έλεγχος HeliBoard
Διαγραφή ολίσθησης
Πραγματοποιήστε μια σάρωση από το πλήκτρο διαγραφής για να επιλέξετε και να αφαιρέσετε μεγαλύτερα τμήματα κειμένου ταυτόχρονα
Αναγκαστική λειτουργία ανώνυμης περιήγησης
@@ -132,7 +132,7 @@
Πρόσθετα κλειδιά
Διορθώσεις
Προτάσεις
- Ρυθμίσεις ορθογραφικού ελέγχου OpenBoard
+ Ρυθμίσεις ορθογραφικού ελέγχου HeliBoard
Ιστορικό πρόχειρου
Διάφορα
%smin.
@@ -151,7 +151,7 @@
Αλφάβητο (Workman)
Η εμφάνιση θα ακολουθεί τις ρυθμίσεις του συστήματος
Αυτόματο κενό μετά τη στίξη
- Ρυθμίσεις OpenBoard
+ Ρυθμίσεις HeliBoard
Εισαγωγή
Περισσότερα πλήκτρα
Απενεργοποιήστε την εκμάθηση νέων λέξεων
diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml
index 95695d99b..ff0e7594c 100644
--- a/app/src/main/res/values-en-rGB/strings.xml
+++ b/app/src/main/res/values-en-rGB/strings.xml
@@ -119,8 +119,8 @@
"For all languages"
"More languages…"
" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- OpenBoard Spell Checker
- OpenBoard Spell Checker Settings
+ HeliBoard Spell Checker
+ HeliBoard Spell Checker Settings
Always show number row
Delete swipe
Disable learning of new words
@@ -134,7 +134,7 @@
Experimental
Input
Miscellaneous
- OpenBoard Settings
+ HeliBoard Settings
Suggestions
Number row
Show key hints
diff --git a/app/src/main/res/values-es-rUS/strings.xml b/app/src/main/res/values-es-rUS/strings.xml
index 778796ee1..776cea2f5 100644
--- a/app/src/main/res/values-es-rUS/strings.xml
+++ b/app/src/main/res/values-es-rUS/strings.xml
@@ -122,8 +122,8 @@
Habilitar historial del portapapeles
Tiempo para mantener el historial
%smin.
- Corrector ortográfico de OpenBoard
- Ajustes del corrector ortográfico de OpenBoard
+ Corrector ortográfico de HeliBoard
+ Ajustes del corrector ortográfico de HeliBoard
Escala de altura del teclado
Tecla de emoji
Si está deshabilitada, la tecla del portapapeles pegará el contenido del portapapeles si lo hay
@@ -150,7 +150,7 @@
Seguir la configuración del sistema
Alfabeto (Workman)
Modo claro/oscuro automático
- Ajustes de OpenBoard
+ Ajustes de HeliBoard
Entrada
Teclas adicionales
Correcciones
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 33c309b06..b9b8f519d 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -126,8 +126,8 @@
Teclas adicionales
Cambiar método de entrada con la barra espaciadora
Al presionar por mucho tiempo la barra espaciadora, aparecerá el menú de selección del método de entrada
- Corrector ortográfico de OpenBoard
- Ajustes del corrector ortográfico de OpenBoard
+ Corrector ortográfico de HeliBoard
+ Ajustes del corrector ortográfico de HeliBoard
Escala de altura del teclado
Borrar deslizando
Deslice el dedo desde la tecla Borrar para seleccionar y eliminar porciones más grandes de texto de una vez
@@ -140,7 +140,7 @@
Correcciones
Caracteristicas experimentales
Entrada
- Ajustes de OpenBoard
+ Ajustes de HeliBoard
Sugerencias
Varios
Fila de números
diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml
index ea5e363bd..a2bc0e039 100644
--- a/app/src/main/res/values-eu/strings.xml
+++ b/app/src/main/res/values-eu/strings.xml
@@ -138,7 +138,7 @@
Tekla gehiago
zenbaki errenkada
Espazio tekla luze sakatzeak sarrera-metodoa hautatzeko menua piztuko du
- OpenBoard Ortografia Zuzentzailea
+ HeliBoard Ortografia Zuzentzailea
Autoespazioa puntuazioen ondoren
Ezezagun modua behartu
%s (Akkhor hizkuntza)
@@ -146,9 +146,9 @@
Gako-ertzak
Egun/gau modu automatikoa
Itxurak sistemaren ezarpenei jarraituko die
- OpenBoard Ezarpenak
+ HeliBoard Ezarpenak
Giltza gehigarriak
- OpenBoard Ortografia Zuzentzailearen Ezarpenak
+ HeliBoard Ortografia Zuzentzailearen Ezarpenak
Emoji giltza
Ezabatu irristatzea
Ezabatu teklatik hatza irristatu, aldiberean testuen zati handiagoak hautatzeko eta ezabatzeko
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
index 956eb6b62..a4593faef 100644
--- a/app/src/main/res/values-fa/strings.xml
+++ b/app/src/main/res/values-fa/strings.xml
@@ -124,10 +124,10 @@
"استفاده از زبانهای سیستم"
"انتخاب روش ورودی"
تاریخچهٔ تختهگیره
- غلطیاب املایی OpenBoard
- تنظیمات غلطیاب املایی OpenBoard
+ غلطیاب املایی HeliBoard
+ تنظیمات غلطیاب املایی HeliBoard
دکمهٔ شکلک
- تنظیمات OpenBoard
+ تنظیمات HeliBoard
کلیدهای افزوده
آزمایشی
متفرقه
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 0d8da4c84..3451c7f84 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -170,8 +170,8 @@ Nouveau dictionnaire:
" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Ce mot est déjà présent dans le dictionnaire utilisateur %s. Veuillez en saisir un autre.
Ajouter un mot
- Correcteur orthographique OpenBoard
- Paramètres du correcteur orthographique OpenBoard
+ Correcteur orthographique HeliBoard
+ Paramètres du correcteur orthographique HeliBoard
Ligne de chiffres
Balayage sur la touche Effacer
Glissez sur la touche de suppression pour supprimer des parties de texte en une seule fois
@@ -193,7 +193,7 @@ Nouveau dictionnaire:
Fichier de bibliothèque inconnu. Êtes-vous sûr qu\'il provient d\'une source fiable et que c\'est pour CPU \'%s\'?
Charger bibliothèque
Supprimer bibliothèque
- Paramètres d\'OpenBoard
+ Paramètres d\'HeliBoard
Saisie
Corrections
Suggestions
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
index 013744b41..27f3b8f9c 100644
--- a/app/src/main/res/values-hr/strings.xml
+++ b/app/src/main/res/values-hr/strings.xml
@@ -119,8 +119,8 @@
"Za sve jezike"
"Više jezika…"
" ABCČĆDDŽĐEFGHIJKLLJMNNJOPRSŠTUVZŽ"
- OpenBoard provjera pravopisa
- Postavke OpenBoard provjere pravopisa
+ HeliBoard provjera pravopisa
+ Postavke HeliBoard provjere pravopisa
%s (Akkhor)
Abeceda (Colemak Mod-DH)
Prijedlozi
@@ -132,7 +132,7 @@
Tipka za emojije
%s min
Bez ograničenja
- OpenBoard postavke
+ HeliBoard postavke
Unos
Dodatne tipke
Aktiviraj povijest međuspremnika
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 217b0fc5b..8378b4ffc 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -127,8 +127,8 @@
Nincs korlát
A vágólap előzményeinek engedélyezése
Kulcshatárok
- OpenBoard Beállítások
- OpenBoard helyesírás-ellenőrző beállításai
+ HeliBoard Beállítások
+ HeliBoard helyesírás-ellenőrző beállításai
Kiegészítő kulcsok
A törlés billentyű hosszabb lenyomásával nagyobb szövegrészleteket jelölhet ki és távolíthat el
Ha le van tiltva, a vágólap billentyű beilleszti a vágólap tartalmát, ha van
@@ -142,7 +142,7 @@
Beviteli módszer módosítása a szóköz billentyűvel
Ábécé (Workman)
Automatikus nappali/éjszakai üzemmód
- OpenBoard helyesírás-ellenőrző
+ HeliBoard helyesírás-ellenőrző
Húzás törlése
Emoji kulcs
A kurzor mozgatásához nyomja meg a szóköz billentyűt
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index 150d17f02..da72761b4 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -132,13 +132,13 @@
Selalu tampilkan baris angka
%smnt.
Alfabet (Workman)
- Pemeriksa Ejaan OpenBoard
- Pengaturan Pemeriksa Ejaan OpenBoard
+ Pemeriksa Ejaan HeliBoard
+ Pengaturan Pemeriksa Ejaan HeliBoard
Baris angka
Ubah metode masukan dengan tombol spasi
Paksa mode privat
Tombol emoji
- Pengaturan OpenBoard
+ Pengaturan HeliBoard
Masukan
Tombol tambahan
Saran
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 0122f69f0..ab21c99c0 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -131,8 +131,8 @@
Attiva la cronologia degli appunti
Se disattivato, il tasto appunti incolla il contenuto degli appunti, se presente
Periodo conservazione cronologia
- OpenBoard - Controllore ortografico
- OpenBoard - Impostazioni controllore ortografico
+ HeliBoard - Controllore ortografico
+ HeliBoard - Impostazioni controllore ortografico
Riga numeri
Scorri per cancellare
Scorri sul tasto cancella per selezionare e rimuovere grandi porzioni di testo in una sola volta
@@ -153,7 +153,7 @@
Sperimentali
Varie
Immissione
- OpenBoard - Impostazioni
+ HeliBoard - Impostazioni
Disattiva l\'apprendimento di nuove parole
Bordi tasto
Modalità giorno/notte automatica
diff --git a/app/src/main/res/values-ka/strings.xml b/app/src/main/res/values-ka/strings.xml
index 1570f613b..2fffc2d20 100644
--- a/app/src/main/res/values-ka/strings.xml
+++ b/app/src/main/res/values-ka/strings.xml
@@ -142,11 +142,11 @@
გამოტოვების ღილაკზე დიდხანს დაწოლა შეყვანის მეთოდის მენიუს გაჩვენებთ
ღილაკის მინიშნებების ჩვენება
დიდხანს-დაწოლის მინიშენების ჩვენება
- OpenBoard-ის მართლწერის შემოწმება
- OpenBoard-ის მართლწერის შემოწმების მორგება
+ HeliBoard-ის მართლწერის შემოწმება
+ HeliBoard-ის მართლწერის შემოწმების მორგება
ემოჯის ღილაკი
ჟესტით წაშლა
- OpenBoard-ის მორგება
+ HeliBoard-ის მორგება
შეყვანა
დამატებითი ღილაკები
მინიშნებები
diff --git a/app/src/main/res/values-kab/strings.xml b/app/src/main/res/values-kab/strings.xml
index ce413840a..a3555f8bf 100644
--- a/app/src/main/res/values-kab/strings.xml
+++ b/app/src/main/res/values-kab/strings.xml
@@ -6,7 +6,7 @@
-->
Imenyafen
- Iɣewwaren n OpenBoard
+ Iɣewwaren n HeliBoard
Wiyyaḍ
Rnu
Tutlayt :
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index c2d1c5bcb..c75644b6f 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -123,9 +123,9 @@
새로운 단어를 입력할 때 마침표가 앞에 있다면 자동으로 띄어쓰기 하기
"시스템 언어 사용"
"입력 방법 선택"
- OpenBoard 맞춤법 검사기
- OpenBoard 맞춤법 검사기 설정
- OpenBoard 설정
+ HeliBoard 맞춤법 검사기
+ HeliBoard 맞춤법 검사기 설정
+ HeliBoard 설정
새로운 단어를 배우는 것이 불가능
자동 교정 정확도
추천
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index 184e4a86d..0ac495496 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -123,10 +123,10 @@
Alltid vis tallraden
Automatisk dag/nattmodus
Langtrykke på mellomromstasten for inndatametode-valgmeny
- OpenBoard-innstillinger
+ HeliBoard-innstillinger
Alfabet (Colemak Mod-DH)
- OpenBoard-stavekontroll
- Innstillinger for OpenBoard-stavekontroll
+ HeliBoard-stavekontroll
+ Innstillinger for HeliBoard-stavekontroll
Alfabet (Workman)
Slettingsdragning
Emoji-tast
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 60cdc20ed..7b8ac8d5e 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -134,8 +134,8 @@
Meer toetsen
Toon altijd nummerrij
Voer een veegbeweging uit vanaf de delete-toets om grotere delen van tekst tegelijk te selecteren en te verwijderen
- OpenBoard spellingcontrole
- OpenBoard spellingscontrole instellingen
+ HeliBoard spellingcontrole
+ HeliBoard spellingscontrole instellingen
Nummer rij
Incognitomodus forceren
Veeg over de spatiebalk om de cursor te verplaatsen
@@ -157,7 +157,7 @@
Alfabet (Workman)
Toetsen randen
Automatisch spatie invoegen na punt bij het typen van een nieuw woord
- OpenBoard Instellingen
+ HeliBoard Instellingen
Invoer
Extra toetsen
"Ongedaan maken"
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 547062330..c08b3d08d 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -128,8 +128,8 @@
Więcej klawiszy
Rząd numeryczny
Klawisz Emoji
- Sprawdzanie pisowni OpenBoard
- Ustawienia sprawdzania pisowni OpenBoard
+ Sprawdzanie pisowni HeliBoard
+ Ustawienia sprawdzania pisowni HeliBoard
Historia schowka
Włącz historię schowka
Wymuś tryb incognito
@@ -148,7 +148,7 @@
Alfabet (Workman)
Spacja przesuwa kursor
%s (Akkhor)
- Ustawienia OpenBoard
+ Ustawienia HeliBoard
Dodatkowe klawisze
Wprowadzanie
Sugestie
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 24f2a3ab2..efe29b87f 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -5,7 +5,7 @@
SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
-->
- Configurações do OpenBoard
+ Configurações do HeliBoard
Vibrar ao tocar nas teclas
Som ao tocar nas teclas
O corretor ortográfico usa entradas da sua lista de contatos
@@ -96,8 +96,8 @@
Mais idiomas…
" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Borda em teclas
- Corretor Ortográfico do OpenBoard
- Configurar corretor ortográfico do OpenBoard
+ Corretor Ortográfico do HeliBoard
+ Configurar corretor ortográfico do HeliBoard
Procurar nomes de contatos
Mostrar pop-up ao tocar em teclas
Preferências
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index b61a8dc21..58c522c06 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -128,8 +128,8 @@
Impor modo incógnito
Modo diurno/noturno automático
Aparência usa as definições do sistema
- Verificação ortográfica OpenBoard
- Definições OpenBoard
+ Verificação ortográfica HeliBoard
+ Definições HeliBoard
Introdução
Teclas adiccionais
Correcções
@@ -148,7 +148,7 @@
Alfabeto (Colemak Mod-DH)
Alfabeto (Workman)
Limite das teclas
- Definições de verificação ortográfica OpenBoard
+ Definições de verificação ortográfica HeliBoard
Confiança da correção automática
Se desativado, a tecla da área de transferência colará o conteúdo, se houver
"Usar idiomas do sistema"
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index c3c6837d1..76e7073b9 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -119,8 +119,8 @@
"Para todos os idiomas"
"Mais idiomas…"
" ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- Verificação ortográfica OpenBoard
- Definições de verificação ortográfica OpenBoard
+ Verificação ortográfica HeliBoard
+ Definições de verificação ortográfica HeliBoard
Número de linha
Mostrar sempre n.º de linha
Alfabeto (Colemak Mod-DH)
@@ -132,7 +132,7 @@
Experimental
Introdução
Outras
- Definições OpenBoard
+ Definições HeliBoard
Sugestões
Deslize para eliminar
Mais teclas
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 8f7e991c1..1d8054991 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -149,10 +149,10 @@
Клавиша эмодзи
История буфера обмена
Включить журнал буфера обмена
- Проверка правописания OpenBoard
+ Проверка правописания HeliBoard
Настройки проверки правописания
%sмин.
- Настройки OpenBoard
+ Настройки HeliBoard
Без ограничения
Время хранения журнала буфера обмена
%s (Акхор)
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index 363351b8e..0400d5b6b 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -126,12 +126,12 @@
Povoliť históriu schránky
Vypnúť učenie nových slov
Viac kláves
- OpenBoard Kontrola Pravopisu
- Nastavenia kontroly pravopisu OpenBoard
+ HeliBoard Kontrola Pravopisu
+ Nastavenia kontroly pravopisu HeliBoard
Emoji klávesa
Vynútiť režim inkognito
Vstup
- OpenBoard Nastavenia
+ HeliBoard Nastavenia
Dodatočné klávesy
Korekcie
Návrhy
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
index 2b61b4bcd..e030b4420 100644
--- a/app/src/main/res/values-sl/strings.xml
+++ b/app/src/main/res/values-sl/strings.xml
@@ -138,12 +138,12 @@
Čas shranjevanja zgodovine
Onemogočite, da boste s tipko odložišča lahko prilepili vsebino
Več tipk
- Nastavitve pregledovalnika črkovanja OpenBoard
+ Nastavitve pregledovalnika črkovanja HeliBoard
Samodejni dnevni/nočni način
Spremeni višino tipkovnice
Poskusne možnosti
- Pregledovalnik črkovanja OpenBoard
- Nastavitve OpenBoard
+ Pregledovalnik črkovanja HeliBoard
+ Nastavitve HeliBoard
Dodatne tipke
Vnos
Samodejni presledek za ločilom
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index a94dee51a..c9bc6ec52 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -127,12 +127,12 @@
Ingen gräns
Långtryckning på mellanslagstangenten öppnar menyn för val av inmatningsmetod
Ändra inmatningsmetod med mellanslagstangenten
- OpenBoards stavningskontroll
- Inställningar för OpenBoards stavningskontroll
+ HeliBoards stavningskontroll
+ Inställningar för HeliBoards stavningskontroll
Sifferrad
Visa alltid sifferraden
Emoji-tangent
- OpenBoard-inställningar
+ HeliBoard-inställningar
Visa tips för långtryckning
Ytterligare tangenter
Urklippshistorik
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index 3a0349848..aba7fbf91 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -129,14 +129,14 @@
Yeni sözcüklerin öğrenilmesini devre dışı bırak
Sayı satırı
Boşluk tuşuna uzun süre basmak, giriş yöntemi seçim menüsünü gösterecektir
- OpenBoard Yazım Denetleyicisi Ayarları
+ HeliBoard Yazım Denetleyicisi Ayarları
Klavye yükseklik ölçeği
Silme kaydırması
Boşluk tuşu dokunması
Alfabe (Workman)
Tuş kenarlıkları
Otomatik gündüz/gece modu
- OpenBoard Yazım Denetleyicisi
+ HeliBoard Yazım Denetleyicisi
%sdak.
Öneriler
Emoji tuşu
@@ -152,7 +152,7 @@
Bir kerede metnin daha büyük bölümlerini seçmek ve kaldırmak için silme tuşundan hızlıca kaydırın
Alfabe (Colemak Mod-DH)
Görünüm sistem ayarlarını takip edecektir
- OpenBoard Ayarları
+ HeliBoard Ayarları
Giriş
Ek tuşlar
Noktalama işaretlerinden sonra otomatik boşluk
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 713543fbd..97f8fc5cc 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -120,7 +120,7 @@
Для всіх мов
"Інші мови…"
" АБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ"
- Налаштування OpenBoard
+ Налаштування HeliBoard
Вигляд наслідує системні налаштування
Автоматично вставляти пробіл після знаків пунктуації під час введення нового слова
Стиль теми
@@ -131,7 +131,7 @@
Введення
%s (Аккгор)
Авто-пробіл після знаків пунктуації
- Налаштування перевірки правопису OpenBoard
+ Налаштування перевірки правопису HeliBoard
Виправлення
Пропозиції
Експериментальне
@@ -182,7 +182,7 @@
Змінювати спосіб введення клавішею пробіл
Довге натискання клавіші пробіл виводить меню вибору способу введення
Алфавіт (Workman)
- Перевірка правопису OpenBoard
+ Перевірка правопису HeliBoard
Збільшені клавіші
Видаляти ковзанням
Проведіть пальцем по клавіші видалення, щоб виділити і вилучити більші фрагменти тексту за раз
diff --git a/app/src/main/res/values-uz/strings.xml b/app/src/main/res/values-uz/strings.xml
index 5a461e8f6..785211f71 100644
--- a/app/src/main/res/values-uz/strings.xml
+++ b/app/src/main/res/values-uz/strings.xml
@@ -133,8 +133,8 @@
Tugma chegaralari
Avtomatik kunduz/tun rejimi
Tashqi ko\'rinish tizim sozlamalariga binoan
- OpenBoard Imlo tekshiruvi
- OpenBoard Imlo Tekshiruvi Sozlamalari
+ HeliBoard Imlo tekshiruvi
+ HeliBoard Imlo Tekshiruvi Sozlamalari
Svayp bilan o\'chirish
Yangi so\'zlarni o\'rganishni o\'chirib qo\'yish
Sonlar qatori
@@ -154,7 +154,7 @@
Alfavit (Workman)
Kiritish
Qo\'shimcha kalitlar
- OpenBoard Sozlamalari
+ HeliBoard Sozlamalari
Tuzatishlar
Simvollarni ko‘rsatish
Uzoq bosish ko‘rsatish
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 356873680..e0a80e460 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -151,7 +151,7 @@
自动主题
系统自动
输入
- OpenBoard设置
+ HeliBoard设置
额外键
长按空格切换输入法
空格切换输入法
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0f0e3e098..046b64c1f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -5,16 +5,13 @@
SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
-->
- OpenBoard
-
- OpenBoard Spell Checker
-
- OpenBoard Settings
-
- OpenBoard Spell Checker Settings
+ HeliBoard
+
+ HeliBoard Spell Checker
+
+ HeliBoard Settings
+
+ HeliBoard Spell Checker Settings
Look up contact names
diff --git a/app/src/main/res/xml/prefs_screen_about.xml b/app/src/main/res/xml/prefs_screen_about.xml
index aacca5d35..9314227a4 100644
--- a/app/src/main/res/xml/prefs_screen_about.xml
+++ b/app/src/main/res/xml/prefs_screen_about.xml
@@ -24,7 +24,7 @@
android:summary="@string/gnu_gpl"
android:icon="@drawable/ic_settings_about_license">
+ android:data="https://github.com/Helium314/HeliBoard/blob/main/LICENSE-GPL-3" />
+ android:data="https://github.com/Helium314/HeliBoard" />
>()
diff --git a/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt b/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt
index 3b01ae5f7..b1e84da9f 100644
--- a/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt
+++ b/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt
@@ -134,7 +134,7 @@ class InputLogicTest {
}
// todo: make it work, but it might not be that simple because adding is done in combiner
- // https://github.com/Helium314/openboard/issues/214
+ // https://github.com/Helium314/HeliBoard/issues/214
@Test fun insertLetterIntoWordHangul() {
reset()
currentScript = ScriptUtils.SCRIPT_HANGUL
@@ -465,8 +465,8 @@ class InputLogicTest {
assertEquals("b", composingText)
}
- // https://github.com/Helium314/openboard/issues/215
- // https://github.com/Helium314/openboard/issues/229
+ // https://github.com/Helium314/HeliBoard/issues/215
+ // https://github.com/Helium314/HeliBoard/issues/229
@Test fun `autospace works in URL field when input isn't URL, also for multiple suggestions`() {
reset()
DeviceProtectedUtils.getSharedPreferences(latinIME).edit { putBoolean(Settings.PREF_URL_DETECTION, true) }
@@ -512,7 +512,7 @@ class InputLogicTest {
assertEquals("hi ${StringUtils.newSingleCodePointString(0x1F36D)}", text)
}
- // https://github.com/Helium314/openboard/issues/230
+ // https://github.com/Helium314/HeliBoard/issues/230
@Test fun `no autospace after opening quotes`() {
reset()
chainInput("\"Hi\" \"h")
diff --git a/app/src/test/java/helium314/keyboard/latin/StringUtilsTest.kt b/app/src/test/java/helium314/keyboard/latin/StringUtilsTest.kt
index 242e279a8..20e7fe2ed 100644
--- a/app/src/test/java/helium314/keyboard/latin/StringUtilsTest.kt
+++ b/app/src/test/java/helium314/keyboard/latin/StringUtilsTest.kt
@@ -40,7 +40,7 @@ class StringUtilsTest {
}
// todo: add tests for emoji detection?
- // could help towards fully fixing https://github.com/Helium314/openboard/issues/22
+ // could help towards fully fixing https://github.com/Helium314/HeliBoard/issues/22
// though this might be tricky, as some emojis will show as one on new Android versions, and
// as two on older versions
}
diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt
deleted file mode 100644
index c1ee917b1..000000000
--- a/fastlane/metadata/android/en-US/changelogs/15.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-1.4.3:
-- automatic day/night themes
-- emoji with different colors are now accessible with a long-press
-- Add Arabic PC layout
-- German layout fixes
-- changes to themes
-- bugfixes
diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt
deleted file mode 100644
index 6b37cc5d9..000000000
--- a/fastlane/metadata/android/en-US/changelogs/18.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-1.4.4b:
-- fix crash on older devices
-- fix german words that appear in capital letters
-
-1.4.4:
-- add clipboard history
-- fix bug preventing numpad from showing on tablets
-- add Workman layout
-- added dictionaries: Swedish, Danish, Hungarian
-- bugfixes
diff --git a/fastlane/metadata/android/en-US/changelogs/19.txt b/fastlane/metadata/android/en-US/changelogs/19.txt
deleted file mode 100644
index e58b354d5..000000000
--- a/fastlane/metadata/android/en-US/changelogs/19.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Features
- - Added clipboard history feature
- - Added one-handed mode feature
- - Added auto-space after punctuation feature
-Improvements
- - Reworked settings navigation
- - Added split layout for azerty keyboards
- - Added number row support to more languages
- - Added number row support to tablets
- - Added new translations
-Bug fixes
- - Fixed suggestions showing for not many input types
- - Fixed space bar swipe direction for RTL languages
- - Fixed voice input key shown when no voice input is installed
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 5ec48131a..457042ae8 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1,8 +1,11 @@
-OpenBoard is a 100% foss keyboard based on AOSP, with no dependency on Google binaries, that respects your privacy.
+HeliBoard is a 100% foss keyboard based on AOSP / OpenBoard, that respects your privacy.
Features:
- - Spell correction
- - Themes
+ - 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 opensource, the code is available here: https://github.com/openboard-team/openboard
\ No newline at end of file
+This app is open source, the code is available here: https://github.com/Helium314/HeliBoard
diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt
index 62bb507b4..e9841ace0 100644
--- a/fastlane/metadata/android/en-US/title.txt
+++ b/fastlane/metadata/android/en-US/title.txt
@@ -1 +1 @@
-OpenBoard
\ No newline at end of file
+HeliBoard
diff --git a/fastlane/metadata/android/en-US/video.txt b/fastlane/metadata/android/en-US/video.txt
deleted file mode 100644
index e69de29bb..000000000
diff --git a/fastlane/metadata/android/it-IT/changelogs/15.txt b/fastlane/metadata/android/it-IT/changelogs/15.txt
deleted file mode 100644
index b93d61f8f..000000000
--- a/fastlane/metadata/android/it-IT/changelogs/15.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-1.4.3:
-- aggiunta modalità giorno/notte
-- raggruppate emoji di colore diverso
-- aggiunto layout Arabic PC
-- cambiamenti al layout tedesco
-- cambiamenti ai temi
-- bugfix
diff --git a/fastlane/metadata/android/it-IT/changelogs/18.txt b/fastlane/metadata/android/it-IT/changelogs/18.txt
deleted file mode 100644
index 186c2362d..000000000
--- a/fastlane/metadata/android/it-IT/changelogs/18.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-1.4.4b:
-- risolto crash su dispositivi più vecchi
-
-1.4.4:
-- aggiunta funzionalità di storico appunti
-- sistemato bug che non permetteva la visualizzazione del tastierino numerico nei tablet
-- aggiunto layout Workman
-- dizionari aggiunti: svedese, danese, ungherese
-- bugfix
diff --git a/fastlane/metadata/android/it-IT/full_description.txt b/fastlane/metadata/android/it-IT/full_description.txt
deleted file mode 100644
index a338cc06c..000000000
--- a/fastlane/metadata/android/it-IT/full_description.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-OpenBoard è una tastiera che rispetta la tua privacy, basata su AOSP e priva di dipendenze da binari Google.
-
-Ha le seguenti funzionalità:
- - correzione del testo
- - temi
- - emoji
-
-È possibile trovare il codice sorgente al seguente indirizzo: https://github.com/openboard-team/openboard
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/short_description.txt b/fastlane/metadata/android/it-IT/short_description.txt
deleted file mode 100644
index e77ab680c..000000000
--- a/fastlane/metadata/android/it-IT/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Una tastiera opensource che non ti spia!
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/title.txt b/fastlane/metadata/android/it-IT/title.txt
deleted file mode 100644
index 62bb507b4..000000000
--- a/fastlane/metadata/android/it-IT/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-OpenBoard
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/video.txt b/fastlane/metadata/android/it-IT/video.txt
deleted file mode 100644
index e69de29bb..000000000
diff --git a/tools/make-emoji-keys/README.md b/tools/make-emoji-keys/README.md
index 53cd6e386..c18175df8 100644
--- a/tools/make-emoji-keys/README.md
+++ b/tools/make-emoji-keys/README.md
@@ -1,6 +1,6 @@
# make-emoji-keys
-This module takes care of generating emoji data bundled with Openboard.
+This module takes care of generating emoji data bundled with HeliBoard.
Basically data is generated in three steps:
1. Unicode emoji table provides code points and grouping plus ordering.
2. Local file lists every new emojis supported for every android version since 4.4.
@@ -8,7 +8,7 @@ Basically data is generated in three steps:
### Generate emoji-categories.xml
-A gradle task called 'makeEmoji' builds and runs this tool to generate android resouce file which. Path to openboard's res directory is automatically set so the file is ready to be bundled at build.
+A gradle task called 'makeEmoji' builds and runs this tool to generate android resource file which. Path to HeliBoard's res directory is automatically set so the file is ready to be bundled at build.
### Update to latest emoji version