Commit Graph

943 Commits

Author SHA1 Message Date
ElementBot 2aa49d40a4 Update screenshots 2024-08-27 15:55:18 +00:00
bmarty cd267249ec Sync Strings from Localazy 2024-08-26 00:25:40 +00:00
ElementBot e704af44bf Update screenshots 2024-08-22 11:54:08 +00:00
ElementBot ff217d4f88 Update screenshots 2024-08-21 13:45:00 +00:00
Benoit Marty f2b38e50e3 Add test on function name which may start or end with spaces and fix existing issues. 2024-08-20 17:11:30 +02:00
Benoit Marty 21f2c5a231 Merge pull request #3240 from element-hq/feature/valere/message_shields
Timeline UI | MessageShield Support
2024-08-16 14:25:33 +02:00
ElementBot cbc59e075e Update screenshots 2024-08-16 09:44:36 +00:00
Benoit Marty 459f60d8a0 Add preview for message shield dialog. 2024-08-16 11:33:52 +02:00
ElementBot ced4f0c018 Update screenshots 2024-08-16 08:07:11 +00:00
ElementBot 0661cd2046 Update screenshots 2024-08-14 15:49:23 +00:00
ElementBot 99efdb6d76 Update screenshots 2024-08-14 15:31:44 +00:00
Benoit Marty faf1e7da9f Iterate on shield mapping and rendering
Also handle click on the timeline and information displayed on long click.
2024-08-14 17:24:11 +02:00
ElementBot d40f5bda12 Update screenshots 2024-08-13 08:55:07 +02:00
ElementBot 300df0c620 Update screenshots 2024-08-13 08:55:06 +02:00
ElementBot c96539163d Update screenshots 2024-08-07 14:41:27 +00:00
ElementBot 6ee86a2fc7 Update screenshots 2024-07-31 14:43:47 +00:00
ElementBot d2a9a2539e Update screenshots 2024-07-31 11:55:28 +00:00
ganfra 27027371c0 Merge pull request #3222 from element-hq/feature/jme/add-simplified-sliding-sync-toggle
Add simplified sliding sync toggle to developer options
2024-07-25 10:37:11 +02:00
ElementBot 5fcb80970d Update screenshots 2024-07-25 07:33:26 +00:00
ElementBot a71d7eb2b4 Update screenshots 2024-07-19 14:43:41 +00:00
ElementBot fa0430927a Update screenshots 2024-07-19 12:58:11 +00:00
Benoit Marty 2216c11039 Merge pull request #3209 from element-hq/feature/bma/fixTruncatedButtons
Reduce the risk of text truncation in buttons.
2024-07-18 10:32:48 +02:00
Benoit Marty 5e6ac6fa57 Merge pull request #3207 from element-hq/feature/bma/openSourceLicenses
Add generated screen to show open source licenses in Gplay variant
2024-07-17 18:59:13 +02:00
Benoit Marty ad3c4e1216 Add exception for Konsist test. 2024-07-17 18:08:17 +02:00
ElementBot 035d9d6c06 Update screenshots 2024-07-17 16:05:12 +00:00
ElementBot 7edbde3aac Update screenshots 2024-07-17 14:14:01 +00:00
ElementBot 26aaa9e070 Update screenshots 2024-07-17 09:10:50 +00:00
Benoit Marty 544b4a1057 Merge pull request #3199 from element-hq/feature/bma/improvePip
Improve pip and add feature flag.
2024-07-16 10:18:13 +02:00
Jorge Martin Espinosa 2ff5fa67fc Restore intentional mentions in the markdown/plain text editor (#3193)
* Restore intentional mentions in the markdown/plain text editor

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-15 18:27:59 +02:00
ElementBot 9c42c2d46d Update screenshots 2024-07-15 15:31:46 +00:00
Benoit Marty a0b8679776 Add preview for Call screen in different PipState. 2024-07-15 17:23:03 +02:00
Jorge Martin Espinosa 5944f112fb Subscribe to RoomListItems in the visible range (#3169)
* Subscribe to `RoomListItems` in the visible range

This ensures the room list items always have updated info.
2024-07-11 10:54:56 +02:00
Jorge Martin Espinosa 0be7058416 Unify the way we decide whether a room is a DM or a group room (#3100)
* Add centralised 'room is DM' check

Also add extension functions for `MatrixRoom` and `MatrixRoomInfo`.

* Use the centralised method and extension functions through the app, including:

- Room list.
- Room details screen.
- Invites.
- Notifications.

Replace most `isDirect` usages with `isDm`.

* Update screenshots

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-10 16:28:46 +00:00
Benoit Marty 97f3959379 Merge pull request #3146 from element-hq/feature/bma/invokeAllCallbacks
Ensure that all callback plugins are invoked.
2024-07-09 16:17:02 +02:00
Benoit Marty b0c9091948 Merge pull request #3159 from element-hq/feature/bma/elementCallPip
Add support for Picture In Picture for Element Call
2024-07-08 19:58:39 +02:00
Jorge Martin Espinosa c550436500 Fix MainActionButton layout for long texts (#3158)
* Fix `MainActionButton` layout for long texts

* Update screenshots

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-08 11:43:24 +00:00
ElementBot 0a1725f16d Update screenshots 2024-07-08 11:29:02 +00:00
Benoit Marty b409f2ea19 Remove extra parenthesis 2024-07-08 13:19:35 +02:00
Benoit Marty 0093e611cd Add Ui test on CallScreenView 2024-07-08 12:30:06 +02:00
ElementBot 3a91b4f39d Sync Strings (#3156)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-07-08 07:34:58 +00:00
renovate[bot] 68efc918ba Update dependency org.matrix.rustcomponents:sdk-android to v0.2.31 (#3145)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.31

* Use new Rust client side sorting API

* Make `RoomListEntriesUpdate.describe()` an extension function

* Remove `RoomListSummary.Filled` and `RoomListSummary.Empty`

* Fix icon sizes to pass the lint checks

* Update screenshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-05 15:25:42 +00:00
Jorge Martin Espinosa 1f69722bdd Remove Showkase processor not found warning from Danger (#3148)
Instead create a new rule to check if the package name is included in `ComposablePreviewProvider`.
2024-07-05 15:15:18 +02:00
Benoit Marty d000f956b6 Add Konsist test to ensure that we invoke callback method on all the Callback instances. 2024-07-05 12:00:04 +02:00
ElementBot 02224b5576 Update screenshots 2024-07-05 08:23:51 +00:00
ElementBot 85a22eb719 Update screenshots 2024-07-05 07:34:11 +00:00
Benoit Marty 489c1f4dfa Merge pull request #3064 from element-hq/feature/bma/avatarClick
Improve click behavior on room timeline title
2024-07-04 16:08:40 +02:00
ElementBot 3023329200 Update screenshots 2024-07-04 07:37:17 +00:00
ElementBot cd060f563d Update screenshots 2024-07-03 16:13:19 +00:00
Benoit Marty 64cb2d29ae Move com.github.sergio-sastre.ComposablePreviewScanner:android:0.1.2 to gradle catalog and reorder dependencies. 2024-07-03 17:26:02 +02:00
Benoit Marty 47acfa29b1 :uitest module: remove dead code. 2024-07-03 17:22:32 +02:00