Aleksandras Kostarevas c9dc656fbf Update keyboard texts for many languages to separate misc keys
This was done by looking at characters listed on the Wikipedia language recognition chart[0] for each language, finding the last character in the array that the language uses and splitting the rest off into misc. This was partially automated, but there is potential that there may be errors for some languages. All of the keys should still be there if misc keys are enabled, so the keyboard should still be usable for all affected languages even if there were errors, if misc keys are enabled.

[0] https://en.wikipedia.org/wiki/Wikipedia:Language_recognition_chart
2024-07-24 21:42:44 +03:00
2024-07-22 23:15:27 +03:00
2024-07-23 19:41:06 +03:00
2024-01-11 22:26:38 +02: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-23 17:21:22 +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
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.

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%