202663ac269dcce7f3b4bd558e7d343c16f6693b
Once labelled, an issue will go the [EX board](https://github.com/orgs/vector-im/projects/43). This commit fixed the board to use ( I C+Ped https://github.com/vector-im/element-x-ios/blob/f7d7314d0c14b320036d87bae0759685ed090693/.github/workflows/triage-labelled.yml)
dependencycheck 7.4.4 (with fix for https://github.com/dependency-check/dependency-check-gradle/issues/300)
element-x-android-poc
Proof Of Concept to run a Matrix client on Android devices using the Matrix Rust Sdk and Jetpack compose.
The plan is here!
Modules
This Android project is a multi modules project.
appmodule is the Android application module. Other modules are libraries;featuresmodules contain some UI and can be seen as screen of the application;librariesmodules contain classes that can be useful for other modules to work.
A few details about some modules:
libraries-coremodule contains utility classes;libraries-designsystemmodule contains Composables which can be used across the app (theme, etc.);libraries-elementresourcesmodule contains resource from Element Android (mainly strings);libraries-matrixmodule contains wrappers around the Matrix Rust SDK.
Here is the current module dependency graph: