Benoit Marty
0ddc306f01
Merge pull request #3206 from element-hq/feature/bma/updateGrammar
...
Update grammar on Matrix Ids to be more spec compliant and render error instead of infinite loading in room member list screen
4 months ago
Benoit Marty
ad3c4e1216
Add exception for Konsist test.
4 months ago
ElementBot
035d9d6c06
Update screenshots
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
ElementBot
7edbde3aac
Update screenshots
4 months ago
Benoit Marty
766ae389ce
Add generated screen to show open source licenses.
...
For Google Play variant only
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
263c058843
Fix quality and test compilation.
4 months ago
ElementBot
26aaa9e070
Update screenshots
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
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
ganfra
181a7a0718
Merge pull request #3202 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.32
4 months ago
renovate[bot]
530894e875
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.32
4 months ago
Benoit Marty
f6bfe3cd78
Merge pull request #3177 from element-hq/renovate/gradle-8.x
...
Update dependency gradle to v8.9
4 months ago
Benoit Marty
de62c12d00
Merge pull request #3205 from element-hq/feature/bma/fixPinCrash
...
Fix crash when Pin code screen is displayed
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
9e7d938cfd
Merge pull request #3204 from element-hq/renovate/org.owasp.dependencycheck-10.x
...
Update plugin dependencycheck to v10.0.3
4 months ago
Benoit Marty
d9599a239c
Merge pull request #3203 from element-hq/feature/bma/clearNotificationWhenMarkAsRead
...
Clear existing notification when a room is marked as read
4 months ago
renovate[bot]
2b4c4e839d
Update plugin dependencycheck to v10.0.3
4 months ago
Benoit Marty
fa90191efd
Merge pull request #3200 from element-hq/renovate/io.sentry-sentry-android-7.x
...
Update dependency io.sentry:sentry-android to v7.12.0
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
Benoit Marty
544b4a1057
Merge pull request #3199 from element-hq/feature/bma/improvePip
...
Improve pip and add feature flag.
4 months ago
renovate[bot]
696a430281
Update dependency io.sentry:sentry-android to v7.12.0
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
5493d6b741
Merge pull request #3198 from element-hq/renovate/io.mockk-mockk-1.x
...
Update dependency io.mockk:mockk to v1.13.12
4 months ago
ElementBot
9c42c2d46d
Update screenshots
4 months ago
renovate[bot]
788a20c24a
Update dependency io.mockk:mockk to v1.13.12
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
Benoit Marty
d758984941
Update gradle using command line:
...
./gradlew wrapper --gradle-version 8.9 --gradle-distribution-sha256-sum d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
4 months ago
renovate[bot]
7ae5e99643
Update dependency com.squareup:kotlinpoet to v1.18.1 ( #3194 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
Benoit Marty
35fdc85da9
Merge pull request #3187 from element-hq/renovate/com.google.truth-truth-1.x
...
Update dependency com.google.truth:truth to v1.4.4
4 months ago
Benoit Marty
8bc2101313
Merge pull request #3192 from element-hq/sync-localazy
...
Sync Strings
4 months ago