diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,10 +1,29 @@ Kelar Keyboard ============== -Kelar Keyboard is an input method for Android-based devices aiming to +Kelar Keyboard for Android-based devices is an input method aiming to provide enhancements over the long-neglected [AOSP LatinIME] keyboard on which it was based, while respecting your freedom and privacy. +Features +-------- + +- Familiar spell-checking of the AOSP keyboard +- Support for [Direct Boot mode][] (can be used before first unlock + after boot) + +Planned features: + +- Swipe on Space key to move the cursor +- Swipe on Backspace key to select and delete text +- Modern, searchable emoji picker + +Download +-------- + +- Download sources for current or past [releases] +- Clone the [git repository] + License ------- @@ -19,7 +38,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is available in the -[COPYING](COPYING) file at the project root near this README. +[COPYING](COPYING) file distributed with the project sources. Note: Kelar Keyboard is a derivative/fork of AOSP LatinIME, which is Copyright (c) 2014 The Android Open Source Project, and released @@ -29,4 +48,7 @@ released under the GNU GPLv3+ license, per the above notice. [AOSP LatinIME]: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/ +[Direct Boot mode]: https://developer.android.com/privacy-and-security/direct-boot +[releases]: //git.kelar.org/keyboard/latinime/refs/tags +[git repository]: //git.kelar.org/keyboard/latinime [free software]: https://www.gnu.org/philosophy/free-sw.html |