mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
- TabTemplate is @RequiresCarApi(6); bump manifest minCarApiLevel from 2 to 6 so the host doesn't reject the template at runtime. - Use a proper anonymous TabCallback (androidx's TabCallback is not a Kotlin fun interface) and import top-level TabContents (it is not a nested type of TabTemplate); the lambda/nested references don't compile. - Mark tab CarIcons tintable (CarColor.DEFAULT) so day-mode AAOS themes don't render white-on-white. - Extract buildChannelRow to keep buildChannelsTemplate under the NestedBlockDepth detekt threshold. - Clarify MAX_LIST_ITEMS KDoc (per-ListTemplate host constraint, not an API-level property). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>