* new dictionary tools for generating an app dictionary from raw word lists
* replaced the normalize-transcribed script with a Python version, since the Javascript version was running out of memory for larger languages like Japanese
* Added Hindi language
* Removed the hardcoded special characters from language validation. Now reading them from the .yml
* improved method of hiding the letters on 0 and 1, when needed
* virtual keypad adjustments
* improved the single-letter validation during build time
* improved Devanagari validation script
* improved sorting when filters are on
* removed all console statements
* sorting script: no longer creating functions within the loop
* aosp2tt9: fixed incorrect usage of a global variable
* injest-words: fixed a non-strict comparison
* remove-repeating-words: commented out the case-sensitive search function, as it may be going out of use
* remove-repeating-words script now supports lowercase/uppercase option
* remove-foreign-words script now supports foreign words file of more than 2^24 words
* Deleted Objectbox and went back to SQLite. The database structure is entirely new and optimized for fast performance
* Added slow query stats + cache for even faster performance
* automatic language sorting script
* legacy database management using SQLiteOpener
* simplified access to the constant settings
* the dictionary loader now supports word frequencies
* word frequency validation upon building
* added default word frequencies to all dictionaries
* 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
* 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
* 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)