![]() * 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> |
||
---|---|---|
.github | ||
.idea | ||
app | ||
config/detekt | ||
design@6d9d5966b7 | ||
gradle | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
build.gradle | ||
debugging-android.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
renovate.json | ||
settings.gradle |
README.md
Meshtastic-Android
This is a tool for using Android with open-source mesh radios. For more information see our webpage: meshtastic.org. If you are looking for the the device side code, see here.
This project is currently beta testing, if you have questions or feedback please Join our discussion forum. We would love to hear from you!
If you want to join the Play Store testing program go to this URL and opt-in to become a tester. If you encounter any problems or have questions, post in the forum and we'll help.
However, if you must use 'raw' APKs you can get them from our github releases. This is not recommended because if you manually install an APK it will not automatically update.
Translations
You can help translate the app into your native language using Crowdin.
Building the Android App
https://meshtastic.org/docs/development/android/
Copyright 2025, Meshtastic LLC. GPL-3.0 license