Element X fork with native Cardano wallet — see SYNC.md on wallet branch for topology
Find a file
2022-11-04 18:48:47 +01:00
.idea Merge remote-tracking branch 'origin/develop' into develop 2022-10-28 17:27:40 +02:00
app Compose: add background color to host to avoid blink between nav 2022-11-04 17:56:31 +01:00
features Start filling MatrixRoom class and use it in MessagesScreen 2022-11-04 17:56:14 +01:00
gradle Continue refinement of RoomList (and remove avatar library) 2022-11-03 19:26:45 +01:00
libraries SlidingSyncObserverProxy : avoid fooding flow 2022-11-04 18:48:47 +01:00
plugins RoomList: add avatar for rooms and date formatting 2022-11-02 19:04:29 +01:00
.gitignore Add a module for the Matrix SDK with the aar of the Rust SDK 2022-10-11 12:21:46 +02:00
build.gradle Refactor some modules + add dependency management (still WIP) 2022-10-27 19:24:57 +02:00
gradle.properties Create project from AS wizard "Empty Compose Activity (Material 3)" 2022-10-07 15:05:13 +02:00
gradlew Create project from AS wizard "Empty Compose Activity (Material 3)" 2022-10-07 15:05:13 +02:00
gradlew.bat Create project from AS wizard "Empty Compose Activity (Material 3)" 2022-10-07 15:05:13 +02:00
LICENSE Initial commit 2022-10-06 09:59:25 +02:00
README.md Add a link to the plan 2022-10-10 12:02:46 +02:00
settings.gradle.kts Continue refinement of RoomList (and remove avatar library) 2022-11-03 19:26:45 +01:00

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!