Benoit Marty
09bc5673f5
Merge branch 'release/0.5.3' into main
2024-09-10 09:28:04 +02:00
Benoit Marty
412f39dd61
Adding fastlane file for version 0.5.3
2024-09-10 09:28:00 +02:00
Jorge Martin Espinosa
8154aa3319
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
da2b98ff01
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
7ed5ee9186
Merge branch 'develop' into feature/fga/timeline_utd
2024-09-09 15:40:26 +02:00
Benoit Marty
e16f6db1d7
Merge pull request #3428 from element-hq/feature/bma/removeWaitListScreen
...
Remove Wait list screen
2024-09-09 15:30:10 +02:00
Benoit Marty
39c296efc6
Remove Wait list screen #3293
2024-09-09 14:06:53 +02:00
ganfra
aa40c3618b
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
a556557881
Timeline : remove the encrypted history banner for now.
2024-09-09 11:20:50 +02:00
ganfra
82a31d3ede
Self verification : makes sure cancellation works properly
2024-09-09 10:30:35 +02:00
ganfra
2be46edc17
Self verification : makes sure only one controller is created
2024-09-09 10:30:17 +02:00
Benoit Marty
02399d053c
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
daa5130300
Wait for a room with joined state in /sync after creating it ( #3421 )
2024-09-09 09:36:49 +02:00
Benoit Marty
48dae851df
Merge pull request #3425 from element-hq/sync-localazy
...
Sync Strings
2024-09-09 09:32:28 +02:00
bmarty
9b906db19c
Sync Strings from Localazy
2024-09-09 00:22:42 +00:00
renovate[bot]
ab0ba4fc77
Update plugin detekt to v1.23.7
2024-09-08 15:08:52 +00:00
Benoit Marty
8ff40ac6fb
Merge pull request #3422 from element-hq/feature/bma/agpl
...
Change license to AGPL
2024-09-06 20:40:28 +02:00
Benoit Marty
2d7b9c3674
Migrate license to AGPL - Update license in the ide settings.
2024-09-06 18:06:16 +02:00
Benoit Marty
776e45d516
Migrate license to AGPL - Update KonsistLicenseTest
2024-09-06 18:02:35 +02:00
Benoit Marty
c876313cd6
Migrate license to AGPL - other files.
2024-09-06 17:55:16 +02:00
Benoit Marty
2eef9faebc
Migrate license to AGPL - html file.
2024-09-06 17:53:16 +02:00
Benoit Marty
e21938933e
Migrate license to AGPL - sh files.
2024-09-06 17:52:37 +02:00
Benoit Marty
3d54f08848
Migrate license to AGPL
2024-09-06 17:51:37 +02:00
Benoit Marty
0c89c26ce5
Migrate license to AGPL - sh files.
2024-09-06 17:50:45 +02:00
Benoit Marty
8062ee4670
Add missing license header on shell files.
2024-09-06 17:48:14 +02:00
Benoit Marty
debf702e54
Migrate license to AGPL - README
2024-09-06 17:47:06 +02:00
Benoit Marty
86763762e6
Migrate license to AGPL
2024-09-06 17:45:03 +02:00
Benoit Marty
62a6e916a6
Migrate license to AGPL - XML files.
2024-09-06 17:43:35 +02:00
Benoit Marty
449bb6357a
Migrate license to AGPL.
2024-09-06 17:30:05 +02:00
Benoit Marty
717c059ecb
Add missing license header on Python files.
2024-09-06 17:25:05 +02:00
Benoit Marty
3219cad14c
Fix comment block on Python files
2024-09-06 17:21:51 +02:00
Benoit Marty
2b016227e9
Migrate license to AGPL.
...
Run script `uv run license-editor --repository ../element-x-android`
2024-09-06 17:19:19 +02:00
Benoit Marty
db83e0092d
Merge pull request #3419 from element-hq/feature/bma/fixElementCall
...
Ensure Call is not hang up when user is asked to grant system permissions
2024-09-06 17:15:09 +02:00
Jorge Martin Espinosa
1b79887c9d
Fix new logins with Simplified SS using the proxy ( #3417 )
...
* Fix new logins with Simplified SS using the proxy
* Make sure `ClientBuilderSlidingSync.Restored` is always used for restored sessions
2024-09-06 15:09:36 +00:00
ganfra
87a485baf6
Merge pull request #3415 from element-hq/feature/fga/pinned_messages_banner_indicators
...
Pinned messages banner : adjust indicator to match design.
2024-09-06 16:57:08 +02:00
Benoit Marty
aabf4b8c0a
Copy licence from https://www.gnu.org/licenses/agpl-3.0.txt
2024-09-06 16:39:00 +02:00
ganfra
e5c81db224
Merge pull request #3392 from element-hq/feature/fga/pinned_messages_list
...
[Feature] Pinned messages list
2024-09-06 16:32:44 +02:00
ganfra
1ab7841443
Pinned messages banner : reformat.
2024-09-06 16:32:29 +02:00
Benoit Marty
ab3b49c7e9
Merge pull request #3409 from element-hq/feature/bma/recoveryKeyFormatting
...
Recovery key formatting and wording iteration
2024-09-06 16:30:39 +02:00
Benoit Marty
f7d28f8eed
Merge pull request #3413 from element-hq/feature/bma/deleteOldLogFiles
...
Feature/bma/delete old log files
2024-09-06 16:29:32 +02:00
Benoit Marty
97aa82e5fb
Ensure Call is not hang up when user is asked to grant system permissions.
2024-09-06 16:17:21 +02:00
ElementBot
b35b31aa6f
Update screenshots
2024-09-06 13:27:06 +00:00
Benoit Marty
8ce1687bf5
var -> val for lambda
2024-09-06 14:46:28 +02:00
Benoit Marty
e4a2bfa9f0
Use the local val instead.
2024-09-06 13:54:15 +02:00
Benoit Marty
8705229930
Fix test compilation issue.
2024-09-06 13:52:43 +02:00
ganfra
617dfb0e82
Merge pull request #3372 from element-hq/renovate/org.owasp.dependencycheck-10.x
...
Update plugin dependencycheck to v10.0.4
2024-09-06 13:51:40 +02:00
ganfra
ec87d3f51e
Merge branch 'develop' into renovate/org.owasp.dependencycheck-10.x
2024-09-06 12:00:23 +02:00
Benoit Marty
9693a248f7
Add missing test for AppMigration06
2024-09-06 11:51:59 +02:00
Benoit Marty
c51d098679
Add missing test for AppMigration05
2024-09-06 11:41:13 +02:00
ganfra
790f694dcc
Pinned messages banner : adjust indicator to match design.
2024-09-06 11:20:25 +02:00