Граф коммитов

  • 7098376f7a Add flag to stop pulling signalling messages. Ivan Sein 2017-08-28 12:09:12 +0200
  • e79453f440 Add hang-up test button. Ivan Sein 2017-08-28 11:55:06 +0200
  • 40f510d739 Ensure offers/answers are set before processing candidates. Ivan Sein 2017-08-24 19:36:26 +0200
  • e6dab8c8f5 Remove sessionId map and only use peerConnection dictionary. Ivan Sein 2017-08-24 15:38:10 +0200
  • 32e10ce334 Add error logs when set or create session descriptions fail. Ivan Sein 2017-08-24 14:00:50 +0200
  • c1f248a8a6 Add remoteVideoTrack as class property. Ivan Sein 2017-08-08 13:56:06 +0200
  • 581ae7dbb5 Add STUN server to peer connection config. Ivan Sein 2017-08-08 13:53:32 +0200
  • 9dd07b571b Gitignore WebRTC library for now. Ivan Sein 2017-08-07 21:16:28 +0200
  • aea13c2753 Changes to RTCIceCandidate+JSON class. Ivan Sein 2017-08-07 21:14:38 +0200
  • a5639e3d9e First draft for calling feature. Ivan Sein 2017-08-07 21:11:39 +0200
  • bf9691ca57 Set rounded corners only avatar images. Ivan Sein 2017-09-11 22:53:32 +0200
  • e0dcef3360 Merge pull request #3 from nextcloud/avatars Ivan Sein 2017-09-07 20:00:02 +0200
  • b31edb9b01 Get user's avatar from server. Ivan Sein 2017-09-07 19:57:03 +0200
  • f851684599 Create avatars with one letter only. Ivan Sein 2017-09-07 16:04:41 +0200
  • d7b1f10e67 Sort rooms by lastPing. Ivan Sein 2017-09-07 15:29:19 +0200
  • 690dfcce8c Add condition for not pinged rooms. Ivan Sein 2017-09-07 14:26:17 +0200
  • ec5b0f47bc Add lastPing info label in call cells. Ivan Sein 2017-09-07 14:10:23 +0200
  • 9505a750db Add DateTools pod. Ivan Sein 2017-09-07 14:04:51 +0200
  • 1ee0e3089d Adjust contacts and search tables separators. Ivan Sein 2017-08-31 18:50:01 +0200
  • 0e0554bbaa Change size of calls table's cells. Ivan Sein 2017-08-31 18:41:16 +0200
  • dbf2c27379 Generate avatars for every user in Search table. Ivan Sein 2017-08-31 18:39:23 +0200
  • d6f8d40df5 Remove unnecessary log. Ivan Sein 2017-08-31 18:03:35 +0200
  • c9a89950d6 Generate avatars for every user in Calls and Contacts tables. Ivan Sein 2017-08-31 17:54:02 +0200
  • d197b563ce Add functions to generate colors from strings to UIImageView+Letters. Ivan Sein 2017-08-31 17:51:03 +0200
  • ade7296c17 Add UIImageView+Letters. Ivan Sein 2017-08-31 16:24:31 +0200
  • e1fc92586e Implement join and start pinging a call. Ivan Sein 2017-07-28 19:22:15 +0200
  • da052a60c1 Add signalling controller functions. Ivan Sein 2017-07-28 19:13:44 +0200
  • 8216a420a7 Fix Ping call function. Ivan Sein 2017-07-28 16:42:19 +0200
  • f1d4085efd Updated README. Ivan Sein 2017-07-24 15:52:03 +0200
  • c19853c571 Dim background when search controller is active. Ivan Sein 2017-07-20 15:50:15 +0200
  • e5649a296b Fix row selection when search controller is active. Ivan Sein 2017-07-20 15:48:27 +0200
  • e30e134c17 Added custom cells with icons for contacts and room types. Ivan Sein 2017-07-19 14:47:59 +0200
  • ae80c0f4f3 Check for exact matches while searching for contacts. Ivan Sein 2017-07-18 16:44:29 +0200
  • 8639253251 Added contacts live search in Contacts view controller. Ivan Sein 2017-07-18 15:41:09 +0200
  • a9358b40f2 Filter out app user from contacts list. Ivan Sein 2017-07-14 11:16:52 +0200
  • 3af41af79d Added 'Create OneToOne rooms from Contacts list' feature. Ivan Sein 2017-07-14 11:09:07 +0200
  • fe6c83c6a2 Added NCUser model. Ivan Sein 2017-07-14 10:20:59 +0200
  • e26627b41d Start using NCRoom model instead of NSDictionary for room objects. Ivan Sein 2017-07-13 18:02:45 +0200
  • bae1c0e17f Re-indent using 4 spaces. Ivan Sein 2017-07-13 17:47:40 +0200
  • 5bd2ef90d4 Re-indent using tabs. Ivan Sein 2017-07-13 17:23:02 +0200
  • 25b6049dbf Added Refresh Control to Calls table. Ivan Sein 2017-07-13 17:14:26 +0200
  • 7a74497c42 Use NCRoom model in NCAPIController. Ivan Sein 2017-07-13 16:58:11 +0200
  • dae90f1c9a Added NCRoom model. Ivan Sein 2017-07-13 16:56:09 +0200
  • 76f3ea593d Added 'Remove yourself from a room' feature. Ivan Sein 2017-07-12 16:06:44 +0200
  • d59ff9323c Updated REST API requests. Ivan Sein 2017-07-12 15:28:59 +0200
  • 3a8311003f Added 'More' and 'Leave' buttons to rows of Calls table. Ivan Sein 2017-07-12 12:33:55 +0200
  • 2e84d3d1cd Added first implementation of REST API requests. Ivan Sein 2017-07-11 17:55:59 +0200
  • b0245ac951 Added Settings viewcontroller. Ivan Sein 2017-07-05 16:21:14 +0200
  • 4b7f79218e Added 'settings' and 'add' buttons to calls view. Ivan Sein 2017-07-05 12:20:33 +0200
  • 3d900fc068 Add settings icon. Ivan Sein 2017-07-05 12:18:51 +0200
  • 4ce593670a Added .gitignore file. Ivan Sein 2017-07-05 10:52:56 +0200
  • 15857936ba Added VideoCalls.xcworkspace. Ivan Sein 2017-07-05 10:45:35 +0200
  • e1336e4886 Initial commit of some boilerplate code. Ivan Sein 2017-07-04 19:15:28 +0200
  • 2bef13d642 Initial commit Björn Schießle 2017-07-04 11:37:04 +0200