Commit graph

3159 commits

Author SHA1 Message Date
warrickct
ac8dbb341b linting and formatting changes 2021-11-22 17:36:23 +11:00
warrickct
043c2fa99f fixing merge conflicts 2021-11-22 17:25:28 +11:00
warrickct
86a9253144 Merge branch 'clearnet' into message-requests 2021-11-22 17:24:53 +11:00
warrickct
f0161ec338 More formatting and linting 2021-11-22 16:59:43 +11:00
warrickct
2144a3980f Linting and formatting. 2021-11-22 16:48:30 +11:00
warrickct
23ca19b125 Only updating approval when it is a true value as we consider a block a decline. 2021-11-22 16:18:19 +11:00
warrickct
9c9a43ee97 Adding improvements to message request handling. 2021-11-22 15:48:12 +11:00
warrickct
2e2941ba9b message request refactoring. 2021-11-22 12:08:48 +11:00
warrickct
40396224dc adding feature flag for config message receiving 2021-11-16 14:40:52 +11:00
warrickct
2eab74246b PR changes. Disabling message requests behind feature flags. 2021-11-16 13:46:59 +11:00
warrickct
e5a203a48e adding setting of active_at to hide unapproved messages. 2021-11-16 13:09:44 +11:00
Audric Ackermann
a2f6d8c3d3
Merge pull request #2030 from Bilb/fix-netwokr-switching
fix ringing sound for in release builds
2021-11-16 10:56:58 +11:00
Audric Ackermann
485a5b257d
fix ringing sound for in release builds 2021-11-16 10:53:43 +11:00
Audric Ackermann
453d260d5c
Merge pull request #2027 from Bilb/fix-netwokr-switching
Fix network switching with ongoing webrtc calls
2021-11-15 16:54:15 +11:00
Audric Ackermann
67665dde56
handle network switching with webrtc
dirty hack from
https://bugs.chromium.org/p/chromium/issues/detail?id=982793
2021-11-15 16:53:00 +11:00
Audric Ackermann
1203f1dc48
remove none state on callState. instead set it to undefined 2021-11-15 14:48:03 +11:00
Audric Ackermann
b8d5a1c166
disable audio output switching as this is broken for now 2021-11-15 14:46:22 +11:00
Warrick Corfe-Tan
cb5551c1e9 PR changes 2021-11-14 22:38:07 +11:00
Audric Ackermann
af7cdfc4b4
Merge pull request #2024 from Bilb/setup-test-playwright
Webrtc calls caller UI +  playwright setup
2021-11-12 16:13:37 +11:00
Audric Ackermann
f871ed53df
add a sample test with playwright 2021-11-12 16:07:41 +11:00
Audric Ackermann
6625b7c7b6
calls fix cross platforms issue with uuid 2021-11-12 16:05:22 +11:00
Warrick Corfe-Tan
690abb9d52 adding simple PR changes requested. 2021-11-12 13:49:19 +11:00
Warrick Corfe-Tan
6a62437c3e Blocking, accepting on click and accepting on msg send
working across clients.
2021-11-12 13:29:35 +11:00
Audric Ackermann
8c9832f118
add a toggle audio output button 2021-11-12 11:45:17 +11:00
Audric Ackermann
dafb536f58
disable negotiationevent on recipient side
probably cause issues on network changes
2021-11-10 10:42:38 +11:00
Audric Ackermann
29c187c6a0
add a notification on incoming call + an audio playing 2021-11-09 17:25:25 +11:00
Audric Ackermann
25c7a2febd
data extraction notification on a line rather than a column 2021-11-09 15:45:18 +11:00
Audric Ackermann
cca1b4dabe
add a button to start a video call 2021-11-08 15:33:49 +11:00
Audric Ackermann
ef25e5956f
add a spinner for when video call video is loading 2021-11-08 14:09:50 +11:00
Audric Ackermann
f91ed7729b
cleanup SessionCompositionBox 2021-11-08 11:03:08 +11:00
Audric Ackermann
3741e96c61
show input toggles in fullscreen mode too 2021-11-05 14:42:46 +11:00
Audric Ackermann
9951d7947b
topright position for initial draggable call container 2021-11-05 14:03:41 +11:00
Audric Ackermann
8df85441f7
fix video stream not displaying in draggable container 2021-11-05 13:30:18 +11:00
Audric Ackermann
bfe8f973b5
Merge pull request #1995 from ianmacd/pr3
Make the [Home] and [End] keys scroll the conversation.
2021-11-04 16:47:50 +11:00
Audric Ackermann
16ab506eb6
double click on message replies to
Relaes #2006
2021-11-04 16:32:06 +11:00
Audric Ackermann
0f976a516b
Merge pull request #1992 from Bilb/fix-close-emoji-click-button
Fix close emoji click button
2021-11-04 16:23:10 +11:00
Audric Ackermann
57449857f6
reject call after 1 minute showing the dialog 2021-11-04 16:16:27 +11:00
Warrick Corfe-Tan
87235641cb fixed typos for translations and method name. 2021-11-04 16:07:27 +11:00
Audric Ackermann
4700a0c832
allow to hangup even if current call should already be closed 2021-11-04 15:17:28 +11:00
Warrick Corfe-Tan
c3924f85a9 Adding blocking of individual requests and syncing of block to devices. Added approval by replying to a message. 2021-11-04 14:47:47 +11:00
Audric Ackermann
27e87edac2
add a ringing and establishing connection label video calls 2021-11-04 14:28:04 +11:00
Audric Ackermann
dd25d9cb7f
fix flickering of video stream on mute/unmute 2021-11-04 13:41:11 +11:00
Audric Ackermann
8468598b3a
send a pre offer to the PNServer for video calls 2021-11-04 11:49:34 +11:00
Audric Ackermann
8618cf75e9
send and handle uuid for multi device calls 2021-11-04 11:36:39 +11:00
Audric Ackermann
73d36c9769
send hangup event on datachannel to close video stream quicker
on the recipient side too
2021-11-03 16:16:40 +11:00
Audric Ackermann
864d710460
add a handle to resize the inconvo call video 2021-11-03 16:05:59 +11:00
Audric Ackermann
0f21e12073
make resizable the height of the inconvo call 2021-11-03 14:05:44 +11:00
Audric Ackermann
1f11872870
set fullscreen off when remote stream is muted 2021-11-03 09:48:08 +11:00
Audric Ackermann
25910be0fd
do not display the reveal seed banner if user just used it 2021-11-03 09:38:12 +11:00
Audric Ackermann
390af96514
WIP 2021-10-29 16:24:22 +11:00