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

This commit is contained in:
James Rich 2026-01-29 16:36:33 -06:00 committed by GitHub
parent 8f979521d7
commit f9cc7080f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 36 additions and 45 deletions

View file

@ -23,6 +23,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:api[api]:::android-library
:core:common[common]:::kmp-library
:core:data[data]:::android-library
:core:database[database]:::android-library
@ -60,6 +61,7 @@ graph TB
:app -.-> :feature:node
:app -.-> :feature:settings
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -73,11 +75,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -14,7 +14,6 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:common[common]:::kmp-library
:core:data[data]:::android-library
:core:database[database]:::android-library
:core:datastore[datastore]:::android-library
@ -40,9 +39,7 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model

View file

@ -13,7 +13,6 @@ config:
graph TB
subgraph :core
direction TB
:core:common[common]:::kmp-library
:core:database[database]:::android-library
:core:di[di]:::android-library
:core:model[model]:::android-library
@ -25,9 +24,7 @@ graph TB
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
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;

View file

@ -13,15 +13,11 @@ config:
graph TB
subgraph :core
direction TB
:core:common[common]:::kmp-library
:core:model[model]:::android-library
:core:proto[proto]:::android-library
:core:strings[strings]:::kmp-library
end
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
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;

View file

@ -13,17 +13,13 @@ config:
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
:core:strings[strings]:::kmp-library
end
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model

View file

@ -13,7 +13,7 @@ config:
graph TB
subgraph :core
direction TB
:core:common[common]:::kmp-library
:core:api[api]:::android-library
:core:database[database]:::android-library
:core:di[di]:::android-library
:core:model[model]:::android-library
@ -23,13 +23,13 @@ graph TB
:core:strings[strings]:::kmp-library
end
:core:api --> :core:model
:core:database -.-> :core:di
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -14,7 +14,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:common[common]:::kmp-library
:core:api[api]:::android-library
:core:data[data]:::android-library
:core:database[database]:::android-library
:core:datastore[datastore]:::android-library
@ -29,6 +29,7 @@ graph TB
end
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -42,11 +43,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -18,6 +18,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:api[api]:::android-library
:core:common[common]:::kmp-library
:core:data[data]:::android-library
:core:database[database]:::android-library
@ -34,6 +35,7 @@ graph TB
end
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -47,11 +49,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -18,6 +18,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:api[api]:::android-library
:core:common[common]:::kmp-library
:core:data[data]:::android-library
:core:database[database]:::android-library
@ -34,6 +35,7 @@ graph TB
end
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -47,11 +49,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -18,7 +18,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:common[common]:::kmp-library
:core:api[api]:::android-library
:core:data[data]:::android-library
:core:database[database]:::android-library
:core:datastore[datastore]:::android-library
@ -33,6 +33,7 @@ graph TB
end
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -46,11 +47,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -19,6 +19,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:api[api]:::android-library
:core:common[common]:::kmp-library
:core:data[data]:::android-library
:core:database[database]:::android-library
@ -35,6 +36,7 @@ graph TB
end
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -48,11 +50,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs

View file

@ -18,6 +18,7 @@ graph TB
subgraph :core
direction TB
:core:analytics[analytics]:::android-library
:core:api[api]:::android-library
:core:common[common]:::kmp-library
:core:data[data]:::android-library
:core:database[database]:::android-library
@ -34,6 +35,7 @@ graph TB
end
:core:analytics -.-> :core:prefs
:core:api --> :core:model
:core:data -.-> :core:analytics
:core:data -.-> :core:database
:core:data -.-> :core:datastore
@ -47,11 +49,10 @@ graph TB
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:datastore -.-> :core:proto
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:service --> :core:api
:core:service -.-> :core:database
:core:service -.-> :core:model
:core:service -.-> :core:prefs