talk-ios/VideoCalls
Ivan Sein 6249fd6868 Check if external signaling server has a MCU.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-09-21 11:37:49 +02:00
..
Base.lproj Make rooms table same size as contacts table (extendedLayoutIncludesOpaqueBars="YES"). 2018-09-04 18:08:14 +02:00
Images.xcassets Add firefox as supported browser to open links. 2018-09-14 11:27:55 +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
AddParticipantsTableViewController.h Add option for adding participants to rooms. 2018-01-23 19:24:46 +01:00
AddParticipantsTableViewController.m Add placeholder and loading view for 'Add Participants' view. 2018-09-05 11:38:28 +02:00
AddParticipantsTableViewController.xib Set 80 as default height for cells in xib files. 2018-04-18 16:30:39 +02:00
AppDelegate.h Add Firebase configuration. 2017-11-07 14:05:53 +01:00
AppDelegate.m Add firefox as supported browser to open links. 2018-09-14 11:27:55 +02:00
AuthenticationViewController.h User delegates insted of notifications in login and auth view controllers. 2018-03-01 13:30:14 +01:00
AuthenticationViewController.m Correctly URLdecode for user and token. 2018-04-06 14:38:44 +02: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
CallParticipantViewCell.h Show avatar when remote peer disables video. 2017-12-18 21:58:56 +01:00
CallParticipantViewCell.m Merge pull request #62 from nextcloud/remote-videos-ui-improvements 2018-02-16 12:30:58 +01:00
CallParticipantViewCell.xib Set font size 19 to labels in calling view. 2018-04-16 11:18:54 +02:00
CallViewController.h Add inChat and inCall flags to room controller. 2018-05-25 12:41:46 +02:00
CallViewController.m Check if call controller was created when leaving call. 2018-08-14 16:41:26 +02:00
CallViewController.xib Set font size 19 to labels in calling view. 2018-04-16 11:18:54 +02:00
ChatMessageTableViewCell.h Create custom class for message body and add selectAll option. 2018-06-28 14:54:46 +02:00
ChatMessageTableViewCell.m Add firefox as supported browser to open links. 2018-09-14 11:27:55 +02:00
ChatTableViewCell.h Add unread messages view inside chat. 2018-06-04 15:13:23 +02:00
ChatTableViewCell.m Add unread messages view inside chat. 2018-06-04 15:13:23 +02:00
ContactsTableViewCell.h Added custom cells with icons for contacts and room types. 2017-07-19 14:47:59 +02:00
ContactsTableViewCell.m Added custom cells with icons for contacts and room types. 2017-07-19 14:47:59 +02:00
ContactsTableViewCell.xib Align table view cells. 2018-04-13 18:21:53 +02:00
ContactsTableViewController.h Add chat option in Contacts view. 2018-05-18 17:17:16 +02:00
ContactsTableViewController.m Add placeholder and loading view for contacts view. 2018-09-04 18:05:39 +02: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 Make date headers opaque. 2018-06-04 18:27:59 +02:00
FileMessageTableViewCell.h Support grouped file messages. 2018-09-05 16:06:42 +02:00
FileMessageTableViewCell.m Support grouped file messages. 2018-09-05 16:06:42 +02:00
GroupedChatMessageTableViewCell.h Create custom class for message body and add selectAll option. 2018-06-28 14:54:46 +02:00
GroupedChatMessageTableViewCell.m Create custom class for message body and add selectAll option. 2018-06-28 14:54:46 +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 Add firefox as supported browser to open links. 2018-09-14 11:27:55 +02:00
LoginViewController.h User delegates insted of notifications in login and auth view controllers. 2018-03-01 13:30:14 +01:00
LoginViewController.m Return focus to server input field after a failed login. 2018-08-31 11:37:20 +02:00
LoginViewController.xib Fix activity indicator position in login screen. 2018-01-23 11:09:34 +01:00
MessageBodyTextView.h Create custom class for message body and add selectAll option. 2018-06-28 14:54:46 +02:00
MessageBodyTextView.m Create custom class for message body and add selectAll option. 2018-06-28 14:54:46 +02: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 Initial connection and reconnections to external signaling server. 2018-09-20 16:40:05 +02:00
NCAPIController.m Initial connection and reconnections to external signaling server. 2018-09-20 16:40:05 +02:00
NCAPISessionManager.h Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
NCAPISessionManager.m Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
NCCallController.h Implement call feature using external signaling. 2018-09-20 16:40:05 +02:00
NCCallController.m Check if external signaling server has a MCU. 2018-09-21 11:37:49 +02:00
NCChatMessage.h Show shared files previews. 2018-08-30 11:25:23 +02:00
NCChatMessage.m Show shared files previews. 2018-08-30 11:25:23 +02:00
NCChatTitleView.h Add new clickable title for conversations. 2018-07-23 18:21:00 +02:00
NCChatTitleView.m Add new clickable title for conversations. 2018-07-23 18:21:00 +02:00
NCChatTitleView.xib Add new clickable title for conversations. 2018-07-23 18:21:00 +02:00
NCChatViewController.h First draft of chat feature. 2018-04-26 14:10:41 +02:00
NCChatViewController.m Support grouped file messages. 2018-09-05 16:06:42 +02:00
NCConnectionController.h Initial connection and reconnections to external signaling server. 2018-09-20 16:40:05 +02:00
NCConnectionController.m Initial connection and reconnections to external signaling server. 2018-09-20 16:40:05 +02:00
NCExternalSignalingController.h Check if external signaling server has a MCU. 2018-09-21 11:37:49 +02:00
NCExternalSignalingController.m Check if external signaling server has a MCU. 2018-09-21 11:37:49 +02:00
NCFilePreviewSessionManager.h Show shared files previews. 2018-08-30 11:25:23 +02:00
NCFilePreviewSessionManager.m User setImageWithURLRequest for file previews. 2018-08-31 15:30:45 +02: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 Render correctly file share system messages. 2018-08-26 11:56:03 +02:00
NCMessageParameter.m Show shared files previews. 2018-08-30 11:25:23 +02:00
NCMessageTextView.h First draft of chat feature. 2018-04-26 14:10:41 +02:00
NCMessageTextView.m First draft of chat feature. 2018-04-26 14:10:41 +02:00
NCPeerConnection.h Implement call feature using external signaling. 2018-09-20 16:40:05 +02:00
NCPeerConnection.m Implement call feature using external signaling. 2018-09-20 16:40:05 +02:00
NCPushNotification.h Check if push notifications contain roomId or roomToken. 2018-08-06 16:29:22 +02:00
NCPushNotification.m Wait for capabilities when interacting with push notifications. 2018-08-07 09:54:27 +02: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 Start using AFNetworking 3.x version and show alerts when trust server evaluation fails. 2017-12-04 18:58:46 +01:00
NCRoom.h Improve last message display. 2018-08-16 18:08:48 +02:00
NCRoom.m Fix system message check in lastMessage. 2018-09-05 16:25:26 +02:00
NCRoomController.h Implement pagination in chat. 2018-06-01 16:04:39 +02:00
NCRoomController.m Join/Leave rooms. 2018-09-20 16:40:05 +02:00
NCRoomParticipant.h Add moderation options. 2018-07-26 14:42:52 +02:00
NCRoomParticipants.m Fix guests display in participant list. 2018-07-27 10:14:32 +02:00
NCRoomsManager.h Move room update to room manager. 2018-07-30 11:54:05 +02:00
NCRoomsManager.m Join/Leave rooms. 2018-09-20 16:40:05 +02:00
NCSettingsController.h Initial connection and reconnections to external signaling server. 2018-09-20 16:40:05 +02:00
NCSettingsController.m Initial connection and reconnections to external signaling server. 2018-09-20 16:40:05 +02:00
NCSignalingController.h Stop all requests in signaling controller. 2018-06-08 10:13:03 +02:00
NCSignalingController.m Check if call has started when leaving it. 2018-06-08 14:24:36 +02:00
NCSignalingMessage.h Implement call feature using external signaling. 2018-09-20 16:40:05 +02:00
NCSignalingMessage.m Implement call feature using external signaling. 2018-09-20 16:40:05 +02:00
NCUser.h Added NCUser model. 2017-07-14 10:20:59 +02:00
NCUser.m Cast user's id and name when retrieving contacts. 2018-02-16 10:46:57 +01:00
NCUserInterfaceController.h Add "Leave room" and "Delete room" options. 2018-08-09 18:12:16 +02:00
NCUserInterfaceController.m Add "Leave room" and "Delete room" options. 2018-08-09 18:12:16 +02:00
NewRoomTableViewController.h Split group room creation from public room creation. 2018-06-26 18:23:32 +02:00
NewRoomTableViewController.m Add placeholders and loading views in creating room process. 2018-09-05 13:47:58 +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 Better alignment of placeholder view. 2018-09-04 16:48:47 +02:00
ResultMultiSelectionTableViewController.h Add possibility to add multiple participants at once. 2018-06-18 17:38:25 +02:00
ResultMultiSelectionTableViewController.m Add placeholder and loading view for search results tableviews. 2018-09-05 11:37:44 +02:00
RoomCreation2TableViewController.h Split group room creation from public room creation. 2018-06-26 18:23:32 +02:00
RoomCreation2TableViewController.m Add favorite room option to room info view. 2018-08-09 11:07:04 +02:00
RoomCreation2TableViewController.xib Add boilerplate code for new room creation flow. 2018-06-19 16:41:21 +02:00
RoomCreationTableViewController.h Add boilerplate code for new room creation flow. 2018-06-19 16:41:21 +02:00
RoomCreationTableViewController.m Add placeholders and loading views in creating room process. 2018-09-05 13:47:58 +02:00
RoomCreationTableViewController.xib Add boilerplate code for new room creation flow. 2018-06-19 16:41:21 +02:00
RoomInfoTableViewController.h First conversation info view. 2018-07-24 16:31:29 +02:00
RoomInfoTableViewController.m Rename room actions. 2018-08-16 11:47:01 +02: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 Add favorite room option to room info view. 2018-08-09 11:07:04 +02:00
RoomTableViewCell.h Add favorite indicator in room list. 2018-08-08 15:22:26 +02:00
RoomTableViewCell.m Add favorite indicator in room list. 2018-08-08 15:22:26 +02:00
RoomsTableViewController.h Adapt UI depending on App State and Connection State. 2018-03-05 16:31:58 +01:00
RoomsTableViewController.m Add placeholder and loading view for rooms list. 2018-09-04 15:56:07 +02:00
RoundedNumberView.h Change unread messages view color if user was mentioned. 2018-08-03 13:12:25 +02:00
RoundedNumberView.m Change unread messages view color if user was mentioned. 2018-08-03 13:12:25 +02:00
SearchTableViewController.h Index users in search and addParticipants views. 2018-04-10 14:33:29 +02:00
SearchTableViewController.m Add placeholder and loading view for search results tableviews. 2018-09-05 11:37:44 +02:00
SettingsViewController.h Added Settings viewcontroller. 2017-07-05 16:21:14 +02:00
SettingsViewController.m Add firefox as supported browser to open links. 2018-09-14 11:27:55 +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
UnreadMessagesView.h Add unread messages view inside chat. 2018-06-04 15:13:23 +02:00
UnreadMessagesView.m Add unread messages view inside chat. 2018-06-04 15:13:23 +02:00
UnreadMessagesView.xib Make unread messages view wider. 2018-06-05 11:18:35 +02:00
UserSettingsTableViewCell.h Add user information into one cell in settings. 2018-01-16 14:08:24 +01:00
UserSettingsTableViewCell.m Add user information into one cell in settings. 2018-01-16 14:08:24 +01:00
UserSettingsTableViewCell.xib Fix crash in Settings when no User Profile. 2018-04-30 13:14:58 +02: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