mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 00:28:20 -04:00
- Create IntroPermissions and IntroSettingsNavigator abstractions in commonMain - Move all screens, nav graph, and helpers from androidMain to commonMain - Add AndroidIntroPermissions/AndroidIntroSettingsNavigator adapters (Accompanist) - Add JVM stubs with always-granted permissions and no-op settings nav - AppIntroductionScreen remains in androidMain as thin CompositionLocal host - Add CMP @PreviewLightDark previews for all 5 intro screens - Update spec 010-onboarding tasks.md: OB-T101 complete (17/19) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>