Commit graph

15 commits

Author SHA1 Message Date
Benoit Marty
57d927e9aa Suggestion for room alias.
Rename `Mention` to `IntentionalMention` for clarity
Remove dead code, there is no intentional mention for Room or RoomAlias.
Rename `IntentionalMention.AtRoom` to `IntentionalMention.Room` to match Rust naming
2024-08-21 15:32:05 +02:00
Benoit Marty
5bda29ca7e
Rework FakeMatrixRoom so that it contains only lambdas. (#3229)
* Upgrade lint to 8.7.0-alpha01

* FakeMatrixRoom: lambda everywhere

Fix test compilation issues
2024-07-22 10:39:48 +02:00
Jorge Martin Espinosa
b0cebf5ca0
Improve screenshot testing with ComposablePreviewScanner (#3125)
* Use ComposablePreviewScanner to rework how screenshot testing works
* Add test sharding
* Update screenshots
* Fixes for Element Gallery

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2024-07-03 13:05:06 +02:00
Benoit Marty
2a980a925d Extract code in private sub methods 2024-06-06 13:06:34 +02:00
Benoit Marty
e619fefb7f Add a flag to enable or disable incoming share 2024-06-06 12:34:05 +02:00
Benoit Marty
24d9c10f97 shareActionState is a property, no need to provide it as parameter. 2024-06-06 10:02:35 +02:00
Benoit Marty
eef45309be Use functions from IntentCompat 2024-06-06 09:56:36 +02:00
Benoit Marty
265764ddf6 Move doc to the interface. 2024-06-06 09:51:40 +02:00
Benoit Marty
3d831323ec More renaming 2024-06-06 09:50:23 +02:00
Benoit Marty
66daa63d86 Handle no uri to share case. 2024-06-06 09:44:57 +02:00
Benoit Marty
f9508f8472 Rename classes for clarity. 2024-06-06 09:44:43 +02:00
Benoit Marty
9a6eec3494 Ensure Uri permission is revoked. 2024-06-06 09:36:45 +02:00
Benoit Marty
0ede5d6626 Fix quality issues 2024-06-05 18:55:19 +02:00
Benoit Marty
99b827f792 Add test on SharePresenter 2024-06-05 18:37:09 +02:00
Benoit Marty
9ae0107172 Incoming share 2024-06-05 18:08:14 +02:00