Leonard Kim
d86b60ea72
fix(chat): maintain bottom scroll on input resize
6 years ago
Leonard Kim
dfe5fbb702
ref(chat): change initial input size to 1 line
6 years ago
Leonard Kim
09f881c0f5
ref(chat): bring in package for text area auto-resizing
6 years ago
Leonard Kim
f1546008f9
ref(chat): removed unused getChatInputRef callback for input
6 years ago
Leonard Kim
d8df7fde84
ref(chat): clean up public blur/focus methods on input
Method blur is not called. Method blur is called
internally only.
6 years ago
Saúl Ibarra Corretgé
1c809eb428
ios: strip bitcode when releasing the SDK
6 years ago
Saúl Ibarra Corretgé
e94edcd4ae
ios: automagically download a bitcode WebRTC build if needed
6 years ago
paweldomas
b48651396f
fix(travis): upload through ssh proxy
6 years ago
Leonard Kim
e2044074ad
Revert "fix(welcome-page): remove watermark container to avoid z-index wars"
This reverts commit 890151fa72 .
6 years ago
Saúl Ibarra Corretgé
f060ac9db1
ios: notify RTCAudioSession about CallKit AVAudioSession activation
6 years ago
Leonard Kim
5a53d7f32a
fix(chat): re-fix letting long messages wrap
6 years ago
Leonard Kim
4eec13da1c
ref(chat): de-parameterize AbstractMessageContainer
6 years ago
Leonard Kim
cb8282dfe5
ref(chat): remove unused method
6 years ago
Leonard Kim
5cd0b1a9be
fix(chat): fix auto-scrolling to bottom
Empower the parent.
6 years ago
Leonard Kim
504fadaf71
ref(chat): on web, move timestamp to chat message
6 years ago
Leonard Kim
7187e540a8
ref(chat): on native, show messages as grouped by sender
6 years ago
Leonard Kim
34dffbfc5e
ref(chat): on native, group messages by sender (no styling)
6 years ago
Leonard Kim
a9637f93c3
ref(chat): create AbstractMessageContainer
So mobile and web can share logic for grouping chat
messages by sender.
6 years ago
Leonard Kim
0e8b0a9c5c
ref(chat): create web MessageContainer component
6 years ago
Saúl Ibarra Corretgé
e66b596a0d
ios: add ability to override SDK version when releasing
6 years ago
Saúl Ibarra Corretgé
6f320f463d
rn: don't use annotated tags when building the SDKs
6 years ago
Saúl Ibarra Corretgé
02955ab57c
deps: react-native@0.59.8
https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0598
6 years ago
Leonard Kim
a9d76a2577
fix(large-video): vertically align center screenshare
Stop using special case logic for aligning screenshare videos.
It may be possible to have positioning all done using CSS but that
seems to be a more significant refactoring.
6 years ago
Bettenbuk Zoltan
dcf31baf3a
doc: update google auth doc
6 years ago
Bettenbuk Zoltan
1e346f10ab
rn: fix streaming key input color
6 years ago
Leonard Kim
a114d55fac
fix(chat): ensure really long words can trigger wrapping
6 years ago
Leonard Kim
afde717ca4
ref(chat): use message type as classname
6 years ago
Leonard Kim
fb5a45f714
feat(chat): on web, group messages by sender
6 years ago
Дамян Минков
f5ac18da18
Add option to allow guest(moderators) to add a room password
6 years ago
Saúl Ibarra Corretgé
103ae363f6
ios: fix CallKit crash in development mode
It's possible a CallKit event arrives when the React Bridge has been torn down
and there is an assert that checks this. In order to avoid a crash, just skip
the event.
6 years ago
damencho
9bde673397
Updates copy info with parltcipant name info if available.
6 years ago
paweldomas
ff6b27eafa
fix(travis): add watch dev prov profile
6 years ago
paweldomas
8cb19ccbf6
fix(travis): download WebRTC bitcode
6 years ago
damencho
198eba3682
Does not play sound notifications on the recording side.
6 years ago
Leonard Kim
a49f62238b
ref(chat): clean up extra dom
6 years ago
Leonard Kim
a8233bdb84
ref(chat): move some colors to css variables
6 years ago
Leonard Kim
ec2826e0fc
ref(chat): make wider
6 years ago
Leonard Kim
3d9606f6da
ref(chat): use somewhat transparent background
6 years ago
Leonard Kim
01458eeff9
ref(chat): add a header for holding the close button
6 years ago
Leonard Kim
0318568a30
ref(chat): add light top border on input for visual separation
6 years ago
Leonard Kim
4d04141f24
ref(chat): change input placeholder
6 years ago
Leonard Kim
afbc622fb9
ref(chat): differentiate local and remote messages with background color
6 years ago
Leonard Kim
fbc7f865ec
ref(chat): change chat bubble borders based on sender
For remote chat messages, all corners should be rounded
except the top left. For local messages all corners
should be rounded except the top right.
6 years ago
Leonard Kim
2a4bac7a27
ref(chat): remove chat bubble arrow
6 years ago
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
It was extracted from the RN core to a community maintained package.
6 years ago
Saúl Ibarra Corretgé
2fad9f9ba8
ios: update Podfile.lock
6 years ago
Saúl Ibarra Corretgé
8b0e5b9d15
android: set system navbar color to match the header
6 years ago
paweldomas
0889ffdf27
android fix: do not enter PiP mode when the permissions alert is shown
Entering PiP mode while the permissions dialog is display will not only
fail, but also mess up the Activity lifecycle on some OS versions.
We may end up with two activity/fragment instances and a situation where
the onStop callback was not called yet on the instance #1 while
the onResume has been already called on instance #2 .
6 years ago
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
6 years ago
Bettenbuk Zoltan
7e9df74e60
rn: add generic alert dialog
6 years ago