diff --git a/README.md b/README.md
index fc60a1c..848220e 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
- LeanKeyKeyboard
+ LeanKeyKeyboard
=========
[](https://www.mozilla.org/MPL/2.0/)
-__LeanKeyKeyboard: Keyboard for Android-based set-top boxes and TVs:__
+__LeanKeyboard: Keyboard for Android-based set-top boxes and TVs:__
* Google Play page
- * Telegram group
+ * Telegram group
-__NOTE: Google Play release is outdated. So I recommend to obtain new releases [here](https://github.com/yuliskov/LeanKeyKeyboard/releases).__
+__NOTE: Google Play release is outdated. So I recommend to obtain new releases [here](https://github.com/yuliskov/LeanKeyboard/releases).__
### Features:
* Designed for TV screens.
@@ -24,14 +24,14 @@ __Tip: Do long press on the language button to choose between available language
### Screenshots:
* __[Open screenshots](#screens)__
-### Install LeanKeyKeyboard:
+### Install LeanKeyboard:
__Easy installation in less than 10 minutes with only FireTV__
- * Install LeanKeyKeyboard (only FireTV needed)
+ * Install LeanKeyKeyboard (only FireTV needed)
__Standard installation via ADB__
* If you don't know how to sideload/install apps via ADB, read a tutorial (e.g. this one)
- * Download latest LeanKeyKeyboard APK and sideload/install with adb:
- * *adb install -r LeanKeyKeyboard.apk*
+ * Download latest LeanKeyKeyboard APK and sideload/install with adb:
+ * *adb install -r LeanKeyboard.apk*
* Enjoy :)
### Donation:
@@ -53,7 +53,7 @@ If you want to support my developments you are welcome to buy me a cup of coffee
* [__XDA Discussion__](https://forum.xda-developers.com/fire-tv/general/guide-change-screen-keyboard-to-leankey-t3527675)
### Changelog:
- * [Check releases page for changelog ..](https://github.com/yuliskov/LeanKeyKeyboard/releases)
+ * [Check releases page for changelog ..](https://github.com/yuliskov/LeanKeyboard/releases)
### Contributors:
* __[aglt](https://github.com/aglt)__ (Icelandic lang)
@@ -63,6 +63,6 @@ If you want to support my developments you are welcome to buy me a cup of coffee
* __[yuliskov](https://github.com/yuliskov)__ (design & coding)
### Screens:
-
-
-
+
+
+
diff --git a/leankeykeyboard/build.gradle b/leankeykeyboard/build.gradle
index 3495cde..30d8f96 100644
--- a/leankeykeyboard/build.gradle
+++ b/leankeykeyboard/build.gradle
@@ -40,7 +40,7 @@ android {
// https://stackoverflow.com/questions/18332474/how-to-set-versionname-in-apk-filename-using-gradle
applicationVariants.all { variant ->
variant.outputs.each { output ->
- def project = "LeanKeyKeyboardPro"
+ def project = "LeanKeyboard"
// Latest gradle fix: https://stackoverflow.com/questions/62075122/no-such-property-variantconfiguration-for-class
def buildType = variant.buildType.name.take(1)
def version = variant.versionName
diff --git a/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/ime/LeanbackImeService.java b/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/ime/LeanbackImeService.java
index 66bf26d..55e964a 100644
--- a/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/ime/LeanbackImeService.java
+++ b/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/ime/LeanbackImeService.java
@@ -373,7 +373,7 @@ public class LeanbackImeService extends KeyMapperImeService {
mSuggestionsFactory.createSuggestions();
mKeyboardController.updateSuggestions(mSuggestionsFactory.getSuggestions());
- // NOTE: FileManager+ rename item fix: https://t.me/LeanKeyKeyboard/931
+ // NOTE: FileManager+ rename item fix: https://t.me/LeanKeyboard/931
// NOTE: Code below deletes text that has selection.
//InputConnection connection = getCurrentInputConnection();
//if (connection != null) {
diff --git a/leankeykeyboard/src/main/res/values-ro/strings.xml b/leankeykeyboard/src/main/res/values-ro/strings.xml
index 4391e7e..3b2ae58 100644
--- a/leankeykeyboard/src/main/res/values-ro/strings.xml
+++ b/leankeykeyboard/src/main/res/values-ro/strings.xml
@@ -1,7 +1,7 @@
- LeanKey Keyboard
- LeanKey Keyboard
+ LeanKeyboard
+ LeanKeyboard
".,;:!?
() [] *
Merge
diff --git a/leankeykeyboard/src/main/res/values/strings.xml b/leankeykeyboard/src/main/res/values/strings.xml
index 313dcb0..64c2090 100644
--- a/leankeykeyboard/src/main/res/values/strings.xml
+++ b/leankeykeyboard/src/main/res/values/strings.xml
@@ -1,7 +1,7 @@
- LeanKey Keyboard
- LeanKey Keyboard
+ LeanKeyboard
+ LeanKeyboard
" .,;:!?
()[]*&@{}/<>_+=|"
diff --git a/leankeykeyboard/src/origin/java/com/liskovsoft/leankeyboard/activity/settings/KbActivationActivity.java b/leankeykeyboard/src/origin/java/com/liskovsoft/leankeyboard/activity/settings/KbActivationActivity.java
index e19c26e..f61b1cd 100644
--- a/leankeykeyboard/src/origin/java/com/liskovsoft/leankeyboard/activity/settings/KbActivationActivity.java
+++ b/leankeykeyboard/src/origin/java/com/liskovsoft/leankeyboard/activity/settings/KbActivationActivity.java
@@ -23,7 +23,7 @@ public class KbActivationActivity extends Activity {
private static final String META_PACKAGE_NAME_ALT = "package_alt";
private static final String META_CLASS_NAME_ALT = "class_alt";
private static final String META_INTENT_NAME = "intent";
- private static final String MANUAL_URL = "https://github.com/yuliskov/LeanKeyKeyboard/wiki/How-to-Install-LeanKeyKeyboard-on-FireTV";
+ private static final String MANUAL_URL = "https://github.com/yuliskov/LeanKeyboard/wiki/How-to-Install-LeanKeyKeyboard-on-FireTV";
private List mIntents = new ArrayList<>();
private String mErrorMsg;