ganfra
46f5115c0a
Pinned events : clean up code
3 months ago
ganfra
66e06d7d1c
Pinned event : add some tests
3 months ago
ganfra
5e47c98699
Pinned events: branch pin/unpin according to current state
3 months ago
ganfra
97cf00ec96
Pinned events: add unpin action
3 months ago
ganfra
6cf64b263e
Pinned event : branch pinEvent action
3 months ago
ganfra
210e2092cd
Refactor userEventPermissions
3 months ago
bmarty
76804d9e48
Sync Strings from Localazy
3 months ago
ganfra
c9a89c77ef
Pinned event: add action on timeline
3 months ago
ganfra
0149007dd4
Timeline Action : refactor how it's computed and align with iOS
3 months ago
ganfra
03a0e4fa08
Pinned event : hide/show banner on timeline scroll
3 months ago
Valere
44728cb6e1
review: Konsist fix
3 months ago
Valere
0748bc8c47
Message Shields - i18n
3 months ago
Valere
524f20bb40
Timeline UI | MessageShield Support
3 months ago
ganfra
a23e5e2400
Edit : fallback to room.edit when timeline item is not found.
3 months ago
ganfra
0dd8303467
Join Room : fallback to show Join button when RoomContent is Unknown (preview fails)
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
Jorge Martin Espinosa
a888b4d43c
Fix linkification not working for `Spanned` strings in text messages ( #3233 )
...
* Fix linkification not working for `Spanned` string instead of `Spannable`.
This issue was found as a regression after upgrading the RTE version to `2.37.7`.
* Fix and add tests
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
Jorge Martín
d4f8052696
Unify the internal `pinunlock.SignOut` and the new `LogoutUseCase` classes
3 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
ganfra
2f0e9ebd93
Compose : add immutability to some Reaction classes
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
Benoit Marty
13853a39a5
Reduce the risk of text truncation in buttons.
4 months ago
Benoit Marty
766ae389ce
Add generated screen to show open source licenses.
...
For Google Play variant only
4 months ago
Benoit Marty
263c058843
Fix quality and test compilation.
4 months ago
Benoit Marty
10717b5e48
Render errors in room member list view.
4 months ago
Jorge Martin Espinosa
f5e866e18c
Fix pillification not working for non formatted message bodies ( #3201 )
...
* Fix pillification not working for non formatted message bodies
Pure Markdown bodies weren't being 'pillified' so their mentions were turned into UI elements in the timeline.
A new `pillifiedBody` property was added to `TimelineItemTextBasedContent` to fix this.
* Use shorter version of `textWithMentions` computation
4 months ago
Benoit Marty
83a366af2a
Fix quality (Konsist failure)
4 months ago
Benoit Marty
0db221e953
Ensure that pinKeyMaxWidth and pinKeyMaxHeight are never negative.
...
Fix crash `Exception: java.lang.IllegalStateException: lineHeight can't be negative`
Can be due to the rendering when the Activity is animated maybe?
4 months ago
Benoit Marty
459c99e45f
Fix typo.
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
6ea629a4d2
Rename interface `NotificationDrawerManager` to `NotificationCleaner` since it actually contains only method to remove notifications.
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
a0b8679776
Add preview for Call screen in different PipState.
4 months ago
Benoit Marty
15d4782aa6
When PiP is supported, use Back for top left icon instead of Close. #3197
4 months ago
Benoit Marty
497f5d9f38
Call in PiP: when closing PiP, hang up the call.
...
The Activity is actually not destroyed as I expected.
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
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
eb8d7e2166
Some renaming.
4 months ago
Benoit Marty
85428fbcfb
No need to be a member of the class.
4 months ago
Benoit Marty
d1a4fd76de
Some renaming.
4 months ago
Benoit Marty
6d6de1ae3d
Rework. Keep `io.element.android.appconfig.LockScreenConfig` as simple as possible.
4 months ago
Benoit Marty
bb5ae89b2f
Introduce ElementThemeApp to avoid code duplication.
4 months ago
Benoit Marty
214c9d2d2b
Fix KtLint issue
4 months ago
Benoit Marty
c73d814220
CallScreenPresenter is reading the current theme, it needs to be in the ElementTheme block. Closes #3153
4 months ago