Skip to content

An Android Keyboard App themed heavily for Nothing Devices

License

Notifications You must be signed in to change notification settings

arunk140/nth-kbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

549180a · Sep 6, 2024
Jul 22, 2024
Jul 27, 2024
Jul 23, 2024
Aug 12, 2020
Jan 11, 2024
Sep 6, 2024
Aug 2, 2024
May 27, 2024
Jun 21, 2024
Jul 24, 2024
Aug 1, 2024
May 16, 2024
Sep 2, 2024
Jul 23, 2024
Aug 2, 2024
Jul 6, 2023
Jan 11, 2019
Jul 24, 2024
Aug 15, 2023
Feb 10, 2022
Sep 6, 2024
Aug 2, 2024
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jan 10, 2024
Aug 31, 2023
Aug 31, 2023
Aug 27, 2023
Jul 23, 2024

Repository files navigation

N Keyboard


Screenshot_20240907-021850

Screenshot_20240907-021921

  • Added Translation Panel
  • Added More ASCII Emojis
  • Updated font
  • Added themes - Dark, Light, Dynamic

built over 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.