Jorge Martin Espinosa
057ef38644
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.
17 hours ago
Benoit Marty
a772f000e7
Merge pull request #3745 from andybalaam/andybalaam/enable-identity-violation-notifs-unconditionally
...
Enable identity pinning violation notifications unconditionally
17 hours ago
Benoit Marty
1dd2ad0c5c
Merge pull request #3758 from element-hq/feature/bma/editorStateFixture
...
Editor state fixture and preview improvement
18 hours ago
Andy Balaam
50471f8707
Merge branch 'develop' into andybalaam/enable-identity-violation-notifs-unconditionally
18 hours ago
Benoit Marty
7358cae399
Merge pull request #3762 from element-hq/renovate/androidx.annotation-annotation-jvm-1.x
...
Update dependency androidx.annotation:annotation-jvm to v1.9.1
19 hours ago
Benoit Marty
83a1009922
Merge pull request #3774 from element-hq/renovate/kotlin
...
Update kotlin to v2.0.21-1.0.26
19 hours ago
Benoit Marty
2e91357433
Merge pull request #3761 from element-hq/feature/bma/improveFakeMatrixRoom
...
Improve FakeMatrixRoom to be able to check all the parameters.
19 hours ago
Benoit Marty
642a96ce62
Merge pull request #3773 from element-hq/renovate/dependencyanalysis
...
Update dependencyAnalysis to v2.4.0
19 hours ago
renovate[bot]
fa1e5e5ceb
Update camera to v1.4.0 ( #3765 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20 hours ago
renovate[bot]
6921cb7bfa
Update dependencyAnalysis to v2.4.0
20 hours ago
renovate[bot]
09a7636bb2
Update kotlin to v2.0.21-1.0.26
20 hours ago
Benoit Marty
c11a503710
Merge pull request #3283 from element-hq/renovate/kotlin
...
Update kotlin
20 hours ago
Benoit Marty
c087becee1
Fix test `present - with CallType RoomCall sets call as active, loads URL, runs WidgetDriver and notifies the other clients a call started` not passing.
1 day ago
renovate[bot]
bf4a87da20
Update dependency androidx.annotation:annotation-jvm to v1.9.1
1 day ago
Benoit Marty
4b98ee92e3
Improve FakeMatrixRoom to be able to check all the parameters.
1 day ago
Benoit Marty
0efe3bc4c6
Merge pull request #3754 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.9.0
1 day ago
Benoit Marty
2fa85f73e1
Merge pull request #3755 from element-hq/feature/bma/rotateFirebaseToken
...
Rotate firebase token in case of error
1 day ago
Benoit Marty
12f5839eef
Handle Jorge's remarks.
1 day ago
Benoit Marty
32e462cfc0
Fix import in test.
2 days ago
Benoit Marty
47f8172144
Format files
2 days ago
ElementBot
3d87225cf0
Update screenshots
2 days ago
Benoit Marty
f1050b783e
TextComposer: Fix preview color.
2 days ago
Benoit Marty
06d994c9d2
TextComposer: Add more preview content.
2 days ago
Benoit Marty
b79ab2e1e5
Fix Preview issue with TextComposerReplyPreview
2 days ago
Benoit Marty
04b9044608
Optimize code for Preview.
...
There should be no change in the preview.
2 days ago
Benoit Marty
26a4441d64
Create fixtures for TextEditorState.
2 days ago
Benoit Marty
a77a6b88ee
Now that FCM token can be rotated, let the `FirebaseTokenTest` observe the value.
2 days ago
Benoit Marty
6bde224695
Add quick fix in notification troubleshot test to perform a Firebase token rotation
2 days ago
Benoit Marty
4aa1afec5a
Firebase token: the beginning of the token is always the same, print out the end of it.
2 days ago
Benoit Marty
5bc7b897cc
Merge branch 'develop' into renovate/kotlin
2 days ago
renovate[bot]
5e581b67bd
Update dependency com.posthog:posthog-android to v3.9.0
2 days ago
Benoit Marty
1c020bcf26
Merge pull request #3750 from element-hq/feature/bma/cryptoIteration
...
UI iteration on the encryption settings
2 days ago
Benoit Marty
4a246687e2
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
2 days ago
Benoit Marty
a1756d4aa0
Merge pull request #3742 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.8.3
2 days ago
Benoit Marty
3d69d27e70
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
2 days ago
Benoit Marty
a4ca70600c
Merge pull request #3751 from element-hq/feature/bma/verifyIdentityWording
...
Change wording to "Verify identity"
2 days ago
ElementBot
ebf4b7a3dd
Update screenshots
2 days ago
Benoit Marty
2fd4d86d01
Change wording to "Verify identity"
2 days ago
Benoit Marty
666cedd66e
Merge pull request #3733 from element-hq/feature/bma/incomingVerification
...
Incoming session verification
2 days ago
Benoit Marty
f03a432bb2
Remove blank line.
2 days ago
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>
2 days ago
Benoit Marty
229f843a2d
Move TextWithLabelMolecule to the designsystem module.
2 days ago
Benoit Marty
d83c09863f
Rename some private composable functions.
2 days ago
ganfra
6fbaeb8dea
Changelog for version 0.7.2
3 days ago
Benoit Marty
405543a953
Add missing tests.
3 days ago
ElementBot
757a5c2512
Update screenshots
3 days ago
ganfra
1da6482c76
version++
3 days ago
Benoit Marty
1e0c212459
Crypto: iterate on wording, UI and UX.
...
Change wording of setup recovery key banner and change target to root.
Iterate on wording of encryption screen.
Change button to Switch.
Iterate on wording to delete key storage.
Iterate on wording and icon on the root setting.
Remove confirmation dialog when disabling backup.
Add subtitle to change recovery key action.
Enable key storage directly, remove quite empty screen to setup the backup.
Disable recovery action if key backup is disabled.
3 days ago
Benoit Marty
77e45d4523
ListItem: allow list item to be clickable even when disabled.
3 days ago
Benoit Marty
f508f3e38f
Remove blank line
3 days ago