mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-05-02 12:52:37 -04:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dc84de557 | ||
|
|
643301a02a | ||
|
|
ef8339e351 | ||
|
|
aa5656998c |
16
README.md
16
README.md
@@ -3,7 +3,7 @@
|
||||
|
||||
[](https://www.mozilla.org/MPL/2.0/)
|
||||
|
||||
__LeanKeyKeyboard: An Keyboard for Android-based set-top boxes and TVs:__
|
||||
__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>
|
||||
@@ -19,6 +19,9 @@ __NOTE: Google Play release is outdated. So I recommend to obtain new releases [
|
||||
|
||||
__Switch to other language performed with 'world' button, menu key or long press on the space bar.__
|
||||
|
||||
### Screenshots:
|
||||
* __[Open screenshots](#screens)__
|
||||
|
||||
### Install LeanKeyKeyboard:
|
||||
__Easy installation in less than 10 minutes with only FireTV__
|
||||
* <a href="https://github.com/yuliskov/LeanKeyKeyboard/wiki/How-to-Install-LeanKeyKeyboard-on-FireTV">Install LeanKeyKeyboard (only FireTV needed)</a>
|
||||
@@ -35,12 +38,8 @@ __Standard installation via ADB__
|
||||
### Changelog:
|
||||
* [Check releases page for changelog ..](https://github.com/yuliskov/LeanKeyKeyboard/releases)
|
||||
|
||||
### Screenshots:
|
||||

|
||||

|
||||

|
||||
|
||||
### Contributors:
|
||||
* __[aglt](https://github.com/aglt)__ (Icelandic lang)
|
||||
* __[rabin111](https://github.com/rabin111)__ (Thai lang)
|
||||
|
||||
### Developer:
|
||||
@@ -51,3 +50,8 @@ If you want to support my developments you are welcome to buy me a cup of coffee
|
||||
* BTC: 1JAT5VVWarVBkpVbNDn8UA8HXNdrukuBSx
|
||||
* WMZ: Z375157140784
|
||||
* WMU: U449339012933
|
||||
|
||||
### Screens:
|
||||

|
||||

|
||||

|
||||
|
||||
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.liskovsoft.leankeykeyboard.pro"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 60
|
||||
versionName "4.3.10"
|
||||
versionCode 61
|
||||
versionName "4.3.11"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<Key android:keyEdgeFlags="right" android:keyLabel="х" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:popupKeyboard="@xml/accent_a" android:keyEdgeFlags="left" android:keyLabel="ф" />
|
||||
<Key android:keyEdgeFlags="left" android:keyLabel="ф" />
|
||||
<Key android:keyLabel="ы" />
|
||||
<Key android:keyLabel="в" />
|
||||
<Key android:keyLabel="а" />
|
||||
@@ -48,9 +48,9 @@
|
||||
<Key android:keyLabel="и" />
|
||||
<Key android:keyLabel="т" />
|
||||
<Key android:keyLabel="ь" />
|
||||
<Key android:keyLabel="ъ" />
|
||||
<Key android:keyLabel="б" />
|
||||
<Key android:keyLabel="ю" />
|
||||
<Key android:codes="45" android:keyLabel="-" />
|
||||
<Key android:codes="63" android:keyEdgeFlags="right" android:keyLabel="\?" />
|
||||
</Row>
|
||||
<Row android:rowEdgeFlags="bottom">
|
||||
|
||||
Reference in New Issue
Block a user