From e470fa86eb5449e0f576b7b4b8129214e36e7a31 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:06:42 -0600 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4237) --- app/README.md | 2 ++ core/data/README.md | 2 ++ core/database/README.md | 2 ++ core/network/README.md | 2 ++ core/service/README.md | 2 ++ core/ui/README.md | 2 ++ feature/firmware/README.md | 2 ++ feature/map/README.md | 2 ++ feature/messaging/README.md | 2 ++ feature/node/README.md | 2 ++ feature/settings/README.md | 2 ++ 11 files changed, 22 insertions(+) diff --git a/app/README.md b/app/README.md index eae11fb7c..993cb6b7f 100644 --- a/app/README.md +++ b/app/README.md @@ -68,6 +68,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -75,6 +76,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model diff --git a/core/data/README.md b/core/data/README.md index 34b610805..6dbc8f7e1 100644 --- a/core/data/README.md +++ b/core/data/README.md @@ -35,6 +35,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -42,6 +43,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/database/README.md b/core/database/README.md index a4c95300b..df4e36d1d 100644 --- a/core/database/README.md +++ b/core/database/README.md @@ -15,11 +15,13 @@ graph TB direction TB :core:common[common]:::kmp-library :core:database[database]:::android-library + :core:di[di]:::android-library :core:model[model]:::android-library :core:proto[proto]:::android-library :core:strings[strings]:::kmp-library end + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings diff --git a/core/network/README.md b/core/network/README.md index 9c059acfa..3cff7ba86 100644 --- a/core/network/README.md +++ b/core/network/README.md @@ -14,6 +14,7 @@ graph TB subgraph :core direction TB :core:common[common]:::kmp-library + :core:di[di]:::android-library :core:model[model]:::android-library :core:network[network]:::android-library :core:proto[proto]:::android-library @@ -23,6 +24,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/core/service/README.md b/core/service/README.md index fef8eee89..a57740951 100644 --- a/core/service/README.md +++ b/core/service/README.md @@ -15,12 +15,14 @@ graph TB direction TB :core:common[common]:::kmp-library :core:database[database]:::android-library + :core:di[di]:::android-library :core:model[model]:::android-library :core:proto[proto]:::android-library :core:service[service]:::android-library :core:strings[strings]:::kmp-library end + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings diff --git a/core/ui/README.md b/core/ui/README.md index 3d60c5b1c..067f98773 100644 --- a/core/ui/README.md +++ b/core/ui/README.md @@ -37,6 +37,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -44,6 +45,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model diff --git a/feature/firmware/README.md b/feature/firmware/README.md index 9a1929822..3fdb9ddcb 100644 --- a/feature/firmware/README.md +++ b/feature/firmware/README.md @@ -42,6 +42,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -49,6 +50,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model diff --git a/feature/map/README.md b/feature/map/README.md index c1e863890..30e9ea7b9 100644 --- a/feature/map/README.md +++ b/feature/map/README.md @@ -42,6 +42,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -49,6 +50,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model diff --git a/feature/messaging/README.md b/feature/messaging/README.md index 2a4c48a78..c76f9f7f8 100644 --- a/feature/messaging/README.md +++ b/feature/messaging/README.md @@ -41,6 +41,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -48,6 +49,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model diff --git a/feature/node/README.md b/feature/node/README.md index cd444704c..8cee6097c 100644 --- a/feature/node/README.md +++ b/feature/node/README.md @@ -43,6 +43,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -50,6 +51,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model diff --git a/feature/settings/README.md b/feature/settings/README.md index 7640d4e36..5de7c26e7 100644 --- a/feature/settings/README.md +++ b/feature/settings/README.md @@ -42,6 +42,7 @@ graph TB :core:data -.-> :core:network :core:data -.-> :core:prefs :core:data -.-> :core:proto + :core:database -.-> :core:di :core:database -.-> :core:model :core:database -.-> :core:proto :core:database -.-> :core:strings @@ -49,6 +50,7 @@ graph TB :core:model -.-> :core:common :core:model -.-> :core:proto :core:model -.-> :core:strings + :core:network -.-> :core:di :core:network -.-> :core:model :core:service -.-> :core:database :core:service -.-> :core:model