Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futo-org/android-keyboard
Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/latinime
https://github.com/futo-org/android-keyboard
android futo keyboard offline privacy voice-input
Last synced: 2 days ago
JSON representation
Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/latinime
- Host: GitHub
- URL: https://github.com/futo-org/android-keyboard
- Owner: futo-org
- License: other
- Created: 2024-05-07T17:45:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:48:41.000Z (3 months ago)
- Last Synced: 2024-10-29T19:02:42.139Z (3 months ago)
- Topics: android, futo, keyboard, offline, privacy, voice-input
- Language: C++
- Homepage:
- Size: 578 MB
- Stars: 695
- Watchers: 5
- Forks: 23
- Open Issues: 300
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - futo-org/android-keyboard - Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/latinime (C++)
- awesome-starred - futo-org/android-keyboard - Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/latinime (C++)
README
# 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)](https://android.googlesource.com/platform/packages/inputmethods/LatinIME).
The code is licensed under the [FUTO Source First License 1.1](LICENSE.md).
Check out the [FUTO Keyboard Wiki](https://gitlab.futo.org/alex/keyboard-wiki/-/wikis/FUTO-Keyboard)
## Layouts
If you want to contribute layouts, check out the [layouts repo](https://github.com/futo-org/futo-keyboard-layouts).
## 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.