A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon d5676d683f Fix compatibility with Android 3.0
Incompatible APIs were used in the custom layouts and the extra keys
options.

Add @TargetApi annotations to help catch similar issues in the future
with the help of 'gradle lint'.
2024-02-10 17:33:42 +01:00
.github/workflows CI: Update to node.js-20 (#546) 2024-02-07 00:01:54 +01:00
assets Use Gradle (#452) 2023-11-25 20:11:12 +01:00
gradle/wrapper Use Gradle (#452) 2023-11-25 20:11:12 +01:00
metadata/android Move store descriptions into strings files 2024-02-06 23:11:14 +01:00
res Custom border settings (#524) 2024-02-10 11:38:46 +01:00
srcs Fix compatibility with Android 3.0 2024-02-10 17:33:42 +01:00
.gitignore Use Gradle (#452) 2023-11-25 20:11:12 +01:00
AndroidManifest.xml Light and dark themes for the launcher and settings 2024-01-20 22:37:51 +01:00
build.gradle Drop support for Android versions below 3.0 2024-02-10 17:24:15 +01:00
check_layout.output Create layout arabic-hamvaj-tly (#542) 2024-02-04 23:18:33 +01:00
check_layout.py check_layout: Warn against whitespaces and "loc" 2024-01-22 20:55:36 +01:00
CONTRIBUTING.md contributing: Fix typo (#551) 2024-02-10 00:42:35 +01:00
gen_layouts.py Move layout definitions into srcs/layouts 2024-01-21 16:34:49 +01:00
gradle.properties Use Gradle (#452) 2023-11-25 20:11:12 +01:00
gradlew Use Gradle (#452) 2023-11-25 20:11:12 +01:00
gradlew.bat Use Gradle (#452) 2023-11-25 20:11:12 +01:00
LICENSE Make the project open source ! 2021-09-20 22:55:20 +02:00
README.md README: Display the intro video 2023-12-31 20:19:58 +01:00
settings.gradle Use Gradle (#452) 2023-11-25 20:11:12 +01:00
shell.nix shell.nix: Update dependencies and add Gradle 2023-11-25 20:13:24 +01:00
sync_translations.py Move store descriptions into strings files 2024-02-06 23:11:14 +01:00

Unexpected Keyboard

Get it on F-Droid Get it on Google Play

Lightweight and privacy-conscious virtual keyboard for Android.

https://github.com/Julow/Unexpected-Keyboard/assets/2310568/28f8f6fe-ac13-46f3-8c5e-d62443e16d0d

The main feature is that you can type more characters by swiping the keys towards the corners.

This application was originally designed for programmers using Termux. Now perfect for everyday use.

This application contains no ads, doesn't make any network requests and is Open Source.

Screenshot-1 Screenshot-2 Screenshot-3
Screenshot-4 Screenshot-5 Screenshot-6

Similar apps

  • Calculator++ - Calculator with a similar UX, swipe to corners for advanced math symbols and operators. Works up to Android 13 but maybe unmaintained.

Contributing

For instructions on building the application, see Contributing.