mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-04-28 03:53:08 -07:00
- Add Navigation3, serialization, miuix-icons dependencies - Create Routes.kt, Navigator.kt for type-safe navigation - Add per-screen TopAppBar/SmallTopAppBar with miuix Scaffold - Rewrite MainActivity: UIActivity + setContent + NavDisplay + HorizontalPager - Create MainScreen with bottom NavigationBar and tab paging - Delete all 9 Fragment files and XML navigation/layout/menu resources - Remove NavigationEvent, replace with SharedFlow<Route> in BaseViewModel - Update ViewModels to use navigateTo(Route) instead of NavDirections - Extract FlashUtils.installIntent() for PendingIntent creation - Add ObserveViewEvents/CollectNavEvents Compose helpers for event dispatch Made-with: Cursor
19 lines
170 B
Plaintext
19 lines
170 B
Plaintext
out
|
|
*.zip
|
|
*.jks
|
|
*.apk
|
|
*.log
|
|
/config.prop
|
|
/notes.md
|
|
|
|
# Built binaries
|
|
native/out
|
|
|
|
# Android Studio
|
|
*.iml
|
|
.idea
|
|
.cursor
|
|
ramdisk.img
|
|
app/core/src/debug
|
|
app/core/src/release
|