mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-05-02 21:02:37 -04:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dc84de557 | ||
|
|
643301a02a | ||
|
|
ef8339e351 | ||
|
|
aa5656998c | ||
|
|
53e7a4958f | ||
|
|
f2e1a39931 | ||
|
|
375a96c8aa | ||
|
|
c061884771 | ||
|
|
7ad28440ba | ||
|
|
a90f40dc95 | ||
|
|
7cf2e00f6e | ||
|
|
aeb54d90bc | ||
|
|
67a682269e | ||
|
|
301833ff90 |
35
README.md
35
README.md
@@ -3,25 +3,28 @@
|
||||
|
||||
[](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>
|
||||
|
||||
### Features:
|
||||
__NOTE: Google Play release is outdated. So I recommend to obtain new releases [here](https://github.com/yuliskov/LeanKeyKeyboard/releases).__
|
||||
|
||||
### Features:
|
||||
* Designed for TV screens.
|
||||
* Any remote controller support.
|
||||
* Support dozens of languages through the language packs.
|
||||
* Supports dozens of languages.
|
||||
* Doesn't depend on Google Services.
|
||||
* __No root required!__
|
||||
|
||||
__Switch to other language performed with menu key or with long press of the space bar.__
|
||||
__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 5 minutes with only the FireTV__
|
||||
* <a href="https://github.com/yuliskov/SmartYouTubeTV/wiki/Install-SmartYouTubeTV-(only-FireTV-needed)">Install LeanKeyKeyboard (only FireTV needed)</a>
|
||||
__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>
|
||||
|
||||
__Standard installation via ADB__
|
||||
* If you don't know how to sideload/install apps via ADB, read a tutorial (e.g. <a href="http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Fire_TV" target="_blank">this one</a>)
|
||||
@@ -35,18 +38,20 @@ __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:
|
||||
* __[yuliskov](https://github.com/yuliskov)__ (design & coding)
|
||||
|
||||
### Why using it:
|
||||
* LeanKeyKeyboard provides possibility to enter text with any length.
|
||||
* LeanKeyKeyboard provides support for the multiple remote controllers which allows you to enter text in a very convenient way.
|
||||
|
||||
### Donation:
|
||||
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 59
|
||||
versionName "4.3.9"
|
||||
versionCode 61
|
||||
versionName "4.3.11"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@@ -12,19 +12,4 @@
|
||||
<item>1.2</item>
|
||||
<item>1.4</item>
|
||||
</string-array>
|
||||
<string-array name="additional_languages">
|
||||
<item>Russian|ru</item>
|
||||
<item>Ukrainian|uk</item>
|
||||
<item>Thai|th</item>
|
||||
<item>Hebrew|he</item>
|
||||
<item>Arabic|ar</item>
|
||||
<item>Bulgarian|bg</item>
|
||||
<item>Dutch|nl</item>
|
||||
<item>French|fr</item>
|
||||
<item>German|de</item>
|
||||
<item>Greek|el</item>
|
||||
<item>Italian|it</item>
|
||||
<item>Persian|fa</item>
|
||||
<item>Turkish|tr</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
19
leankeykeyboard/src/main/res/values/languages.xml
Normal file
19
leankeykeyboard/src/main/res/values/languages.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="additional_languages">
|
||||
<item>Arabic|ar</item>
|
||||
<item>Bulgarian|bg</item>
|
||||
<item>Dutch|nl</item>
|
||||
<item>French|fr</item>
|
||||
<item>German|de</item>
|
||||
<item>Greek|el</item>
|
||||
<item>Hebrew|he</item>
|
||||
<item>Icelandic|is</item>
|
||||
<item>Italian|it</item>
|
||||
<item>Persian|fa</item>
|
||||
<item>Russian|ru</item>
|
||||
<item>Thai|th</item>
|
||||
<item>Turkish|tr</item>
|
||||
<item>Ukrainian|uk</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
8
leankeykeyboard/src/main/res/xml/accent_is_a.xml
Normal file
8
leankeykeyboard/src/main/res/xml/accent_is_a.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:codes="97" android:keyLabel="a" />
|
||||
<Key android:codes="225" android:keyLabel="á" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
8
leankeykeyboard/src/main/res/xml/accent_is_e.xml
Normal file
8
leankeykeyboard/src/main/res/xml/accent_is_e.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:codes="101" android:keyLabel="e" />
|
||||
<Key android:codes="233" android:keyLabel="é" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
8
leankeykeyboard/src/main/res/xml/accent_is_i.xml
Normal file
8
leankeykeyboard/src/main/res/xml/accent_is_i.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:codes="105" android:keyLabel="i" />
|
||||
<Key android:codes="237" android:keyLabel="í" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
8
leankeykeyboard/src/main/res/xml/accent_is_o.xml
Normal file
8
leankeykeyboard/src/main/res/xml/accent_is_o.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:codes="111" android:keyLabel="o" />
|
||||
<Key android:codes="243" android:keyLabel="ó" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
8
leankeykeyboard/src/main/res/xml/accent_is_u.xml
Normal file
8
leankeykeyboard/src/main/res/xml/accent_is_u.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:codes="117" android:keyLabel="u" />
|
||||
<Key android:codes="250" android:keyLabel="ú" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
8
leankeykeyboard/src/main/res/xml/accent_is_y.xml
Normal file
8
leankeykeyboard/src/main/res/xml/accent_is_y.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:codes="121" android:keyLabel="y" />
|
||||
<Key android:codes="236" android:keyLabel="ý" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
69
leankeykeyboard/src/main/res/xml/qwerty_is.xml
Normal file
69
leankeykeyboard/src/main/res/xml/qwerty_is.xml
Normal file
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- All letters needed for German and Danish are in the C0 Controls and Basic Latin and C1 Controls and Latin-1 Supplement blocks. (See Wikipedia's list of languages supported by those blocks.)
|
||||
For Czech/Slovak, you also need Latin Extended-A.
|
||||
You should also include General Punctuation, as well as any other symbols you may use (e.g. Arrows).
|
||||
See http://en.wikipedia.org/wiki/Latin_characters_in_Unicode. -->
|
||||
<Row android:rowEdgeFlags="top">
|
||||
<Key android:codes="49" android:popupKeyboard="@xml/shift_1" android:keyEdgeFlags="left" android:keyLabel="1" />
|
||||
<Key android:codes="50" android:popupKeyboard="@xml/shift_2" android:keyLabel="2" />
|
||||
<Key android:codes="51" android:popupKeyboard="@xml/shift_3" android:keyLabel="3" />
|
||||
<Key android:codes="52" android:popupKeyboard="@xml/shift_4" android:keyLabel="4" />
|
||||
<Key android:codes="53" android:popupKeyboard="@xml/shift_5" android:keyLabel="5" />
|
||||
<Key android:codes="54" android:popupKeyboard="@xml/shift_6" android:keyLabel="6" />
|
||||
<Key android:codes="55" android:popupKeyboard="@xml/shift_7" android:keyLabel="7" />
|
||||
<Key android:codes="56" android:popupKeyboard="@xml/shift_8" android:keyLabel="8" />
|
||||
<Key android:codes="57" android:popupKeyboard="@xml/shift_9" android:keyLabel="9" />
|
||||
<Key android:codes="48" android:popupKeyboard="@xml/shift_0" android:keyLabel="0" />
|
||||
<Key android:codes="-5" android:keyEdgeFlags="right" android:keyLabel="@string/keyboardview_keycode_delete" android:keyIcon="@drawable/ic_ime_delete" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:codes="113" android:keyLabel="q" android:keyEdgeFlags="left" />
|
||||
<Key android:codes="119" android:keyLabel="w" />
|
||||
<Key android:codes="101" android:keyLabel="e" android:popupKeyboard="@xml/accent_is_e" />
|
||||
<Key android:codes="114" android:keyLabel="r" />
|
||||
<Key android:codes="116" android:keyLabel="t" />
|
||||
<Key android:codes="121" android:keyLabel="y" android:popupKeyboard="@xml/accent_is_y" />
|
||||
<Key android:codes="117" android:keyLabel="u" android:popupKeyboard="@xml/accent_is_u" />
|
||||
<Key android:codes="105" android:keyLabel="i" android:popupKeyboard="@xml/accent_is_i" />
|
||||
<Key android:codes="111" android:keyLabel="o" android:popupKeyboard="@xml/accent_is_o" />
|
||||
<Key android:codes="112" android:keyLabel="p" />
|
||||
<Key android:codes="208" android:keyLabel="ð" android:keyEdgeFlags="right"/>
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:codes="97" android:keyLabel="a" android:popupKeyboard="@xml/accent_is_a" android:keyEdgeFlags="left" />
|
||||
<Key android:codes="115" android:keyLabel="s" />
|
||||
<Key android:codes="100" android:keyLabel="d" />
|
||||
<Key android:codes="102" android:keyLabel="f" />
|
||||
<Key android:codes="103" android:keyLabel="g" />
|
||||
<Key android:codes="104" android:keyLabel="h" />
|
||||
<Key android:codes="106" android:keyLabel="j" />
|
||||
<Key android:codes="107" android:keyLabel="k" />
|
||||
<Key android:codes="108" android:keyLabel="l" />
|
||||
<Key android:codes="230" android:popupKeyboard="@xml/shift_ae" android:keyLabel="æ" />
|
||||
<Key android:codes="246" android:keyLabel="ö" android:keyEdgeFlags="right" />
|
||||
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:codes="-1" android:keyEdgeFlags="left" android:keyLabel="@string/keyboardview_keycode_shift" android:keyIcon="@drawable/ic_ime_shift_off" />
|
||||
<Key android:codes="122" android:keyLabel="z" />
|
||||
<Key android:codes="120" android:keyLabel="x" />
|
||||
<Key android:codes="99" android:keyLabel="c" />
|
||||
<Key android:codes="118" android:keyLabel="v" />
|
||||
<Key android:codes="98" android:keyLabel="b" />
|
||||
<Key android:codes="110" android:keyLabel="n" />
|
||||
<Key android:codes="109" android:keyLabel="m" />
|
||||
<Key android:codes="231" android:keyLabel="þ" />
|
||||
<Key android:keyLabel="." />
|
||||
<Key android:keyLabel="/" android:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row android:rowEdgeFlags="bottom">
|
||||
<Key android:codes="-2" android:keyEdgeFlags="left" android:keyLabel="@string/keyboardview_keycode_mode_change" android:keyIcon="@drawable/ic_ime_symbols" />
|
||||
<Key android:keyLabel="\@" />
|
||||
<Key android:codes="-9" android:keyLabel="@string/keyboardview_keycode_lang" android:keyIcon="@drawable/ic_ime_world" />
|
||||
<Key android:keyWidth="@dimen/space_key_width" android:codes="32" android:keyLabel="@string/keyboardview_keycode_space" android:keyIcon="@drawable/ic_ime_space_is" />
|
||||
<Key android:codes="-3" android:keyLabel="@string/keyboardview_keycode_left" android:keyIcon="@drawable/ic_ime_left_arrow" />
|
||||
<Key android:codes="-4" android:keyEdgeFlags="right" android:keyLabel="@string/keyboardview_keycode_right" android:keyIcon="@drawable/ic_ime_right_arrow" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
@@ -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