Commit Graph

49 Commits

Author SHA1 Message Date
JanNiklas Grabowski b76b4e0803 Merge branch 'feature/4699_basis_update_element' into develop
# Conflicts:
#	Podfile
#	Riot/Modules/MatrixKit/Utils/MXKTools.m
#	Riot/Modules/Pills/PillType.swift
2023-05-23 14:51:49 +02:00
Frank Rotermund 929d70877d MESSENGER-4697 enable SessionManager in Prod, fix peralink pills fix Matomo config bug when login out 2023-05-15 17:06:25 +02:00
aringenbach 76e2aadc26 Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-12 15:04:15 +02:00
aringenbach 46b39e739d Unit tests for insertPills and markdownLinks 2023-04-12 14:55:59 +02:00
aringenbach 67c768f8fc Bump composer version to 2.0.0 and fix PillAttachmentViewProvider 2023-04-11 14:45:44 +02:00
aringenbach 38ae3cd3a8 Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-11 14:21:31 +02:00
Nicolas Mauri 33e6280f31 Fix: Continue to display pills for matrix.to permalinks if a custom permalinkBaseUrl is set. 2023-04-07 16:40:34 +02:00
Nicolas Mauri 1fa825874a Fix: do not encode the maximum width of a Pill 2023-03-30 10:09:27 +02:00
Nicolas Mauri 2fdb811a1c Fix: truncate pills if they are too long 2023-03-28 11:59:52 +02:00
aringenbach b26e0ccea3 Fix wrong condition for highlight test 2023-03-23 17:16:57 +01:00
aringenbach b9faccf6c1 Use PillProvider for RTE Pills creation 2023-03-23 17:16:57 +01:00
aringenbach 000d8465d0 Use textDefaultFont in all variants of the InputToolbarView 2023-03-23 17:16:57 +01:00
aringenbach 935e61e1bb Enable user mentions in Rich Text Editor 2023-03-23 17:16:57 +01:00
Nicolas Mauri d09181d531 Fix: prevent a crash if we don’t have a display name for the user mentionned by the pill 2023-03-21 16:49:47 +01:00
Nicolas Mauri 3f68748bd5 Fix: Unit tests 2023-03-21 14:17:52 +01:00
Nicolas Mauri 4f2020b680 Fix: an issue where we display the default user icon for a known user 2023-03-21 10:48:17 +01:00
Nicolas Mauri 68918ea21b Fix: Message pill when the room is an alias 2023-03-21 10:30:19 +01:00
Nicolas Mauri 0066fcedbc Fix: the avatar was incorrect for the pill of a message if the event is not loaded. 2023-03-21 09:27:48 +01:00
Nicolas Mauri a875274972 Fix: implement the changes discussed in the PR 2023-03-21 09:17:34 +01:00
Nicolas Mauri 605c4972a1 Fix: restore the height of the pill to its original value 2023-03-20 10:50:25 +01:00
Nicolas Mauri 406fcac64e Fix: default pill icon for an unknown user 2023-03-20 10:42:21 +01:00
Nicolas Mauri 18a2360296 Turning permalinks into pills
#7409: Permalinks to a room/space are pillified
#7411: Permalinks to a matrix user are pillified
#7412: Permalinks to messages are pillified
2023-03-17 16:58:59 +01:00
aringenbach ca6e56d004 Fix slash commands from room composer 2022-07-11 18:17:12 +02:00
aringenbach 4c8bed38c2 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
aringenbach 0615975909 Fix issue with mention pill avatar consuming tap gestures 2022-05-30 15:20:03 +02:00
aringenbach 98fd77af65 Weakify message text view reference 2022-05-13 14:00:06 +02:00
aringenbach 783ad8fc13 Flush pills on text view updates 2022-05-13 13:52:46 +02:00
aringenbach 9d7dc4817f Replace magic number for pill offset 2022-05-11 09:45:16 +02:00
aringenbach 69b7eae92f Use font from context and store it in pill data 2022-05-10 17:19:52 +02:00
aringenbach d06ba2d11b Use media manager & avatar view 2022-05-09 17:49:05 +02:00
aringenbach 4111ebd067 Fix minor comment & @objc 2022-05-09 17:14:32 +02:00
aringenbach 0b5685a4e8 Move size computations to PillAttachmentViewProvider 2022-05-09 16:53:38 +02:00
aringenbach 42a5574d4f Move tools funcs 2022-05-09 15:55:24 +02:00
aringenbach dd07d597a8 Rename StringPillsUtils to PillsFormatter 2022-05-09 15:32:53 +02:00
aringenbach 16ea479a76 Add dedicated PillTextAttachmentData codable 2022-05-09 15:25:47 +02:00
aringenbach 07b2ddc4a9 Rename isCurrentUser to isHighlighted 2022-05-05 15:28:04 +02:00
aringenbach c8a9f90007 Handle empty displayname & fix iOS 14 mentions 2022-05-05 15:12:59 +02:00
aringenbach 0c813338e3 Set property for UTType & add missing iOS 15 availabilities 2022-05-04 15:58:42 +02:00
aringenbach 8077b8058d Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00
aringenbach f26fb6e569 Remove link in composer 2022-05-03 16:51:47 +02:00
aringenbach a05923d911 Fix emote sending and edit message 2022-05-03 15:16:02 +02:00
aringenbach 69c0a7d9bd Add documentation 2022-05-02 17:36:53 +02:00
aringenbach 8d65cd8a40 Enable sending messages with pills 2022-05-02 13:35:35 +02:00
aringenbach 2bdcf8ae0c Handle custom permalinks im pills 2022-04-28 15:26:36 +02:00
aringenbach 3cac17f22c Cleanup pills insertion 2022-04-28 11:55:14 +02:00
aringenbach f907585ec5 Cleanup and add documentation 2022-04-28 11:25:47 +02:00
aringenbach d6707374f9 Fix disappearing attachments and start cleanup 2022-04-27 16:27:49 +02:00
aringenbach 2a5c2b6938 Setup NSTextAttachmentViewProvider 2022-04-27 11:55:23 +02:00
aringenbach 24dffbd4b0 Add snapshot pill for incoming mentions 2022-04-14 13:30:08 +02:00