mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
- Raise minCarApiLevel to 7 (required for MESSAGING category) - Add uses-feature android.hardware.type.automotive required=false guard - Migrate Messages tab from plain Rows to ConversationItem (API 7+) - Inject CoroutineDispatchers, SendMessageUseCase, MeshServiceNotifications - Add durable callbackScope for reply/mark-as-read operations - Populate CarContact with lastMessage fields for ConversationItem - Remove dead Car API <6 fallback code and unused string resource - Fix hosts_allowlist rename (car-app 1.7.0), screenManager access - Fix test compilation: DeviceMetrics import, map matchers, junit5 - Fix detekt: suppress TooManyFunctions, LongMethod, MagicNumber, TooGenericExceptionCaught where justified Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>