Aleksandras Kostarevas f436fad645 Update README url
2024-07-03 15:18:28 +03:00
2024-01-11 22:26:38 +02:00
2024-07-01 20:55:04 +03:00
2023-08-27 19:08:44 +03:00
2024-06-21 19:16:59 +03:00
2024-05-16 17:18:08 -05:00
2023-10-16 17:31:43 +03:00
2024-07-03 15:17:08 +03:00
2023-07-06 21:57:49 +03:00
2023-07-06 21:57:49 +03:00
2023-07-06 21:57:49 +03:00
2024-06-18 23:11:18 +03:00
2023-08-15 19:44:22 +03:00
2022-02-10 01:34:32 +00:00
2024-07-03 15:18:28 +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.

Description
A mirror for futokb (https://gitlab.futo.org/keyboard)
Readme 681 MiB
Languages
Java 43.9%
C++ 33.2%
C 11.7%
Kotlin 10.6%
Makefile 0.2%
Other 0.2%