648 Commits (298e5a630463304bf4648b3274f5eae16079d2df)

Author SHA1 Message Date
jonnyandrew 8fcec4a006
Allow polls to be edited (#1869) 10 months ago
ganfra 656fcbd5e4 Fix see room in room list after leaving it #1006 10 months ago
Benoit Marty 68463c2e0c Remove `UnknownMessageType`, should be handled by `OtherMessageType` now. 10 months ago
Benoit Marty ec459165db Add tests for `NotifiableEventResolver` 10 months ago
Jorge Martin Espinosa d413aa1ee3
Add plain text representation of messages (#1850) 10 months ago
ganfra 0fb4eb005c RoomList : rework a bit the api and make usage of entriesWithDynamicAdapters 10 months ago
Jorge Martin Espinosa 97e9528e13
Add intentional mentions (#1843) 10 months ago
Jorge Martin Espinosa a8fbb882f2
Integrate mentions in the composer (#1799) 10 months ago
Benoit Marty c07a032157 SecureBackup: improve error flow when backup state cannot be retrieved, and add tests. 10 months ago
Benoit Marty d352f14665 BackupState.DISABLED has been removed. Now when the value is UNKNOWN, the app need to invoke `EncryptionService.doesBackupExistOnServer()` to check if a Backup exists. 10 months ago
Benoit Marty 589eeb4a51 Fix wrong list used when forwarding an Event to some rooms fails. 10 months ago
ganfra d36943cc41 Suppress usage of removeTimeline method (#1824) 10 months ago
Benoit Marty 1b9e6ae71e Read receipts: mapping 10 months ago
Benoit Marty 2cb0060f96 Add a View to show the beginning of the timeline (parity with iOS) 10 months ago
Jorge Martin Espinosa d648f85d75
Add active call icon to room list summaries (#1792) 10 months ago
Marco Romano 58e05d139c
Always ensure media temp dir exists (#1790) 10 months ago
Benoit Marty 5850f5342d Move Knit to Gradle catalog and use alias(libs.plugins.kotlin.serialization). Fix issue with JNA 10 months ago
Benoit Marty 67d58bac35 Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library. 11 months ago
Benoit Marty 8819522423 Replace hard-coded value by value from gradle datalog 11 months ago
Marco Romano b83d8733e2
Don't leak MediaFileHandle when downloading voice messages (#1748) 11 months ago
renovate[bot] 9e66180d20
Update kotlin (#1697) 11 months ago
Benoit Marty f64eb5218c Show full history if key backup is enabled. 11 months ago
Benoit Marty 348da6bec2 Ensure BackupState and RecoveryState values are set from the SDK only when the first sync is finished. 11 months ago
Jorge Martin Espinosa 52c9565ac8
Fix crash on logout (#1749) 11 months ago
renovate[bot] 74ccdf83f6
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.67 (#1747) 11 months ago
Benoit Marty 21200df294 Konsist: check that if `sealed interface` is used in parameter of `Composable`, it has the `@Stable` or `@Immutable` annotation 11 months ago
Benoit Marty 3092ca23f0 Konsist: check if sealed class could be sealed interface and fix existing issues. 11 months ago
Jorge Martin Espinosa 1f5a135072
Use Parallel GC and bump RAM usage (#1734) 11 months ago
Benoit Marty a1b97fe99e Remove useless wrapping in lazy block, since the value was assigned later during object construction. 11 months ago
Benoit Marty 3e9710a0c1 Do not throw the exception. 11 months ago
Benoit Marty 2f62779ad4 Sign out: handle no network error. 11 months ago
Benoit Marty 4fb825b5cb TimelineEncryptedHistoryBannerView: render depend on verification and key backup state (#1576) 11 months ago
Benoit Marty 20d6383b8a Map new state `BackupUploadState.Error` 11 months ago
Jorge Martin Espinosa 355ee95964
[Element Call] Keep MatrixClient alive while the call is working (#1695) 11 months ago
Jorge Martin Espinosa 3bbaf8e5e7
Improve the logs for `TimelineException.CannotPaginate` (#1708) 11 months ago
Benoit Marty 90b377b3a5 Secure Storage: improve API for `waitForBackupUploadSteadyState()` 11 months ago
Jorge Martin Espinosa 356a321788
Fix issues with stuck 'loading...' state and hangup (#1690) 11 months ago
Marco Romano a07286ace9
Split `VoiceMessageType` from `AudioMessageType` (#1664) 11 months ago
Marco Romano 0e4141863b
Always treat waveform as List<Float> (#1663) 11 months ago
Jorge Martin Espinosa 44de6adb86
Initial support for member suggestions (#1631) 11 months ago
Benoit Marty 3a15b92eb6 SecureBackup: update matrix sdk module. 11 months ago
Jorge Martin Espinosa 030e86f56b
Update the chat screen UI using RoomInfo. (#1640) 11 months ago
Marco Romano 7d1b671426
Refactor of voice message playing code (#1643) 11 months ago
renovate[bot] 71ef76ad86
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.65 (#1639) 11 months ago
David Langley 75e95333a8 Unit and Snapshot tests for error and loading states. 11 months ago
Benoit Marty b4cc11ec1e Test coverage: Add test on DefaultNavigationStateService 11 months ago
Benoit Marty 04ed06cf9a Add `BackupState` and `BackupStateMapper` from the `feature/bma/secureBackup` branch to ensure that we do not upgrade the SDK with no support of KeyBackup. 11 months ago
Jorge Martin Espinosa fc8d16693b
Set tracing of `matrix_sdk_ui::timeline` to `trace` (#1630) 11 months ago
renovate[bot] 244c45797f
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.63 (#1619) 11 months ago
David Langley 5adcaef569 Add new ui for room notifications screen 11 months ago