Benoit Marty
|
fa3796d4ec
|
Fix crash when the session is deleted on another client.
|
2024-09-23 09:30:48 +02:00 |
|
Benoit Marty
|
1802a2b7f1
|
Avoid crash (OOM) when content is too long.
|
2024-09-23 09:11:39 +02:00 |
|
ganfra
|
5c7ac76c9a
|
Merge pull request #3500 from element-hq/feature/fga/pinned_message_icon
Pinned messages : add pin icon in timeline for pinned events.
|
2024-09-20 16:50:11 +02:00 |
|
Benoit Marty
|
a55a98a052
|
Merge pull request #3408 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
Update dependency org.maplibre.gl:android-sdk to v11.4.0
|
2024-09-20 15:34:46 +02:00 |
|
Benoit Marty
|
ee845f5965
|
Merge pull request #3440 from element-hq/renovate/com.otaliastudios-transcoder-0.x
Update dependency com.otaliastudios:transcoder to v0.11.1
|
2024-09-20 15:34:27 +02:00 |
|
Benoit Marty
|
8b3b5c07a9
|
Merge pull request #3443 from element-hq/renovate/com.posthog-posthog-android-3.x
Update dependency com.posthog:posthog-android to v3.7.3
|
2024-09-20 15:34:08 +02:00 |
|
Benoit Marty
|
23c9cdb883
|
Merge pull request #3436 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
Update dependency io.nlopez.compose.rules:detekt to v0.4.12
|
2024-09-20 15:33:36 +02:00 |
|
ElementBot
|
90d7a5796c
|
Update screenshots
|
2024-09-20 12:24:48 +00:00 |
|
ganfra
|
3886391557
|
Pinned messages : add pin icon in timeline for pinned events.
|
2024-09-20 13:22:45 +02:00 |
|
Benoit Marty
|
dfe9323455
|
Merge pull request #3501 from element-hq/bma/testRustMatrixClient
Test RustMatrixClient and other classes in the matrix module
|
2024-09-20 10:39:49 +02:00 |
|
Benoit Marty
|
88a30eb321
|
Fix DefaultNotifiableEventResolverTest tests.
|
2024-09-20 09:14:55 +02:00 |
|
Benoit Marty
|
1a9fe939ef
|
Fix test compilation issue.
|
2024-09-20 09:07:23 +02:00 |
|
Benoit Marty
|
b3af1f8b52
|
Fix compilation issue.
|
2024-09-19 20:32:22 +02:00 |
|
Benoit Marty
|
8c5e682f1b
|
Cleanup
|
2024-09-19 20:14:58 +02:00 |
|
ganfra
|
7919c924fa
|
Pinned messages : add pinnedEventIds to TimelineRoomInfo
|
2024-09-19 20:11:24 +02:00 |
|
Benoit Marty
|
98cfa25d5b
|
Add test on RustPushersService
|
2024-09-19 20:08:07 +02:00 |
|
Benoit Marty
|
8439c104fe
|
Add test on AccountManagementAction.toRustAction()
|
2024-09-19 19:57:52 +02:00 |
|
Benoit Marty
|
f209eb27ac
|
Add test on RustNotificationSettingsService
|
2024-09-19 19:55:27 +02:00 |
|
Benoit Marty
|
6fa585f4c8
|
Add unit test on RustNotificationService
And fix mapping error.
|
2024-09-19 19:43:40 +02:00 |
|
Benoit Marty
|
145c40ddfa
|
Add unit test on ExternalSession.toSessionData
|
2024-09-19 17:35:40 +02:00 |
|
Benoit Marty
|
bfaa9f843c
|
Add unit test on HomeserverLoginDetails.map()
|
2024-09-19 17:27:55 +02:00 |
|
Benoit Marty
|
e117b74b0b
|
Fix test
|
2024-09-19 17:21:26 +02:00 |
|
Benoit Marty
|
8127aa6351
|
Cleanup constructor and avoid creating many mapper instances
|
2024-09-19 17:15:52 +02:00 |
|
Benoit Marty
|
de7d93e37d
|
Add test on RustRoomListService
|
2024-09-19 16:41:19 +02:00 |
|
Benoit Marty
|
1fd1f016be
|
Add test on RoomListFactory
|
2024-09-19 16:23:39 +02:00 |
|
Benoit Marty
|
b67c428793
|
Add test on RoomDirectorySearchProcessor
Give the responsibility to the RoomDirectorySearchProcessor to create the `MutableSharedFlow` since it requires a replayCache to work properly.
|
2024-09-19 16:04:31 +02:00 |
|
Benoit Marty
|
d1be4349f0
|
Add test on RustRoomDirectoryList
|
2024-09-19 15:40:25 +02:00 |
|
Benoit Marty
|
a7d4babf48
|
Inject constructor
|
2024-09-19 15:16:19 +02:00 |
|
Benoit Marty
|
95712614eb
|
Merge pull request #3497 from element-hq/feature/bma/changeElementBotMail
Change ElementBot mail to android@element.io
|
2024-09-19 14:32:59 +02:00 |
|
Benoit Marty
|
47df0d1e40
|
Add test on RustRoomDirectoryService
|
2024-09-19 12:47:53 +02:00 |
|
Benoit Marty
|
77e6a9450a
|
Cleanup
|
2024-09-19 12:46:24 +02:00 |
|
Benoit Marty
|
86844e0b27
|
Add test on RustClientSessionDelegate
|
2024-09-19 12:30:40 +02:00 |
|
Benoit Marty
|
0e90e57444
|
Add test skeleton for RustMatrixClientFactory and RustMatrixAuthenticationService
|
2024-09-19 12:16:24 +02:00 |
|
Benoit Marty
|
3f35bf7875
|
Fix compilation issue
|
2024-09-19 11:34:59 +02:00 |
|
Benoit Marty
|
40e8b56f79
|
Create a factory function for RustMatrixClient
|
2024-09-19 11:32:02 +02:00 |
|
Benoit Marty
|
96a2828de5
|
Change signature of RustMatrixClient, val are not always necessary.
|
2024-09-19 11:26:25 +02:00 |
|
Benoit Marty
|
c8c79319eb
|
Add first test on RustMatrixClient
|
2024-09-19 11:26:24 +02:00 |
|
Benoit Marty
|
197fe9b2e2
|
Change ElementBot mail to android@element.io
|
2024-09-19 11:22:58 +02:00 |
|
Benoit Marty
|
929cefa21f
|
Changelog for version 0.6.3
|
2024-09-19 11:02:15 +02:00 |
|
Benoit Marty
|
1dbd7df2fb
|
version++
|
2024-09-19 10:37:15 +02:00 |
|
Benoit Marty
|
58ea2c78f1
|
Merge tag 'v0.6.3' into develop
tag
|
2024-09-19 10:36:47 +02:00 |
|
Benoit Marty
|
cec945cd07
|
Merge branch 'release/0.6.3' into main
|
2024-09-19 10:36:36 +02:00 |
|
Benoit Marty
|
7eac45e4d2
|
Adding fastlane file for version 0.6.3
|
2024-09-19 10:36:33 +02:00 |
|
Benoit Marty
|
c510d1249d
|
Merge pull request #3450 from element-hq/feature/bma/improveCoverageMetrics
Improve code coverage metrics
|
2024-09-19 10:02:55 +02:00 |
|
ganfra
|
63bf1d06ce
|
Merge pull request #3491 from element-hq/feature/fga/room_list_debounce_subscribe
Room list : debounce subscribe to visible rooms.
|
2024-09-19 09:07:21 +02:00 |
|
Jorge Martín
|
4b2ea11037
|
Fix and add test
|
2024-09-19 08:15:12 +02:00 |
|
ganfra
|
d11a0e16ba
|
Merge pull request #3490 from element-hq/feature/fga/update_rust_sdk_0.2.47
SDK 0.2.47
|
2024-09-18 21:29:46 +02:00 |
|
ganfra
|
b364cee500
|
Room list : debounce subscribe to visible rooms.
|
2024-09-18 21:07:39 +02:00 |
|
ganfra
|
2d313089e1
|
Merge pull request #3487 from element-hq/feature/fga/timeline_improvements
Timeline related improvements
|
2024-09-18 20:50:00 +02:00 |
|
ganfra
|
730aa95da6
|
Rust sdk : update to 0.2.47
|
2024-09-18 20:35:57 +02:00 |
|