* Bump up to android-28, gradle 7.2
* updated gradle 2.2.1 -> 7.3.3
* readjusted API Level versions to support Mocor5 devices (hopefully)
* no longer using the deprecated notification.setLatestEventInfo()
* updated permissions list for compatibility with Android 9+
Co-authored-by: Ratmir Karabut <rkarabut@gmail.com>
* Made the Gradle script act a bit better in regards to calcing dict sizes
* Fixed some error messages
* Hopefully fixed crash on no dict load
* Fixed issue where some characters and cases weren't added to db
* Updated gradle
* Composed text now changes on selection change
* Added content description for smileys and trimmed smiley list
* Added localization for symbol/smiley dialog
* Multilingual backend support with initial Russian language support
* Updater service to update the database in the background, and overhauled
backend access
* Fixed long pressing numbers in Lang mode would not input digit
* Fixed Add Word not behaving as you would expect
* Some other minor fixes