Mat
Mat
> or should I do that PR first and do Compose Migration later? Is it possible to do before the Compose migration? If the Compose migration requires more changes anyway,...
Seems to be working fine, and the changes look reasonable. Nice work!
> Btw what is [this](https://github.com/Iamlooker/cuberite-android/blob/master/app/src/main/kotlin/org/cuberite/android/services/CuberiteService.kt#L157) tick for? It's a hack for displaying an error when running an invalid executable. Could be replaced with something more appropriate at some point.
> This is the current state of control screen: > > sc.mp4 Could we keep UI changes in a separate PR after migration? I like the idea of displaying the...
> Would you also like to migrate to [Datastore](https://developer.android.com/topic/libraries/architecture/datastore) from SharedPreferences? This is also for [reference](https://android-developers.googleblog.com/2020/09/prefer-storing-data-with-jetpack.html). > > I know this is too much going on in one PR but...
Are you planning on migrating SettingsFragment in a separate PR? I'll try to review this PR next week, but I can't promise anything.
Just curious, what exactly is the advantage of SQLite?
https://book.cuberite.org/#3.4 There are two; anvil and forgetful.
Default is Anvil. Cuberite had its own storage schema called Compact many years ago.
I see what the issue is now. https://github.com/cuberite/cuberite/commit/7bdbfad1bbabb84e650261ad31d2d9b47f8b12a9#diff-340f510ebeacdfbbbd90d90ff8090930L13