Commit Graph

7757 Commits

Author SHA1 Message Date
Benoit Marty
eded5cf80e Merge pull request #3215 from element-hq/feature/bma/linkColors
Open Source licenses: add color for links.
2024-07-18 14:56:59 +02:00
Benoit Marty
d78cbd4e18 Use Theme.MaterialComponents.DayNight to avoid code duplication.
Extract colors to own files and create booleans
2024-07-18 12:42:58 +02:00
Benoit Marty
ec669bf56c Open Source licenses: add color for links. 2024-07-18 11:49:35 +02:00
Benoit Marty
b8a579778d Merge pull request #3210 from element-hq/renovate/coil
Update coil to v2.7.0
2024-07-18 10:50:35 +02:00
Benoit Marty
a31e78f186 Merge pull request #3209 from element-hq/feature/bma/fixTruncatedButtons
Reduce the risk of text truncation in buttons.
2024-07-18 10:32:48 +02:00
renovate[bot]
c5e002a631 Update coil to v2.7.0 2024-07-17 20:11:41 +00:00
ganfra
8550680adf Merge pull request #3186 from element-hq/feature/fga/investigate_performance_issue
Performance : improve time to open a room.
2024-07-17 19:18:03 +02:00
Benoit Marty
e9d40a23a5 Merge pull request #3207 from element-hq/feature/bma/openSourceLicenses
Add generated screen to show open source licenses in Gplay variant
2024-07-17 18:59:13 +02:00
Benoit Marty
685f43374d Rename val for clarity. 2024-07-17 18:42:15 +02:00
Benoit Marty
dea8f78cd6 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
2024-07-17 18:20:46 +02:00
Benoit Marty
3cab6c92d0 Add exception for Konsist test. 2024-07-17 18:08:17 +02:00
ElementBot
7d14870da6 Update screenshots 2024-07-17 16:05:12 +00:00
Benoit Marty
1dcdde98c2 Reduce the risk of text truncation in buttons. 2024-07-17 17:46:36 +02:00
ganfra
303f46852a Performance : call roomFactory.destroy() 2024-07-17 17:23:15 +02:00
ganfra
dc36634f1c Performance : rename RustRoomObjects to RustRoomReferences 2024-07-17 17:22:56 +02:00
ElementBot
5e240254a3 Update screenshots 2024-07-17 14:14:01 +00:00
Benoit Marty
c2c7f6b755 Add generated screen to show open source licenses.
For Google Play variant only
2024-07-17 15:53:08 +02:00
ganfra
79812f8ee4 Performance : do not trigger back pagination when opening room. 2024-07-17 15:49:11 +02:00
ganfra
e93378e7de Performance : add cache on roomListItem and fullRoom 2024-07-17 14:45:14 +02:00
Benoit Marty
0255abe504 Fix quality and test compilation. 2024-07-17 11:36:21 +02:00
ElementBot
6310a0d411 Update screenshots 2024-07-17 09:10:50 +00:00
Benoit Marty
9636611ce8 Render errors in room member list view. 2024-07-17 11:00:14 +02:00
Jorge Martin Espinosa
a6b6d2ab7a 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
2024-07-17 08:20:47 +00:00
Benoit Marty
79660dab51 Be more lenient on Matrix pattern to support existing rooms in the wild (will fix crash on debug build). 2024-07-17 10:08:25 +02:00
Benoit Marty
81bd3dcca0 Still need to support both eventId legacy and v4 2024-07-16 18:40:03 +02:00
Benoit Marty
48cbf57340 Add extra test for room alias. 2024-07-16 18:25:20 +02:00
Benoit Marty
7506070698 No need to make the block optional. 2024-07-16 18:23:25 +02:00
Benoit Marty
da7743f0bb Add test on MatrixPatterns functions. 2024-07-16 18:21:02 +02:00
Benoit Marty
220a8f67f5 Iterate on MatrixPatterns. 2024-07-16 18:06:18 +02:00
ganfra
27226e382a 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
2024-07-16 18:01:07 +02:00
renovate[bot]
d660a859b6 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.32 2024-07-16 17:22:13 +02:00
Benoit Marty
5e855d57c9 Merge pull request #3177 from element-hq/renovate/gradle-8.x
Update dependency gradle to v8.9
2024-07-16 17:15:37 +02:00
Benoit Marty
87a946f83a Merge pull request #3205 from element-hq/feature/bma/fixPinCrash
Fix crash when Pin code screen is displayed
2024-07-16 17:09:52 +02:00
Benoit Marty
eec4b626d0 Fix quality (Konsist failure) 2024-07-16 16:29:33 +02:00
Benoit Marty
3b46ab6523 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?
2024-07-16 16:01:45 +02:00
Benoit Marty
88ed1b6262 Fix typo. 2024-07-16 15:47:21 +02:00
Benoit Marty
8ddf1a42dc Merge pull request #3204 from element-hq/renovate/org.owasp.dependencycheck-10.x
Update plugin dependencycheck to v10.0.3
2024-07-16 15:16:31 +02:00
Benoit Marty
abcc93e616 Merge pull request #3203 from element-hq/feature/bma/clearNotificationWhenMarkAsRead
Clear existing notification when a room is marked as read
2024-07-16 14:48:36 +02:00
renovate[bot]
d8782dd7de Update plugin dependencycheck to v10.0.3 2024-07-16 12:20:51 +00:00
Benoit Marty
4e32635f10 Merge pull request #3200 from element-hq/renovate/io.sentry-sentry-android-7.x
Update dependency io.sentry:sentry-android to v7.12.0
2024-07-16 14:18:59 +02:00
Jorge Martin Espinosa
61b6970a6b Fix crash in the room list after a forced log out in background (#3180) 2024-07-16 11:17:04 +00:00
Benoit Marty
e3c7e37f23 When user manually mark a room as read, also dismiss the notifications for this room. 2024-07-16 13:10:30 +02:00
Benoit Marty
b593b47515 Remove PushBindsModule and use ContributesBinding. 2024-07-16 11:29:55 +02:00
Benoit Marty
2585f8ba52 Rename interface NotificationDrawerManager to NotificationCleaner since it actually contains only method to remove notifications. 2024-07-16 11:24:41 +02:00
Benoit Marty
5de86c5df5 Update documentation 2024-07-16 11:14:04 +02:00
Benoit Marty
591eac4ddc Merge pull request #3199 from element-hq/feature/bma/improvePip
Improve pip and add feature flag.
2024-07-16 10:18:13 +02:00
renovate[bot]
ca938d0628 Update dependency io.sentry:sentry-android to v7.12.0 2024-07-15 18:41:19 +00:00
Jorge Martin Espinosa
89ec904c4a 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>
2024-07-15 18:27:59 +02:00
Benoit Marty
b5917c1837 Merge pull request #3198 from element-hq/renovate/io.mockk-mockk-1.x
Update dependency io.mockk:mockk to v1.13.12
2024-07-15 18:16:50 +02:00
ElementBot
93090279c2 Update screenshots 2024-07-15 15:31:46 +00:00