Aleksandras Kostarevas 6bf523010d Create Python version of the make-keyboard-text tool
The Python version uses json files, separate from the xml files. Comments haven't been migrated still.

I'm still not very happy with the way the keyboard texts are managed and that it requires running a separate tool to generate a .java file. It's at least better than manually editing an autogenerated file as before, and python3 is more widely available than the archaic Android build system
2024-06-25 12:55:24 +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-06-23 18:18:06 +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-06-23 18:19:03 +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/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%