Meshtastic-Android/gradle
James Rich 9c9a1d7567 refactor: migrate list-detail layouts to Material 3 Adaptive Navigation3
- Replace the custom `AdaptiveListDetailScaffold` with the official `ListDetailSceneStrategy` to manage adaptive layout orchestration.
- Integrate `ListDetailSceneStrategy` into `MeshtasticNavDisplay` to enable native pane switching based on the navigation backstack.
- Update `ContactsNavigation` and `NodesNavigation` graphs to include `listPane()` and `detailPane()` metadata for relevant route entries.
- Simplify `AdaptiveContactsScreen` and `AdaptiveNodeListScreen` by removing manual scaffold navigation logic and delegating to the navigation framework.
- Add the `jetbrains.compose.material3.adaptive.navigation3` library dependency to `core:ui` and relevant feature modules.
- Refactor `DesktopMainScreen` and `Main.kt` with minor formatting and indentation updates for better readability.
2026-03-27 09:31:31 -05:00
..
wrapper chore(deps): update gradle to v9.4.1 (#4850) 2026-03-19 14:15:38 +00:00
develocity.settings.gradle chore(ci): Optimize and stabilize Gradle builds and CI workflows (#4390) 2026-02-01 18:03:17 +00:00
gradle-daemon-jvm.properties fix: specify jetbrains in gradle-daemon-jvm.properties (#4872) 2026-03-21 15:27:21 +00:00
libs.versions.toml refactor: migrate list-detail layouts to Material 3 Adaptive Navigation3 2026-03-27 09:31:31 -05:00
publishing.gradle.kts build(ksp): ksp and publishing tuning (#4462) 2026-02-05 22:36:38 +00:00