Commit Graph

11634 Commits

Author SHA1 Message Date
Benoit Marty 6355feb96d Introduce BugReportFlowNode, and remove NavTarget.ViewLogs from RootFlowNode. 2025-09-19 09:09:59 +02:00
Benoit Marty 786b68d77e Merge pull request #5343 from element-hq/feature/bma/testEntryPoint
Add test on DefaultSpaceEntryPoint
2025-09-18 23:08:12 +02:00
Benoit Marty 2af6895b9f Fix compilation issues after merging develop. 2025-09-18 21:36:21 +02:00
Benoit Marty b194153b66 Merge branch 'develop' into feature/bma/testEntryPoint 2025-09-18 18:58:30 +02:00
Benoit Marty e980936162 Merge pull request #5306 from element-hq/feature/bma/removeDeadCode
Remove dead code
2025-09-18 18:11:06 +02:00
Benoit Marty 860a46bb42 Merge pull request #5363 from element-hq/feature/bma/addCommentOnSdkDep
Dependency: extract the Matrix SDK and add instructions for upgrading the library
2025-09-18 18:10:23 +02:00
Benoit Marty 3422b7d90a Merge branch 'develop' into feature/bma/addCommentOnSdkDep 2025-09-18 18:10:04 +02:00
Benoit Marty 692362ecce Merge pull request #5361 from element-hq/feature/bma/testMediaGalleryPresenter
Complete test on MediaGalleryPresenter
2025-09-18 18:09:20 +02:00
ganfra fb95d885e3 Merge pull request #5350 from element-hq/renovate/telephoto
Update telephoto to v0.17.0
2025-09-18 17:39:04 +02:00
renovate[bot] 4c7c0a4163 Update dependency org.matrix.rustcomponents:sdk-android to v25.9.18 (#5365)
This contains important performance fixes for the room list.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-18 15:02:39 +00:00
Valere Fedronic d30f3854d2 Use the new RtcNotification event instead of the deprecated CallNotify
Use the new RtcNotification event instead of the now deprecated CallNotify
2025-09-18 15:23:23 +02:00
Valere b13c93f3cd fix the tests 2025-09-18 14:32:01 +02:00
Valere f7b7328fea Fix wrong expiration default that was breaking tests 2025-09-18 12:58:36 +02:00
Valere 6052d453fe fix Conflicting import 2025-09-18 12:25:28 +02:00
Valere 1a7ce368b7 refactor: rename CallNotify to RtcNotification to match new event 2025-09-18 09:25:13 +02:00
Valere be5244708f review + tests 2025-09-18 09:18:36 +02:00
Valere 277602f2bc fix test compilation 2025-09-17 15:53:14 +02:00
Benoit Marty b26fa73e8d Dependency: extract the Matrix SDK and add instructions for upgrading the library. 2025-09-17 15:30:42 +02:00
Valere d350a553a9 bump rust component version 2025-09-17 15:28:48 +02:00
Valere 508aef98ff Use the new RtcNotification instead of deprecated CallNotify 2025-09-17 15:15:33 +02:00
Benoit Marty cbad0c31d8 Complete test on MediaGalleryPresenter 2025-09-17 12:18:37 +02:00
Benoit Marty 0d7d33ca92 Merge pull request #5359 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-25.x
Update dependency org.matrix.rustcomponents:sdk-android to v25.9.16
2025-09-16 16:03:44 +02:00
Benoit Marty 2f4ab0d1e0 Add .idea/copilot.* to .gitignore 2025-09-16 15:54:10 +02:00
Benoit Marty 2d9e9d1326 Add unit test on ChangeRoomMemberRolesListType.toRoomMemberRole() 2025-09-16 15:50:57 +02:00
Benoit Marty e89d21b1b2 Fix issue after rebase. 2025-09-16 14:41:00 +02:00
Benoit Marty 1dd67ca945 Use SimpleFeatureEntryPoint when possible. 2025-09-16 14:38:32 +02:00
Benoit Marty 574c2cb2b5 Remove empty line. 2025-09-16 14:38:32 +02:00
Benoit Marty 4d7d0ac8d0 Avoid using AndroidJUnit4 runner to test Entrypoint implementations. 2025-09-16 14:38:32 +02:00
Benoit Marty c90332bb6e Split long line 2025-09-16 14:38:32 +02:00
Benoit Marty cca195a1a5 Add more tests. 2025-09-16 14:38:32 +02:00
Benoit Marty 4b65d5cf9a Remove dead code. 2025-09-16 14:38:32 +02:00
Benoit Marty 86dca3f04b Cleanup 2025-09-16 14:38:32 +02:00
Benoit Marty bebde0e9dd Cleanup 2025-09-16 14:38:32 +02:00
Benoit Marty a1aeb24f23 Add test on DefaultEntryPoints 2025-09-16 14:38:32 +02:00
Benoit Marty a575019760 Use DependencyHandlerScope.testCommonDependencies() 2025-09-16 14:38:31 +02:00
Benoit Marty bc9ba9ae06 Add test on DefaultAnalyticsEntryPoint 2025-09-16 14:38:31 +02:00
Benoit Marty 9b24e04101 Introduce DependencyHandlerScope.testCommonDependencies() 2025-09-16 14:38:31 +02:00
Benoit Marty a69cf58a5b Add test on DefaultSpaceEntryPoint 2025-09-16 14:38:31 +02:00
Benoit Marty ba51b29d23 Cleanup nodes (#5358)
* Remove unused NavTarget.Empty

* Let SpaceEntryPoint.Inputs implement NodeInputs.

* Small cleanup

* Small cleanup

* Method can be private.

* Simplify code

* Rename to follow naming convention

* Rename Node to follow naming convention

* Add Konsist test.

* Remove useless line of code.
2025-09-16 14:36:43 +02:00
Benoit Marty f28b53d85e Remove useless line of code. 2025-09-16 12:27:27 +02:00
renovate[bot] b2c993b1c2 Update dependency org.matrix.rustcomponents:sdk-android to v25.9.16 2025-09-16 10:05:03 +00:00
Benoit Marty cbe2f0684b Add Konsist test. 2025-09-16 10:50:34 +02:00
Benoit Marty 12c75905f4 Rename Node to follow naming convention 2025-09-16 10:38:16 +02:00
Benoit Marty 0955866dcd Rename to follow naming convention 2025-09-16 10:36:35 +02:00
Benoit Marty d6acd94dee Simplify code 2025-09-16 10:33:18 +02:00
Valere Fedronic 5d1154083b Call: MSC4310 sending RTC decline event and listening for Decline from other sessions
MSC4310 RTC decline event support
2025-09-16 10:25:17 +02:00
Benoit Marty 7a60e46d8f Method can be private. 2025-09-16 10:24:16 +02:00
Benoit Marty a3b160aace Small cleanup 2025-09-16 10:08:50 +02:00
Benoit Marty 9ac74af722 Small cleanup 2025-09-16 10:06:16 +02:00
Benoit Marty 8fa7f71d0d Let SpaceEntryPoint.Inputs implement NodeInputs. 2025-09-16 09:58:42 +02:00