mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
* fix #1484: Filter out ignored nodes from map - Created a new `filteredNodeList` `StateFlow` in `UIState.kt` that filters out nodes marked as ignored. - Updated `MapFragment.kt` to use `filteredNodeList` instead of `nodeList`, ensuring that ignored nodes are not displayed on the map. * Refactor: Remove ExperimentalCoroutinesApi opt-in and add it to compiler args - Removes the `@OptIn(ExperimentalCoroutinesApi::class)` annotation from multiple files. - Adds `-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi` to the `freeCompilerArgs` in the `build.gradle` file, enabling the use of Experimental Coroutines API project-wide without the need for per-file opt-ins. - The coroutine api is now applied globally. Signed-off-by: James Rich <james.a.rich@gmail.com> * detekt Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --------- Signed-off-by: James Rich <james.a.rich@gmail.com> Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| com/geeksville/mesh | ||