From a5390a80e72fb5afcdc559659637191307d9006d Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:59:08 -0600 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4739) --- core/barcode/README.md | 1 + core/ble/README.md | 5 +---- core/service/README.md | 9 +-------- core/ui/README.md | 2 -- feature/intro/README.md | 2 -- feature/map/README.md | 12 ------------ feature/messaging/README.md | 11 ----------- 7 files changed, 3 insertions(+), 39 deletions(-) diff --git a/core/barcode/README.md b/core/barcode/README.md index 053e5655e..3231b9ad9 100644 --- a/core/barcode/README.md +++ b/core/barcode/README.md @@ -35,6 +35,7 @@ BarcodeScanner( graph TB :core:barcode[barcode]:::android-library :core:barcode -.-> :core:resources + :core:barcode -.-> :core:ui classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/ble/README.md b/core/ble/README.md index 8b6f34062..02b893b33 100644 --- a/core/ble/README.md +++ b/core/ble/README.md @@ -5,10 +5,7 @@ ```mermaid graph TB - :core:ble[ble]:::android-library - :core:ble -.-> :core:common - :core:ble -.-> :core:di - :core:ble -.-> :core:model + :core:ble[ble]:::kmp-library classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/service/README.md b/core/service/README.md index 2b38a9171..ed350a7f7 100644 --- a/core/service/README.md +++ b/core/service/README.md @@ -22,14 +22,7 @@ Defines Intent actions for starting, stopping, and interacting with the backgrou ```mermaid graph TB - :core:service[service]:::android-library - :core:service --> :core:api - :core:service -.-> :core:common - :core:service -.-> :core:data - :core:service -.-> :core:database - :core:service -.-> :core:model - :core:service -.-> :core:prefs - :core:service -.-> :core:proto + :core:service[service]:::kmp-library classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/ui/README.md b/core/ui/README.md index 61bad4bda..7cbab807c 100644 --- a/core/ui/README.md +++ b/core/ui/README.md @@ -51,8 +51,6 @@ MeshtasticResourceDialog( graph TB :core:ui[ui]:::android-library :core:ui -.-> :core:common - :core:ui -.-> :core:barcode - :core:ui -.-> :core:nfc :core:ui -.-> :core:data :core:ui -.-> :core:database :core:ui -.-> :core:model diff --git a/feature/intro/README.md b/feature/intro/README.md index d399c878b..467261e20 100644 --- a/feature/intro/README.md +++ b/feature/intro/README.md @@ -20,8 +20,6 @@ Dedicated screens for explaining and requesting specific permissions: ```mermaid graph TB :feature:intro[intro]:::android-feature - :feature:intro -.-> :core:resources - :feature:intro -.-> :core:ui classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/map/README.md b/feature/map/README.md index 61f4aeb4d..79182c7df 100644 --- a/feature/map/README.md +++ b/feature/map/README.md @@ -27,18 +27,6 @@ The base logic for managing map state, node markers, and camera positions. ```mermaid graph TB :feature:map[map]:::android-feature - :feature:map -.-> :core:common - :feature:map -.-> :core:data - :feature:map -.-> :core:database - :feature:map -.-> :core:datastore - :feature:map -.-> :core:model - :feature:map -.-> :core:navigation - :feature:map -.-> :core:prefs - :feature:map -.-> :core:proto - :feature:map -.-> :core:service - :feature:map -.-> :core:resources - :feature:map -.-> :core:ui - :feature:map -.-> :core:di classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/messaging/README.md b/feature/messaging/README.md index 1498703b9..3b462b503 100644 --- a/feature/messaging/README.md +++ b/feature/messaging/README.md @@ -26,17 +26,6 @@ A security-focused utility that detects and transforms homoglyphs (visually simi ```mermaid graph TB :feature:messaging[messaging]:::android-feature - :feature:messaging -.-> :core:common - :feature:messaging -.-> :core:data - :feature:messaging -.-> :core:database - :feature:messaging -.-> :core:domain - :feature:messaging -.-> :core:model - :feature:messaging -.-> :core:navigation - :feature:messaging -.-> :core:prefs - :feature:messaging -.-> :core:proto - :feature:messaging -.-> :core:service - :feature:messaging -.-> :core:resources - :feature:messaging -.-> :core:ui classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;