ganfra
a23e5e2400
Edit : fallback to room.edit when timeline item is not found.
3 months ago
ganfra
aebcc52309
Join Room : makes sure we can join by alias
3 months ago
ganfra
c76ff38f00
Pinned messages : introduces banner view
3 months ago
ElementBot
1f01bd73c4
Sync Strings ( #3232 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
3 months ago
Benoit Marty
5bda29ca7e
Rework FakeMatrixRoom so that it contains only lambdas. ( #3229 )
...
* Upgrade lint to 8.7.0-alpha01
* FakeMatrixRoom: lambda everywhere
Fix test compilation issues
3 months ago
Marco Antonio Alvarez
3a9830f714
Fix stickers display text on room summary ( #3221 )
...
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
4 months ago
Jorge Martin Espinosa
344e07bc0b
Cancel ringing call notification on call cancellation ( #3047 )
...
* Cancel ringing call notification on call cancellation
* Improve implementation, add some comments to clarify how it works.
* Make sure the call timeout job is cancelled
4 months ago
Jorge Martín
ff6ea43237
Don't reset the SSS toggle when logged out.
...
Instead, force a logout when toggling the option so user needs to log in again and create a new session using SSS.
4 months ago
Jorge Martín
b9f4403408
Add simplified sliding sync toggle to developer options
4 months ago
renovate[bot]
21553d757a
Update wysiwyg to v2.37.7 ( #3218 )
...
* Update wysiwyg to v2.37.7
* Fix API breaks
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
4 months ago
renovate[bot]
05e56e1ebc
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.33 ( #3220 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.33
* Fix API breaks
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
4 months ago
Jorge Martin Espinosa
63df35e071
Use the right filename for log files so they're sorted in rageshakes ( #3219 )
...
* Use the right filename for log files so they're sorted in rageshakes
* Hide the suffix part so it's not changed by accident
4 months ago
Benoit Marty
930833300f
Remove the alpha channel on those 2 images.
...
Reduce the image size and fixes an issue in dark mode.
4 months ago
Jorge Martin Espinosa
aedbce8e8d
Add logging to help debug forced logout issues ( #3208 )
...
* Add logging to help debug forced logout issues
* Use tags instead of manually adding the values to the logs.
- Also add extension functions to easily get anonymized tokens from `Session`/`SessionData`.
* Make sure only 1 operation related to token persistence can run at the same time
4 months ago
Benoit Marty
5ca0f645ad
Ensure that the manual dark theme is rendering correctly regarding night resource and keyboard.
4 months ago
Benoit Marty
2126556105
Rename val for clarity.
4 months ago
Benoit Marty
13853a39a5
Reduce the risk of text truncation in buttons.
4 months ago
ganfra
f08d30bb62
Performance : call roomFactory.destroy()
4 months ago
ganfra
7fab94fdd7
Performance : rename RustRoomObjects to RustRoomReferences
4 months ago
ganfra
5e6bcbd7ac
Performance : do not trigger back pagination when opening room.
4 months ago
ganfra
ef12408b6e
Performance : add cache on roomListItem and fullRoom
4 months ago
Benoit Marty
d6c99870f9
Be more lenient on Matrix pattern to support existing rooms in the wild (will fix crash on debug build).
4 months ago
Benoit Marty
67e09295de
Still need to support both eventId legacy and v4
4 months ago
Benoit Marty
79d29d680b
Add extra test for room alias.
4 months ago
Benoit Marty
5ae4668da5
No need to make the block optional.
4 months ago
Benoit Marty
52900076bd
Add test on MatrixPatterns functions.
4 months ago
Benoit Marty
792667c9a4
Iterate on MatrixPatterns.
4 months ago
renovate[bot]
530894e875
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.32
4 months ago
Jorge Martin Espinosa
d626660023
Fix crash in the room list after a forced log out in background ( #3180 )
4 months ago
Benoit Marty
85ceb0296c
When user manually mark a room as read, also dismiss the notifications for this room.
4 months ago
Benoit Marty
756e04493e
Remove `PushBindsModule` and use `ContributesBinding`.
4 months ago
Benoit Marty
6ea629a4d2
Rename interface `NotificationDrawerManager` to `NotificationCleaner` since it actually contains only method to remove notifications.
4 months ago
Benoit Marty
83051d7231
Update documentation
4 months ago
Jorge Martin Espinosa
2ff5fa67fc
Restore intentional mentions in the markdown/plain text editor ( #3193 )
...
* Restore intentional mentions in the markdown/plain text editor
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
4 months ago
Benoit Marty
d27e86f396
Call in PiP: add feature flag, disabled in release builds.
4 months ago
bmarty
14511633db
Sync Strings from Localazy
4 months ago
ganfra
c508c8bdd0
Performance : subscribe to timeline items only when necessary
4 months ago
Jorge Martin Espinosa
5944f112fb
Subscribe to `RoomListItems` in the visible range ( #3169 )
...
* Subscribe to `RoomListItems` in the visible range
This ensures the room list items always have updated info.
4 months ago
Jorge Martin Espinosa
0be7058416
Unify the way we decide whether a room is a DM or a group room ( #3100 )
...
* Add centralised 'room is DM' check
Also add extension functions for `MatrixRoom` and `MatrixRoomInfo`.
* Use the centralised method and extension functions through the app, including:
- Room list.
- Room details screen.
- Invites.
- Notifications.
Replace most `isDirect` usages with `isDm`.
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
4 months ago
Benoit Marty
bb5ae89b2f
Introduce ElementThemeApp to avoid code duplication.
4 months ago
Jorge Martin Espinosa
c550436500
Fix `MainActionButton` layout for long texts ( #3158 )
...
* Fix `MainActionButton` layout for long texts
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
4 months ago
ElementBot
3a91b4f39d
Sync Strings ( #3156 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
4 months ago
renovate[bot]
68efc918ba
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.31 ( #3145 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.31
* Use new Rust client side sorting API
* Make `RoomListEntriesUpdate.describe()` an extension function
* Remove `RoomListSummary.Filled` and `RoomListSummary.Empty`
* Fix icon sizes to pass the lint checks
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
4 months ago
ganfra
c8a01e38f1
Bugfix : avoid potential NPE on verification service.
4 months ago
Benoit Marty
6a1304a252
Improve click behavior on room timeline title. #3063
4 months ago
jmartinesp
dabaa2d265
Sync Strings from Localazy
4 months ago
Jorge Martin Espinosa
b0cebf5ca0
Improve screenshot testing with ComposablePreviewScanner ( #3125 )
...
* Use ComposablePreviewScanner to rework how screenshot testing works
* Add test sharding
* Update screenshots
* Fixes for Element Gallery
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
4 months ago
ganfra
82838d6ea5
Draft : use the volatile draft store when moving to edit mode
4 months ago
Jorge Martin Espinosa
05df1f2065
Fix crash when getting the system ringtone for ringing calls ( #3131 )
4 months ago
Jorge Martin Espinosa
32a374d836
FFs can now be toggled in release builds too ( #3101 )
...
- Removed `StaticFeatureFlagProvider`.
- Always provide `PreferencesFeatureFlagProvider`.
- For the default values of feature flags, use a lambda with a `BuildMeta` parameter so we can customize the return value based on its data.
4 months ago