502831cd714ae464f331fdbc5bca165a43f96053
Bumps [mobile-dev-inc/action-maestro-cloud](https://github.com/mobile-dev-inc/action-maestro-cloud) from 1.1.1 to 1.2.2. - [Release notes](https://github.com/mobile-dev-inc/action-maestro-cloud/releases) - [Commits](https://github.com/mobile-dev-inc/action-maestro-cloud/compare/v1.1.1...v1.2.2) --- updated-dependencies: - dependency-name: mobile-dev-inc/action-maestro-cloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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:
Languages
Kotlin
98.8%
Python
0.5%
Shell
0.4%
JavaScript
0.2%