1
0
Fork 0
No description
Find a file
Dimo Karaivanov b470f5e939
Fixed the help url (#172)
* Fixed the help URL. It now opens the user manual for the current app version, not for the latest

* updated documentation
2023-02-02 13:56:56 +02:00
!RAW New logo and updated documentation (#33) 2022-07-23 15:13:18 +03:00
.github/workflows GitHub actions (#167) 2023-01-31 17:58:40 +02:00
assets Csv dictionary support (#145) 2023-01-26 11:47:34 +02:00
docs Fixed the help url (#172) 2023-02-02 13:56:56 +02:00
gradle/wrapper Total engine refactoring (#44) 2022-10-03 15:28:24 +03:00
res fixed translations 2023-01-31 18:07:10 +02:00
scripts Csv dictionary support (#145) 2023-01-26 11:47:34 +02:00
src/io/github/sspanak/tt9 Fixed the help url (#172) 2023-02-02 13:56:56 +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 GitHub actions (#167) 2023-01-31 17:58:40 +02:00
CONTRIBUTING.md Fixed word frequency issues causing wrong suggestions order (#164) 2023-01-31 18:14:01 +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 Fixed the help url (#172) 2023-02-02 13:56:56 +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 15 Mb when not using Predictive mode and no dictionaries are loaded.
    • Plenty of space per each enabled language in Predictive mode (25-100 Mb, depending on the word count).
  • 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.

How to use Traditional T9?

Before using Traditional T9 for the first time you would need to load a dictionary and configure it. After that, you could start typing right away in one of the three modes: Predictive, ABC or Numeric (123). And even if you have mastered the keypad back in the days, you would still find the Predictive mode now provides powerful and smart new ways of typing with even less key presses.

So make sure to read the initial setup and the hotkey tips in the user manual.

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. Here is what you could do:

  • Report bugs or other unusual behavior on different phones. Currently, the only testing and development device is: Qin F21 Pro+ / Android 11.
  • Add a new language, new UI translations or simply fix a spelling mistake. The process is very simple and even with minimum techincal knowledge, your skills as a native speaker will be of great use. Or, if you are not tech-savvy, just open a new issue and put the correct translations there.
  • Experienced developers who are willing fix a bug, or maybe create a brand new feature, see the Contribution Guide.

Your PRs are welcome!

License

Privacy Policy

Traditional T9 never sends any sort of "telemetry", "reports" or your personal details anywhere. It has no network connectivity capabilities.