chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4739)

This commit is contained in:
James Rich
2026-03-06 20:59:08 -06:00
committed by GitHub
parent 0ce322a0f5
commit a5390a80e7
7 changed files with 3 additions and 39 deletions
+1
View File
@@ -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;
+1 -4
View File
@@ -5,10 +5,7 @@
<!--region graph-->
```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;
+1 -8
View File
@@ -22,14 +22,7 @@ Defines Intent actions for starting, stopping, and interacting with the backgrou
<!--region graph-->
```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;
-2
View File
@@ -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
-2
View File
@@ -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;
-12
View File
@@ -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;
-11
View File
@@ -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;