Commit graph

255 commits

Author SHA1 Message Date
Yoan Pintas
64793d217b
No customization for emptycell (#7000) 2022-10-27 18:03:25 +02:00
yostyle
4216a731cb Add device_id and record tag 2022-10-19 13:10:59 +02:00
Yoan Pintas
3488b67976
Add voice broadcast state event (#6785) 2022-10-12 11:30:38 +02:00
aringenbach
0e023bac54 Fix code block background colour 2022-09-29 11:10:40 +02:00
Andy Uhnak
badf0a884c Track all errors in Sentry 2022-08-23 08:14:59 +01:00
Doug
b7713043b1
Fix an infinite loop when tapping an unjoined room alias. (#6522)
* Fix a crash in universal link handling.
* Fix an infinite loop when tapping an unjoined room alias.
2022-08-04 15:41:50 +01:00
Doug
177d77b2af Fix the font when using an Apple Silicon Mac. 2022-06-24 13:06:15 +01:00
aringenbach
ff17725bba Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
aringenbach
6cb8b86430 Improve HTML formatter 2022-06-16 09:07:02 +02:00
ismailgulek
317ca5d701
Merge pull request #6292 from vector-im/ismail/6207_universal_link_room_invite
Fix universal link for room invites
2022-06-14 16:26:53 +03:00
ismailgulek
5ce3bd0086
Do not show redacted reactions in the timeline 2022-06-14 16:19:46 +03:00
ismailgulek
46d16f3219
Url decode url fragment before splitting up 2022-06-14 15:39:17 +03:00
ismailgulek
4a4c15aed2
Create PasswordValidator 2022-06-10 18:06:21 +03:00
Stefan Ceriu
fbbbbc0b79 Fixes vector-im/element-ios/issues/6241 - Prevent random crashes when tapping links. Avoid displaying the confirmation alert for plain text ones. 2022-06-08 14:09:43 +03:00
ismailgulek
ceae4a455d
Merge pull request #6250 from vector-im/ismail/6180_support_prov_links 2022-06-07 20:54:14 +03:00
ismailgulek
fc29e4be51
Fix PR remarks 2022-06-07 19:48:26 +03:00
ismailgulek
36ebbc6b9c
Update UniversalLink class to parse path and query params 2022-06-07 16:05:47 +03:00
aringenbach
1d93f63d04 Construct formatted body from replied event 2022-06-02 15:45:08 +02:00
ismailgulek
73030bb4c7
Move validation logic to a new class and add tests 2022-05-30 16:05:20 +03:00
Doug
b69772edf4 Add AuthenticationRestClient protocol as an authentication interface to MXRestClient. 2022-05-24 10:09:24 +01:00
Doug
9502112daf Add initial implementation of the LoginWizard. 2022-05-24 10:09:24 +01:00
Stefan Ceriu
4a98b7134a vector-im/element-ios/issues/6149 - Allow video rooms to be shown in the rooms list 2022-05-16 11:34:41 +03:00
aringenbach
d81420739f Use font from context and store it in pill data 2022-05-10 17:19:52 +02:00
aringenbach
a6b07429a9 Move tools funcs 2022-05-09 15:55:24 +02:00
aringenbach
529fe55d73 Rename StringPillsUtils to PillsFormatter 2022-05-09 15:32:53 +02:00
aringenbach
e28c7b02d3 Add dedicated PillTextAttachmentData codable 2022-05-09 15:25:47 +02:00
aringenbach
7112b7d523 Fix string conversion from attributed 2022-05-09 10:31:42 +02:00
aringenbach
144e8fe33c Fix displaying edit & redacted event 2022-05-04 16:53:48 +02:00
aringenbach
d40ea691bc Set property for UTType & add missing iOS 15 availabilities 2022-05-04 15:58:42 +02:00
aringenbach
8b46be6cd4 Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00
aringenbach
e9aa880927 Fix emote sending and edit message 2022-05-03 15:16:02 +02:00
aringenbach
c6c87bf677 Cleanup and add documentation 2022-04-28 11:25:47 +02:00
aringenbach
360bda5488 Setup NSTextAttachmentViewProvider 2022-04-27 11:55:23 +02:00
aringenbach
8d42a7fd39 Add snapshot pill for incoming mentions 2022-04-14 13:30:08 +02:00
Doug
db22d4d040 Add BuildSettings to SwiftUI targets.
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
MaximeE
e805e415f3 5720: Rework some location sharing related view 2022-03-23 15:48:19 +01:00
Andy Uhnak
433405f166 Small change 2022-03-09 13:34:18 +00:00
Andy Uhnak
efbfe46924 Only render missing messages for m.room.message types 2022-03-09 13:32:35 +00:00
Andy Uhnak
892ed15f9c Update name 2022-03-08 11:02:48 +00:00
Andy Uhnak
eab9cb2298 Do not render redacted messages 2022-03-08 09:45:39 +00:00
Arnaud Ringenbach
c0bda51613 Use senderAvatarUrl instead of dictionnary 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
ca5d9fd202 Add more restrictive test to detect an avatar change event 2022-03-07 13:45:02 +01:00
Andy Uhnak
a088b46ece Add more details to logs and change font of error message 2022-03-03 15:43:45 +00:00
Andy Uhnak
3ec1e80c9d Track failed creation of attributed strings 2022-03-03 12:45:50 +00:00
aringenbach
94dab7ad4b
Add objective C support to SwiftGen assets helpers (#5533)
* Add objective C support to SwiftGen assets helpers

* Use dot notation in ObjC & fix minor issues

Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-10 17:13:23 +01:00
Stefan Ceriu
4bd5c12f73 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
ismailgulek
9d83aee4b7
Display redacted events only if threads enabled 2022-01-28 04:31:44 +03:00
ismailgulek
586f2e523d
Merge branch 'ismail/5068_design_tweaks' into ismail/5096_thread_notifications 2022-01-12 13:58:48 +03:00
ismailgulek
a69738266c
Fix root message redaction 2022-01-04 18:07:39 +03:00
ismailgulek
ca36f99a08
Merge branch 'develop' into ismail/5068_start_thread 2022-01-04 15:28:19 +03:00