renovate[bot]
f3560a4989
chore(deps): update android.gradle.plugin to v8.7.2
2024-10-31 22:00:35 +00:00
ganfra
fcea72100e
Merge pull request #3780 from element-hq/feature/fga/logs_fix_removal
...
bugfix: do not remove logs after sending them
2024-10-31 20:06:48 +01:00
Jorge Martin Espinosa
f8cdd0a712
Fix the onboarding flow getting stuck in some cases ( #3778 )
...
This was caused by several `DefaultFtueService` instances being created and only the latest one receiving new state updates while the `LoggedInFlowNode` which decides the navigation was stuck subscribed to the initial one. `DefaultFtueService` has now been marked as s singleton to fix this.
2024-10-31 10:55:17 +00:00
ganfra
0ffffc8d83
bugfix: do not remove logs after sending them
2024-10-31 11:42:14 +01:00
Benoit Marty
014b82c681
Merge pull request #3745 from andybalaam/andybalaam/enable-identity-violation-notifs-unconditionally
...
Enable identity pinning violation notifications unconditionally
2024-10-31 11:34:38 +01:00
Benoit Marty
a65094291b
Merge pull request #3758 from element-hq/feature/bma/editorStateFixture
...
Editor state fixture and preview improvement
2024-10-31 10:36:01 +01:00
Andy Balaam
7bf6299e6a
Merge branch 'develop' into andybalaam/enable-identity-violation-notifs-unconditionally
2024-10-31 09:13:20 +00:00
Benoit Marty
7db2ceac38
Merge pull request #3762 from element-hq/renovate/androidx.annotation-annotation-jvm-1.x
...
Update dependency androidx.annotation:annotation-jvm to v1.9.1
2024-10-31 09:42:07 +01:00
Benoit Marty
770d23742c
Merge pull request #3774 from element-hq/renovate/kotlin
...
Update kotlin to v2.0.21-1.0.26
2024-10-31 09:41:39 +01:00
Benoit Marty
034425a40a
Merge pull request #3761 from element-hq/feature/bma/improveFakeMatrixRoom
...
Improve FakeMatrixRoom to be able to check all the parameters.
2024-10-31 09:39:26 +01:00
Benoit Marty
8c809b3b1b
Merge pull request #3773 from element-hq/renovate/dependencyanalysis
...
Update dependencyAnalysis to v2.4.0
2024-10-31 09:37:56 +01:00
renovate[bot]
0bdc5b2578
Update camera to v1.4.0 ( #3765 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-31 08:54:38 +01:00
renovate[bot]
c95385fb69
Update dependencyAnalysis to v2.4.0
2024-10-31 07:47:58 +00:00
renovate[bot]
37823c09b4
Update kotlin to v2.0.21-1.0.26
2024-10-31 07:47:45 +00:00
Benoit Marty
aafc66f130
Merge pull request #3283 from element-hq/renovate/kotlin
...
Update kotlin
2024-10-31 08:45:43 +01:00
Benoit Marty
df86e92d61
Fix test present - with CallType RoomCall sets call as active, loads URL, runs WidgetDriver and notifies the other clients a call started not passing.
2024-10-30 21:00:52 +01:00
renovate[bot]
3c6bf522dc
Update dependency androidx.annotation:annotation-jvm to v1.9.1
2024-10-30 18:32:11 +00:00
Benoit Marty
e6f7300be6
Improve FakeMatrixRoom to be able to check all the parameters.
2024-10-30 18:39:55 +01:00
Benoit Marty
4d8d5c5690
Merge pull request #3754 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.9.0
2024-10-30 17:57:10 +01:00
Benoit Marty
9e0ba4cf39
Merge pull request #3755 from element-hq/feature/bma/rotateFirebaseToken
...
Rotate firebase token in case of error
2024-10-30 17:05:31 +01:00
Benoit Marty
9d8d960a98
Handle Jorge's remarks.
2024-10-30 16:37:58 +01:00
Benoit Marty
de1afd1234
Fix import in test.
2024-10-30 15:58:49 +01:00
Benoit Marty
fae82f1a33
Format files
2024-10-30 15:45:12 +01:00
ElementBot
e4b16f480d
Update screenshots
2024-10-30 14:34:07 +00:00
Benoit Marty
b38f2714dc
TextComposer: Fix preview color.
2024-10-30 15:23:39 +01:00
Benoit Marty
4b7ffb141e
TextComposer: Add more preview content.
2024-10-30 15:19:51 +01:00
Benoit Marty
87dba718be
Fix Preview issue with TextComposerReplyPreview
2024-10-30 15:13:01 +01:00
Benoit Marty
d22072a606
Optimize code for Preview.
...
There should be no change in the preview.
2024-10-30 15:10:13 +01:00
Benoit Marty
53858f6206
Create fixtures for TextEditorState.
2024-10-30 14:48:18 +01:00
Benoit Marty
a54eee042b
Now that FCM token can be rotated, let the FirebaseTokenTest observe the value.
2024-10-30 11:54:10 +01:00
Benoit Marty
a6fdb90838
Add quick fix in notification troubleshot test to perform a Firebase token rotation
2024-10-30 11:54:10 +01:00
Benoit Marty
1f60509d92
Firebase token: the beginning of the token is always the same, print out the end of it.
2024-10-30 11:54:09 +01:00
Benoit Marty
84513c4458
Merge branch 'develop' into renovate/kotlin
2024-10-30 11:14:29 +01:00
renovate[bot]
e85beaf22a
Update dependency com.posthog:posthog-android to v3.9.0
2024-10-30 10:12:48 +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
Benoit Marty
046e630f4b
Merge pull request #3702 from element-hq/renovate/org.maplibre.gl-android-plugin-annotation-v9-3.x
...
Update dependency org.maplibre.gl:android-plugin-annotation-v9 to v3.0.2
2024-10-30 08:39:44 +01:00
Benoit Marty
3e68b5ad8e
Merge pull request #3742 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.8.3
2024-10-30 08:36:47 +01:00
Benoit Marty
dc29c26b90
Merge pull request #3746 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.4.17
2024-10-30 08:36:20 +01:00
Benoit Marty
a86db4cd06
Merge pull request #3751 from element-hq/feature/bma/verifyIdentityWording
...
Change wording to "Verify identity"
2024-10-30 08:35:44 +01:00
ElementBot
67aa87232f
Update screenshots
2024-10-29 20:59:39 +00:00
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
Benoit Marty
5e1099da41
Add missing tests.
2024-10-29 15:20:02 +01:00
ElementBot
ac838238c4
Update screenshots
2024-10-29 14:16:46 +00:00
ganfra
b29813277d
version++
2024-10-29 14:58:43 +01:00