Commit 8f02dbb
committed
Merge branch 'develop' into v5
# Conflicts:
# .github/workflows/cron-checks.yml
# .github/workflows/smoke-checks.yml
# .swiftformat
# DemoApp/Screens/UserProfile/UserProfileViewController.swift
# Package.swift
# Sources/StreamChat/Audio/AudioSessionConfiguring.swift
# Sources/StreamChat/ChatClient+Environment.swift
# Sources/StreamChat/WebSocketClient/Events/AITypingEvents.swift
# Sources/StreamChat/WebSocketClient/Events/MemberEvents.swift
# Sources/StreamChat/WebSocketClient/Events/MessageEvents.swift
# Sources/StreamChat/WebSocketClient/Events/NotificationEvents.swift
# Sources/StreamChat/WebSocketClient/WebSocketClient.swift
# Sources/StreamChat/Workers/ChannelUpdater.swift
# StreamChat-XCFramework.podspec
# StreamChat.podspec
# StreamChat.xcodeproj/project.pbxproj
# StreamChatUI-XCFramework.podspec
# StreamChatUI.podspec
# Tests/StreamChatTests/Audio/StreamAudioSessionConfigurator_Tests.swift
# Tests/StreamChatTests/Repositories/ChannelRepository_Tests.swift
# Tests/StreamChatTests/WebSocketClient/WebSocketClient_Tests.swift
# fastlane/FastfileFile tree
753 files changed
+2310
-601
lines changed- .github
- actions/xcode-cache
- workflows
- DemoApp
- Screens/UserProfile
- StreamChat/Components
- DeliveredMessages
- Scripts
- Sources
- StreamChatUI
- ChatChannel
- StreamChat
- APIClient
- CDNClient
- Endpoints
- Payloads
- Audio
- Config
- Controllers/ChannelController
- Database
- DTOs
- StreamChatModel.xcdatamodeld/StreamChatModel.xcdatamodel
- Generated
- Models
- Attachments
- Payload+asModel
- Query
- Repositories
- StateLayer
- WebSocketClient
- EventMiddlewares
- Events
- Workers
- StreamChat.xcodeproj
- StreamChatUITestsAppUITests
- Tests/Backend
- TestTools/StreamChatTestTools
- Extensions/Unique
- Fixtures/JSONs
- Mocks
- Models + Extensions
- StreamChat
- Database
- Repositories
- Workers
- SpyPattern/Spy
- TestData
- DummyData
- Tests
- StreamChatTests
- APIClient
- Endpoints
- Payloads
- Audio
- Controllers
- ChannelController
- ChannelListController
- Database/DTOs
- Query
- Repositories
- StateLayer
- WebSocketClient/EventMiddlewares
- Workers
- StreamChatUITests
- SnapshotTests
- ChatChannelList
- Search/__Snapshots__
- ChatChannelSearchVC_Tests
- ChatMessageSearchVC_Tests
- __Snapshots__
- ChatChannelListEmptyView_Tests
- ChatChannelListItemView+SwiftUI_Tests
- ChatChannelListItemView_Tests
- ChatChannelListVC+SwiftUI_Tests
- ChatChannelListVC_Tests
- ChatChannelUnreadCountView+SwiftUI_Tests
- ChatChannel
- __Snapshots__
- ChatChannelVC+SwiftUI_Tests
- ChatChannelVC_Tests
- ChatMessageList
- Attachments/__Snapshots__
- ChatFileAttachmentListView+ItemView_Tests
- ChatMessageLinkPreviewView_Tests
- ChatMessageVoiceRecordingAttachmentListView_Tests
- ChatMessage/__Snapshots__
- ChatMessageContentView_Tests
- ChatMessageErrorIndicator_Tests
- ChatMessageMarkdown_Tests
- Poll/__Snapshots__
- PollAllOptionsListVC_Tests
- PollCommentListVC_Tests
- PollCreationVC_Tests
- PollResultsVC_Tests
- PollResultsVoteListVC_Tests
- Reactions
- ChatMessageReactionAuthorsVC/__Snapshots__/ChatMessageReactionAuthorsVC_Tests
- __Snapshots__/ChatMessageReactionsView_Tests
- ChatThreadList/__Snapshots__/ChatThreadListVC_Tests
- ChatThread/__Snapshots__
- ChatThreadVC+SwiftUI_Tests
- ChatThreadVC_Tests
- CommonViews
- AvatarView/__Snapshots__/ChatChannelAvatarView+SwiftUI_Tests
- ConfirmButton/__Snapshots__/ConfirmButton_Tests
- QuotedChatMessageView/__Snapshots__
- QuotedChatMessageView+SwiftUI_Tests
- QuotedChatMessageView_Tests
- RecordButton/__Snapshots__/RecordButton_Tests
- SendButton/__Snapshots__/SendButton_Tests
- Suggestions
- ChatMentionSuggestionView/__Snapshots__/ChatMentionSuggestionView_Tests
- __Snapshots__/ChatSuggestionsVC_Tests
- Composer/__Snapshots__/ComposerVC_Tests
- Gallery/__Snapshots__/GalleryVC_Tests
- MessageActionsPopup/__Snapshots__
- ChatMessageActionControl_Tests
- ChatMessageActionsVC_Tests
- ChatMessagePopupVC_Tests
- VoiceRecording
- Views/__Snapshots__
- LiveRecordingView_Tests
- RecordingIndicatorView_Tests
- WaveformView_Tests
- __Snapshots__/VoiceRecordingVC_Tests
- Utils
- fastlane
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
753 files changed
+2310
-601
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 98 | + | |
100 | 99 | | |
101 | 100 | | |
102 | | - | |
103 | | - | |
| 101 | + | |
104 | 102 | | |
105 | 103 | | |
106 | | - | |
107 | | - | |
| 104 | + | |
108 | 105 | | |
109 | 106 | | |
110 | 107 | | |
111 | | - | |
| 108 | + | |
112 | 109 | | |
113 | | - | |
| 110 | + | |
| 111 | + | |
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| |||
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
127 | | - | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
143 | | - | |
| 141 | + | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
| |||
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
| 151 | + | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
157 | | - | |
| 156 | + | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
| 159 | + | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
| 172 | + | |
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
6 | 46 | | |
| 47 | + | |
7 | 48 | | |
8 | 49 | | |
9 | 50 | | |
| |||
219 | 260 | | |
220 | 261 | | |
221 | 262 | | |
222 | | - | |
| 263 | + | |
223 | 264 | | |
224 | 265 | | |
225 | 266 | | |
| |||
356 | 397 | | |
357 | 398 | | |
358 | 399 | | |
359 | | - | |
| 400 | + | |
360 | 401 | | |
361 | 402 | | |
362 | 403 | | |
| |||
0 commit comments