Commit Graph

928 Commits

Author SHA1 Message Date
ElementBot
3e19b15c9d Update screenshots 2024-07-31 14:43:47 +00:00
ElementBot
8adabda028 Update screenshots 2024-07-31 11:55:28 +00:00
ganfra
878333cc77 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
5ec9948367 Update screenshots 2024-07-25 07:33:26 +00:00
ElementBot
043682300a Update screenshots 2024-07-19 14:43:41 +00:00
ElementBot
73bf14f7d2 Update screenshots 2024-07-19 12:58:11 +00:00
Benoit Marty
a31e78f186 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
e9d40a23a5 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
3cab6c92d0 Add exception for Konsist test. 2024-07-17 18:08:17 +02:00
ElementBot
7d14870da6 Update screenshots 2024-07-17 16:05:12 +00:00
ElementBot
5e240254a3 Update screenshots 2024-07-17 14:14:01 +00:00
ElementBot
6310a0d411 Update screenshots 2024-07-17 09:10:50 +00:00
Benoit Marty
591eac4ddc 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
89ec904c4a 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
93090279c2 Update screenshots 2024-07-15 15:31:46 +00:00
Benoit Marty
f3b3b97877 Add preview for Call screen in different PipState. 2024-07-15 17:23:03 +02:00
Jorge Martin Espinosa
176755ac33 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
bb47ff8f49 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
39ca870d45 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
02d6134643 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
c0e1c33159 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
1fcdaf0ffa Update screenshots 2024-07-08 11:29:02 +00:00
Benoit Marty
13f2439604 Remove extra parenthesis 2024-07-08 13:19:35 +02:00
Benoit Marty
d00af657a2 Add Ui test on CallScreenView 2024-07-08 12:30:06 +02:00
ElementBot
8e059cc5c2 Sync Strings (#3156)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-07-08 07:34:58 +00:00
renovate[bot]
8aa4fbdade 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
b0846de5e1 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
f3d48355f6 Add Konsist test to ensure that we invoke callback method on all the Callback instances. 2024-07-05 12:00:04 +02:00
ElementBot
74b0fc7d6d Update screenshots 2024-07-05 08:23:51 +00:00
ElementBot
dcceeba009 Update screenshots 2024-07-05 07:34:11 +00:00
Benoit Marty
5de08795f4 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
20787ec259 Update screenshots 2024-07-04 07:37:17 +00:00
ElementBot
44930af4cc Update screenshots 2024-07-03 16:13:19 +00:00
Benoit Marty
7ce58fee6c 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
dadbab00c2 :uitest module: remove dead code. 2024-07-03 17:22:32 +02:00
Benoit Marty
1dea668480 Record preview for app icons. 2024-07-03 17:20:35 +02:00
Jorge Martin Espinosa
950e502ca6 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
6c0719e067 Merge pull request #3025 from element-hq/feature/bma/elementEnterprise
Element enterprise (EE) foundations
2024-07-01 17:08:40 +02:00
Benoit Marty
4047f4395d Let Konsist checks the license header 2024-07-01 11:12:02 +02:00
Benoit Marty
58cdd37a57 Merge pull request #3053 from element-hq/feature/bma/callSettings
Alert for incoming call even if notifications are disabled - WAITING FOR FINAL PRODUCT DECISION
2024-06-28 14:21:23 +02:00
ElementBot
edcc8ba112 Update screenshots 2024-06-26 13:34:52 +00:00
Benoit Marty
d43a8c8bea Add first EnterpriseService. 2024-06-26 11:59:41 +02:00
ElementBot
b436fcf936 Update screenshots 2024-06-24 09:32:03 +00:00
ElementBot
429ea73d16 Update screenshots 2024-06-21 14:24:55 +00:00
ElementBot
918d4cd318 Update screenshots 2024-06-21 14:09:32 +00:00
ElementBot
4a991276d3 Update screenshots 2024-06-20 13:15:59 +00:00
ElementBot
85538c90e6 Update screenshots 2024-06-20 12:55:37 +00:00
ganfra
e93a41a5b5 Merge branch 'develop' into feature/fga/sending_queue_iteration 2024-06-19 13:54:24 +02:00
ElementBot
d6aeb041a3 Update screenshots 2024-06-19 11:52:27 +00:00
ElementBot
a8f5af9f62 Update screenshots 2024-06-19 11:10:31 +00:00