diff options
author | 2025-01-18 10:52:10 -0500 | |
---|---|---|
committer | 2025-01-18 10:52:10 -0500 | |
commit | cdd74d3a30e06453c041e83e1408e4c676f06e43 (patch) | |
tree | 81a7c65ac8cf4e478b8e6c2d17f06ee32de65f2f | |
parent | e343c131a443ec365583b9b26e8c86cb7a069e39 (diff) | |
download | latinime-cdd74d3a30e06453c041e83e1408e4c676f06e43.tar.gz latinime-cdd74d3a30e06453c041e83e1408e4c676f06e43.tar.xz latinime-cdd74d3a30e06453c041e83e1408e4c676f06e43.zip |
Diffstat (limited to '')
-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 |