Commit Graph

602 Commits

Author SHA1 Message Date
ismailgulek e5db15af08 Fix a race in room data source initializer, by adding threadId parameter in every case 2022-08-26 14:12:13 +03:00
ismailgulek 142584eedd Fix UITableViewAlertForLayoutOutsideViewHierarchy errors 2022-08-12 17:55:59 +03:00
ismailgulek 7d400707eb Fix UITableViewAlertForVisibleCellsAccessDuringUpdate errors 2022-08-12 17:55:59 +03:00
Doug bf771954c0 Remove flairs and related groups. 2022-08-09 15:04:54 +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
SBiOSoftWhare 680874071c RoomVC: Updated supported context menu actions for beacon info event. 2022-07-18 15:47:05 +02:00
aringenbach dfd0ff41ed Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible 2022-07-12 10:37:29 +02:00
aringenbach d5bc0415a0 Rework slash command condition to make it a bit clearer 2022-07-12 10:35:05 +02:00
aringenbach 64d4b2c0eb Fix slash commands from room composer 2022-07-11 18:17:12 +02:00
Gil Eluard 67d8bb9a6d Server Offline Activity Indicator (#6314)
* Server Offline Activity Indicator

- implemented
2022-07-05 14:04:52 +02:00
Johannes Marbach 3c1310304b Merge pull request #6326 from vector-im/johannes/lls-reporting
Enable reporting of live location shares (PSF-1066)
2022-06-28 10:59:54 +02:00
aringenbach e18a58846c Handle long press on back buttons 2022-06-22 15:56:31 +02:00
Johannes Marbach b3670e8bb0 Merge pull request #6328 from vector-im/johannes/quoting
Make quoting context menu action work again
2022-06-21 21:05:57 +02:00
Johannes Marbach 5503c9909a Make quoting work again
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-21 15:49:56 +02:00
Johannes Marbach c4d386c819 Enable reporting of live location shares
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-21 15:17:41 +02:00
Doug 572676d3f9 Add spacing between the Jitsi and Threads toolbar buttons. 2022-06-21 11:41:23 +01:00
Gil Eluard 45e032928a Update Reactions component (#6244)
* Update Reactions component

- Done
2022-06-15 16:08:43 +02:00
ismailgulek 44e79e5fcd Update actions when the input toolbar is refreshed 2022-06-14 17:02:58 +03:00
ismailgulek 3fc87db842 Add cancel in every case when showing the contextual menu 2022-06-13 18:26:57 +03:00
Gil Eluard d52bbb99c1 Room preview unexpectedly triggering within the room (#6255)
* Room preview unexpectedly triggering within the room

- The room creation modal is now triggered only when the user taps the room name label
- Also fix empty room creation modal view
2022-06-10 10:41:37 +02:00
ismailgulek 1bf3c06d6e Adapt to refactorings 2022-06-07 16:11:28 +03:00
ismailgulek 492ccb5eed Move validation logic to a new class and add tests 2022-05-30 16:05:20 +03:00
ismailgulek 4a0c31ce89 Fix confirmation for RTL overridden links 2022-05-27 00:24:15 +03:00
Shunmugaraj ce0c31c021 copy not working in > iOS 15 2022-05-23 09:59:15 +03:00
MaximeE 4b6613c50c Merge branch 'develop' into maximee/PSF-986_lls_fix_live_banner_visibility 2022-05-12 11:49:58 +02:00
MaximeE fb92bd0b41 6111: add refresh of live banner visibility when receive beacon from live sharing 2022-05-11 18:18:21 +02:00
aringenbach 3f24ed5f80 Move NSTextAttachment view provider registration to finalizeInit 2022-05-11 11:28:37 +02:00
aringenbach 348b4170fa Rename StringPillsUtils to PillsFormatter 2022-05-09 15:32:53 +02:00
aringenbach c5912cf579 Rename to partialAttributedTextMessage 2022-05-09 10:46:50 +02:00
aringenbach efcf1ed092 Move attachment registration to RoomViewController 2022-05-09 09:25:39 +02:00
aringenbach e4967b9b78 Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-05 10:29:01 +02:00
SBiOSoftWhare 4a73ec5fce RoomVC: Add location sharing cell actions. 2022-05-03 15:58:56 +02:00
aringenbach bbaac4919b Fix emote sending and edit message 2022-05-03 15:16:02 +02:00
aringenbach d7477f0a56 Fix mention from suggestion 2022-05-03 09:14:59 +02:00
aringenbach 5181880207 Fix copy text with pill 2022-05-02 16:54:45 +02:00
aringenbach 019f4996cb Enable sending messages with pills 2022-05-02 13:35:35 +02:00
SBiOSoftWhare 087df9fe0b RoomViewController: Add delegate method for live location screen presentation request. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare 1a77067532 RoomVC: Handle live location sharing cell data. 2022-04-22 11:51:45 +02:00
ismailgulek 8cbde40f57 Add additional text to beta view 2022-04-19 13:31:30 +03:00
ismailgulek 4b8a48ffdc Get information text as a parameter in threads beta view 2022-04-19 13:10:17 +03:00
ismailgulek d019a0550b Add missing copy menu item for messages, fixes #6036 2022-04-19 12:57:40 +03:00
Yoan Pintas 8e85677955 Merge pull request #6035 from vector-im/yostyle/join_and_show_room
When accepting an invite, expecting to see the room
2022-04-15 15:16:36 +02:00
yostyle 2ac77725f5 Use autojoin boolean 2022-04-15 14:27:57 +02:00
Gil Eluard f62b876f54 Room preview on a long press should not update the read receipt (#6027)
- Done
2022-04-14 10:30:51 +02:00
ismailgulek 3400535ae5 Fix crash #5 2022-04-12 13:45:36 +03:00
SBiOSoftWhare 8f6b4d3592 RoomVC: Fix live location banner showing. 2022-04-08 12:31:09 +02:00
SBiOSoftWhare b9d8e40869 Merge branch 'develop' into steve/5903_lls_start
# Conflicts:
#	Riot/Modules/Room/RoomViewController.h
#	RiotSwiftUI/Modules/Room/LocationSharing/Coordinator/LocationSharingCoordinator.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingModels.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingViewModel.swift
2022-04-08 11:09:06 +02:00
ismailgulek 34b8a5ccab Merge pull request #5970 from vector-im/ismail/5772_threads_opt-in
Threads opt-in screen
2022-04-05 12:36:01 +03:00
ismailgulek c07f06c2bc Move threads enabling logic to the coordinator 2022-04-05 11:35:57 +03:00
ismailgulek c83c4ff2ea Introduce ThreadsBetaCoordinator & open thread view directly after enabling threads 2022-04-05 01:59:11 +03:00