Meshtastic-Android/docs
James Rich 829aecd888 feat: implement MeshtasticNavDisplay and centralize Navigation 3 configuration
- Introduce `MeshtasticNavDisplay` in `core:ui` to encapsulate shared Navigation 3 configuration, including entry decorators, scene strategies, and transitions.
- Integrate `rememberViewModelStoreNavEntryDecorator` to provide entry-scoped `ViewModelStoreOwner` support, ensuring ViewModels are automatically cleared when their backstack entry is popped.
- Configure `DialogSceneStrategy` to enable navigation-driven dialogs that respect backstack lifecycle and predictive back gestures.
- Implement a standardized 350 ms crossfade transition for both forward and pop navigation across all platforms.
- Refactor `app` and `desktop` host modules to utilize `MeshtasticNavDisplay`, removing redundant manual configuration of `NavDisplay` and decorators.
- Update `core:ui` dependencies to include `lifecycle-viewmodel-navigation3` and move it away from platform-specific host modules.
- Update architectural documentation (`AGENTS.md`, `GEMINI.md`, and decision logs) to reflect the adoption of centralized navigation and ViewModel scoping patterns.
2026-03-27 09:31:31 -05:00
..
agent-playbooks feat: implement unified deep link routing for Kotlin Multiplatform (#4910) 2026-03-25 00:21:24 +00:00
decisions feat: implement MeshtasticNavDisplay and centralize Navigation 3 configuration 2026-03-27 09:31:31 -05:00
testing feat: Enhance test coverage (#4847) 2026-03-19 03:09:19 +00:00
BUILD_CONVENTION_TEST_DEPS.md docs: summarize KMP migration progress and architectural decisions (#4770) 2026-03-13 02:23:25 +00:00
BUILD_LOGIC_CONVENTIONS_GUIDE.md refactor: null safety, update date/time libraries, and migrate tests (#4900) 2026-03-23 23:17:50 +00:00
BUILD_LOGIC_INDEX.md feat: build logic (#4829) 2026-03-17 20:35:39 +00:00
kmp-status.md feat: upgrade to Navigation 3 Beta 01 and implement entry-scoped ViewModels 2026-03-27 09:31:31 -05:00
roadmap.md refactor: BLE transport and UI for Kotlin Multiplatform unification (#4911) 2026-03-25 02:15:51 +00:00