Doug
27ae57eca8
Fix the font when using an Apple Silicon Mac.
2022-06-24 13:06:15 +01:00
aringenbach
4c8bed38c2
Use latest user data for mention pills
2022-06-16 17:07:47 +02:00
aringenbach
f8cd8fa96c
Improve HTML formatter
2022-06-16 09:07:02 +02:00
ismailgulek
ad02f862f9
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
edf2aedd29
Do not show redacted reactions in the timeline
2022-06-14 16:19:46 +03:00
ismailgulek
c000e5e704
Url decode url fragment before splitting up
2022-06-14 15:39:17 +03:00
ismailgulek
4f8d74eea3
Create PasswordValidator
2022-06-10 18:06:21 +03:00
Stefan Ceriu
4c9eb5138f
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
017abf7dc1
Merge pull request #6250 from vector-im/ismail/6180_support_prov_links
2022-06-07 20:54:14 +03:00
ismailgulek
317a8039c6
Fix PR remarks
2022-06-07 19:48:26 +03:00
ismailgulek
1d7d08827c
Update UniversalLink class to parse path and query params
2022-06-07 16:05:47 +03:00
aringenbach
3a989a78fa
Construct formatted body from replied event
2022-06-02 15:45:08 +02:00
ismailgulek
ce5ec19e7b
Move validation logic to a new class and add tests
2022-05-30 16:05:20 +03:00
Doug
59927e278c
Add AuthenticationRestClient protocol as an authentication interface to MXRestClient.
2022-05-24 10:09:24 +01:00
Doug
ac755f11f5
Add initial implementation of the LoginWizard.
2022-05-24 10:09:24 +01:00
Stefan Ceriu
482a1450f6
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
69b7eae92f
Use font from context and store it in pill data
2022-05-10 17:19:52 +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
27b964fc4a
Fix string conversion from attributed
2022-05-09 10:31:42 +02:00
aringenbach
c3a8978422
Fix displaying edit & redacted event
2022-05-04 16:53:48 +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
a05923d911
Fix emote sending and edit message
2022-05-03 15:16:02 +02:00
aringenbach
f907585ec5
Cleanup and add documentation
2022-04-28 11:25:47 +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
Doug
73955a2a2e
Add BuildSettings to SwiftUI targets.
...
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
MaximeE
7f140388a1
5720: Rework some location sharing related view
2022-03-23 15:48:19 +01:00
Andy Uhnak
39c262718d
Small change
2022-03-09 13:34:18 +00:00
Andy Uhnak
7fe72031dd
Only render missing messages for m.room.message types
2022-03-09 13:32:35 +00:00
Andy Uhnak
9099337dfe
Update name
2022-03-08 11:02:48 +00:00
Andy Uhnak
c25dfb0c35
Do not render redacted messages
2022-03-08 09:45:39 +00:00
Arnaud Ringenbach
d22c48ecc9
Use senderAvatarUrl instead of dictionnary
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
d4418d335d
Add more restrictive test to detect an avatar change event
2022-03-07 13:45:02 +01:00
Andy Uhnak
55d03d317b
Add more details to logs and change font of error message
2022-03-03 15:43:45 +00:00
Andy Uhnak
a90da249b2
Track failed creation of attributed strings
2022-03-03 12:45:50 +00:00
aringenbach
7964d314c8
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
1ab7643de1
Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195.
2022-02-10 08:43:18 +02:00
ismailgulek
b2c34fe37c
Display redacted events only if threads enabled
2022-01-28 04:31:44 +03:00
ismailgulek
7cb920e582
Merge branch 'ismail/5068_design_tweaks' into ismail/5096_thread_notifications
2022-01-12 13:58:48 +03:00
ismailgulek
30497de61c
Fix root message redaction
2022-01-04 18:07:39 +03:00
ismailgulek
ac1b79ff92
Merge branch 'develop' into ismail/5068_start_thread
2022-01-04 15:28:19 +03:00
Doug
0ef348e2ca
Address most PR comments.
...
Update Podfile.lock
2021-12-16 17:01:23 +00:00
Doug
70e0eed440
Move string formatting to Tools.
...
Revert contacts tracking from MatrixKit.
Final tweaks before PR.
2021-12-16 17:01:22 +00:00
ismailgulek
f72cd70885
Merge branch 'ismail/5095_thread_search_results' into ismail/5096_thread_notifications
2021-12-10 11:14:55 +03:00
ismailgulek
1bc9db85c3
Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links
2021-12-10 11:08:01 +03:00
ismailgulek
a71cf8e92c
Specify event formatting was successful
2021-12-03 00:41:01 +03:00
ismailgulek
b057a48ad9
Use event method to check redaction
2021-12-02 18:09:15 +03:00