Commit graph

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