mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-30 09:37:13 -04:00
- Remove x86/x86_64 from ABI filters (armeabi-v7a/arm64-v8a only) - Remove unused takpacket-sdk-jvm from version catalog - Raise core/proto minSdk from 21 to 26 (ATAK compat no longer needed) - Remove stale FIXME comment about foreground service in manifest - Replace Executors.newSingleThreadExecutor with Dispatchers.Default.asExecutor in BarcodeScannerProvider (removes manual thread pool management) - Convert formatAgo() to @Composable with stringResource(), eliminating runBlocking from the UI rendering path. Non-composable callers (map views, accessibility) use a 3-arg overload with pre-resolved strings. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>