Aleksandras Kostarevas 001f1eb442 Disable debug flag
2023-11-21 20:33:21 +02:00
2023-07-06 21:57:49 +03:00
2023-11-21 20:33:21 +02:00
2023-08-27 19:08:44 +03:00
2023-11-21 20:33:21 +02:00
2023-07-06 21:57:49 +03:00
2023-09-27 23:05:27 +03:00
2023-10-16 17:31:43 +03:00
2023-08-27 19:08:44 +03:00
2023-07-06 21:57:49 +03:00
2023-11-14 17:23:08 +02:00
2023-08-15 19:44:22 +03:00
2023-07-06 21:57:49 +03:00
2023-07-06 21:57:49 +03:00
2023-08-15 19:44:22 +03:00
2022-02-10 01:34:32 +00:00
2023-08-27 19:08:44 +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.

Eventual goals:

  • Improve upon various aspects of the keyboard, such as theming
  • Integrated voice input
  • Transformer language model instead of n-gram
  • On-device finetuning of a language model(?)

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.

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%