Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Traditional T9 keypad IME for Android

Clam- edited this page Oct 20, 2014 · 5 revisions

This is a Input Method Editor for Android that implements predictive text using the hardware keypad on the device. Useless without a hardware numerical keypad.

Available on Google Play: Traditional T9 Keypad IME

Hotkeys: Hotkeys

Notes

  • Developed and tested on a Softbank 007SH J, I can only hope and assume it'll work on other numerical keypad-like phones.
  • Default CandidateView is ugly. If someone can make a better one feel free. (A vertical display would be nicer/more logical from the "traditional t9" perspective.)
  • Since the 007SH J is Android 2.3 I've targeted 2.3. (I've set minSDKVersion to 2.2, so that's the minimum requirement. It can be changed if it really needs to be.)

Many thanks to Дмитрий Соколовский and Sven Eichelberg. I greatly appreciate all your help and comments.