Benoit Marty
2e5450c4b4
Remove dependencies to other presenters to RoomMembersModerationPresenter.
...
Move canDisplayModerationActions from presenter API to the state it emits.
4 weeks ago
Benoit Marty
0a7de7cc7d
Remove dependencies to other presenters to LeaveRoomPresenter.
4 weeks ago
Benoit Marty
9772535640
Remove dependencies to other presenters to ChangeServerPresenter.
4 weeks ago
Benoit Marty
8db9c22f97
Remove dependencies to other presenters to AnalyticsPreferencesPresenter.
4 weeks ago
Benoit Marty
241dae14f4
Remove dependencies to other presenters to FullScreenIntentPermissionsPresenter.
...
Also do some renaming since FullScreenIntentPermissionsPresenter interface can be removed.
4 weeks ago
Benoit Marty
a100676f4b
Remove dependencies to other presenters from PreferencesRootPresenter.
...
Also do some renaming since DirectLogoutPresenter interface can be removed.
4 weeks ago
Benoit Marty
e9e4963373
Remove dependencies to other presenters from DeveloperSettingsPresenter
4 weeks ago
Benoit Marty
f99081fd47
Remove dependencies to other presenters from RootPresenter
4 weeks ago
Benoit Marty
ac481a59de
Konsist: Ensure that `Presenter` do not depend on other presenters.
4 weeks ago
Benoit Marty
f2ca3c30d7
Konsist: Ensure that unit tests are detected
4 weeks ago
Benoit Marty
dd60eaf23e
Merge pull request #3617 from element-hq/feature/testOnCi
...
Ensure the CI compile and execute all the unit tests.
4 weeks ago
renovate[bot]
b1f548054f
fix(deps): update dependency com.squareup:kotlinpoet-ksp to v1.18.1 ( #3580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martin Espinosa <jorgem@element.io>
4 weeks ago
Benoit Marty
23c0dc10cd
... and fix the test.
4 weeks ago
Benoit Marty
9e32463446
Fix compilation issue in RustMatrixClientFactoryTest...
4 weeks ago
Benoit Marty
76fd9310e4
Ensure the CI compile and execute all the unit tests.
4 weeks ago
Benoit Marty
ce811bdaed
Revert "Ensure the CI compile and execute all the unit tests."
...
This reverts commit 60dd4db677
.
4 weeks ago
Benoit Marty
60dd4db677
Ensure the CI compile and execute all the unit tests.
4 weeks ago
Benoit Marty
de6b34dc7a
Merge pull request #3609 from element-hq/feature/bma/slidingSyncCheck
...
Remove supportSlidingSync boolean.
4 weeks ago
Benoit Marty
b211941673
Merge pull request #3611 from frebib/frebib/black-on-black
...
Fix black-on-black status bars with hidden media
4 weeks ago
Benoit Marty
30f49745c7
Merge pull request #3606 from element-hq/renovate/com.google.testparameterinjector-test-parameter-injector-1.x
...
fix(deps): update dependency com.google.testparameterinjector:test-parameter-injector to v1.18
4 weeks ago
Benoit Marty
96b43db819
Merge pull request #3612 from element-hq/sync-localazy
...
Sync Strings - import translations to Persian
4 weeks ago
bmarty
e25ba65170
Sync Strings from Localazy
4 weeks ago
Joe Groocock
0b67dfdc3d
Use CircleShape instead of 50% RoundedCornerShape
...
This is a builtin alias for the same thing.
Signed-off-by: Joe Groocock <me@frebib.net>
4 weeks ago
Joe Groocock
1e4be645b8
Fix black-on-black status bars with hidden media
...
In dark mode, the ElementTheme composable incorrectly applied a dark
colour to the status bars, which was nearly invisible on top of the
black background of the app.
Signed-off-by: Joe Groocock <me@frebib.net>
4 weeks ago
renovate[bot]
b3ff01c0df
chore(deps): update dependencyanalysis to v2.1.4
4 weeks ago
Valere
4319a42d03
Merge pull request #3569 from element-hq/feature/valere/only_signed_decryption_mode
...
crypto: Use OnlySigned isolation flag to setup decryption trust req.
4 weeks ago
Benoit Marty
779c6db508
Merge pull request #3592 from element-hq/feature/bma/hideImages
...
Add developer setting to hide images in the timeline
4 weeks ago
ElementBot
1f7b05a58d
Update screenshots
4 weeks ago
ElementBot
0018cce7c1
Update screenshots
4 weeks ago
Valere
3259539cc3
quick fix: Isolation mode feature flag name udpate
4 weeks ago
Valere
041f1b4a06
crypto: Use OnlySigned isolation flag to setup decryption trust req.
4 weeks ago
Benoit Marty
1fad4d43be
Do not inject the TimelineProtectionPresenter
4 weeks ago
Benoit Marty
a72c406c86
Fix preview name.
4 weeks ago
Benoit Marty
b889e8681c
Rename `hideContent` to `hideMediaContent`
4 weeks ago
Benoit Marty
fafd5d4871
Let `invokeOnCurrentTimeline` lambda param return Unit so that we can remove `run` block.
4 weeks ago
Benoit Marty
a3e2457834
SuppressWarnings ModifierClickableOrder
4 weeks ago
ElementBot
70c6bede97
Update screenshots
4 weeks ago
Benoit Marty
8b282f27e5
Hide images: iterate on design.
4 weeks ago
Benoit Marty
5285696b0a
Fix test name.
4 weeks ago
Benoit Marty
a465b0c080
Remove dead code.
4 weeks ago
Benoit Marty
73bdf0e1ce
Add unit test on ProtectedView and TimelineProtectionState
4 weeks ago
Benoit Marty
8ffdfff839
Add unit test on TimelineProtectionPresenter
4 weeks ago
Benoit Marty
d2bd1b7cab
Fix test
4 weeks ago
Benoit Marty
0244b71795
Fix test compilation
4 weeks ago
Benoit Marty
f544f31761
Do not render images in notification if the setting to hide image is enabled.
4 weeks ago
Benoit Marty
fd142c16d9
Improve extension to fix a copy paste issue.
4 weeks ago
Benoit Marty
dd2a1b3388
Add settings to hide images and videos in the timeline.
...
Hide images, videos and stickers in the timeline.
Disable click on hidden content. It must be revealed first.
Add preview without BlurHash.
Also hide image in thumbnails.
4 weeks ago
renovate[bot]
98d9abecd9
fix(deps): update dependency io.nlopez.compose.rules:detekt to v0.4.15 ( #3595 )
...
* Update dependency io.nlopez.compose.rules:detekt to v0.4.15
* Fix new detekt issues
* Fix KtLint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
4 weeks ago
Benoit Marty
2944879d1b
Merge pull request #3607 from element-hq/misc/jme/fix-screenshot-recording-in-ci
...
Fix screenshot recording in CI
4 weeks ago
Benoit Marty
74aa1ce695
Remove supportSlidingSync boolean.
...
Note that this field was not used (read) anymore, so this is just cleaning up the code.
4 weeks ago