Results 681 comments of Mat

Sure! Feel free to work on this. At the moment I have no experience with Jetpack Compose, but I could review your changes and get familiar with it that way.

> Can I help with this? But I have basic knowledge of Jetpack. Thanks for showing interest, but almost all of the migration is done at this point. It's probably...

I still want to do thorough testing on different Android versions before the next release, but I consider this complete. @Iamlooker Thanks again for your work! Let me know if...

Keep in mind that the command should resemble the vanilla equivalent, or at the very least allow for running vanilla commands without conflicts. The count parameter currently occupies the slot...

This is on my todo-list after I've improved commands in Core.

> Hi, I wanted to ask, is [this](https://github.com/cuberite/android/blob/85f4eb8974e6f2210630b85d8625eb35f5d88cb4/app/build.gradle.kts#L23) intentional? Because this uses the debug signing key to sign release files Looks like I committed it by accident after debugging an...

> Btw, why are we passing StringBuilder [here](https://github.com/cuberite/android/blob/85f4eb8974e6f2210630b85d8625eb35f5d88cb4/app/src/main/kotlin/org/cuberite/android/services/CuberiteService.kt#L191) > > Either way we are converting it to string as soon as we get it [here](https://github.com/cuberite/android/blob/85f4eb8974e6f2210630b85d8625eb35f5d88cb4/app/src/main/kotlin/org/cuberite/android/services/CuberiteService.kt#L191) No good reason, we could...

> ``` > Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [androidx.compose.material3:material3-android:1.2.1] C:\Users\LooKeR\.gradle\caches\transforms-4\5a41c055199354d74c6acce2479e2b57\transformed\material3-release\AndroidManifest.xml as the library might be using APIs not available in...

I should also mention that we're stuck on target API version 28, due to 29 no longer allowing executables in the data folder to run. It shouldn't be an issue...

> I suggest migrating LiveData to StateFlow. > > This is also the suggest way to create architecture just like Jetpack Compose If StateFlows are recommended over LiveData when using...