Compare commits

...

4 Commits

Author SHA1 Message Date
Yuriy Liskov
b2d8ce5aab readme 2019-03-22 18:39:54 +02:00
Yuriy Liskov
7dfaac0683 gradle upd 2019-02-25 01:20:30 +02:00
Yuriy Liskov
cc3f605970 update readme 2018-11-29 22:47:17 +02:00
Yuriy Liskov
ac637c79f4 add telegram link 2018-11-29 22:37:01 +02:00
2 changed files with 16 additions and 13 deletions

View File

@@ -5,8 +5,8 @@
__LeanKeyKeyboard: Keyboard for Android-based set-top boxes and TVs:__
Visit Google Play page:
* <a href="https://play.google.com/store/apps/details?id=org.liskovsoft.androidtv.rukeyboard" target="_blank">[APP] LeanKeyKeyboard</a>
* <a href="https://t.me/LeanKeyKeyboard">Telegram group</a>
* <a href="https://play.google.com/store/apps/details?id=org.liskovsoft.androidtv.rukeyboard" target="_blank">Google Play page</a>
__NOTE: Google Play release is outdated. So I recommend to obtain new releases [here](https://github.com/yuliskov/LeanKeyKeyboard/releases).__
@@ -17,7 +17,9 @@ __NOTE: Google Play release is outdated. So I recommend to obtain new releases [
* Doesn't depend on Google Services.
* __No root required!__
__Switch to other language performed with 'world' button, menu key or long press on the space bar.__
__Tip: Switch to other language with language button or by long press on the space bar__
__Tip: Do long press on the language button to choose between available languages__
### Screenshots:
* __[Open screenshots](#screens)__
@@ -31,9 +33,15 @@ __Standard installation via ADB__
* <a href="https://github.com/yuliskov/LeanKeyKeyboard/releases" target="_blank">Download latest LeanKeyKeyboard APK</a> and sideload/install with adb:
* *adb install -r LeanKeyKeyboard.apk*
* Enjoy :)
### Donation:
If you want to support my developments you are welcome to buy me a cup of coffee :)
* [__Donation Alerts (RU)__](https://www.donationalerts.ru/r/firsthash)
* [__PrivatBank (UA)__](https://privatbank.ua/ru/sendmoney?payment=73ab18516e24ad365808eec66192e756879dde16)
* __BTC__: 1JAT5VVWarVBkpVbNDn8UA8HXNdrukuBSx
### Reviews / Articles:
* Just google for "LeanKey Keyboard"
* [__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)
@@ -45,11 +53,6 @@ __Standard installation via ADB__
### Developer:
* __[yuliskov](https://github.com/yuliskov)__ (design & coding)
### Donation:
If you want to support my developments you are welcome to buy me a cup of coffee :)
* [__PrivatBank (Ukraine)__](https://privatbank.ua/ru/sendmoney?payment=5fcdddf53e3d491d63fcb050e6e2e05f2f2678c2)
* __BTC__: 1JAT5VVWarVBkpVbNDn8UA8HXNdrukuBSx
### Screens:
![Screenshot of LeanKeyKeyboard](img/leankeykeyboard_screenshot_01.png "Screenshot of LeanKeyKeyboard")
![Screenshot of LeanKeyKeyboard](img/leankeykeyboard_screenshot_02.png "Screenshot of LeanKeyKeyboard")

View File

@@ -14,14 +14,14 @@ buildscript {
// https://stackoverflow.com/questions/20404476/how-to-define-common-android-properties-for-all-modules-using-gradle
// Gradle constants example: https://github.com/google/ExoPlayer
ext {
compileSdkVersion = 26
buildToolsVersion = "26.0.2"
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
minSdkVersion = 14
targetSdkVersion = 26
appCompatVersion = 'com.android.support:appcompat-v7:26.+'
appCompatVersion = 'com.android.support:appcompat-v7:28.+'
espressoCoreVersion = 'com.android.support.test.espresso:espresso-core:2.2.2'
junitVersion = 'junit:junit:4.12'
supportVersion = 'com.android.support:support-v4:26.+'
supportVersion = 'com.android.support:support-v4:28.+'
robolectricVersion = 'org.robolectric:robolectric:3.5.1'
crashlyticsVersion = 'com.crashlytics.sdk.android:crashlytics:2.8.0@aar'
}