New logo and updated documentation (#33)
* new logo * updated license and readme files * renamed the Java package name again
This commit is contained in:
parent
004b06d694
commit
24ec816681
46 changed files with 163 additions and 88 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# 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._
|
||||
|
||||
Source code and documentation are available in Github:
|
||||
|
||||
## Initial Setup
|
||||
TODO: Initial config, loading a dictionary...
|
||||
|
||||
|
|
@ -40,4 +42,11 @@ Insert symbol or Add word depending on state and context. Add word only availabl
|
|||
TODO...
|
||||
|
||||
### Key Remapping
|
||||
See [the original manual](https://github.com/Clam-/TraditionalT9/wiki/Key-remapping).
|
||||
See [the original manual](https://github.com/Clam-/TraditionalT9/wiki/Key-remapping).
|
||||
|
||||
## 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 word lists / dictionaries are licensed under the licenses provided in the respective readme files found in the source code, where applicable.
|
||||
- [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](docs/desktop-ebook-EULA-1.8.txt)
|
||||
Loading…
Add table
Add a link
Reference in a new issue