Commit Graph

1994 Commits

Author SHA1 Message Date
Jorge Martín c5c920cfa6 Revert "Merge pull request #2071 from element-hq/feature/bma/fixTests"
This reverts commit 19edf067fa, reversing
changes made to fb766f5176.
2023-12-22 12:01:42 +01:00
Jorge Martin Espinosa cbf34929af Revert "Room list badges" 2023-12-22 11:02:07 +01:00
Benoit Marty fac04034f1 Enable Chat backup, Mentions and Read Receipt in release.
Also change default for debug to enabled, but keep `isFinished = false` for now, so that they are still disableable.
2023-12-21 16:44:54 +01:00
Benoit Marty 3bb27a662a Merge pull request #2080 from element-hq/feature/bma/roomListBadges
Room list badges
2023-12-21 16:44:10 +01:00
Benoit Marty 91027f82e9 Fix test. 2023-12-21 16:11:03 +01:00
Benoit Marty 7273abd42b Merge pull request #2041 from element-hq/feature/fga/fix_timeline_back_pagination_loop
Fix timeline back pagination loop in encrypted room.
2023-12-21 15:42:23 +01:00
Benoit Marty f2c989cbd6 Iterate on indicators on room list #2079 2023-12-21 14:51:31 +01:00
Benoit Marty 6316dd2c15 Remove unused import and format. 2023-12-20 17:33:49 +01:00
Benoit Marty a7c5e620a4 Use icon from library and move and rename retry.xml to the library.
Also fix contentDescription for pause button.
2023-12-20 17:33:49 +01:00
Benoit Marty 9ae521dd0b Use Edit icon from Compound and delete ic_edit_solid 2023-12-20 17:33:49 +01:00
Benoit Marty f697d62831 Use Thread icon from Compound and delete ic_thread_decoration 2023-12-20 17:33:49 +01:00
Benoit Marty c0fa56fff4 Fix size trick, the icon has changed. 2023-12-20 17:33:49 +01:00
Benoit Marty 79f52990ff Use CompoundIcon and remove ic_send.xml 2023-12-20 17:33:49 +01:00
Benoit Marty c02d97f421 Format 2023-12-20 17:33:49 +01:00
Benoit Marty c18959f0a0 Use VideoCallSolid and also delete local ic_video_call.xml icon. 2023-12-20 17:33:49 +01:00
Benoit Marty 19edf067fa Merge pull request #2071 from element-hq/feature/bma/fixTests
Attempt to fix test on CI.
2023-12-20 17:31:00 +01:00
Benoit Marty f94f5e4713 Second attempt... 2023-12-20 14:33:16 +01:00
ganfra 921e9d2ca4 Merge pull request #2059 from element-hq/feature/fga/appyx_overlay
Appyx Overlay
2023-12-20 11:17:23 +01:00
Benoit Marty fa9dd3a98e Merge pull request #2061 from element-hq/feature/bma/doNotRenderRoomId
Do not render roomId
2023-12-19 21:46:31 +01:00
Benoit Marty 0c86b76357 Move NotificationConfig object to the config module. 2023-12-19 15:01:36 +01:00
Benoit Marty 1d3669f144 Fix wrong color alias usage. 2023-12-19 13:54:32 +01:00
Benoit Marty 8378500a25 Change name to match use case. 2023-12-19 13:42:07 +01:00
Benoit Marty 5ea59feb6f Do not render roomId if the room has no canonical alias #1970 2023-12-19 13:40:52 +01:00
Benoit Marty baa3bfc0d1 Merge pull request #1975 from element-hq/feature/bma/extractForward
Extract RoomList select to its own module
2023-12-19 13:32:41 +01:00
ganfra c4dc024c63 Fix detekt 2023-12-19 12:59:13 +01:00
ganfra 78bd6915c7 BackstackParentNode now become BaseFlowNode and adds Overlay navModel into it. 2023-12-19 12:55:14 +01:00
ganfra b11f98afe8 Add Overlay navModel and related classes 2023-12-19 12:54:09 +01:00
Benoit Marty 6b611bedfc Move files to correct package. 2023-12-19 11:07:12 +01:00
Benoit Marty 7889ff118c Restore test for image sending, now that computing Thumbnail can fail. 2023-12-19 11:05:40 +01:00
Benoit Marty ca751aac12 ThumbnailUtils.createImageThumbnail can throw IOException, and we can ignore it. 2023-12-19 10:47:31 +01:00
Benoit Marty d3654ef284 blurhash cannot be null here 2023-12-19 10:43:28 +01:00
Benoit Marty ee766ecf26 Providing a thumbnail when sending a media is now optional. 2023-12-19 10:41:44 +01:00
ganfra d641ef29ce Tests: replace "0" by FAKE_UNIQUE_ID when its ok. 2023-12-18 18:19:32 +01:00
Benoit Marty cde8e0df25 Merge pull request #2040 from element-hq/feature/bma/fixLinkify
fix linkify
2023-12-18 14:51:14 +01:00
bmarty e60508a631 Sync Strings from Localazy 2023-12-18 00:10:14 +00:00
Benoit Marty 1b0a4093d9 Fix test which was passing for wrong reason. 2023-12-15 20:07:11 +01:00
Benoit Marty ff2fc7ff3a Also linkify emails. 2023-12-15 20:07:11 +01:00
ganfra c0ac6e191b Timeline : makes sure pagination state is computed correctly and only in one place. 2023-12-15 15:02:46 +01:00
ganfra f961d81eb0 Timeline : uniqueId exposed as String directly from matrix module. 2023-12-15 14:48:49 +01:00
Benoit Marty dfec3abbd6 Fix test compilation 2023-12-14 20:53:20 +01: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
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
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
ganfra 5ac3f273ea Merge branch 'develop' into julioromano/poll_history_entry_point 2023-12-14 15:17:13 +01:00
Benoit Marty ea0825a01c Create RoomMember.getBestName() extension. 2023-12-14 15:10:49 +01:00
Jorge Martin Espinosa 80408a807c Fix mentions font weight and horizontal padding (#2025)
* Fix mentions font weight and horizontal padding

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-12-14 14:15:25 +01:00
ganfra bb7123afbd Fix tests and warnings 2023-12-14 13:13:11 +01:00