Commit graph

  • 468a0a9698 Merge branch 'master' into bwindels/calls Bruno Windels 2022-04-14 13:48:34 +0200
  • ea1c3a2b86 Merge remote-tracking branch 'origin/bwindels/calls' into bwindels/calls Bruno Windels 2022-04-14 13:47:23 +0200
  • 021b8cdcdc send hangup when leaving the call Bruno Windels 2022-04-14 13:45:21 +0200
  • ff856d843c ensure all member streams are cloned Bruno Windels 2022-04-14 13:44:11 +0200
  • 2d6cbcfce0 release v0.2.28 v0.2.28 Bruno Windels 2022-04-14 10:38:17 +0200
  • 78f352b839 avoid white ring around avatars in dark theme Bruno Windels 2022-04-14 10:38:08 +0200
  • cbdd7548da release v0.2.27 v0.2.27 Bruno Windels 2022-04-14 09:53:21 +0200
  • 3b74e2ea7e
    Merge pull request #712 from vector-im/theme-convert Bruno Windels 2022-04-14 09:52:38 +0200
  • 55097e4154 Add intent to CallHandler Robert Long 2022-04-13 13:08:47 -0700
  • 2d00d10161 Export LocalMedia Robert Long 2022-04-13 13:08:33 -0700
  • bc118b5c0b WIP Bruno Windels 2022-04-13 18:34:01 +0200
  • 3f4dddc004 Add backwards compatibility theme-convert RMidhunSuresh 2022-04-13 17:49:38 +0530
  • 5170329c79 Remove unsued imports RMidhunSuresh 2022-04-13 17:44:07 +0530
  • 2d8a3d9f9b Fix SDK build RMidhunSuresh 2022-04-13 17:12:38 +0530
  • 83dffef47d Use new theme config RMidhunSuresh 2022-04-13 14:24:50 +0530
  • 23aac5cb45 Make theme-name lowercase in manifest RMidhunSuresh 2022-04-13 14:24:13 +0530
  • f7bfab6e08 Add develop only script tag to index.html RMidhunSuresh 2022-04-12 21:06:09 +0530
  • 5e7432b5de Make badge font color always white RMidhunSuresh 2022-04-12 21:05:14 +0530
  • 2de0450e97 Make colors better looking for dark variant RMidhunSuresh 2022-04-12 16:12:43 +0530
  • f26b51e5da Change colors in more css files RMidhunSuresh 2022-04-12 15:12:31 +0530
  • bf74c3c67b Add more colors to manifest RMidhunSuresh 2022-04-12 14:52:19 +0530
  • 3d304be211 Convert theme.css RMidhunSuresh 2022-04-11 16:45:55 +0530
  • 698d47e221 Enable plugins in config RMidhunSuresh 2022-04-11 16:25:28 +0530
  • 3e2a2b7942 Add theme manifest RMidhunSuresh 2022-04-11 16:23:11 +0530
  • 061dc5f824 Replace icon colors with predefined color RMidhunSuresh 2022-04-06 15:17:52 +0530
  • 366e75b242
    Merge pull request #716 from vector-im/vite-plugin-dev R Midhun Suresh 2022-04-13 14:20:04 +0530
  • b76fb70579
    Merge pull request #717 from vector-im/fix-css-url-processor R Midhun Suresh 2022-04-13 14:19:36 +0530
  • aacd0e6dfb
    Merge pull request #718 from vector-im/fix-css-compile-variables R Midhun Suresh 2022-04-13 14:19:21 +0530
  • bf0cdcd3f1 Add explaining comment vite-plugin-dev RMidhunSuresh 2022-04-13 13:39:20 +0530
  • 825c9847fe Don't hardcode theme/variant names RMidhunSuresh 2022-04-13 12:56:14 +0530
  • 14523ecc5d Use new theme option in vite-config RMidhunSuresh 2022-04-13 12:40:49 +0530
  • 2d4301fe5a WIP: expose streams, senders and receivers Bruno Windels 2022-04-12 21:20:24 +0200
  • 36dc463d23 update TODO Bruno Windels 2022-04-12 21:20:15 +0200
  • efef7147af Modify jsdoc comment fix-css-compile-variables RMidhunSuresh 2022-04-12 21:02:30 +0530
  • 39bc827aaf Invert operation for dark theme RMidhunSuresh 2022-04-12 20:58:14 +0530
  • bb9954a36c Let derive function know if theme is dark RMidhunSuresh 2022-04-12 20:57:43 +0530
  • 0b241db058 Produce a mapping of aliases to resolved colors RMidhunSuresh 2022-04-12 20:57:03 +0530
  • 743bd0db1c Support dark mode and remove dev script tag RMidhunSuresh 2022-04-12 20:39:04 +0530
  • 25a8521efc Use hash instead of UUID fix-css-url-processor RMidhunSuresh 2022-04-12 20:15:14 +0530
  • 36782fb4fe Use unique filenames RMidhunSuresh 2022-04-12 19:44:29 +0530
  • 0e9307608b update TODO Bruno Windels 2022-04-12 14:02:57 +0200
  • 2635adb232 hardcode turn server for now Bruno Windels 2022-04-12 14:02:38 +0200
  • 797cb23cc7 implement receiving hangup, and retry on connection failure Bruno Windels 2022-04-12 14:02:13 +0200
  • fd5b2aa7bb only create datachannel on side that sends invite Bruno Windels 2022-04-11 16:29:46 +0200
  • d734a61447 Merge branch 'master' into bwindels/calls Bruno Windels 2022-04-11 16:14:34 +0200
  • a710f394eb fix lint warning Bruno Windels 2022-04-11 15:57:23 +0200
  • 517e796e90 remove obsolete import Bruno Windels 2022-04-11 15:56:31 +0200
  • 5cacdcfee0 Add leave button to call view Bruno Windels 2022-04-11 15:55:02 +0200
  • c99fc2ad70 use deviceId getter in Member Bruno Windels 2022-04-11 15:54:41 +0200
  • e0efbaeb4e show start time in console logger Bruno Windels 2022-04-11 15:54:31 +0200
  • 387bad73b0 remove debug alert Bruno Windels 2022-04-11 15:54:20 +0200
  • 9be64730b6 don't automatically join a call we create Bruno Windels 2022-04-11 15:54:06 +0200
  • b84c90891c add very early datachannel support Bruno Windels 2022-04-11 15:53:34 +0200
  • c02e1de001 log when renegotiation would be triggered Bruno Windels 2022-04-11 14:55:14 +0200
  • 8e82aad86b fix logic error that made tracks disappear on the second track event Bruno Windels 2022-04-11 14:54:53 +0200
  • 8153060831 only send to target device, not all user devices Bruno Windels 2022-04-11 13:39:40 +0200
  • 302d4bc02d use session id from member event, and also send it for other party Bruno Windels 2022-04-11 13:39:18 +0200
  • 1b0abebe8f remove unused constants Bruno Windels 2022-04-11 12:37:05 +0200
  • 156f5b78bf use session_id from member event to set dest_session_id Bruno Windels 2022-04-11 12:36:02 +0200
  • 6456d4ef76 Cache cssPath RMidhunSuresh 2022-04-10 14:59:42 +0530
  • 49535807bf Do not run plugin on runtime theme RMidhunSuresh 2022-04-10 14:59:08 +0530
  • 0a95eb0940 Fix formatting RMidhunSuresh 2022-04-10 14:52:26 +0530
  • ff98ef4465 Support theming in dev server RMidhunSuresh 2022-04-10 14:49:19 +0530
  • a6b6fef6d2 sdk release 0.0.10 Bruno Windels 2022-04-08 17:48:20 +0200
  • c9bc080aef
    Merge pull request #713 from vector-im/bwindels/fix-request-responsecode-error Bruno Windels 2022-04-08 15:26:12 +0200
  • 4cbd149c25
    Merge pull request #715 from vector-im/bwindels/rename-viewclassfortile Bruno Windels 2022-04-08 15:19:39 +0200
  • cf780ce259 also apply custom tiles in reply preview in composer bwindels/rename-viewclassfortile Bruno Windels 2022-04-08 15:16:22 +0200
  • d21d10e4f2 pass in viewClassForTile from SessionView Bruno Windels 2022-04-08 15:15:21 +0200
  • 1fea14dd10 ensure other parameters don't get passed to TemplateView parent ctors Bruno Windels 2022-04-08 15:04:38 +0200
  • 1f0cb542c8 pass viewClassForTile to tile views, so they can create reply view with correct subtile Bruno Windels 2022-04-08 15:02:07 +0200
  • 57f50cc416 fix lint warnings Bruno Windels 2022-04-08 15:01:27 +0200
  • cda96a35ee rename viewClassForEntry to viewClassForTile Bruno Windels 2022-04-08 15:01:06 +0200
  • e977a6829b
    Merge pull request #714 from vector-im/bwindels/custom-tiles Bruno Windels 2022-04-08 14:29:54 +0200
  • ac4bb8ca15 export tile view & view models from SDK bwindels/custom-tiles Bruno Windels 2022-04-08 14:27:08 +0200
  • a913671f0c make tileClassForEntry optional, as otherwise it is a breaking change Bruno Windels 2022-04-08 14:19:34 +0200
  • 5445db2a42 allow injecting the tilesCreator from the Root/Session/RoomViewModel Bruno Windels 2022-04-08 12:52:30 +0200
  • 220f35ae03 fix typescript error Bruno Windels 2022-04-08 11:52:21 +0200
  • 6aa79cf6e2 allow to inject custom tile view creator fn into timeline view Bruno Windels 2022-04-07 17:19:43 +0200
  • 8a06663023 load all call members for now at startup Bruno Windels 2022-04-07 16:55:41 +0200
  • ad140d5af1 only show video feed when connected Bruno Windels 2022-04-07 16:55:26 +0200
  • a78ae52a54 to test with EC, also load prompt calls at startup Bruno Windels 2022-04-07 16:55:10 +0200
  • b133f58f7a don't throw here for now, although it is probably a sign of why the tracks disappear Bruno Windels 2022-04-07 16:54:47 +0200
  • bade40acc6 log track length Bruno Windels 2022-04-07 16:54:36 +0200
  • 1dc46127c3 no need to throw here Bruno Windels 2022-04-07 16:54:24 +0200
  • 79411437cf fix who initiates call, needs to be lower, not higher Bruno Windels 2022-04-07 16:53:57 +0200
  • 6472800387 impl session id so EC does not ignore our messages Bruno Windels 2022-04-07 16:53:37 +0200
  • fe6e7b09b5 don't encrypt to_device messages for now Bruno Windels 2022-04-07 16:50:16 +0200
  • 88482292e1
    Merge pull request #700 from vector-im/ajbura-patch-2 Bruno Windels 2022-04-07 14:08:40 +0200
  • 9755062563 fix error thrown during request when response code is not used bwindels/fix-request-responsecode-error Bruno Windels 2022-04-07 10:33:12 +0200
  • ad1cceac86 fix error thrown during request when response code is not used Bruno Windels 2022-04-07 10:33:12 +0200
  • 2852834ce3 persist calls so they can be quickly loaded after a restart Bruno Windels 2022-04-07 10:32:23 +0200
  • 0a225292f0
    Merge pull request #704 from vector-im/vite-plugin R Midhun Suresh 2022-04-07 11:57:03 +0530
  • 1b18b1f815
    Merge pull request #707 from vector-im/css-url-processor R Midhun Suresh 2022-04-07 11:54:53 +0530
  • c0fb8a2c77 Throw error if no replacements were made css-url-processor RMidhunSuresh 2022-04-06 11:02:09 +0530
  • f2b4f2e069 Remove console.log RMidhunSuresh 2022-03-27 20:35:10 +0530
  • 7046fcc7c7 Find list of resolved colors from result RMidhunSuresh 2022-03-27 20:00:43 +0530
  • 8c6400ab2c utf-8 --> utf8 RMidhunSuresh 2022-03-25 14:11:09 +0530
  • 5d5eb93baa Implement plugin RMidhunSuresh 2022-03-25 13:35:21 +0530
  • 4ded893880
    Merge pull request #703 from vector-im/css-url-variables-plugin R Midhun Suresh 2022-04-07 11:44:46 +0530
  • bfd73ae52a Pass derive function as argument css-url-variables-plugin RMidhunSuresh 2022-04-07 11:37:20 +0530