1
0
Fork 0
No description
Find a file
2022-12-09 11:09:02 +02:00
!RAW New logo and updated documentation (#33) 2022-07-23 15:13:18 +03:00
assets Suggestion improvements (#93) 2022-11-02 09:58:33 +02:00
docs Zero Improvements 2022-12-09 10:54:30 +02:00
gradle/wrapper Total engine refactoring (#44) 2022-10-03 15:28:24 +03:00
res Zero Improvements 2022-12-09 10:54:30 +02:00
scripts New dictionary loader (#89) 2022-10-27 14:31:57 +03:00
src/io/github/sspanak/tt9 the initial text case is now obtained from the input field 2022-12-09 11:09:02 +02:00
.editorconfig New beginning (#1) 2022-07-11 08:56:30 +03:00
.gitignore New dictionary loader (#89) 2022-10-27 14:31:57 +03:00
AndroidManifest.xml Android SDK and libraries upgraded to latest version (SDK 30 -> 33) 2022-12-09 10:54:30 +02:00
build.gradle Building aborts after 50 dictionary validation errors, otherwise it keeps going forever 2022-12-09 10:54:30 +02:00
CONTRIBUTING.md New Settings screen 2022-12-01 17:01:38 +02:00
gradle.properties Make it buildable in 2022 (#41) 2022-06-14 10:39:56 +10:00
gradlew New beginning (#1) 2022-07-11 08:56:30 +03:00
gradlew.bat Added Gradle build files, changed dict filenames 2013-11-23 17:49:24 +11:00
LICENSE.txt added missing main license and fixed several broken/missing documentation links 2022-07-31 08:35:23 +03:00
proguard-project.txt Initial commit 2013-07-02 15:35:21 +10:00
project.properties Make it buildable in 2022 (#41) 2022-06-14 10:39:56 +10:00
README.md New Settings screen 2022-12-01 17:01:38 +02:00

Traditional T9

TT9 is an IME (Input Method Editor) for Android devices with a hardware keypad. It supports multiple languages and predictive text typing.

This is an updated version of the original project by Clam-.

Get it on IzzyOnDroid

or get the APK from the Releases Section.

System Requirements

  • Android 4.4 or higher. (Tested and confirmed on Android 4.4.2, 5.1.1 and 11)
  • Free space:
    • Minimum 10 Mb when not using Predictive mode and no dictionaries are loaded.
    • About 25 Mb per each enabled language in Predictive mode
  • A hardware keypad or a keyboard. The application is not usable on touchscreen-only devices.

If you own a phone with Android 2.2 up to 4.4, please refer to the original version of Traditional T9 from 2016.

Using Traditional T9

If you just wish to install and use Traditional T9, check out the user manual for useful tips and a list of keypad shortcuts.

Contributing to the Project

As with many other open-source projects, this one is also maintained by its author in his free time. Any help in making Traditional T9 better will be highly appreciated. This includes:

  • Testing on different phones and reporting bugs or other unusual behavior. Currently, the only testing and development device is: Qin F21 Pro+ / Android 11.
  • Adding new translations or fixing incorrect ones.
  • Writing new code. If you are a developer and you are willing fix a bug, add a new language or maybe create a brand new feature, see the Contribution Guide.

License