* 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
* fixed some English words always appearing in small letters, when some should be capitalized (I, Friday, December, etc...)"
* fixed Bulgarian words that should have been capitalized, but were not
* fixed mixed case suggestions priority not updating
* optimized dictionary loading (it's more than 2x faster now)
* fixed the last words of dictionaries not being loaded
* 0-key now types special/math characters. All characters normally avaialable on a computer keyboard are available now
* Predictive Mode: Added many new emoji
* updated user manual
* Fixed the new line being invisible in the suggestions list
* Predictive Mode: punctuation list on 1-key has no priorities and remains static all the time
* Added 'automatic space' setting
* Added 'auto capitalization' setting
* Added missing translations
* Unsupported emoji are no longer displayed
* Code cleanup and speed optimizations
* Fixed incorrect suggestion filter values, that would cause broken emoji
* proper error messages are displayed when dictionary loading fails or is cancelled
* debounced the clicking on ItemClickable to avoid weird side effects, caused by faulty devices, sending multiple click events
* a couple of French translations on the Settings screen
* fixed Settings screen blinking in some cases
* fixed default hotkey value cannot be 'no key'
* fixed SuggestionsView having the incorrect theme forced at startup
* Fixed crashes, caused by using the incorrect Android Context
* Default keys are properly set the very first time Settings screen is opened
* Dictionary loading status is now displayed on the Settings screen
* Dictionary loading time is now displayed after operation is completed
* Settings screen is now based on the Android SharedPreferences
* Added function key configuration on the Settings screen
* Added a setting for toggling the on-screen buttons
* Added a dark/light theme setting
* Improved translations
* Fixed a problem with launching the Settings screen directly from the Android settings
* Fixed ignoring keys not actually ignoring them properly
* ABC Mode: fixed candidate letter disappearing, when changing the text case, after the same number key has been pressed twice or more
* Predictive Mode: fixed words not being automatically capitalized if text is entered and deleted repeatedly
* fixed the on-screen keys having incorrect height
* Predictive mode: when automatic text case is selected, capitalized dictionary words are displayed correctly (Dutch and German)
* Predictive mode: when generated and dictionary suggestions are displayed together, the dictionary suggestions come first
* Removed a nonsense Bulgarian word
* Added "it's" and "let's" to English
* InputMode now takes care of the text case
* new, simpler (and hopefully, more efficient) dictionary loader
* no more dict.properties
* dictionaries are now validated during the build process
* TraditionalT9Settings code cleanup and code style improvements
* removed English, French, Italian, Russian repeating words
* removed invalid and repeating German words
* Predictive mode now allows typing new/unknown words entirely, instead of allowing only existing word variations
* suggestions can now be filtered using the DPAD Right key
* added missing words to the Bulgarian dictionary
* English dictionary update
* removed repeating words from the Italian and Bulgarian dictionaries
* fixed incorrectly broken words and removed repeating ones from the Ukrainian dictionary
* Russian dictionary update
* documentation update
* made it possible to type words with apostrophes (Dutch, English and Ukrainian)
* 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
* fixed mode 123 being incorrectly forced after typing in a numeric field, then going to a text field
* simplified context usage everywhere
* added some missing translations
* moved the Soft Key view to the SoftKey class to avoid memory leaks and to simplify the code a bit