A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
2024-07-24 22:20:10 +03:00
.ci Add Dockerfile 2024-07-22 23:15:27 +03:00
common Update German uppercase sharp S 2024-07-23 19:41:06 +03:00
dictionaries
gradle/wrapper
java Fix incorrect hint label when redundant keys are removed 2024-07-24 22:20:10 +03:00
libs@6112cd68d1
native
tests
tools Fix missing morekeys in default layout causing null to be morekey 2024-07-24 22:13:36 +03:00
voiceinput-shared
.clang-tidy Fix some linter warnings 2024-05-16 17:18:08 -05:00
.gitignore Add q8 model 2023-10-16 17:31:43 +03:00
.gitlab-ci.yml Add nightly APK uploading 2024-07-23 17:21:22 +03:00
.gitmodules Update submodule URL 2024-07-03 15:17:08 +03:00
Android.bp
build.gradle Implement new ActionBar and editor 2024-07-20 22:49:10 +03:00
CleanSpec.mk
gradle.properties
gradlew
gradlew.bat
LICENSE.md
NOTICE
OWNERS Update OWNERS file 2022-02-10 01:34:32 +00:00
proguard-rules.pro
README.md Update README url 2024-07-03 15:18:28 +03:00
sendZulipMessage.sh
settings.gradle
setUpPropertiesCI.sh
uploadNightly.sh Add nightly APK uploading 2024-07-23 17:21:22 +03:00

FUTO Keyboard

The goal is to make a good keyboard that doesn't spy on users. This repository is a fork of LatinIME (the Android Open-Source Keyboard).

The code is licensed under the FUTO Source First License 1.0.

Check out the FUTO Keyboard Wiki

Building

When cloning the repository, you must perform a recursive clone to fetch all dependencies:

git clone --recursive https://gitlab.futo.org/keyboard/latinime.git

You can also initialize this way if you forgot to specify the recursive clone:

git submodule update --init --recursive

You can then open the project in Android Studio and build it that way.