Leonard Kim
e2044074ad
Revert "fix(welcome-page): remove watermark container to avoid z-index wars"
This reverts commit 890151fa72 .
před 6 roky
Saúl Ibarra Corretgé
f060ac9db1
ios: notify RTCAudioSession about CallKit AVAudioSession activation
před 6 roky
Leonard Kim
5a53d7f32a
fix(chat): re-fix letting long messages wrap
před 6 roky
Leonard Kim
4eec13da1c
ref(chat): de-parameterize AbstractMessageContainer
před 6 roky
Leonard Kim
cb8282dfe5
ref(chat): remove unused method
před 6 roky
Leonard Kim
5cd0b1a9be
fix(chat): fix auto-scrolling to bottom
Empower the parent.
před 6 roky
Leonard Kim
504fadaf71
ref(chat): on web, move timestamp to chat message
před 6 roky
Leonard Kim
7187e540a8
ref(chat): on native, show messages as grouped by sender
před 6 roky
Leonard Kim
34dffbfc5e
ref(chat): on native, group messages by sender (no styling)
před 6 roky
Leonard Kim
a9637f93c3
ref(chat): create AbstractMessageContainer
So mobile and web can share logic for grouping chat
messages by sender.
před 6 roky
Leonard Kim
0e8b0a9c5c
ref(chat): create web MessageContainer component
před 6 roky
Saúl Ibarra Corretgé
e66b596a0d
ios: add ability to override SDK version when releasing
před 6 roky
Saúl Ibarra Corretgé
6f320f463d
rn: don't use annotated tags when building the SDKs
před 6 roky
Saúl Ibarra Corretgé
02955ab57c
deps: react-native@0.59.8
https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0598
před 6 roky
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.
před 6 roky
Bettenbuk Zoltan
dcf31baf3a
doc: update google auth doc
před 6 roky
Bettenbuk Zoltan
1e346f10ab
rn: fix streaming key input color
před 6 roky
Leonard Kim
a114d55fac
fix(chat): ensure really long words can trigger wrapping
před 6 roky
Leonard Kim
afde717ca4
ref(chat): use message type as classname
před 6 roky
Leonard Kim
fb5a45f714
feat(chat): on web, group messages by sender
před 6 roky
Дамян Минков
f5ac18da18
Add option to allow guest(moderators) to add a room password
před 6 roky
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.
před 6 roky
damencho
9bde673397
Updates copy info with parltcipant name info if available.
před 6 roky
paweldomas
ff6b27eafa
fix(travis): add watch dev prov profile
před 6 roky
paweldomas
8cb19ccbf6
fix(travis): download WebRTC bitcode
před 6 roky
damencho
198eba3682
Does not play sound notifications on the recording side.
před 6 roky
Leonard Kim
a49f62238b
ref(chat): clean up extra dom
před 6 roky
Leonard Kim
a8233bdb84
ref(chat): move some colors to css variables
před 6 roky
Leonard Kim
ec2826e0fc
ref(chat): make wider
před 6 roky
Leonard Kim
3d9606f6da
ref(chat): use somewhat transparent background
před 6 roky
Leonard Kim
01458eeff9
ref(chat): add a header for holding the close button
před 6 roky
Leonard Kim
0318568a30
ref(chat): add light top border on input for visual separation
před 6 roky
Leonard Kim
4d04141f24
ref(chat): change input placeholder
před 6 roky
Leonard Kim
afbc622fb9
ref(chat): differentiate local and remote messages with background color
před 6 roky
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.
před 6 roky
Leonard Kim
2a4bac7a27
ref(chat): remove chat bubble arrow
před 6 roky
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
It was extracted from the RN core to a community maintained package.
před 6 roky
Saúl Ibarra Corretgé
2fad9f9ba8
ios: update Podfile.lock
před 6 roky
Saúl Ibarra Corretgé
8b0e5b9d15
android: set system navbar color to match the header
před 6 roky
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 .
před 6 roky
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
před 6 roky
Bettenbuk Zoltan
7e9df74e60
rn: add generic alert dialog
před 6 roky
Bettenbuk Zoltan
3eca67e1ad
rn: add HeaderWithNavigation component
před 6 roky
Дамян Минков
c040b3a7dd
Fall back to using label for preferred devices (#4171)
* Skips setting undefined device id to sink in audio preview.
* Fallbacks to use labels for user selected devices.
* Fixes comment.
před 6 roky
Leonard Kim
3f4a71c26d
fix(welcome-page): remove watermark container to avoid z-index wars
By making the container 100% height and position relative, that
would cause it to overlap any static-positioned elements below it.
The 100% makes it so that any watermarks intended for the bottom
of the page show up on the bottom of the page. However, it's not
needed because watermark stylings already try to position the
watermarks at the bottom.
před 6 roky
Leonard Kim
e7db8d6812
fix(chat): save chat error messages into redux
The proper field name is "messageType",
not "type." Also using "type" would
override the actionType.
před 6 roky
Saúl Ibarra Corretgé
7d2ac0244d
deps: react-native-webrtc@4064c6f2db4f8b961daaaa8dafc6a896d7cfbc43
New M69 build with Metal crash fixes.
před 6 roky
Saúl Ibarra Corretgé
c0efea5168
ios: enable bitcode
Time has come. We need to enable bitcode. It's optional for iOS targets, but
mandatory for the entire project if there is a watchOS target. Since we have a
watchOS target, it's time to enable it.
před 6 roky
Saúl Ibarra Corretgé
5ed53dcef5
ios: update Fastlane for watchOS app
před 6 roky
Saúl Ibarra Corretgé
746159a1ac
ios: set compilation mode to "wholemodule" for release builds
před 6 roky