A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
2023-08-22 16:47:53 +03:00
common Initial working build of fork 2023-07-06 21:57:49 +03:00
dictionaries Update LatinIME to comply with Android's inclusive language guidance 2020-08-12 13:07:02 +02:00
gradle/wrapper Initial working build of fork 2023-07-06 21:57:49 +03:00
java Recreate keyboard whenever action window is exited 2023-08-22 16:47:53 +03:00
native Initial working build of fork 2023-07-06 21:57:49 +03:00
tests Replace SuggestionStripView with ActionBar 2023-08-15 19:48:27 +03:00
tools Initial working build of fork 2023-07-06 21:57:49 +03:00
.gitignore
.gitlab-ci.yml Fix CI 2023-08-11 23:32:09 +03:00
Android.bp Initial working build of fork 2023-07-06 21:57:49 +03:00
build.gradle Replace SuggestionStripView with ActionBar 2023-08-15 19:48:27 +03:00
CleanSpec.mk
FTL_LICENSE.md Add license 2023-08-15 19:44:22 +03:00
gradle.properties Initial working build of fork 2023-07-06 21:57:49 +03:00
gradlew Initial working build of fork 2023-07-06 21:57:49 +03:00
gradlew.bat Initial working build of fork 2023-07-06 21:57:49 +03:00
NOTICE Add license 2023-08-15 19:44:22 +03:00
OWNERS Update OWNERS file 2022-02-10 01:34:32 +00:00
README.md Add license 2023-08-15 19:44:22 +03:00
settings.gradle Rename LatinIME to LatinIMELegacy and wrap it in a new Compose class 2023-08-14 12:48:12 +03:00
setUpKeysCI.sh Add build CI 2023-08-11 23:03:20 +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 ofa language model(?)