Fixed the text size on the Settings screen (#132)
* readjusted the font size of the suggestions and on the Settings screen * moved the keypad shortcuts to a separate screen * added bold+italic visual hint when fuzzy word filtering is on * updated documentation
This commit is contained in:
parent
6d1420dd09
commit
9ee31005b5
35 changed files with 495 additions and 189 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Traditional T9
|
||||
TT9 is an IME (Input Method Editor) for Android devices with hardware keypad. It supports multiple languages and predictive text typing. _NOTE: TT9 is not usable on touchscreen-only devices._
|
||||
|
||||
All Source code and documentation are available on Github: [https://github.com/sspanak/tt9](https://github.com/sspanak/tt9).
|
||||
All source code, documentation and the privacy policy are available on Github: [https://github.com/sspanak/tt9](https://github.com/sspanak/tt9).
|
||||
|
||||
## Initial Setup
|
||||
After installing, in order to use Traditional T9, you need to enable it as an Android keyboard. To do so:
|
||||
|
|
@ -41,6 +41,8 @@ _Predictive mode only._
|
|||
|
||||
Filtering can also be used to type unknown words. Let's say you want to type "Anakin", which is not in the dictionary. Start with "A", then press Right to hide "B" and "C". Now press 6-key. Since the filter is on, in addition to the real dictionary words, it will provide all possible combinations for 6: "Am", "An", "Ao". Select "An" and press Right to confirm your selection. Now pressing 2-key, will provide "Ana", "Anb", "Anc". You can keep going, until you complete "Anakin".
|
||||
|
||||
When filtering is enabled, the base text will become bold and italicized.
|
||||
|
||||
#### D-pad Left (←):
|
||||
_Predictive mode only._
|
||||
|
||||
|
|
@ -102,13 +104,4 @@ On the Settings screen, you can choose languages for typing, configure the keypa
|
|||
To access it:
|
||||
- Start typing in a text field to wake up TT9.
|
||||
- Use the on-screen gear button or press the Settings Key.
|
||||
|
||||
## License
|
||||
- The source code, the logo image and the icons are licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
- The dictionaries are licensed under the licenses provided in the [respective readme files](dictionaries/), where applicable. Detailed information about the dictionaries is also available there.
|
||||
- [Silver foil photo created by rawpixel.com - www.freepik.com](https://www.freepik.com/photos/silver-foil)
|
||||
- "Roboto" font is under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
- "Negotiate" and "Vibrocentric" fonts are under [The Fontspring Desktop/Ebook Font End User License](desktop-ebook-EULA-1.8.txt).
|
||||
|
||||
## Privacy Policy
|
||||
Traditional T9 does not collect any information about you or about the way you are using using the application.
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue