* fixed not updating the priority of uppercase words (#76)
* OK button now always accepts the entire current suggestion (as it should) * LEFT button accepts the current word as-is * in Predictive mode, when there are no more dictionary matches after the last key pressed, suggest all words ending with the letters for that key, instead of only the first one * OK button now performs the default action when supported by the application (e.g. submit a message, go to a web page, etc...) * smarter automatic text case selection in Predictive mode * suggestion stem filter in Predictive mode * all emoji are graphical * updated the docs
This commit is contained in:
parent
575293edb9
commit
acb48b7999
11 changed files with 399 additions and 157 deletions
|
|
@ -3,6 +3,9 @@ TT9 is an IME (Input Method Editor) for Android devices with hardware keypad. It
|
|||
|
||||
This is an updated version of the [original project](https://github.com/Clam-/TraditionalT9) by Clam-.
|
||||
|
||||
## Using Traditional T9
|
||||
If you just wish to install and use TT9, see the [user manual](docs/user-manual.md). You don't need to read anything below this line.
|
||||
|
||||
## Building
|
||||
The recommended way of building is using Android Studio. As the of time of writing this, the current version is: Android Studio Dolphin | 2021.3.1.
|
||||
|
||||
|
|
@ -53,9 +56,6 @@ To support a new language one needs to:
|
|||
- Add new entries in `res/values/arrays.xml`.
|
||||
- Add translations in `res/values/strings-your-lang`. The Android Studio translation editor is very handy.
|
||||
|
||||
## Using the app
|
||||
See the [user manual](docs/user-manual.md).
|
||||
|
||||
## Word Lists
|
||||
Here is detailed information and licenses about the word lists used:
|
||||
- [Bulgarian word list](docs/bgWordlistReadme.txt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue