Commit graph

1190 commits

Author SHA1 Message Date
Benoit Marty
06714dd7f3 Ensure Fake classes must be named using Fake and the interface it fakes is detecting error by adding failing cases. 2024-11-26 10:48:01 +01:00
Benoit Marty
aa7a4e742c Ensure Sealed interface used in Composable MUST be Immutable or Stable is detecting error by adding a failing case. 2024-11-26 10:24:03 +01:00
ElementBot
4689607150 Update screenshots 2024-11-26 08:34:11 +00:00
ElementBot
01ee3ee6fe Update screenshots 2024-11-22 07:01:59 +00:00
Benoit Marty
563c0c6233 Merge pull request #3906 from element-hq/feature/bma/minSizeForHiddenMedia
Min size for hidden media
2024-11-21 21:06:19 +01:00
Benoit Marty
57950c0e94 Fix test and rename class to follow naming convention for PreviewParameterProvider. 2024-11-21 15:18:56 +01:00
ElementBot
8bcc9203ad Update screenshots 2024-11-21 09:45:27 +01:00
Benoit Marty
d6ee0846b3 Fix tests 2024-11-21 09:45:27 +01:00
ElementBot
fc0f48570d Update screenshots 2024-11-21 08:19:57 +00:00
ElementBot
ee5c72cda3 Update screenshots 2024-11-20 09:27:57 +00:00
ElementBot
063f6df29e Update screenshots 2024-11-19 10:19:01 +00:00
Jorge Martin Espinosa
72d2265ae5 Replace textPlaceholder color usages with textSecondary (#3873)
* Replace `textPlaceholder` color usages with `textSecondary`

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
2024-11-15 07:55:33 +00:00
ElementBot
e63fa1f8c0 Update screenshots 2024-11-13 17:07:27 +00:00
Benoit Marty
624093061d Merge pull request #3857 from element-hq/feature/bma/legacyCallIteration
Update the strings for unsupported calls
2024-11-12 20:45:05 +01:00
ganfra
79b758c228 Merge pull request #3834 from element-hq/feature/fga/design_system_text_field
Design system : implement new TextField
2024-11-12 11:18:07 +01:00
ElementBot
f67cdc9bf9 Update screenshots 2024-11-12 09:39:13 +00:00
ElementBot
7149a4282b Update screenshots 2024-11-08 15:40:18 +00:00
Benoit Marty
979c4faafe Merge pull request #3832 from element-hq/feature/bma/waitingtoMatch
Disable button during the "verifying" step.
2024-11-08 14:07:38 +01:00
Benoit Marty
915416bb5e Rename parameter. 2024-11-08 10:11:06 +01:00
Benoit Marty
22bb8796ef Delete temporary created files. 2024-11-08 10:11:06 +01:00
Benoit Marty
070ea820ae Fix Konsist test failing 2024-11-07 20:40:19 +01:00
ElementBot
61b7e98998 Update screenshots 2024-11-07 18:02:45 +00:00
Benoit Marty
f77ac55ec5 Merge pull request #3829 from element-hq/feature/bma/verificationIteration
Verification UI / UX iteration
2024-11-07 16:42:28 +01:00
ElementBot
07c8f57dfe Update screenshots 2024-11-07 14:28:54 +00:00
renovate[bot]
4c9daf8ab1 Update plugin paparazzi to v1.3.5 (#3826)
* Update plugin paparazzi to v1.3.5

* Update screenshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ElementBot <android@element.io>
2024-11-07 13:25:05 +01:00
Benoit Marty
6affd6f508 Merge pull request #3815 from element-hq/feature/bma/hideJoinCallButton
Hide join call button when the user is already in the call
2024-11-07 09:00:02 +01:00
ganfra
f253d8d93b Merge pull request #3804 from element-hq/feature/fga/update_create_room_flow
Knocking : update create room flow
2024-11-06 15:59:27 +01:00
ElementBot
cda426402b Update screenshots 2024-11-06 14:09:08 +00:00
ElementBot
1e44eb3538 Update screenshots 2024-11-06 09:31:49 +00:00
ElementBot
ddb59f00d6 Update screenshots 2024-11-06 09:18:47 +00:00
Benoit Marty
dd8de20147 Merge pull request #3803 from element-hq/feature/bma/sendCaption
Send caption with image and video
2024-11-06 09:13:34 +01:00
ElementBot
ca8f54ebed Update screenshots 2024-11-05 08:44:20 +00:00
renovate[bot]
5674d10d9b fix(deps): update dependency androidx.compose:compose-bom to v2024.10.01 (#3782)
* Update dependency androidx.compose:compose-bom to v2024.10.01

* Update screenshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ElementBot <android@element.io>
2024-11-04 15:17:17 +01:00
ElementBot
04e007e648 Update screenshots 2024-11-04 13:45:11 +00:00
Benoit Marty
19c56cdbe3 Send caption with media 2024-11-04 14:24:39 +01:00
bmarty
fed502957b Sync Strings from Localazy 2024-11-04 00:27:46 +00:00
ElementBot
e4b16f480d Update screenshots 2024-10-30 14:34:07 +00:00
Benoit Marty
e95613f3fe Merge pull request #3750 from element-hq/feature/bma/cryptoIteration
UI iteration on the encryption settings
2024-10-30 11:11:35 +01:00
ElementBot
67aa87232f Update screenshots 2024-10-29 20:59:39 +00:00
Benoit Marty
8cdac32522 Merge pull request #3733 from element-hq/feature/bma/incomingVerification
Incoming session verification
2024-10-29 18:03:28 +01:00
Joe Groocock
b4ccd5801d Fix oversize padding on captioned images/videos (#3732)
* Fix oversize padding on captioned images/videos

Use consistent padding with the InReplyToView for the media, and
consistent caption padding with other textual messages.

Signed-off-by: Joe Groocock <me@frebib.net>

* Update screenshots

---------

Signed-off-by: Joe Groocock <me@frebib.net>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <android@element.io>
2024-10-29 17:34:09 +01:00
ElementBot
ac838238c4 Update screenshots 2024-10-29 14:16:46 +00:00
ElementBot
0eebb5bc3a Update screenshots 2024-10-29 08:56:19 +00:00
ElementBot
8eaec03610 Update screenshots 2024-10-28 10:09:13 +00:00
bmarty
8cf5729ece Sync Strings from Localazy 2024-10-28 00:27:09 +00:00
Valere
371799fdad Bump rust-sdk version to rust-sdk 0.2.57 (#3735)
* Bump rust-sdk version to rust-sdk 0.2.57

* rust sdk update: Support persisted WedgeQueueError

* Trust & Decoration | Support new expected UTD causes

* Room Subscribtion settings not needed anymore (see https://github.com/matrix-org/matrix-rust-sdk/pull/4159)

* File/Attachement upload: update to support `storeInCache`

* feat(knock): update API to use reason and serverNames

* Add another `Konsist` exception

* Update screenshots

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <android@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2024-10-24 16:45:16 +02:00
Jorge Martin Espinosa
dcfe595076 Update accent color for Checkbox, RadioButton and Switch components (#3728)
* Update accent color for `Checkbox`, `RadioButton` and `Switch` components

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
2024-10-24 11:14:15 +02:00
ganfra
52053fcf38 Merge pull request #3725 from element-hq/feature/fga/knock_request_to_join
Feature: knock request to join
2024-10-23 18:50:32 +02:00
ganfra
1ad1fc3294 Update screenshots 2024-10-23 15:44:13 +02:00
Benoit Marty
89493f870f Merge pull request #3718 from element-hq/feature/bma/verifiedUserBadge
Verified user badge
2024-10-23 14:20:23 +02:00