mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
A mirror for futokb (https://gitlab.futo.org/keyboard)
dd0ba32804
The texts for more keys have been updated: * morekeys_a should now include only letters relevant to the active language * morekeys_misc_a should include misc letters (accents, etc) not specifically needed for typing in the language The above still needs to be applied to most other languages. Only QWERTY has been updated with the new morekeys system. Other layouts still need to be updated. |
||
---|---|---|
common | ||
dictionaries | ||
gradle/wrapper | ||
java | ||
libs@6112cd68d1 | ||
native | ||
tests | ||
tools | ||
voiceinput-shared | ||
.clang-tidy | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
Android.bp | ||
build.gradle | ||
CleanSpec.mk | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE.md | ||
NOTICE | ||
OWNERS | ||
proguard-rules.pro | ||
README.md | ||
sendZulipMessage.sh | ||
settings.gradle | ||
setUpPropertiesCI.sh |
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.