mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
70a0dafb21
Replace the Home screen's data-binding XML layouts with a Compose UI using miuix components. HomeViewModel now uses StateFlow instead of @Bindable/ObservableHost for UI state. HomeFragment hosts the new HomeScreen composable via ComposeView. Remove old XML layouts (fragment_home_md2, include_home_magisk, include_home_manager, item_developer, item_icon_link) and the DeveloperItem RvItem class that are no longer needed. Made-with: Cursor