Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Benoit Marty 4f320fd4f8 Code clarity: use withTimeout with combination of runCatching instead of withTimeoutOrNull 6 months ago
..
androidutils Improve openUrlInExternalApp API and move url to UnifiedPushConfig 6 months ago
architecture Room member moderation: kick, ban and unban (#2496) 7 months ago
core Avoid tryEmit(), use emit() 6 months ago
cryptography Fix moar ktlint issues 8 months ago
dateformatter Move `RoomListRoomSummary` factory to a dedicated file, more tests will be added. 8 months ago
deeplink Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the `impl` project in order to remove projects.appconfig dependency from matrix.api module. 6 months ago
designsystem Merge branch 'develop' into feature/fga/room_directory 6 months ago
di Fix crash about several DataStores using the same file (#2312) 8 months ago
encrypted-db Fix ktlint issues 8 months ago
eventformatter Merge pull request #2639 from element-hq/feature/bma/hideCallMemberEvents 6 months ago
featureflag RoomDirectory : set default value of FeatureFlag to false. 6 months ago
indicator Remove feature flag `SecureStorage` 7 months ago
maplibre-compose Fix ktlint issues 8 months ago
matrix Code quality and remove reference to `DefaultMatrixToConverter.SUPPORTED_PATHS` in `MatrixToConverter` 6 months ago
matrixui Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the `impl` project in order to remove projects.appconfig dependency from matrix.api module. 6 months ago
mediapickers Fix moar ktlint issues 8 months ago
mediaplayer Fix moar ktlint issues 8 months ago
mediaupload Fix SDK integration 6 months ago
mediaviewer Need a default value for Modifier. 7 months ago
network Use new retrofit bom and change Maven coordinates of `kotlinx-serialization` 6 months ago
permissions Run `./tools/localazy/downloadStrings.sh --all` 6 months ago
preferences Avoid computing default value if it's not necessary. 8 months ago
push Code clarity: use withTimeout with combination of runCatching instead of withTimeoutOrNull 6 months ago
pushproviders Rename `UserPushStoreFactory.create` to `UserPushStoreFactory.getOrCreate` for code clarity. 6 months ago
pushstore Rename `UserPushStoreFactory.create` to `UserPushStoreFactory.getOrCreate` for code clarity. 6 months ago
roomselect Do not display empty room list state before the loading one (#2402) 7 months ago
rustsdk
session-storage An interface is enough. 7 months ago
testtags Room directory : add tests and cleanup 6 months ago
textcomposer Merge pull request #2639 from element-hq/feature/bma/hideCallMemberEvents 6 months ago
ui-strings Run `./tools/localazy/downloadStrings.sh --all` 6 months ago
ui-utils
usersearch Fix moar ktlint issues 8 months ago
voicerecorder Fix moar ktlint issues 8 months ago