Commit Graph

1956 Commits

Author SHA1 Message Date
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
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
Jorge Martin Espinosa 2492584786 Handle tapping on user mentions (#2021) 2023-12-14 11:56:59 +00:00
ganfra 5d37c66caf Merge pull request #1897 from element-hq/jonny/timeline-poll-edited
Display edited indicator for polls in the timeline
2023-12-14 08:13:11 +01:00
Jorge Martin Espinosa 1e86d8279b Use RTE TextView for timeline text messages, add mention pills to messages (#1990)
* Add `formattedBody` to `TimelineItemTextBasedContent`.

This is pre-computed when timeline events are being mapped from the Rust SDK.

* Update `HtmlConverterProvider` styles.

* Improve `MentionSpan` to add missing `@` or `#` if needed

* Replace `HtmlDocument` with the `TextView` based component

* Improve extra padding calculation for timestamp by rounding the float offset result instead of truncating it.

* Remove composer line height workaround

* Use `ElementRichTextEditorStyle` instead of `RichTextEditorDefaults` for the theming

* Use slightly different styles for composer and messages (top/bottom line height discrepancies, mostly).

* Add `formattedBody` to notice and emote events.

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-12-13 18:09:53 +01:00
Benoit Marty 36ccc1ccbd Fix API break regarding ReceiptType 2023-12-13 18:02:06 +01:00
Benoit Marty cc8fc20a02 Merge pull request #2012 from element-hq/feature/bma/uploadedState
Consider that the state is Done when the state is `Uploading` with `backedUpCount == totalCount`
2023-12-13 17:47:41 +01:00
Benoit Marty 5641bce7e5 Merge pull request #2007 from element-hq/feature/bma/hideVoiceMessageFlag
Filter out finished features from developer options screen.
2023-12-13 17:45:47 +01:00
ganfra 863d156e4d Merge branch 'develop' into julioromano/poll_history_entry_point 2023-12-13 17:22:55 +01:00
ganfra 6378f6cffe Poll history : add tests and fix others 2023-12-13 16:20:01 +01:00
Benoit Marty 6e6930c076 Consider that the state is Done when the state is Uploading with backedUpCount == totalCount #2008 2023-12-13 15:46:42 +01:00
Benoit Marty 2c01d486e0 Feature: add a isFinished boolean to filter out features from developer options screen. 2023-12-13 14:51:50 +01:00
Benoit Marty 4ddbf6ec5f Accessibility: do not read initial used for avatar out loud. (#1864) 2023-12-13 12:07:33 +01:00
Benoit Marty 6ff2bf1f79 Fix tests. 2023-12-12 16:47:54 +01:00
Benoit Marty 9a526f22c4 Remove duplicated file. 2023-12-12 16:17:11 +01:00
ganfra e76bafc043 Timeline : avoid crash when destroying 2023-12-12 15:36:27 +01:00
Benoit Marty 4ec2c84241 Load avatar for notification when there is no active imageLoader. (#1991) 2023-12-12 15:29:54 +01:00
Benoit Marty 764d7685c2 Remove useless constructor keyword. 2023-12-12 15:29:44 +01:00
ganfra a2c5cdf483 Poll history : use localazy strings 2023-12-12 14:36:07 +01:00
ganfra 449c331879 Timeline: exposes simple request for backward pagination 2023-12-12 14:23:50 +01:00
Benoit Marty 0a16af1d4f Merge pull request #1965 from vector-im/feature/bma/emojiRepresentation
Fix emoji representation
2023-12-11 17:51:58 +01:00
Benoit Marty 05d9e64b86 code cleanup 2023-12-11 16:51:42 +01:00
Benoit Marty 0685dc5d78 Fix some licences. 2023-12-11 16:49:23 +01:00
Benoit Marty 4348a6deac Cleanup up when statement. 2023-12-11 16:47:06 +01:00
Benoit Marty e56cc137ed Rename file. 2023-12-11 15:58:47 +01:00
Benoit Marty 419a162f77 Extract MxcTools and add test. 2023-12-11 14:53:02 +01:00
Benoit Marty 84c897d682 Image in notification 2023-12-11 14:52:50 +01:00
renovate[bot] 271fedb7d4 Update dependency net.java.dev.jna:jna to v5.14.0 (#1986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 09:59:09 +01:00
Benoit Marty 5ea809e2de Merge branch 'develop' into feature/bma/emojiRepresentation 2023-12-08 19:51:07 +01:00
Benoit Marty 39cca2ce09 Sync localazy using fixed script 2023-12-08 19:24:35 +01:00
Benoit Marty cdec7048ac Update test. 2023-12-08 16:52:12 +01:00
Benoit Marty 7a46aa8ec3 kotlin compiler 2023-12-08 16:42:26 +01:00
Benoit Marty 5001a6fbe1 Update regarding SDK change on verification data 2023-12-08 16:41:56 +01:00
ganfra 954df6c537 Theme : introduce SegmentedButton 2023-12-06 19:28:04 +01:00
ganfra aa9693126f PollHistory : simplify so we only have one Node. Also enrich PollHistoryState. 2023-12-06 19:27:50 +01:00
Benoit Marty 045c701c7b Merge pull request #1959 from vector-im/feature/bma/clipUsernames
Clip usernames
2023-12-06 17:17:27 +01:00
Benoit Marty 10d5268d0f SAS emoji: use embedded drawable (#1953) 2023-12-06 14:10:05 +01:00
Benoit Marty 274bc89e11 Merge pull request #1961 from vector-im/feature/bma/keyBackupIteration
Key backup iteration
2023-12-06 11:18:50 +01:00
Benoit Marty c9ba607edf Map new CALL_MEMBER state, and fix issue on fun canUserJoinCall(). 2023-12-06 10:40:59 +01:00