Commit graph

1089 commits

Author SHA1 Message Date
Benoit Marty
878bd29b67 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
c433bab0a8 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
1f14487eaa Update screenshots 2024-11-22 07:01:59 +00:00
Benoit Marty
81d2e0d750
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
aa1948ac44 Fix test and rename class to follow naming convention for PreviewParameterProvider. 2024-11-21 15:18:56 +01:00
ElementBot
9a71e28489 Update screenshots 2024-11-21 09:45:27 +01:00
Benoit Marty
4a5259f1d9 Fix tests 2024-11-21 09:45:27 +01:00
ElementBot
5ff8876fb4 Update screenshots 2024-11-21 08:19:57 +00:00
ElementBot
263d0d1f11 Update screenshots 2024-11-20 09:27:57 +00:00
ElementBot
71e65cd1a0 Update screenshots 2024-11-19 10:19:01 +00:00
Jorge Martin Espinosa
1b6f77d25a
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
57da2330f7 Update screenshots 2024-11-13 17:07:27 +00:00
Benoit Marty
9863cbfd93
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
cffd2da10b
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
70dbcde67a Update screenshots 2024-11-12 09:39:13 +00:00
ElementBot
0d37825a1e Update screenshots 2024-11-08 15:40:18 +00:00
Benoit Marty
cf9dbc60f6
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
8dfe5300b8 Rename parameter. 2024-11-08 10:11:06 +01:00
Benoit Marty
585b6a94f3 Delete temporary created files. 2024-11-08 10:11:06 +01:00
Benoit Marty
0dbfab99d1 Fix Konsist test failing 2024-11-07 20:40:19 +01:00
ElementBot
31f153469c Update screenshots 2024-11-07 18:02:45 +00:00
Benoit Marty
bee708cf3e
Merge pull request #3829 from element-hq/feature/bma/verificationIteration
Verification UI / UX iteration
2024-11-07 16:42:28 +01:00
ElementBot
88d04985cd Update screenshots 2024-11-07 14:28:54 +00:00
renovate[bot]
2386350abb
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
9ea0a117f0
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
a678fe44a0
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
2ab6289b89 Update screenshots 2024-11-06 14:09:08 +00:00
ElementBot
4c9662887f Update screenshots 2024-11-06 09:31:49 +00:00
ElementBot
6f1de0cecc Update screenshots 2024-11-06 09:18:47 +00:00
Benoit Marty
47d7eac1ea
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
0ebb21093c Update screenshots 2024-11-05 08:44:20 +00:00
renovate[bot]
5b12fec005
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
ddc4085742 Update screenshots 2024-11-04 13:45:11 +00:00
Benoit Marty
223eae9602 Send caption with media 2024-11-04 14:24:39 +01:00
bmarty
0b609db1db Sync Strings from Localazy 2024-11-04 00:27:46 +00:00
ElementBot
3d87225cf0 Update screenshots 2024-10-30 14:34:07 +00:00
Benoit Marty
1c020bcf26
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
ebf4b7a3dd Update screenshots 2024-10-29 20:59:39 +00:00
Benoit Marty
666cedd66e
Merge pull request #3733 from element-hq/feature/bma/incomingVerification
Incoming session verification
2024-10-29 18:03:28 +01:00
Joe Groocock
ab75babc11
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
757a5c2512 Update screenshots 2024-10-29 14:16:46 +00:00
ElementBot
d4bcbd4a14 Update screenshots 2024-10-29 08:56:19 +00:00
ElementBot
dca83332f2 Update screenshots 2024-10-28 10:09:13 +00:00
bmarty
1856363964 Sync Strings from Localazy 2024-10-28 00:27:09 +00:00
Valere
9fb68fc58e
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
384c4a55da
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
98057c1c39
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
7588b4e5ab Update screenshots 2024-10-23 15:44:13 +02:00
Benoit Marty
95d95d4f89
Merge pull request #3718 from element-hq/feature/bma/verifiedUserBadge
Verified user badge
2024-10-23 14:20:23 +02:00
ElementBot
4820cd0ed1 Update screenshots 2024-10-23 11:23:26 +00:00