Commit Graph

8933 Commits

Author SHA1 Message Date
Benoit Marty
328ef75d10 Change wording to "Verify identity" 2024-10-29 21:49:08 +01: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
Benoit Marty
907bbe7bdf Remove blank line. 2024-10-29 18:03:08 +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
Benoit Marty
5a1b4cbf55 Move TextWithLabelMolecule to the designsystem module. 2024-10-29 16:43:26 +01:00
Benoit Marty
05e70ef5d0 Rename some private composable functions. 2024-10-29 16:41:37 +01:00
ganfra
0e4ef9fc0a Changelog for version 0.7.2 2024-10-29 15:40:05 +01:00
ganfra
b29813277d version++ 2024-10-29 14:58:43 +01:00
Benoit Marty
85f9459d72 Remove blank line 2024-10-29 11:50:58 +01:00
ElementBot
0eebb5bc3a Update screenshots 2024-10-29 08:56:19 +00:00
Benoit Marty
a259aaf1eb Merge pull request #3744 from element-hq/feature/bma/resizeMedia
Add setting to compress image and video
2024-10-29 09:47:04 +01:00
Benoit Marty
d1b3ecab36 Incoming session verification request
Add more log to the state machines
Ensure the block cannot be cancelled, else if the Rust SDK emit a new state during the API execution, the state machine may cancel the api call.
Let VerificationFlowState values match the SDK api for code clarity.
Rename sub interface for clarity.
Migrate tests to the new FakeVerificationService.
2024-10-29 09:26:15 +01:00
Benoit Marty
c56e9604bf Merge pull request #3749 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.58
2024-10-29 09:05:03 +01:00
Benoit Marty
f14c956a82 Fix API break. 2024-10-28 21:19:33 +01:00
Benoit Marty
1eea8d6c11 Fix API break. 2024-10-28 21:05:26 +01:00
renovate[bot]
84ef1de537 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.58 2024-10-28 17:19:35 +00:00
Benoit Marty
f751150793 Merge pull request #3740 from element-hq/renovate/dependencyanalysis
Update dependencyAnalysis to v2.3.0
2024-10-28 14:55:55 +01:00
Benoit Marty
2cba9bb0df Merge pull request #3726 from element-hq/renovate/io.sentry-sentry-android-7.x
Update dependency io.sentry:sentry-android to v7.16.0
2024-10-28 14:55:12 +01:00
Benoit Marty
fd2258518b Merge pull request #3720 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
Update dependency org.maplibre.gl:android-sdk to v11.5.2
2024-10-28 14:53:25 +01:00
Benoit Marty
7c4f389d0b Fix test. 2024-10-28 13:52:53 +01:00
Benoit Marty
8cc86bd410 Fix test compilation issue. 2024-10-28 13:50:47 +01:00
Benoit Marty
e48f217c61 Remove blank line 2024-10-28 13:30:18 +01:00
ElementBot
8eaec03610 Update screenshots 2024-10-28 10:09:13 +00:00
Benoit Marty
2531ccf8e9 Add media upload setting.
Compress media regarding the settings.
Image compression change quality to 78%
Video compression change size to 720 x 48
2024-10-28 10:56:58 +01:00
Benoit Marty
932b189cc4 Merge pull request #3743 from element-hq/sync-localazy
Sync Strings
2024-10-28 09:36:00 +01:00
bmarty
8cf5729ece Sync Strings from Localazy 2024-10-28 00:27:09 +00:00
Jorge Martín
64c3e79ece When building a snapshot of the SDK bindings, don't build the app by default too 2024-10-25 15:57:20 +02:00
Benoit Marty
efb35fb88b Merge pull request #3741 from element-hq/feature/bma/releaseImprovement
Release script improvement
2024-10-25 15:46:53 +02:00
Benoit Marty
c252761bed Change default value of doBuildApks to "no" 2024-10-25 14:54:23 +02:00
Benoit Marty
0bfacc2cdd Give a chance for download_all_github_artifacts.py to fail and to try again, without breaking the release script.
Previously any error in download_all_github_artifacts.py was ignored and the script was continuing (without success ofc).
2024-10-25 14:53:22 +02:00
Benoit Marty
3c0b802b39 Update instruction 2024-10-25 14:46:25 +02:00
Benoit Marty
3b4664f102 Changelog for version 0.7.1 2024-10-25 12:20:51 +02:00
Benoit Marty
e055ed015a version++ 2024-10-25 11:54:40 +02:00
Benoit Marty
d0422b411e Merge tag 'v0.7.1' into develop
tag
2024-10-25 11:53:46 +02:00
Benoit Marty
374425cb11 Merge branch 'release/0.7.1' into main 2024-10-25 11:53:32 +02:00
Benoit Marty
42a7ad41f6 Adding fastlane file for version 0.7.1 2024-10-25 11:53:27 +02:00
renovate[bot]
4d8da4978a Update dependencyAnalysis to v2.3.0 2024-10-24 19:05:15 +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
Benoit Marty
6dd73b9578 Merge pull request #3731 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
Update dependency com.google.firebase:firebase-bom to v33.5.1
2024-10-24 12:18:01 +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
renovate[bot]
dbc3138689 Update dependency com.google.firebase:firebase-bom to v33.5.1 2024-10-23 18:31:06 +00:00
ganfra
4616bc3ab0 Merge pull request #3727 from element-hq/feature/fga/kotlin_poet_deps
Dependencies : makes sure to use same version for all kotlinpoet dependencies
2024-10-23 18:56:05 +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
ced527e614 deps : makes sure to use same version for all kotlinpoet dependencies 2024-10-23 16:07:52 +02:00
renovate[bot]
1fd7888188 Update dependency io.sentry:sentry-android to v7.16.0 2024-10-23 13:46:14 +00:00
renovate[bot]
75d4c9e1f3 Update dependency org.maplibre.gl:android-sdk to v11.5.2 2024-10-23 13:46:08 +00:00
ganfra
1ad1fc3294 Update screenshots 2024-10-23 15:44:13 +02:00
ganfra
2ffd46061e knock : improve a bit code and add tests. 2024-10-23 15:44:00 +02:00
renovate[bot]
3b1ac217ad Update dependency org.maplibre.gl:android-sdk-ktx-v7 to v3.0.2 (#3703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 15:43:57 +02:00
renovate[bot]
e2b2d4e2d8 Update dependency com.squareup:kotlinpoet-ksp to v2 (#3722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 12:51:08 +00:00