A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Aleksandras Kostarevas 944c7a0723 Update subtitle color
2024-05-14 18:39:56 -05:00
common Improve avoiding autocorrect w/ URLs/emails 2024-02-01 22:58:08 +02:00
dictionaries
gradle/wrapper
java
libs@6112cd68d1
native
tests
tools
voiceinput-shared Add resource importing (dict/voice/transformer) 2024-04-01 14:31:11 -05:00
.gitignore Add q8 model 2023-10-16 17:31:43 +03:00
.gitlab-ci.yml
.gitmodules Initial voice input implementation 2023-08-27 19:08:44 +03:00
Android.bp Initial working build of fork 2023-07-06 21:57:49 +03:00
build.gradle
CleanSpec.mk
FTL_LICENSE.md
gradle.properties
gradlew
gradlew.bat
NOTICE
OWNERS
proguard-rules.pro
README.md
sendZulipMessage.sh
settings.gradle
setUpPropertiesCI.sh Add crash reporting file to CI 2023-08-31 22:48:35 +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). Changes are licensed under this license for now.

Check out the FUTO Keyboard Wiki

Building

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

git clone --recursive git@gitlab.futo.org:alex/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.