Benoit Marty
7ae4c52a33
Merge tag 'v0.5.3' into develop
...
Tag
2 months ago
Benoit Marty
eff868ddf9
Merge branch 'release/0.5.3' into main
2 months ago
Benoit Marty
3247eae551
Adding fastlane file for version 0.5.3
2 months ago
ganfra
99158dadc0
Pinned messages : allow action to continue when leaving the pinned messages list.
2 months ago
ganfra
c611f39ec3
Pinned messages : fix timeline provider subscription
2 months ago
Joe Groocock
bac14dd019
Fix deprecation warning in KoverExtension
...
> Task :plugins:compileKotlin
w: file:///.../plugins/src/main/kotlin/extension/KoverExtension.kt:70:109
'capitalized(): String' is deprecated. This was never intended as a
public API.
Signed-off-by: Joe Groocock <me@frebib.net>
2 months ago
Joe Groocock
88189647f7
Remove redundant dependency-analysis autoapply option
...
Fixes the warning:
> Configure project :
dependency.analysis.autoapply is set to false, but this is now the
only behavior, and the flag has no effect. You should remove it from
your build scripts.
Signed-off-by: Joe Groocock <me@frebib.net>
2 months ago
ganfra
73bbd1e62a
Pinned messages list : hide reactions.
2 months ago
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>
2 months ago
ganfra
7549d5f475
Merge pull request #3410 from element-hq/feature/fga/timeline_utd
...
Timeline : remove the encrypted history banner
2 months ago
ganfra
b9a581953c
Merge branch 'develop' into feature/fga/timeline_utd
2 months ago
Benoit Marty
d611c1ffad
Merge pull request #3428 from element-hq/feature/bma/removeWaitListScreen
...
Remove Wait list screen
2 months ago
Benoit Marty
76bc70afa0
Remove Wait list screen #3293
2 months ago
ganfra
a284177900
Merge pull request #3426 from element-hq/feature/fga/fix_self_verification_flow
...
Feature/fga/fix self verification flow
2 months ago
ganfra
74c02cc2d3
Timeline : remove the encrypted history banner for now.
2 months ago
ganfra
a7ab8ee843
Self verification : makes sure cancellation works properly
2 months ago
ganfra
fbce600f2b
Self verification : makes sure only one controller is created
2 months ago
Benoit Marty
fc0bb642f6
Merge pull request #3424 from element-hq/renovate/io.gitlab.arturbosch.detekt-1.x
...
Update plugin detekt to v1.23.7
2 months ago
Jorge Martin Espinosa
8c015da590
Wait for a room with joined state in `/sync` after creating it ( #3421 )
2 months ago
Benoit Marty
0713bb9806
Merge pull request #3425 from element-hq/sync-localazy
...
Sync Strings
2 months ago
bmarty
dd1a834032
Sync Strings from Localazy
2 months ago
renovate[bot]
b4195ffcae
Update plugin detekt to v1.23.7
2 months ago
Benoit Marty
6251cb9269
Merge pull request #3422 from element-hq/feature/bma/agpl
...
Change license to AGPL
2 months ago
Benoit Marty
5e061fa657
Migrate license to AGPL - Update license in the ide settings.
2 months ago
Benoit Marty
49fcba1381
Migrate license to AGPL - Update KonsistLicenseTest
2 months ago
Benoit Marty
1b7b39f97f
Migrate license to AGPL - other files.
2 months ago
Benoit Marty
c54ea9ab16
Migrate license to AGPL - html file.
2 months ago
Benoit Marty
b7fc6261f0
Migrate license to AGPL - sh files.
2 months ago
Benoit Marty
2da5f630b7
Migrate license to AGPL
2 months ago
Benoit Marty
66aa78d822
Migrate license to AGPL - sh files.
2 months ago
Benoit Marty
0c414bdce4
Add missing license header on shell files.
2 months ago
Benoit Marty
74d81e7ae1
Migrate license to AGPL - README
2 months ago
Benoit Marty
9fcf664166
Migrate license to AGPL
2 months ago
Benoit Marty
375ac25d8d
Migrate license to AGPL - XML files.
2 months ago
Benoit Marty
566bbb9d90
Migrate license to AGPL.
2 months ago
Benoit Marty
ea44bb55ba
Add missing license header on Python files.
2 months ago
Benoit Marty
526bebeddf
Fix comment block on Python files
2 months ago
Benoit Marty
f61df38e55
Migrate license to AGPL.
...
Run script `uv run license-editor --repository ../element-x-android`
2 months ago
Benoit Marty
5bffe82e3e
Merge pull request #3419 from element-hq/feature/bma/fixElementCall
...
Ensure Call is not hang up when user is asked to grant system permissions
2 months ago
Jorge Martin Espinosa
0ec19ec566
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
2 months ago
ganfra
87dbed98ea
Merge pull request #3415 from element-hq/feature/fga/pinned_messages_banner_indicators
...
Pinned messages banner : adjust indicator to match design.
2 months ago
Benoit Marty
ed8eb41da9
Copy licence from https://www.gnu.org/licenses/agpl-3.0.txt
2 months ago
ganfra
b802a196fc
Merge pull request #3392 from element-hq/feature/fga/pinned_messages_list
...
[Feature] Pinned messages list
2 months ago
ganfra
18eadb6933
Pinned messages banner : reformat.
2 months ago
Benoit Marty
9b791b651a
Merge pull request #3409 from element-hq/feature/bma/recoveryKeyFormatting
...
Recovery key formatting and wording iteration
2 months ago
Benoit Marty
d12c6f3c9e
Merge pull request #3413 from element-hq/feature/bma/deleteOldLogFiles
...
Feature/bma/delete old log files
2 months ago
Benoit Marty
467c63fd15
Ensure Call is not hang up when user is asked to grant system permissions.
2 months ago
ElementBot
6597fe2e1f
Update screenshots
2 months ago
Benoit Marty
148c49cb9a
var -> val for lambda
2 months ago
Benoit Marty
5befb9b290
Use the local val instead.
2 months ago