David Baker
4e3345482f
Move setsinkid inside if statement
2022-06-28 15:12:59 +01:00
David Baker
7dc6fb27ea
Add embed mode
...
2db23e4110
from postmessage_ptt branch done in a slightly nicer way
2022-06-28 15:08:14 +01:00
Robin
5ced94755b
Merge pull request #413 from robintown/update-js-sdk
...
Update matrix-js-sdk
2022-06-28 08:56:38 -04:00
David Baker
0ffd860fdb
catch a couple of exceptions
2022-06-28 13:24:07 +01:00
Timo
05e786e3d6
Merge pull request #387 from toger5/ts_settings
...
typescript `src/settings`
2022-06-28 12:08:05 +02:00
Robin Townsend
d5e638c8f7
WIP
2022-06-27 17:41:07 -04:00
Robin Townsend
122ffeeab5
Update matrix-js-sdk
2022-06-21 11:32:07 -04:00
Robin Townsend
f2dbd5ff96
Move MediaElement interface to the global types file
2022-06-16 10:01:52 -04:00
Robin Townsend
dcae5ad5f2
Merge branch 'main' into chrome-spatial-aec
2022-06-16 09:56:27 -04:00
Robin Townsend
22dcb883b3
Fix waiting state not disappearing after the 20 second timeout
2022-06-14 23:38:40 -04:00
Robin Townsend
2e945780de
Make the 'waiting for network' state work with spacebar
2022-06-14 16:53:56 -04:00
Robin Townsend
1d4ed6609d
Preload PTT sounds correctly
2022-06-14 14:15:52 -04:00
Robin Townsend
74ccf7d820
Clean up useDelayedState
2022-06-14 12:13:59 -04:00
Robin Townsend
2eae6243bb
Add a comment
2022-06-14 12:10:17 -04:00
Robin Townsend
276532e2e1
Add a 'waiting for network' state to walkie-talkie mode
2022-06-14 12:00:26 -04:00
Robin Townsend
fc07dd2af9
Convert useMediaStream to TypeScript
2022-06-13 17:24:25 -04:00
Robin Townsend
989712c2d5
Fix lints
2022-06-13 13:34:45 -04:00
Robin Townsend
ee43fcc91f
Make AEC work with spatial audio on Chrome
2022-06-13 13:31:44 -04:00
Timo K
18ca92cec4
js->ts
2022-06-11 23:21:20 +02:00
Timo K
dc11814695
rename files js->ts
2022-06-11 15:23:33 +02:00
Timo K
17a31e0904
typing profile folder
2022-06-11 15:14:00 +02:00
Timo K
f990530031
Merge branch 'main' into ts_profile
2022-06-11 14:36:54 +02:00
Timo K
46f1f0f8e9
remove explicit any
2022-06-11 14:32:25 +02:00
Timo K
885e933948
fixes in useMediaHandler
2022-06-11 14:29:26 +02:00
Timo K
9b2e99c559
use React.ChangeEvent in SettingsModal
2022-06-11 14:28:54 +02:00
Timo K
60ed54d6d3
change rageshake.ts
...
to be more similar to the matrix-js version
2022-06-11 14:28:30 +02:00
David Baker
9fc4fbc3e7
Icon / styling fixes + typo
...
* Use icon from compound
* Use warning colour
* Fix capitalisation
2022-06-10 12:06:06 +01:00
David Baker
1f5ac411f6
Add warning if incompatible versionsd are being used
...
This will probably be overly sensitive until we start timing out
member events (ie. https://github.com/matrix-org/matrix-js-sdk/pull/2446
lands) because lots of calls might have old member events from people
who've joined previously.
2022-06-09 21:56:58 +01:00
Timo K
0aa29f775c
linter
2022-06-08 17:22:46 +02:00
Timo K
a4a6105bc9
Merge branch 'main' into ts_settings
2022-06-08 16:40:51 +02:00
Timo K
23098131b8
couple of cleanups
...
ModalProps fixes
LogEntry interface
missing return promise
2022-06-08 16:36:22 +02:00
Robin
1a7211198b
Merge pull request #377 from robintown/spatial-audio-copy
...
Tweak spatial audio copy
2022-06-07 09:25:56 -04:00
Matthew Hodgson
4f9efb3563
last minute s/radio call/walkie-talkie call/ig
2022-06-07 13:31:19 +01:00
Timo K
190c57e853
typescript src/settings
2022-06-06 22:42:48 +02:00
Timo K
785eca7289
typescript src/profile
2022-06-06 22:33:13 +02:00
Robin Townsend
2667e78b43
sound → seem
2022-06-06 11:26:48 -04:00
Robin Townsend
b314e047c1
Tweak spatial audio copy
2022-06-06 11:19:40 -04:00
Robin Townsend
977016fbb2
Merge branch 'main' into organize-colors
2022-06-06 09:03:40 -04:00
Robin Townsend
8da492d00d
Fix warning
2022-06-02 16:30:35 -04:00
Robin Townsend
7d87b8d1e5
'Webcam' → 'Camera'
2022-06-02 13:53:31 -04:00
David Baker
ecb139721b
Merge pull request #370 from vector-im/dbkr/avoid-browser-index-import
...
Fix app when built in production mode
2022-06-02 11:01:49 +01:00
Robin Townsend
aa45261b0d
Organize colors
2022-06-01 11:48:17 -04:00
David Baker
017ec13981
Disable typescript warnings
2022-06-01 16:05:58 +01:00
David Baker
5282ab5f12
Merge remote-tracking branch 'origin/main' into dbkr/avoid-browser-index-import
2022-06-01 16:03:18 +01:00
David Baker
582e6637dc
Merge remote-tracking branch 'origin/main' into dbkr/lower_sdk_timeout
2022-06-01 16:02:48 +01:00
David Baker
65804cd962
Merge pull request #358 from vector-im/dbkr/matrix-utils-ts
...
Convert matrix-utils to typescript
2022-06-01 16:02:20 +01:00
David Baker
0411e1cac8
Fix app when built in production mode
...
The recent typescripting appears to have caused the typescript
compiler to get confused about dependency references and start
refwrencing things like CRYPTO_ENABLED in the js-sdk before it's
defined them.
This avoids using things from the (javascript) browser-index import
and instead pulls everything in from the typescript files, then
fixes the resulting type failures, (in some cases with hacks).
2022-06-01 15:55:02 +01:00
Robin Townsend
d680a36cab
Bump the animation size up a little bit more
2022-06-01 10:41:49 -04:00
Robin Townsend
25bde3560b
Use color variables
2022-06-01 10:41:12 -04:00
Robin Townsend
ddac2ba5ef
Merge branch 'main' into vu-animation
2022-06-01 10:31:04 -04:00