Just fixed 60 compilation errors in my hobby app

Well, I was ready to submit my app to Google Play, but apparently, I need to build it against SDK 29 which means a lot of changes because of improved nullability and compatibility with Kotlin.

No problem, my code is written well and this is just about minor changes, so it was a fast task to fix all the issues.