Commit Graph

251 Commits

Author SHA1 Message Date
Andy Uhnak 74b369e3af Track all errors in Sentry 2022-08-23 08:14:59 +01:00
Doug a54e5f436a 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 d80eb9af64 Fix the font when using an Apple Silicon Mac. 2022-06-24 13:06:15 +01:00
aringenbach cc2a95e865 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
aringenbach 1c2fc49817 Improve HTML formatter 2022-06-16 09:07:02 +02:00
ismailgulek abfa19ec89 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 94997e80c7 Do not show redacted reactions in the timeline 2022-06-14 16:19:46 +03:00
ismailgulek e0360b2e2f Url decode url fragment before splitting up 2022-06-14 15:39:17 +03:00
ismailgulek 2ac59cdf20 Create PasswordValidator 2022-06-10 18:06:21 +03:00
Stefan Ceriu ff0b0c370a 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 fb4e5085cb Merge pull request #6250 from vector-im/ismail/6180_support_prov_links 2022-06-07 20:54:14 +03:00
ismailgulek 1804cea58c Fix PR remarks 2022-06-07 19:48:26 +03:00
ismailgulek 69d0954dd0 Update UniversalLink class to parse path and query params 2022-06-07 16:05:47 +03:00
aringenbach 77e9a6364c Construct formatted body from replied event 2022-06-02 15:45:08 +02:00
ismailgulek 492ccb5eed Move validation logic to a new class and add tests 2022-05-30 16:05:20 +03:00
Doug f66e97564e Add AuthenticationRestClient protocol as an authentication interface to MXRestClient. 2022-05-24 10:09:24 +01:00
Doug 770771473b Add initial implementation of the LoginWizard. 2022-05-24 10:09:24 +01:00
Stefan Ceriu bc14459f61 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 f9a009cd49 Use font from context and store it in pill data 2022-05-10 17:19:52 +02:00
aringenbach 44d8dcfe1f Move tools funcs 2022-05-09 15:55:24 +02:00
aringenbach 348b4170fa Rename StringPillsUtils to PillsFormatter 2022-05-09 15:32:53 +02:00
aringenbach 65c779d01d Add dedicated PillTextAttachmentData codable 2022-05-09 15:25:47 +02:00
aringenbach bd74baf49d Fix string conversion from attributed 2022-05-09 10:31:42 +02:00
aringenbach 9af344022a Fix displaying edit & redacted event 2022-05-04 16:53:48 +02:00
aringenbach f590c9356a Set property for UTType & add missing iOS 15 availabilities 2022-05-04 15:58:42 +02:00
aringenbach d5fdb60eab Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00
aringenbach bbaac4919b Fix emote sending and edit message 2022-05-03 15:16:02 +02:00
aringenbach cdbc42de42 Cleanup and add documentation 2022-04-28 11:25:47 +02:00
aringenbach 3d4657fc3b Setup NSTextAttachmentViewProvider 2022-04-27 11:55:23 +02:00
aringenbach b11a653f1c Add snapshot pill for incoming mentions 2022-04-14 13:30:08 +02:00
Doug 16e64033c3 Add BuildSettings to SwiftUI targets.
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
MaximeE c2c7d0f35b 5720: Rework some location sharing related view 2022-03-23 15:48:19 +01:00
Andy Uhnak f7a2d35347 Small change 2022-03-09 13:34:18 +00:00
Andy Uhnak 412a23aece Only render missing messages for m.room.message types 2022-03-09 13:32:35 +00:00
Andy Uhnak 3d634a7cf3 Update name 2022-03-08 11:02:48 +00:00
Andy Uhnak a7824ea6f7 Do not render redacted messages 2022-03-08 09:45:39 +00:00
Arnaud Ringenbach 63c7d0c96b Use senderAvatarUrl instead of dictionnary 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach e8c6dca049 Add more restrictive test to detect an avatar change event 2022-03-07 13:45:02 +01:00
Andy Uhnak 6a698989cd Add more details to logs and change font of error message 2022-03-03 15:43:45 +00:00
Andy Uhnak 9edb20155f Track failed creation of attributed strings 2022-03-03 12:45:50 +00:00
aringenbach 87ad400eb6 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 bc60512101 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
ismailgulek c1ea79c0d2 Display redacted events only if threads enabled 2022-01-28 04:31:44 +03:00
ismailgulek 61e9d4feda Merge branch 'ismail/5068_design_tweaks' into ismail/5096_thread_notifications 2022-01-12 13:58:48 +03:00
ismailgulek 7452494710 Fix root message redaction 2022-01-04 18:07:39 +03:00
ismailgulek 2e28cb0750 Merge branch 'develop' into ismail/5068_start_thread 2022-01-04 15:28:19 +03:00
Doug 8acde2fda4 Address most PR comments.
Update Podfile.lock
2021-12-16 17:01:23 +00:00
Doug 1f6b19eed3 Move string formatting to Tools.
Revert contacts tracking from MatrixKit.
Final tweaks before PR.
2021-12-16 17:01:22 +00:00
ismailgulek 7699f05421 Merge branch 'ismail/5095_thread_search_results' into ismail/5096_thread_notifications 2021-12-10 11:14:55 +03:00
ismailgulek a97086aad8 Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links 2021-12-10 11:08:01 +03:00