Commit graph

7766 commits

Author SHA1 Message Date
Jorge Martin Espinosa
5eef7c13b0
Only add private SSH keys and clone submodules in the original repo (#3225) 2024-07-19 17:25:49 +02:00
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>
2024-07-19 14:14:21 +02:00
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>
2024-07-19 13:33:27 +02:00
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
2024-07-19 10:33:33 +00:00
Benoit Marty
95c3738a98
Merge pull request #3217 from element-hq/feature/bma/moreUiFixes
Fix rendering issue of SunsetPage in dark mode
2024-07-18 17:35:13 +02:00
Benoit Marty
930833300f Remove the alpha channel on those 2 images.
Reduce the image size and fixes an issue in dark mode.
2024-07-18 16:20:00 +02:00
Benoit Marty
4aa39613f3
Merge pull request #3216 from element-hq/feature/bma/forceDarkTheme
Ensure that the manual dark theme is rendering correctly regarding -night resource and keyboard
2024-07-18 15:30:42 +02:00
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
2024-07-18 13:16:20 +00:00
Benoit Marty
bf3bdbf6b0
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
5ca0f645ad Ensure that the manual dark theme is rendering correctly regarding night resource and keyboard. 2024-07-18 14:37:47 +02:00
Benoit Marty
dcafac06d3 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
4dfd75c3d9 Open Source licenses: add color for links. 2024-07-18 11:49:35 +02:00
Benoit Marty
0d41788f93
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
2216c11039
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]
c27f6ce2f4
Update coil to v2.7.0 2024-07-17 20:11:41 +00:00
ganfra
a1987168ca
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
5e6ac6fa57
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
2126556105 Rename val for clarity. 2024-07-17 18:42:15 +02:00
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
2024-07-17 18:20:46 +02:00
Benoit Marty
ad3c4e1216 Add exception for Konsist test. 2024-07-17 18:08:17 +02:00
ElementBot
035d9d6c06 Update screenshots 2024-07-17 16:05:12 +00:00
Benoit Marty
13853a39a5 Reduce the risk of text truncation in buttons. 2024-07-17 17:46:36 +02:00
ganfra
f08d30bb62 Performance : call roomFactory.destroy() 2024-07-17 17:23:15 +02:00
ganfra
7fab94fdd7 Performance : rename RustRoomObjects to RustRoomReferences 2024-07-17 17:22:56 +02:00
ElementBot
7edbde3aac Update screenshots 2024-07-17 14:14:01 +00:00
Benoit Marty
766ae389ce Add generated screen to show open source licenses.
For Google Play variant only
2024-07-17 15:53:08 +02:00
ganfra
5e6bcbd7ac Performance : do not trigger back pagination when opening room. 2024-07-17 15:49:11 +02:00
ganfra
ef12408b6e Performance : add cache on roomListItem and fullRoom 2024-07-17 14:45:14 +02:00
Benoit Marty
263c058843 Fix quality and test compilation. 2024-07-17 11:36:21 +02:00
ElementBot
26aaa9e070 Update screenshots 2024-07-17 09:10:50 +00:00
Benoit Marty
10717b5e48 Render errors in room member list view. 2024-07-17 11:00:14 +02:00
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
2024-07-17 08:20:47 +00:00
Benoit Marty
d6c99870f9 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
67e09295de Still need to support both eventId legacy and v4 2024-07-16 18:40:03 +02:00
Benoit Marty
79d29d680b Add extra test for room alias. 2024-07-16 18:25:20 +02:00
Benoit Marty
5ae4668da5 No need to make the block optional. 2024-07-16 18:23:25 +02:00
Benoit Marty
52900076bd Add test on MatrixPatterns functions. 2024-07-16 18:21:02 +02:00
Benoit Marty
792667c9a4 Iterate on MatrixPatterns. 2024-07-16 18:06:18 +02:00
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
2024-07-16 18:01:07 +02:00
renovate[bot]
530894e875 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.32 2024-07-16 17:22:13 +02:00
Benoit Marty
f6bfe3cd78
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
de62c12d00
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
83a366af2a Fix quality (Konsist failure) 2024-07-16 16:29:33 +02:00
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?
2024-07-16 16:01:45 +02:00
Benoit Marty
459c99e45f Fix typo. 2024-07-16 15:47:21 +02:00
Benoit Marty
9e7d938cfd
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
d9599a239c
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]
2b4c4e839d
Update plugin dependencycheck to v10.0.3 2024-07-16 12:20:51 +00:00
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
2024-07-16 14:18:59 +02:00
Jorge Martin Espinosa
d626660023
Fix crash in the room list after a forced log out in background (#3180) 2024-07-16 11:17:04 +00:00