Meshtastic-Android/app/src/main/java/com/geeksville/mesh
andrekir c70b0d512a fix: remove SelectionContainer from NodeItem
Removes `SelectionContainer` from `LazyColumn` items causing a crash when calculating positions between nodes that are no longer part of the same layout hierarchy, resulting in:

Fatal Exception: java.lang.IllegalArgumentException: layouts are not part of the same hierarchy
       at androidx.compose.ui.node.NodeCoordinator.findCommonAncestor$ui_release(NodeCoordinator.kt:1210)
...

closes #1408
2024-11-19 10:43:17 -03:00
..
analytics refactor: migrate to Firebase KTX in the main modules (#836) 2024-02-08 16:45:28 -03:00
android chore: add detekt formatting rule set 2024-10-14 07:56:29 -03:00
concurrent chore: add detekt formatting rule set 2024-10-14 07:56:29 -03:00
database fix: nodelist sort by viaMqtt 2024-11-15 06:49:40 -03:00
model Fix: Deduplicate position logs (#1417) 2024-11-19 10:41:33 -03:00
repository feat: add meshtastic service type to mDNS service discovery (#1401) 2024-11-12 17:14:58 -03:00
service fix: nodelist sort by viaMqtt 2024-11-15 06:49:40 -03:00
ui fix: remove SelectionContainer from NodeItem 2024-11-19 10:43:17 -03:00
util refactor: extract map defaults to MapViewWithLifecycle 2024-11-09 05:34:14 -03:00
AppIntroduction.kt export hardcoded strings (#547) 2022-12-28 17:37:25 -03:00
ApplicationModule.kt Issue #369 - Use repository pattern for bluetooth state 2022-02-26 22:59:20 -08:00
CoroutineDispatchers.kt Issue #369 - Use repository pattern for bluetooth state 2022-02-26 22:59:20 -08:00
DataPacket.kt chore: add detekt formatting rule set 2024-10-14 07:56:29 -03:00
MainActivity.kt refactor: convert connectionState to StateFlow 2024-11-12 09:15:45 -03:00
MyNodeInfo.kt refactor: replace MyNodeInfo with MyNodeEntity (#1277) 2024-10-02 06:18:30 -03:00
NodeInfo.kt refactor: replace MyNodeInfo with MyNodeEntity (#1277) 2024-10-02 06:18:30 -03:00