Commit Graph

49 Commits

Author SHA1 Message Date
David Langley 2cd40bdac8 Set inputAccessoryViewForKeyboard so that interactive dismissal works. 2022-10-17 17:19:14 +01:00
David Langley 921df774a5 fix newline 2022-10-08 10:59:32 +01:00
David Langley 65a924bab5 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:58:10 +01:00
David Langley d54bcd5a97 Move composer send media selection to it's own coordinator and us e ioS 15 api for sheet 2022-10-08 10:46:05 +01:00
David Langley cd2776f458 add composer actions/modules and ability to send rich messages 2022-10-04 15:01:01 +01:00
David Langley bac5b7f112 add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
Andy Uhnak 726aa29323 Decorate events decrypted with untrusted sessions 2022-09-28 17:04:45 +01:00
Yoan Pintas 8ea45ad0ce Start DM on first message (#6367)
Start DM on first message

Co-authored-by: Philippe Loriaux <philippel@element.io>
2022-09-06 14:33:32 +02:00
Gil Eluard ae7cfb9426 Merge pull request #6665 from vector-im/gil/6645-UI_glitches_in_dark_mode
UI glitches in dark mode
2022-09-05 10:46:31 +02:00
Gil Eluard 7a6c04b4aa Fixed UI glitches in dark mode
- Update after review
- Better theme support for `RoundedToastView`
- Better theme support for `RecentsInvitesTableViewCell`
2022-09-03 22:03:54 +02:00
aringenbach 085441d133 Fix mention pills display on iOS 16 2022-09-02 16:22:17 +02:00
Andy Uhnak a9d1e84252 Track all errors in Sentry 2022-08-23 08:14:59 +01:00
ismailgulek 4f71fe7e1c Revert the fix for keyboard stickiness, rename inputAccessoryView 2022-08-15 14:49:24 +03:00
ismailgulek def793d2aa Add an entry for event untrusted status into the encryption info view 2022-08-11 13:52:28 +03:00
Doug 7dac5b907c Remove all types related to Groups 2022-08-09 15:04:54 +01:00
Doug 9d81447d20 Fix pasteboard banner when editing text. 2022-06-23 17:01:20 +01:00
aringenbach 5baacbe304 Fix settings screens items alignment 2022-06-17 14:45:17 +02:00
Stefan Ceriu 816ba3b249 Fix crash when opening rooms where the current user doesn't have permission to post messages. 2022-05-18 11:58:25 +03:00
aringenbach a3e84905f9 Use NSHashTable 2022-05-13 14:58:34 +02:00
aringenbach 01d5254f78 Store weak references in MXKMessageTextView array 2022-05-13 14:46:42 +02:00
aringenbach 783ad8fc13 Flush pills on text view updates 2022-05-13 13:52:46 +02:00
aringenbach cede58d5d5 Merge pull request #6039 from vector-im/aringenbach/3526_user_pills
Add mention pills to timeline & composer
2022-05-12 11:05:22 +02:00
Doug f9fbc6f599 Add ReCaptcha screen (#6135)
Support dark mode in MXKAuthenticationRecaptchaWebView.
Begin implementing the ReCaptcha coordinator.
2022-05-11 09:57:37 +01: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 2a5c2b6938 Setup NSTextAttachmentViewProvider 2022-04-27 11:55:23 +02:00
aringenbach f076d99481 Improve link detection near timeline touch location 2022-04-14 13:32:14 +02:00
aringenbach 2ab98cfe07 Weakify self on presence notifications observers 2022-04-05 15:21:53 +02:00
Gil Eluard 59038e18c1 Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Config/BuildSettings.swift
#	Riot/Generated/Strings.swift
#	Riot/Modules/Home/HomeViewController.m
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
2022-03-04 13:38:18 +01:00
Doug 86c2b4ebb5 Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
Gil Eluard 72e280652a Merge branch 'develop' into gil/SP1_space_creation 2022-03-01 10:15:13 +01:00
Doug dcca446664 Prepare onboarding flow for personalisation screens.
Add a BuildSetting to control the display of the personalisation screens.
Add a property to delay the AuthenticationCoordinator from showing any screens.
Add Congratulations screen to onboarding flow.
2022-02-25 11:27:27 +00:00
Gil Eluard f9b008e684 Merge branch 'gil/SP1_space_creation' into gil/5231_SP3-1_Update_room_settings_for_Spaces
# Conflicts:
#	Podfile.lock
2022-02-21 17:57:58 +01:00
SBiOSoftWhare 5e4265ca5e Merge branch 'develop' into steve/bubbles_move_files 2022-02-16 16:07:32 +01:00
Doug 2da6662fa2 Fix reCaptcha failing to indicate success. 2022-02-16 12:09:40 +00:00
SBiOSoftWhare 95c61f747e Room timeline: Move files in explicit folders. 2022-02-16 09:36:52 +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
SBiOSoftWhare 948e0cd192 MXKRoomBubbleTableViewCell: Fix view disappearing on didendisplay. 2022-02-09 08:40:24 +01:00
Gil Eluard ae27b06f0d Merge branch gil/5230_SP2-Adding_Rooms_to_Spaces into gil/5231_SP3-1_Update_room_settings_for_Spaces 2022-02-05 21:43:29 +01:00
ismailgulek d2e5e29ad9 Merge branch 'develop' into ismail/5096_thread_notifications 2022-01-27 03:20:25 +03:00
SBiOSoftWhare 87bba993bc Move all MatrixKit cells + MXKRoomViewController into appropriated folders. 2022-01-21 17:18:59 +01:00
SBiOSoftWhare 1ffa88e983 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:47:07 +01:00
SBiOSoftWhare 9c043a38f3 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:33:39 +01:00
SBiOSoftWhare f2cd425037 MXKRoomBubbleTableViewCell: Add convenient method to add temporary subview. 2022-01-18 14:25:43 +01:00
SBiOSoftWhare 71981f270c Move MatrixKit text message cells to Riot target. 2022-01-13 16:51:51 +01:00
Gil Eluard 086afb1835 SP3.1: Update room settings for Spaces element-ios#5231
- Changed the Room Settings screen according to the new design
- Implemented the room access flow
- Added room upgrade support
- Implemented the room suggestion screen
2022-01-13 15:53:45 +01:00
ismailgulek d211d6640c Adapt MXEventTimeline changes 2021-12-15 01:44:04 +03:00
ismailgulek 061f62251b Apply MatrixKit PR changes 2021-12-09 16:57:43 +03:00
SBiOSoftWhare e7d4cd7707 Merge MatrixKit develop with commit hash: b85b736313bec0592bd1cabc68035d97f5331137 2021-12-03 11:47:24 +01:00