This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2652 from RocketChat/beta
[RELEASE] Merge BETA into MASTER
- Loading branch information
Showing
54 changed files
with
2,101 additions
and
1,618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -365,6 +365,9 @@ | |
41C955FC20A3937A00FC8314 /* ChatMessageActionButtonsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C955FB20A3937A00FC8314 /* ChatMessageActionButtonsView.swift */; }; | ||
41CD52D520BEFA3B00336892 /* New Room.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 41CD52D420BEFA3B00336892 /* New Room.storyboard */; }; | ||
41D0DA5820991BAE008649E7 /* UploadMessageRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80054CF61FD9AA1B00F5ECF9 /* UploadMessageRequest.swift */; }; | ||
41D1610B2254E0B300B42274 /* MessageDiscussionChatItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41D1610A2254E0B300B42274 /* MessageDiscussionChatItem.swift */; }; | ||
41D1610E2254E1D300B42274 /* MessageDiscussionCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 41D1610C2254E1D300B42274 /* MessageDiscussionCell.xib */; }; | ||
41D1610F2254E1D300B42274 /* MessageDiscussionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41D1610D2254E1D300B42274 /* MessageDiscussionCell.swift */; }; | ||
41D3668620C0323100970B99 /* SubscriptionsSortingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 41D3668320C0323000970B99 /* SubscriptionsSortingView.xib */; }; | ||
41D3668720C0323100970B99 /* SubscriptionsSortingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41D3668420C0323100970B99 /* SubscriptionsSortingView.swift */; }; | ||
41D3668820C0323100970B99 /* SubscriptionsSortingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41D3668520C0323100970B99 /* SubscriptionsSortingViewModel.swift */; }; | ||
|
@@ -1342,6 +1345,9 @@ | |
41CABFF71F5047D600E0B289 /* ChatLoaderCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ChatLoaderCell.xib; sourceTree = "<group>"; }; | ||
41CABFF91F5047E200E0B289 /* ChatLoaderCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChatLoaderCell.swift; sourceTree = "<group>"; }; | ||
41CD52D420BEFA3B00336892 /* New Room.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "New Room.storyboard"; sourceTree = "<group>"; }; | ||
41D1610A2254E0B300B42274 /* MessageDiscussionChatItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageDiscussionChatItem.swift; sourceTree = "<group>"; }; | ||
41D1610C2254E1D300B42274 /* MessageDiscussionCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MessageDiscussionCell.xib; sourceTree = "<group>"; }; | ||
41D1610D2254E1D300B42274 /* MessageDiscussionCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageDiscussionCell.swift; sourceTree = "<group>"; }; | ||
41D3668320C0323000970B99 /* SubscriptionsSortingView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SubscriptionsSortingView.xib; sourceTree = "<group>"; }; | ||
41D3668420C0323100970B99 /* SubscriptionsSortingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptionsSortingView.swift; sourceTree = "<group>"; }; | ||
41D3668520C0323100970B99 /* SubscriptionsSortingViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptionsSortingViewModel.swift; sourceTree = "<group>"; }; | ||
|
@@ -4001,6 +4007,8 @@ | |
9977D858217E94C400FE5EC6 /* MessageActionsCell.swift */, | ||
4190694021D0E82E00FE2573 /* MessageVideoCallCell.xib */, | ||
4190694121D0E82E00FE2573 /* MessageVideoCallCell.swift */, | ||
41D1610C2254E1D300B42274 /* MessageDiscussionCell.xib */, | ||
41D1610D2254E1D300B42274 /* MessageDiscussionCell.swift */, | ||
4101B02A21A2EF8C00772F7C /* HeaderCell.xib */, | ||
4101B02C21A2EF9300772F7C /* HeaderCell.swift */, | ||
); | ||
|
@@ -4027,6 +4035,7 @@ | |
9914183E2166CFA4007D2AA2 /* MessageURLChatItem.swift */, | ||
9977D85A217E999800FE5EC6 /* MessageActionsChatItem.swift */, | ||
4190693E21D0E7F600FE2573 /* MessageVideoCallChatItem.swift */, | ||
41D1610A2254E0B300B42274 /* MessageDiscussionChatItem.swift */, | ||
4101B02821A2EF6B00772F7C /* HeaderChatItem.swift */, | ||
); | ||
path = ChatItems; | ||
|
@@ -4467,6 +4476,7 @@ | |
99363FCA20C8657400AA68C0 /* ShowMoreSeparatorTableViewCell.xib in Resources */, | ||
14F8A242202E5D0600175FDC /* [email protected] in Resources */, | ||
806465EC1FED19B9001F27DB /* EmojiView.xib in Resources */, | ||
41D1610E2254E1D300B42274 /* MessageDiscussionCell.xib in Resources */, | ||
41833F4E1DEF16B600E54655 /* Keys.plist in Resources */, | ||
4124FCC91F7A6BF9008ED4C3 /* ChannelInfoActionCell.xib in Resources */, | ||
991AB00A217458790097AE4C /* AudioMessageCell.xib in Resources */, | ||
|
@@ -5206,6 +5216,7 @@ | |
80D41DFD2092378400034D1F /* StarMessageRequest.swift in Sources */, | ||
33D08E2A20BD5F24008D03EF /* TopTransparentViewController.swift in Sources */, | ||
991AB00C217459690097AE4C /* AudioMessageCell.swift in Sources */, | ||
41D1610F2254E1D300B42274 /* MessageDiscussionCell.swift in Sources */, | ||
993B7B40215F0B730067B962 /* FileMessageChatItem.swift in Sources */, | ||
801DF8151FD7172500302CC8 /* SubscriptionUserView.swift in Sources */, | ||
4112DC591FFFB9B2005995E1 /* ModelHandler.swift in Sources */, | ||
|
@@ -5305,6 +5316,7 @@ | |
8073719A1F94E83600D53ADF /* SocketError.swift in Sources */, | ||
413FB6C11FE17D7D00F010AA /* UIViewExtentions.swift in Sources */, | ||
1496A86D20FA4644005C2E14 /* NotificationsChooseCell.swift in Sources */, | ||
41D1610B2254E0B300B42274 /* MessageDiscussionChatItem.swift in Sources */, | ||
8076FDB0204856AF00114F28 /* AuthCanBlockMessage.swift in Sources */, | ||
8076FDA9204853DE00114F28 /* RealmExecute.swift in Sources */, | ||
80461ACD2191D0D1003F1F32 /* TextHintEmojiViewCell.swift in Sources */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.