Commit Graph

275 Commits

Author SHA1 Message Date
ismailgulek 3a9240e7f7 Move extension methods to Swift.String, add tests 2022-05-30 16:05:00 +03:00
ismailgulek 30f4a03b96 Fix confirmation for RTL overridden links 2022-05-27 00:24:15 +03:00
Stefan Ceriu 8862d4f0f9 Attempt at fixing [CALayer animationForKey] crashes. 2022-05-23 10:26:59 +03:00
Stefan Ceriu dce59fb6ee 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 2edd26d67f Use NSHashTable 2022-05-13 14:58:34 +02:00
aringenbach b98ba8ca74 Store weak references in MXKMessageTextView array 2022-05-13 14:46:42 +02:00
aringenbach 77a6469625 Flush pills on text view updates 2022-05-13 13:52:46 +02:00
aringenbach 932b9ad4e6 Merge pull request #6145 from vector-im/aringenbach/6144_presence_home_dm_refresh
Presence: fix live updates on Home & DM list
2022-05-12 16:19:04 +02:00
aringenbach 9483f05790 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
aringenbach 1c365a3d84 Presence: fix live updates on Home & DM list 2022-05-11 15:07:39 +02:00
Doug 600765f56f Add ReCaptcha screen (#6135)
Support dark mode in MXKAuthenticationRecaptchaWebView.
Begin implementing the ReCaptcha coordinator.
2022-05-11 09:57:37 +01:00
aringenbach 18de7a5933 Rename to partialAttributedTextMessage 2022-05-09 10:46:50 +02:00
aringenbach 79156ba3c7 Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00
aringenbach e756f0789d Add documentation 2022-05-02 17:36:53 +02:00
aringenbach 02991e5b6a Enable sending messages with pills 2022-05-02 13:35:35 +02:00
aringenbach 9f3b9c5645 Merge branch 'develop' into aringenbach/3526_user_pills 2022-04-28 11:56:09 +02:00
Doug 5bf9b9149d Add AuthenticationService and RegistrationWizard. (#6056) 2022-04-27 16:02:54 +01:00
aringenbach 073d56dd4a Setup NSTextAttachmentViewProvider 2022-04-27 11:55:23 +02:00
aringenbach a483914835 Merge branch 'develop' into aringenbach/3526_user_pills 2022-04-27 11:54:05 +02:00
SBiOSoftWhare d96f204ad8 MXKAppSettings: Add beacon info state event as part of room message to enables beacon display on timeline. 2022-04-22 11:50:34 +02:00
aringenbach 0c42d503f8 Improve link detection near timeline touch location 2022-04-14 13:32:14 +02:00
Doug 4d72a4e93a Fix some warnings. 2022-04-13 17:21:11 +01:00
ismailgulek e82203ff8c Copy dictionary before enumerating, fixes crash #6 2022-04-12 14:26:52 +03:00
aringenbach 740b04f799 Merge pull request #5999 from vector-im/aringenbach/5995_presence_offline_mode
Presence offline mode setting
2022-04-07 11:43:13 +02:00
aringenbach 53d8379af6 Rename build setting & encode with string value 2022-04-07 09:38:21 +02:00
Doug f46b976101 Merge branch 'master' into develop 2022-04-06 17:48:50 +01:00
Doug e910061416 Notification strings fall back to English if missing 2022-04-06 15:44:12 +01:00
aringenbach 18e2e9940b Add presence offline mode setting 2022-04-06 15:18:54 +02:00
Gil Eluard f92f5a5f0c Room context preview dismissed unexpectedly (#5993)
- fixed
2022-04-06 10:43:35 +02:00
aringenbach d492f6764c Weakify self on presence notifications observers 2022-04-05 15:21:53 +02:00
aringenbach ce05f3de08 Merge branch 'develop' into aringenbach/5933_presence_indicator 2022-04-05 14:14:45 +02:00
ismailgulek fff61b12c1 Reload thread data source without notifying the screen 2022-04-05 14:04:48 +03:00
aringenbach a169c18cf1 Add presence to MXKRecentCellData 2022-04-04 18:52:07 +02:00
MaximeEvrard42 a11a153c1a Merge pull request #5957 from vector-im/maximee/5858_pin_drop_sharing
[Location Sharing]: Pin drop location sharing
2022-04-04 18:04:22 +02:00
MaximeE 2133bb44bb 5858: Modification of the event send according to coordinate type 2022-03-31 16:52:16 +02:00
Anderas b8931e183c Merge pull request #5942 from vector-im/andy/5604_join_indicators
Join room loading indicators
2022-03-30 11:05:21 +01:00
Andy Uhnak 1b24371337 Join room loading indicators 2022-03-29 15:03:09 +01:00
Doug 3679282084 Merge pull request #5923 from vector-im/johannes/5058_room_data_source_leak
Fix retain cycle in MXKRoomDataSource
2022-03-29 12:10:36 +01:00
Stefan Ceriu 36ecded6a7 Fixed the regular expression used for link detection in attributed strings. 2022-03-28 11:57:50 +03:00
Johannes Marbach f9b844db0d Fix retain cycle in MXKRoomDataSource
Relates to: #5058
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-03-27 20:53:46 +02:00
Gil Eluard e80f697587 Update suggested room preview to behave the same way in all cases #5771
- Done
2022-03-23 10:58:41 +01:00
Stefan Ceriu 11a11ac300 Prevent the homescreen from resetting on every appearance. 2022-03-22 12:44:26 +02:00
Andy Uhnak 7e6f386347 Do not clear cache if there are no stored filters 2022-03-21 16:08:17 +00:00
ismailgulek 6be1f0c37b fix missing MXJSONModel setters 2022-03-17 15:31:15 +03:00
ismailgulek 8d208e5b54 Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:29 +03:00
ismailgulek 57b5f996a1 Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:22 +03:00
ismailgulek c59d052f22 Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:14 +03:00
ismailgulek 9fa6e84a4c Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:05 +03:00
ismailgulek eaca186e5b Use event's new content when available 2022-03-17 14:24:02 +03:00
ismailgulek 2666401a52 Pass threadId of room data source on replies 2022-03-16 17:13:18 +03:00