A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
2024-07-20 22:49:10 +03:00
common Add option to swipe spacebar to change language 2024-07-14 16:19:36 +03:00
dictionaries
gradle/wrapper Update dependencies 2024-01-11 22:26:38 +02:00
java Implement new ActionBar and editor 2024-07-20 22:49:10 +03:00
libs@6112cd68d1
native Update tablet layouts, fix tablet swipe typing 2024-05-27 21:44:06 +03:00
tests Update key icon IDs to use Strings 2024-06-21 19:16:59 +03:00
tools Add missing superscripts and subscripts 2024-07-13 04:20:04 +03:00
voiceinput-shared Add bluetooth toggle button during voice input 2024-06-06 23:42:28 +03:00
.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 Remove internet permission and add standalone APK notice 2024-06-01 01:31:44 +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 Update LICENSE 2024-06-18 23:11:18 +03:00
NOTICE
OWNERS
proguard-rules.pro Fix voice input crash with proguard 2024-01-10 02:24:07 +02:00
README.md Update README url 2024-07-03 15:18:28 +03:00
sendZulipMessage.sh Add webhook to CI and update image version 2023-08-31 23:53:30 +03:00
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).

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.