5213849f8b
Typing notification: disable rendering when the user preference isRenderTypingNotificationsEnabled is false.
Benoit Marty
2024-02-09 09:35:52 +01:00
76cd6ecaef
Rust : fix tests for the new filter api
ganfra
2024-02-08 21:03:18 +01:00
2c24a48ed7
Rust : map the new filter api, will need more rework when branching the new ui later.
ganfra
2024-02-08 20:46:27 +01:00
5d055a5fd2
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.99
renovate[bot]
2024-02-08 18:07:01 +00:00
d27df29452
Typing notification: fix test compilation issue after rebase.
Benoit Marty
2024-02-08 18:31:37 +01:00
50859b62de
Add more tests
Benoit Marty
2024-02-06 15:09:26 +01:00
17f23304d0
Give 0 has default value for fixtures creators. Also increases the readability of tests.
Benoit Marty
2024-02-06 15:06:00 +01:00
c4f72ecfbc
Add test to check behavior of isMarkedUnread parameter
Benoit Marty
2024-02-06 15:00:44 +01:00
25768c7e87
Move RoomListRoomSummary factory to a dedicated file, more tests will be added.
Benoit Marty
2024-02-06 14:54:55 +01:00
9d461a4917
Add ability mark as unread / mark as read a room.
Benoit Marty
2024-02-06 12:21:45 +01:00
cebc06aa5e
Fix potential error: Modifier factory functions must use the receiver Modifier instance
Benoit Marty
2024-02-08 10:11:37 +01:00
a55d3d0ace
Move clearFocusOnTap to the designsystem library to reduce code duplication.
Benoit Marty
2024-02-08 10:10:21 +01:00
b104dba845
Remove Modifier parameter in private function when only default value is used. This will improve the code coverage metrics, and this also fixes a few potential bug, where the Modifier was used several times.
Benoit Marty
2024-02-08 10:03:24 +01:00
d06e5c23cb
Move migration screen to within the room list (#2361)
Jorge Martin Espinosa
2024-02-08 11:01:08 +01:00
1a48c344e2
Update dependency androidx.compose:compose-bom to v2024.02.00
renovate[bot]
2024-02-08 09:19:06 +00:00
52dfaea741
Merge pull request #2363 from element-hq/renovate/kotlin
Jorge Martin Espinosa
2024-02-08 10:18:16 +01:00
857b94b4fc
Merge pull request #2357 from poljar/poljar/log-olm-trace
Jorge Martin Espinosa
2024-02-08 09:59:10 +01:00
c864adb493
Merge branch 'develop' into poljar/log-olm-trace
Jorge Martin Espinosa
2024-02-08 09:50:58 +01:00
b2dd7f1169
Update dependency androidx.compose.compiler:compiler to v1.5.9
renovate[bot]
2024-02-07 21:41:10 +00:00
5dcc9fba29
RoomListFilters : first iteration on the design
ganfra
2024-02-07 21:27:23 +01:00
d1c4cd1686
Update dependency androidx.compose.material3:material3 to v1.2.0
renovate[bot]
2024-02-07 18:05:53 +00:00
dbeca9e1fa
Merge pull request #2359 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
Jorge Martin Espinosa
2024-02-07 17:34:23 +01:00
8454c37388
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.98
renovate[bot]
2024-02-07 15:34:08 +00:00
b9eaaf30e5
Update dependency io.element.android:compound-android to v0.0.4
renovate[bot]
2024-02-07 15:34:03 +00:00
57d9b262d3
Extract session folder name computation from RustMatrixClient
Benoit Marty
2024-02-05 17:31:37 +01:00
688c4dae22
Rename parameter, since it is also invoked in the confirmation dialog, not only for the error dialog.
Benoit Marty
2024-02-05 16:36:01 +01:00
afc2e6c7fe
Remove LogCompositions. It was used at the beginning of the project, but is not useful anymore.
Benoit Marty
2024-02-05 16:33:25 +01:00
0b3a0fd6a3
Use appName from BuildMeta in the crash detection dialog.
Benoit Marty
2024-02-05 16:31:43 +01:00
1fd4075900
Enable trace logging for the Olm Account
Damir Jelić
2024-02-07 10:46:34 +01:00
6bae19b6b0
Try to get more log from Codecov action.
Benoit Marty
2024-02-06 20:15:34 +01:00
b25509a611
Add test for TimelineItemPollView
Benoit Marty
2024-02-06 18:27:47 +01:00
80c474e1a6
Format file
Benoit Marty
2024-02-06 17:57:18 +01:00
69f0c9935f
Add type hierarchy on TimelineEvents. It is not really OK that a Event was able to invoke LoadMore for instance.
Benoit Marty
2024-02-06 17:57:11 +01:00
e66f53f64c
Add test to ensure that TimelineView loads more Events.
Benoit Marty
2024-02-06 17:12:14 +01:00
f3c1eb6738
Use the new setIsFavorite api
ganfra
2024-02-06 16:04:44 +01:00
706ce1d0cd
Do not use a key for the LazyColumn, or the scroll will not behave as expected if a room is moved to the top of the list.
Benoit Marty
2024-02-06 15:33:03 +01:00
87f14d8bab
Make the button to send problem enable, but show an error if the decription is too short to prevent users from being blocked.
Benoit Marty
2024-02-05 16:00:29 +01:00
9f6c6ef76f
Change link to Element Android room to Element X Android room.
Benoit Marty
2024-02-05 14:34:54 +01:00
cbf7e9cfce
Hide Read Receipt if the user set Rended Read Receipt to false (actually disabled the "Share presence" toggle)
Benoit Marty
2024-02-05 12:58:04 +01:00