talk-ios/VideoCalls
Ivan Sein 8ab7cf9ba1 Fix cleanCurrentPeerConnections method.
Remove delegate for peer connections that are going to be closed.
Notifify call view about deleted peer connections with the delegate function.

Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2020-06-16 17:03:25 +02:00
..
Base.lproj Fix search bar flickering by removing row height estimation. 2018-11-29 17:26:39 +01:00
Images.xcassets Fix swipe actions icons. 2020-06-09 11:24:33 +02:00
VideoCalls/Base.lproj Add Launch screen. 2018-01-11 16:02:59 +01:00
en.lproj Specific localized strings for notification's title and body. 2018-02-07 13:57:17 +01:00
AccountTableViewCell.h Add server url to inactive accounts as subtitle. 2020-05-11 13:27:48 +02:00
AccountTableViewCell.m Add server url to inactive accounts as subtitle. 2020-05-11 13:27:48 +02:00
AccountTableViewCell.xib Add server url to inactive accounts as subtitle. 2020-05-11 13:27:48 +02:00
AddParticipantsTableViewController.h Add option for adding participants to rooms. 2018-01-23 19:24:46 +01:00
AddParticipantsTableViewController.m Make NCRoom and NCChatMessage RLMObjects. 2020-02-07 17:07:38 +01:00
AddParticipantsTableViewController.xib Set 80 as default height for cells in xib files. 2018-04-18 16:30:39 +02:00
AppDelegate.h Add the passcode to the application. 2019-11-18 16:52:03 -08:00
AppDelegate.m Fix crash when no stored push token. 2020-03-11 15:08:53 +01:00
AuthenticationViewController.h User delegates insted of notifications in login and auth view controllers. 2018-03-01 13:30:14 +01:00
AuthenticationViewController.m Do not allow to dismiss login view controllers when there are no accounts. 2020-06-09 10:51:40 +02:00
AvatarBackgroundImageView.h New design waiting view. 2018-12-14 12:51:50 +01:00
AvatarBackgroundImageView.m Make background view more blurry and add dark transparent layer. 2019-03-15 15:27:03 +01:00
CCBKPasscode.h Add the passcode to the application. 2019-11-18 16:52:03 -08:00
CCBKPasscode.m Use same navigation bar style as in the app. 2019-12-04 16:02:44 +01:00
CCCertificate.h Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
CCCertificate.m Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
CallKitManager.h Pass callee accountId when reporting an incoming call. 2020-03-02 11:16:51 +01:00
CallKitManager.m Pass callee accountId when reporting an incoming call. 2020-03-02 11:16:51 +01:00
CallParticipantViewCell.h Show speaking indicator in call participants. 2020-05-08 15:30:44 +02:00
CallParticipantViewCell.m Check for IsCustomAvatar header to blur avatar background. 2020-05-29 18:47:59 +02:00
CallParticipantViewCell.xib Add screensharing indicator and screensharing view. 2019-03-06 14:23:40 +01:00
CallViewController.h Fix close screensharing button. 2019-03-06 17:44:40 +01:00
CallViewController.m Always present call view controller in full screen. 2020-06-09 10:54:27 +02:00
CallViewController.xib Chat toggle button enhancements. 2020-05-22 17:23:23 +02:00
ChatMessageTableViewCell.h Show loading spinner in temporary messages. 2020-04-08 16:25:30 +02:00
ChatMessageTableViewCell.m Clean quotedMessageView on cell reuse. 2020-05-15 13:22:14 +02:00
ChatTableViewCell.h Handle sending failures. 2020-04-24 14:37:33 +02:00
ChatTableViewCell.m Add unread messages view inside chat. 2018-06-04 15:13:23 +02:00
ContactsTableViewCell.h Adjust room contacts/participants height. 2018-12-06 12:35:19 +01:00
ContactsTableViewCell.m Make contact/participant image rounded by default. 2019-07-01 18:45:54 +02:00
ContactsTableViewCell.xib Do not create own avatars. 2019-03-22 16:48:58 +01:00
DateHeaderView.h Add date separators. 2018-05-16 18:36:53 +02:00
DateHeaderView.m Add date separators. 2018-05-16 18:36:53 +02:00
DateHeaderView.xib Changed date separator style. 2019-09-13 18:51:39 +02:00
DirectoryTableViewCell.h Add file sharing support. 2019-04-23 17:27:44 +02:00
DirectoryTableViewCell.m Add file sharing support. 2019-04-23 17:27:44 +02:00
DirectoryTableViewCell.xib Add file sharing support. 2019-04-23 17:27:44 +02:00
DirectoryTableViewController.h Add file sharing support. 2019-04-23 17:27:44 +02:00
DirectoryTableViewController.m Use shared image downloader session for file previews. 2019-10-14 15:19:26 +02:00
FileMessageTableViewCell.h Show loading spinner in temporary messages. 2020-04-08 16:25:30 +02:00
FileMessageTableViewCell.m Use material activity indicator in chat messages sending delivery state. 2020-04-29 16:24:05 +02:00
GroupedChatMessageTableViewCell.h Show loading spinner in temporary messages. 2020-04-08 16:25:30 +02:00
GroupedChatMessageTableViewCell.m Use material activity indicator in chat messages sending delivery state. 2020-04-29 16:24:05 +02:00
HeaderWithButton.h Add participants from conversation info view. 2018-07-30 16:38:41 +02:00
HeaderWithButton.m Add participants from conversation info view. 2018-07-30 16:38:41 +02:00
HeaderWithButton.xib Fix alignement of "Add participant" button. 2018-08-17 15:38:48 +02:00
Info.plist Opt out dark-mode for now. 2020-06-08 15:50:29 +02:00
LoginViewController.h Add the ability to add multiple accounts. 2019-10-22 12:04:34 +02:00
LoginViewController.m Update minimum required version to Talk 4.0. 2020-01-10 13:18:41 +01:00
LoginViewController.xib Change cancel button in login view. 2019-11-18 17:04:04 +01:00
MessageBodyTextView.h Check for default browser to open links in all type of messages. 2019-03-01 18:12:29 +01:00
MessageBodyTextView.m Allow link selection in chat messages. 2019-11-21 10:31:21 +01:00
MessageSeparatorTableViewCell.h Add block separator indicator when history is retrieved from a different block. 2020-03-23 20:37:38 +01:00
MessageSeparatorTableViewCell.m Add block separator indicator when history is retrieved from a different block. 2020-03-23 20:37:38 +01:00
NBMPeersFlowLayout.h Refactored call realted classes and added multiple peers in call support. 2017-10-12 15:00:37 +02:00
NBMPeersFlowLayout.m Refactored call realted classes and added multiple peers in call support. 2017-10-12 15:00:37 +02:00
NCAPIController.h Allow to send messages with referenceId. 2020-04-03 16:49:57 +02:00
NCAPIController.m Merge pull request #303 from nextcloud/temporary-messages 2020-04-29 10:16:53 +02:00
NCAPISessionManager.h Create different API session managers for each user. 2019-10-11 18:50:43 +02:00
NCAPISessionManager.m Differentiate api requests that use cookies from the ones that do not use them. 2019-10-24 18:20:05 +02:00
NCAppBranding.h Add the ability to add multiple accounts. 2019-10-22 12:04:34 +02:00
NCAppBranding.m Add the ability to add multiple accounts. 2019-10-22 12:04:34 +02:00
NCAudioController.h Create NCAudioController class to handle RTCAudioSession. 2019-01-31 15:51:35 +01:00
NCAudioController.m Disable CallKit in China. 2019-02-13 14:01:00 +01:00
NCCallController.h Handle forceMute signaling message. 2020-03-17 18:17:43 +01:00
NCCallController.m Fix cleanCurrentPeerConnections method. 2020-06-16 17:03:25 +02:00
NCChatController.h Delete chat blocks of an account when removing it. 2020-05-06 15:33:51 +02:00
NCChatController.m Mark temporary messages sent more than 1 min ago as failed-to-send messages. 2020-06-04 17:46:19 +02:00
NCChatMessage.h Handle sending failures. 2020-04-24 14:37:33 +02:00
NCChatMessage.m Remove max number of grouped messages. 2020-04-09 16:08:30 +02:00
NCChatTitleView.h Add new clickable title for conversations. 2018-07-23 18:21:00 +02:00
NCChatTitleView.m Adjust title font size to fit width. 2019-05-03 15:35:29 +02:00
NCChatTitleView.xib Change lineBreakMode to tailTruncation. 2019-05-03 15:39:03 +02:00
NCChatViewController.h Stop/Resume chat owned by rooms manager when start/end a call. 2020-05-25 14:57:22 +02:00
NCChatViewController.m Always wait reloadData to finish before scrolling. 2020-06-12 18:12:26 +02:00
NCConnectionController.h Adjust push notification subscription process and handling when using multiple accounts. 2019-10-23 16:03:19 +02:00
NCConnectionController.m Differenciate between account and accountId. 2020-02-28 17:21:58 +01:00
NCDatabaseManager.h Show badge in settings button when there are inactive accounts with unread messages. 2020-05-19 20:22:56 +02:00
NCDatabaseManager.m Show badge in settings button when there are inactive accounts with unread messages. 2020-05-19 20:22:56 +02:00
NCExternalSignalingController.h Create different externalSignalingController for each user. 2019-11-14 10:24:21 +01:00
NCExternalSignalingController.m Handle forceMute signaling message. 2020-03-17 18:17:43 +01:00
NCImageSessionManager.h Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
NCImageSessionManager.m Set ephemeral session configuration for ImageSessionController. 2018-01-04 17:19:12 +01:00
NCMessageParameter.h Add folder icon to shared directories. 2019-04-24 11:44:19 +02:00
NCMessageParameter.m Multi-account migration first step. 2019-10-01 16:46:48 +02:00
NCMessageTextView.h First draft of chat feature. 2018-04-26 14:10:41 +02:00
NCMessageTextView.m Add @-mention hint. 2020-01-07 18:22:39 +01:00
NCNotification.h Group notifications by room. 2019-07-17 10:38:46 +02:00
NCNotification.m Use the guest name in notifications if it was provided. 2019-08-27 16:52:02 +02:00
NCNotificationController.h Handle delete and delete-all push notificaitons. 2019-07-18 09:14:43 +02:00
NCNotificationController.m Show number of unread notifications in inactive accounts. 2020-05-19 15:58:23 +02:00
NCPeerConnection.h Show speaking indicator in call participants. 2020-05-08 15:30:44 +02:00
NCPeerConnection.m Remove data channel message log. 2020-05-08 16:04:31 +02:00
NCPushNotification.h Differenciate between account and accountId. 2020-02-28 17:21:58 +01:00
NCPushNotification.m Differenciate between account and accountId. 2020-02-28 17:21:58 +01:00
NCPushProxySessionManager.h Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
NCPushProxySessionManager.m Modify user agent to register for PushKit notifications in push proxy. 2018-12-05 17:23:41 +01:00
NCRoom.h Better implementation of NCRoom class methods. 2020-06-15 17:40:57 +02:00
NCRoom.m Better implementation of NCRoom class methods. 2020-06-15 17:40:57 +02:00
NCRoomParticipant.h Add moderation options. 2018-07-26 14:42:52 +02:00
NCRoomParticipants.m Fix participant inCall attribute. 2018-10-30 14:05:19 +01:00
NCRoomsManager.h Decouple chat controllers from rooms manager. 2020-05-07 13:50:48 +02:00
NCRoomsManager.m Remove old way of getRoomFromToken from local copy. 2020-05-25 16:59:52 +02:00
NCSettingsController.h Merge pull request #303 from nextcloud/temporary-messages 2020-04-29 10:16:53 +02:00
NCSettingsController.m Show number of unread notifications in inactive accounts. 2020-05-19 15:58:23 +02:00
NCSignalingController.h Stop all requests in signaling controller. 2018-06-08 10:13:03 +02:00
NCSignalingController.m Remove multi-room-support check. 2020-01-10 13:37:08 +01:00
NCSignalingMessage.h Handle forceMute signaling message. 2020-03-17 18:17:43 +01:00
NCSignalingMessage.m Handle forceMute signaling message. 2020-03-17 18:17:43 +01:00
NCUser.h Add the posibility of adding groups, emails and circles as participants. 2020-02-03 20:35:00 +01:00
NCUser.m Add the posibility of adding groups, emails and circles as participants. 2020-02-03 20:35:00 +01:00
NCUserInterfaceController.h Multi-account migration first step. 2019-10-01 16:46:48 +02:00
NCUserInterfaceController.m Do not allow to dismiss login view controllers when there are no accounts. 2020-06-09 10:51:40 +02:00
NCUtils.h Check for IsCustomAvatar header to blur avatar background. 2020-05-29 18:47:59 +02:00
NCUtils.m Check for IsCustomAvatar header to blur avatar background. 2020-05-29 18:47:59 +02:00
NewRoomTableViewController.h Remove contacts view controller. 2018-11-29 21:48:06 +01:00
NewRoomTableViewController.m Hide group and public conversation creation options when canCreate flag is false. 2020-04-09 18:08:27 +02:00
NewRoomTableViewController.xib Split group room creation from public room creation. 2018-06-26 18:23:32 +02:00
PlaceholderView.h Add placeholder and loading view for rooms list. 2018-09-04 15:56:07 +02:00
PlaceholderView.m Add placeholder and loading view for rooms list. 2018-09-04 15:56:07 +02:00
PlaceholderView.xib Lobby view enhancements. 2019-07-26 15:15:43 +02:00
QuotedMessageView.h Create QuotedMessageView. 2019-11-26 14:30:29 +01:00
QuotedMessageView.m Create QuotedMessageView. 2019-11-26 14:30:29 +01:00
ReplyMessageView.h Create QuotedMessageView. 2019-11-26 14:30:29 +01:00
ReplyMessageView.m Fix unsatisfied constraints warnings. 2019-11-28 15:40:09 +01:00
ResultMultiSelectionTableViewController.h Improve searching UI. 2018-10-18 18:54:16 +02:00
ResultMultiSelectionTableViewController.m Check participants source type on multi-selection. 2020-02-05 16:04:32 +01:00
RoomCreation2TableViewController.h Split group room creation from public room creation. 2018-06-26 18:23:32 +02:00
RoomCreation2TableViewController.m Add accessibility labels to room creation flow. 2020-03-27 19:20:11 +01:00
RoomCreation2TableViewController.xib Add boilerplate code for new room creation flow. 2018-06-19 16:41:21 +02:00
RoomCreationTableViewController.h Reuse received contacts in 1st step in the 2nd step of room creation. 2019-09-04 18:54:06 +02:00
RoomCreationTableViewController.m Add accessibility labels to room creation flow. 2020-03-27 19:20:11 +01:00
RoomCreationTableViewController.xib Add boilerplate code for new room creation flow. 2018-06-19 16:41:21 +02:00
RoomInfoTableViewController.h Leave chat correctly when leaving or deleting room from room info view. 2019-07-26 17:05:53 +02:00
RoomInfoTableViewController.m Fix logs. 2020-02-27 11:18:04 +01:00
RoomInfoTableViewController.xib First conversation info view. 2018-07-24 16:31:29 +02:00
RoomNameTableViewCell.h Add favorite room option to room info view. 2018-08-09 11:07:04 +02:00
RoomNameTableViewCell.m Add favorite room option to room info view. 2018-08-09 11:07:04 +02:00
RoomNameTableViewCell.xib Do not create own avatars. 2019-03-22 16:48:58 +01:00
RoomSearchTableViewController.h Add room search functionality to conversations view. 2018-10-01 18:10:06 +02:00
RoomSearchTableViewController.m Highlight unread message indicator in one2one conversations. 2020-01-15 17:54:07 +01:00
RoomTableViewCell.h Adjust room list cells to new style. 2020-01-14 19:12:37 +01:00
RoomTableViewCell.m Fix unread messages indicator in rooms list. 2020-05-08 14:47:51 +02:00
RoomTableViewCell.xib Adjust position of elements in room cell. 2020-01-15 15:23:39 +01:00
RoomsTableViewController.h Adapt UI depending on App State and Connection State. 2018-03-05 16:31:58 +01:00
RoomsTableViewController.m Fix swipe actions icons. 2020-06-09 11:24:33 +02:00
RoundedNumberView.h Change unread messages view color if user was mentioned. 2018-08-03 13:12:25 +02:00
RoundedNumberView.m Bold text on unread messages. 2020-01-15 13:44:27 +01:00
SearchTableViewController.h Improve searching UI. 2018-10-18 18:54:16 +02:00
SearchTableViewController.m Add image for email contacts. 2020-02-05 14:43:33 +01:00
SettingsViewController.h Add the passcode to the application. 2019-11-18 16:52:03 -08:00
SettingsViewController.m Show number of unread notifications in inactive accounts. 2020-05-19 15:58:23 +02:00
SystemMessageTableViewCell.h Render correctly file share system messages. 2018-08-26 11:56:03 +02:00
SystemMessageTableViewCell.m Render correctly file share system messages. 2018-08-26 11:56:03 +02:00
UIBarButtonItem+Badge.h Show badge in settings button when there are inactive accounts with unread messages. 2020-05-19 20:22:56 +02:00
UIBarButtonItem+Badge.m Show badge in settings button when there are inactive accounts with unread messages. 2020-05-19 20:22:56 +02:00
UserSettingsTableViewCell.h Add user information into one cell in settings. 2018-01-16 14:08:24 +01:00
UserSettingsTableViewCell.m Fix UserSettingsTableViewCell init. 2019-03-26 10:53:20 +01:00
UserSettingsTableViewCell.xib Fix user profile in settings view. 2019-11-11 18:35:46 +01:00
VideoCalls.entitlements Add Notification Service Extension, decrypt push notifications, modify push notification alerts. 2017-11-20 17:24:26 +01:00
VideoResolutionsViewController.h Add 'change video resolution' feature. 2018-03-15 18:32:58 +01:00
VideoResolutionsViewController.m Display readable video resolutions. 2018-03-15 19:08:22 +01:00
VideoSettingsViewController.h Add video settings view controller. 2018-03-15 15:13:21 +01:00
VideoSettingsViewController.m Set selectionstylenone to cell with switch. 2018-03-28 10:58:08 +02:00
main.m Initial commit of some boilerplate code. 2017-07-04 19:15:28 +02:00