Commit Graph

8249 Commits

Author SHA1 Message Date
Benoit Marty f87422a022 Fix filtering of Event at the beginning of DM. 2024-09-12 09:21:53 +02:00
Benoit Marty 9d6c9456a5 SDK 0.2.44 2024-09-12 09:21:53 +02:00
Benoit Marty 2428273d20 Merge pull request #3446 from element-hq/feature/bma/sdkUpgrade
Rust sdk upgrade to 0.2.43
2024-09-12 09:20:06 +02:00
Benoit Marty 90e51dc9fa Fix detekt false positive. 2024-09-11 20:41:58 +02:00
Benoit Marty eb43c284f2 Merge pull request #3441 from element-hq/feature/bma/iterateOnStoreAssets
Update application store assets
2024-09-11 20:20:39 +02:00
Benoit Marty 31bcd506e0 Fix API break 2024-09-11 20:10:48 +02:00
Benoit Marty 3d374c8bcf SDK 0.2.43 2024-09-11 20:03:29 +02:00
Benoit Marty 5a8658253a Merge pull request #3442 from element-hq/feature/bma/deviceId
DeviceId and cleanup.
2024-09-11 11:01:31 +02:00
Benoit Marty 032e55481e Add license word in the dictionary to avoid warning in AS. 2024-09-11 10:06:28 +02:00
Benoit Marty 6d12ff09b8 RustMatrixRoom do not need the SessionData anymore. 2024-09-11 10:03:22 +02:00
Benoit Marty 88b0eff0fe Introduce value class "DeviceId" 2024-09-11 09:52:25 +02:00
Benoit Marty 56b0553b0a Update store wordings. 2024-09-10 23:18:26 +02:00
ganfra b4afc32786 Merge pull request #3430 from element-hq/feature/fga/pinned_messages_list_remove_reaction
Pinned messages list : hide reactions
2024-09-10 15:48:06 +02:00
ganfra f6704b3408 Merge pull request #3439 from element-hq/feature/fga/pinned_messages_enabled_by_default
Enables pinned messages feature by default.
2024-09-10 15:11:00 +02:00
Benoit Marty d2029c96a6 Add new image for the stores. 2024-09-10 15:01:02 +02:00
ganfra 5dab1fdf4d Pinned messages : enabled by default 2024-09-10 13:56:00 +02:00
ganfra 78d13fc03c Merge pull request #3383 from element-hq/renovate/peter-evans-create-pull-request-7.x
Update peter-evans/create-pull-request action to v7
2024-09-10 12:48:46 +02:00
ganfra 682e2c5133 Merge pull request #3397 from element-hq/renovate/activity
Update activity to v1.9.2
2024-09-10 12:40:25 +02:00
ganfra 8a76e62ad5 Merge branch 'develop' into renovate/activity 2024-09-10 12:11:21 +02:00
ganfra 631a57e069 Merge branch 'develop' into feature/fga/pinned_messages_list_remove_reaction 2024-09-10 11:25:40 +02:00
ganfra ba7baeac2d Merge pull request #3432 from element-hq/feature/fga/pinned_messages_fix_timeline_provider
Feature/fga/pinned messages fix timeline provider
2024-09-10 11:24:01 +02:00
Benoit Marty 4690cd80e1 Small update of the release script wording. 2024-09-10 10:35:06 +02:00
Benoit Marty 7924503fce Changelog for version 0.5.3 2024-09-10 10:27:18 +02:00
Benoit Marty 24a78f90df version++ 2024-09-10 09:29:32 +02:00
Benoit Marty 7ae4c52a33 Merge tag 'v0.5.3' into develop
Tag
2024-09-10 09:28:38 +02:00
Benoit Marty eff868ddf9 Merge branch 'release/0.5.3' into main 2024-09-10 09:28:04 +02:00
Benoit Marty 3247eae551 Adding fastlane file for version 0.5.3 2024-09-10 09:28:00 +02:00
ganfra 99158dadc0 Pinned messages : allow action to continue when leaving the pinned messages list. 2024-09-10 09:07:16 +02:00
ganfra c611f39ec3 Pinned messages : fix timeline provider subscription 2024-09-10 09:07:00 +02:00
ganfra 73bbd1e62a Pinned messages list : hide reactions. 2024-09-09 19:29:25 +02:00
Jorge Martin Espinosa 67e262fdc8 Add banner for optional migration to simplified sliding sync (#3429)
* Add banner for optional migration to native sliding sync

- Add `MatrixClient.isNativeSlidingSyncSupported()` and `MatrixClient.isUsingNativeSlidingSync` to check whether the home server supports native sliding sync and we're already using it.
- Add `NativeSlidingSyncMigrationBanner` composable to the `RoomList` screen when the home server supports native sliding sync but the current session is not using it.
- Add an extra logout successful action to the logout flow, create `EnableNativeSlidingSyncUseCase` so it can be used there.

* Update screenshots

* Make sure the sliding sync migration banner has lower priority than the encryption setup ones

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-09-09 18:13:19 +02:00
ganfra 7549d5f475 Merge pull request #3410 from element-hq/feature/fga/timeline_utd
Timeline : remove the encrypted history banner
2024-09-09 16:24:05 +02:00
ganfra b9a581953c Merge branch 'develop' into feature/fga/timeline_utd 2024-09-09 15:40:26 +02:00
Benoit Marty d611c1ffad Merge pull request #3428 from element-hq/feature/bma/removeWaitListScreen
Remove Wait list screen
2024-09-09 15:30:10 +02:00
Benoit Marty 76bc70afa0 Remove Wait list screen #3293 2024-09-09 14:06:53 +02:00
ganfra a284177900 Merge pull request #3426 from element-hq/feature/fga/fix_self_verification_flow
Feature/fga/fix self verification flow
2024-09-09 13:01:27 +02:00
ganfra 74c02cc2d3 Timeline : remove the encrypted history banner for now. 2024-09-09 11:20:50 +02:00
ganfra a7ab8ee843 Self verification : makes sure cancellation works properly 2024-09-09 10:30:35 +02:00
ganfra fbce600f2b Self verification : makes sure only one controller is created 2024-09-09 10:30:17 +02:00
Benoit Marty fc0bb642f6 Merge pull request #3424 from element-hq/renovate/io.gitlab.arturbosch.detekt-1.x
Update plugin detekt to v1.23.7
2024-09-09 10:00:46 +02:00
Jorge Martin Espinosa 8c015da590 Wait for a room with joined state in /sync after creating it (#3421) 2024-09-09 09:36:49 +02:00
Benoit Marty 0713bb9806 Merge pull request #3425 from element-hq/sync-localazy
Sync Strings
2024-09-09 09:32:28 +02:00
bmarty dd1a834032 Sync Strings from Localazy 2024-09-09 00:22:42 +00:00
renovate[bot] b4195ffcae Update plugin detekt to v1.23.7 2024-09-08 15:08:52 +00:00
Benoit Marty 6251cb9269 Merge pull request #3422 from element-hq/feature/bma/agpl
Change license to AGPL
2024-09-06 20:40:28 +02:00
Benoit Marty 5e061fa657 Migrate license to AGPL - Update license in the ide settings. 2024-09-06 18:06:16 +02:00
Benoit Marty 49fcba1381 Migrate license to AGPL - Update KonsistLicenseTest 2024-09-06 18:02:35 +02:00
Benoit Marty 1b7b39f97f Migrate license to AGPL - other files. 2024-09-06 17:55:16 +02:00
Benoit Marty c54ea9ab16 Migrate license to AGPL - html file. 2024-09-06 17:53:16 +02:00
Benoit Marty b7fc6261f0 Migrate license to AGPL - sh files. 2024-09-06 17:52:37 +02:00