Commit graph

6783 commits

Author SHA1 Message Date
Jorge Martin Espinosa
46b22d7db7
UX cleanup: room details (#2816)
* UX cleanup: room details screen

Add new CTA buttons for Invite and Call actions

* Update screenshots

* Fix maestro

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-05-08 11:42:33 +02:00
Jorge Martin Espinosa
d86b7d24db
Bump RTE to v2.37.2 (#2813)
This should have been done by the renovate bot, but for some reason it wasn't.
2024-05-08 10:58:55 +02:00
Jorge Martin Espinosa
5c59f6c20f
Enforce mandatory session verification only for new logins (#2811)
* Enforce mandatory session verification only for new logins

- Creates `AppMigration` base interface as a way to isolate migration logic, app migrations must implement this interface.
- Creates `AppMigration01` with the existing logs removal migration and `AppMigration02` with the logic to allow existing sessions to skip verification.
- Add `DefaultSessionPreferencesStoreFactory.remove(sessionId)` to allow a ephemeral session store access to exist outside the `SessionScope` for this new migration.

* Fix tests

* Add more tests.

This also includes creating several abstractions.

* Review changes.

- Make `orderedMigrations` a class property, `migrations` just a constructor parameter to avoid incorrect usages.
- Create `lastMigration` property too, use it instead of `MIGRATION_VERSION`.
2024-05-07 14:06:34 +00:00
Valere
2007752513
Merge pull request #2806 from element-hq/feature/valere/report_crypto_status_analytics
Add support for Verification state analytics
2024-05-07 14:38:04 +02:00
Valere
a8f5c8db39 Use LaunchedEffect and improve test 2024-05-07 10:41:08 +02:00
Valere
3170691a2f Add change log 2024-05-07 09:40:37 +02:00
Valere
6ad40fc6e0 Code review - more tests 2024-05-07 09:38:26 +02:00
Valere
a761215e31 Add support for Verification state analytics 2024-05-06 19:06:54 +02:00
renovate[bot]
740571baf3
Update danger/danger-js action to v12.2.0 (#2804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-06 17:25:28 +02:00
Benoit Marty
89545e0800
Merge pull request #2797 from element-hq/sync-localazy
Sync Strings
2024-05-06 17:23:42 +02:00
Jorge Martin Espinosa
e82e3330b2
UX cleanup: reorder options in the main settings screen (#2802)
* UX cleanup: reorder options in the main settings screen

* Update screenshots

* Group sections in composables

* Add some horizontal padding to the `Footer` component

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-05-06 15:20:03 +00:00
Benoit Marty
c058c265f1
Merge pull request #2799 from element-hq/feature/bma/explicitLanguageListSupport
Add Explicit list of supported languages, generated from Localazy data.
2024-05-06 17:10:30 +02:00
Benoit Marty
34358035eb
Merge pull request #2792 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
Update dependency com.google.firebase:firebase-bom to v33
2024-05-06 15:04:51 +02:00
Benoit Marty
6048b1079f
Merge pull request #2798 from element-hq/feature/bma/externalPermalinkFix
Feature/bma/external permalink fix
2024-05-06 15:04:14 +02:00
Benoit Marty
6ff1af3276 Add Explicit list of supported languages, generated from Localazy data. 2024-05-06 14:51:19 +02:00
Benoit Marty
19a97c62a8 Add warning about *.element.io 2024-05-06 11:40:16 +02:00
Benoit Marty
227611cfba Add links to the matching assetlinks.json files. 2024-05-06 11:34:23 +02:00
Benoit Marty
ebfb41f601 Format file (no other change) 2024-05-06 11:14:24 +02:00
Benoit Marty
6e7bbd6972 Explicitly set domain for external link handling.
And revert change: let ElementCallActivity handle again `call.element.io` links.
2024-05-06 11:12:09 +02:00
ElementBot
d27e647b46 Update screenshots 2024-05-06 07:32:14 +00:00
Tonkku
86838e7277
Enable support for Android per-app language preferences (#2795)
* Enable support for Android per-app language preferences

* Add changelog entry
2024-05-06 09:10:49 +02:00
bmarty
68fdaef8b8 Sync Strings from Localazy 2024-05-06 00:19:35 +00:00
Jorge Martín
5425cdcbb1 Use GoogleApiAvailabilityLight instead of GoogleApiAvailability 2024-05-03 17:13:07 +02:00
renovate[bot]
9bf1cd68e2
Update dependency com.google.firebase:firebase-bom to v33 2024-05-03 14:22:13 +00:00
renovate[bot]
e95d24da56
Update wysiwyg to v2.37.1 (#2791)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 16:21:35 +02:00
Benoit Marty
c38e1b88e0
Merge pull request #2787 from element-hq/renovate/androidx.webkit-webkit-1.x
Update dependency androidx.webkit:webkit to v1.11.0
2024-05-03 15:07:21 +02:00
Benoit Marty
e9c262e38f
Merge pull request #2776 from element-hq/feature/bma/externalLinks
Open user profile and room with event from permalink
2024-05-03 14:03:08 +02:00
Benoit Marty
baf3877bf7 Fix link from matrix.to websote not working. 2024-05-03 12:39:52 +02:00
Benoit Marty
f48cc81434 Add tests on IntentResolver about external permalink. 2024-05-03 12:37:36 +02:00
Benoit Marty
50b77a3cbe changelog 2024-05-03 12:18:40 +02:00
Benoit Marty
0036fa7104 Sort imports. 2024-05-03 12:17:41 +02:00
Benoit Marty
fa4ad4a934 Improve documentation 2024-05-03 12:16:46 +02:00
Benoit Marty
fb59776814 Small rework for code clarity.
Actually hide the attachment of LoggedInAppScopeFlowNode.
2024-05-03 12:07:20 +02:00
Benoit Marty
1bcfa6034c Add support for link generated by matrix.to website. 2024-05-03 11:57:22 +02:00
Benoit Marty
4dfec7ac55 Format 2024-05-03 09:34:54 +02:00
Benoit Marty
181742b251 Add documentation and small script to test external deep links. 2024-05-02 18:48:28 +02:00
Benoit Marty
0fb89bd4b2 Let MainActivity manage Element Call https links. 2024-05-02 15:37:57 +02:00
ElementBot
b055452ae7 Update screenshots 2024-05-02 12:25:21 +02:00
Benoit Marty
0476bd95c8 Open user profile and room with event from permalink 2024-05-02 12:25:21 +02:00
Benoit Marty
682fd45e00
Merge pull request #2780 from element-hq/feature/bma/fixNotificationNavigation
Fix notification navigation
2024-05-02 12:11:03 +02:00
renovate[bot]
1fab073620
Update dependency androidx.webkit:webkit to v1.11.0 2024-05-02 09:00:40 +00:00
renovate[bot]
82621d952c
Update dependency androidx.compose:compose-bom to v2024.05.00 (#2786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 10:59:29 +02:00
Benoit Marty
4c6bac8aeb
Merge pull request #2779 from hughns/build-sdk-fix
Escape paths in build_rust_sdk script
2024-05-02 10:55:16 +02:00
renovate[bot]
62976eef44
Update dependency androidx.compose.compiler:compiler to v1.5.13 (#2783)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 09:39:44 +02:00
Benoit Marty
f807d578fa Period 2024-05-01 19:35:16 +02:00
Benoit Marty
17913878b1 Changelog 2024-05-01 14:02:10 +02:00
Benoit Marty
83506e5191 Fix navigation issue #2778 2024-05-01 13:50:53 +02:00
Benoit Marty
b05fa82dfc Rename val for clarity. 2024-05-01 13:49:57 +02:00
Benoit Marty
528e7b390b Remove the FtueEntryPoint.Callback, LoggedInFlowNode is already observing the Ftue state to change the root target. 2024-05-01 13:49:57 +02:00
Hugh Nimmo-Smith
fd54aeb653 Escape paths in build_rust_sdk script 2024-05-01 10:04:36 +01:00