From cdd74d3a30e06453c041e83e1408e4c676f06e43 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 18 Jan 2025 10:52:10 -0500 Subject: Update README --- README | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README b/README index 9a81303b6..01a29dfdf 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3-83-g751a