Benoit Marty
dca7edd977
Fix more test.
2023-12-15 21:08:50 +01:00
Benoit Marty
5d4eaae933
Ensure test does not fail.
2023-12-15 20:07:11 +01:00
Benoit Marty
1b0a4093d9
Fix test which was passing for wrong reason.
2023-12-15 20:07:11 +01:00
Benoit Marty
b5a2c85e66
Let consumeItemsUntilPredicate fail if predicate is never true or if Complete occurs.
...
Do not fail on error for `consumeItemsUntilTimeout`
2023-12-15 20:07:11 +01:00
Benoit Marty
ff2fc7ff3a
Also linkify emails.
2023-12-15 20:07:11 +01:00
Benoit Marty
d800b225b6
Consider the returned value of LinkifyCompat.addLinks
2023-12-15 20:07:11 +01:00
Benoit Marty
74729fe534
Apply the same fix for emotes, notices and other message type.
2023-12-15 20:07:11 +01:00
Benoit Marty
70abf6226f
Use buildSpannedString
2023-12-15 20:07:11 +01:00
Benoit Marty
94e7b59e37
Format file.
2023-12-15 20:07:11 +01:00
Benoit Marty
7d55116347
Ensure link are clickable on simple body ( #2038 )
2023-12-15 20:07:11 +01:00
Benoit Marty
4c987c5b3f
Merge pull request #2013 from element-hq/feature/bma/logoutWording
...
Fix title of sign out screen regarding the different states
2023-12-15 20:06:15 +01:00
Benoit Marty
14b20b7e59
Attempt to fix test on CI
2023-12-15 19:14:54 +01:00
Benoit Marty
b0dabb128d
Fix test in release
...
Be deterministic to try to fix test on CI.
2023-12-15 18:44:39 +01:00
ElementBot
cdfe23b824
Update screenshots
2023-12-15 18:44:08 +01:00
Benoit Marty
21945004de
Fix title of sign out screen regarding the different states
2023-12-15 18:44:08 +01:00
Benoit Marty
a96d5ca5a6
Merge pull request #2043 from element-hq/renovate/org.owasp.dependencycheck-9.x
...
Update plugin dependencycheck to v9.0.6
2023-12-15 18:22:00 +01:00
Benoit Marty
c82bdc41f0
Merge pull request #2042 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.3.7
2023-12-15 18:21:40 +01:00
renovate[bot]
3555986de2
Update plugin dependencycheck to v9.0.6
2023-12-15 16:11:37 +00:00
renovate[bot]
d34ffdfb71
Update dependency io.nlopez.compose.rules:detekt to v0.3.7
2023-12-15 16:11:32 +00:00
Jorge Martin Espinosa
7ed460b282
Fix scaling of timeline images ( #1941 )
...
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Benoit Marty <benoitm@matrix.org>
2023-12-15 13:26:20 +01:00
Benoit Marty
9130ecbd7d
Merge pull request #2035 from element-hq/feature/bma/scrollOnNewMessage
...
Scroll to bottom if the new event is from me, even if sent from another session
2023-12-15 11:29:32 +01:00
Benoit Marty
7749ccc619
Merge pull request #2036 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.3.6
2023-12-15 09:33:36 +01:00
Benoit Marty
788b445e99
Scroll to bottom if the new event is from me, even if sent from another device #1877 .
...
This fixes the issue that the timeline does not scroll when sending an attachment to the room, since there is no local echo (yet) for such event.
2023-12-15 09:17:34 +01:00
renovate[bot]
1aaf9da769
Update dependency io.nlopez.compose.rules:detekt to v0.3.6
2023-12-14 22:51:54 +00:00
Benoit Marty
7283732f3b
Merge pull request #1913 from element-hq/julioromano/poll_history_entry_point
...
Poll history UI
2023-12-14 21:46:18 +01:00
Benoit Marty
dfec3abbd6
Fix test compilation
2023-12-14 20:53:20 +01:00
ganfra
9bdb388d9e
MessagesPresenter : remove useless test
2023-12-14 19:00:32 +01:00
renovate[bot]
cabea138cb
Update actions/upload-artifact action to v4 ( #2034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 18:58:03 +01:00
renovate[bot]
29c997d80d
Update wysiwyg to v2.22.0 ( #2030 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 17:37:38 +00:00
ganfra
5dfd64a23b
Fix androidTest compilation
2023-12-14 18:33:59 +01:00
ElementBot
723fb123f1
Update screenshots
2023-12-14 16:48:04 +00:00
Benoit Marty
949d57bd41
Fix compilation issue after merging develop
2023-12-14 17:36:35 +01:00
Benoit Marty
8f286c8ce6
Merge branch 'develop' into julioromano/poll_history_entry_point
2023-12-14 17:34:49 +01:00
Benoit Marty
1af6bbb013
Merge pull request #2031 from pixlwave/doug/localazy-files
...
Only download content.json from Localazy.
2023-12-14 17:16:41 +01:00
Jorge Martin Espinosa
d27e9e5265
Add warning message to 'mentions and keywords only' notification option ( #2028 )
...
* Add warning message to 'mentions and keywords only'
It should be displayed when it's not supported by the homeserver
* Only display disclaimer in the room notification settings if the room is encrypted
Co-authored-by: Benoit Marty <benoit@matrix.org>
* Fix test and add another one
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2023-12-14 16:15:39 +00:00
Doug
d4e7cfeed2
Rename changelog
2023-12-14 16:07:41 +00:00
Doug
1cf1fda27c
Only process content.json from Localazy.
2023-12-14 16:06:24 +00:00
Benoit Marty
dc678ebc48
Format
2023-12-14 16:58:42 +01:00
Benoit Marty
ecf974334e
Remove duplicated preview, but add editable case (isMine must be true)
2023-12-14 16:58:42 +01:00
Benoit Marty
664e8b6d5b
Merge branch 'develop' into julioromano/poll_history_entry_point
2023-12-14 16:58:23 +01:00
ganfra
ac7dd355aa
Fix test compilation again.
2023-12-14 16:08:22 +01:00
Benoit Marty
e725747ea3
Merge pull request #2015 from element-hq/feature/bma/asyncMedia
...
ReadReceipt
2023-12-14 16:03:09 +01:00
Benoit Marty
52583a97e4
Merge pull request #2016 from element-hq/renovate/activity
...
Update activity to v1.8.2
2023-12-14 16:02:24 +01:00
Benoit Marty
4d414989bb
Merge pull request #2027 from element-hq/feature/bma/openRoomAvatar
...
Feature/bma/open room avatar
2023-12-14 16:00:34 +01:00
Benoit Marty
2d6616655b
Merge pull request #2029 from element-hq/feature/bma/fixMaestro
...
Fix Maestro
2023-12-14 15:59:03 +01:00
Benoit Marty
1593c66cba
Replace test of server without sliding sync with test of homeserver resolution.
2023-12-14 15:34:57 +01:00
Benoit Marty
ab3ac137fb
Cleanup: Inline val for code clarity / compact.
2023-12-14 15:25:45 +01:00
Benoit Marty
3f1c204825
No need to pass a similar thumbnail source.
2023-12-14 15:25:08 +01:00
ganfra
a5a7f5a74f
Merge pull request #2024 from element-hq/feature/fga/invite_list_back_navigation
...
Improve back-navigation for invitations
2023-12-14 15:24:18 +01:00
Benoit Marty
dba49933a1
Rename the parameter this it can be a username or a room name.
2023-12-14 15:22:31 +01:00