Roland
cea12c9a8b
Fix typo which made this module unusable
...
showControls instead of showControns
2018-12-03 10:08:25 +01:00
virtuacoplenny
05b7e6facc
Merge pull request #3636 from virtuacoplenny/lenny/tile-view-toggles-some-features
...
Tile view toggles some features and some features toggle tile view
2018-11-30 09:10:23 -08:00
Saúl Ibarra Corretgé
34e6ea2f26
deps: remove no longer used autosize
2018-11-30 16:38:17 +00:00
Saúl Ibarra Corretgé
9c4ca38222
deps: update lib-jitsi-meet
...
Introduces the sdpSemantics configuration option.
2018-11-30 16:22:07 +00:00
virtuacoplenny
5292d14412
Merge pull request #3637 from virtuacoplenny/lenny/floor-tile-sizes
...
fix(tile-view): thumbnail videos should cover entire thumbnail
2018-11-30 08:14:17 -08:00
virtuacoplenny
e207ad609a
Merge pull request #3642 from virtuacoplenny/lenny/tile-view-popover-z
...
fix(tile-view): popovers should display over icons in other thumbnails
2018-11-30 08:08:21 -08:00
Leonard Kim
35da17f5a6
ref(local-video): merge styles at render
...
Remove caching of calculated styles, thereby removing
componentWillReceiveProps, by passing in base styles
and passed in styles when rendering.
2018-11-30 08:42:44 +00:00
Guus der Kinderen
fb6949f7ba
[Android] Add jsc-android to SDK project / improve build docs
...
Due to a switch to a newer version of JSCore, the jsc-android dependency is now used by the
SDK. As this dependency is not (yet) available in the Jitsi Maven repository, an error like
this is reported when an application is ran that uses the SDK:
com.facebook.react.common.JavascriptException: Can't find variable: Symbol
This commit primarily improves the instructions on how to create a local Maven repository
that contains all required dependencies, including the JSCore dependency that was missing.
This intends to address the issue described in https://github.com/jitsi/jitsi-meet/issues/3399
2018-11-29 22:21:27 +00:00
Leonard Kim
9013c0db39
fix(tile-view): popovers should display over icons in other thumbnails
2018-11-29 10:50:25 -08:00
Guus der Kinderen
99542e29e6
[RN] Upgrade React Native to 0.57.6
2018-11-29 10:35:31 +00:00
Leonard Kim
a1ef845663
fix(tile-view): thumbnail videos should cover entire thumbnail
...
Video elements may have problems scaling to cover pixel fractions,
so there could be a 1px black border line displaying in the
thumbnail. It's most visible in tile view. Flooring the sizing
calculations hides the border.
2018-11-28 13:36:12 -08:00
Leonard Kim
1396d59ce2
fix(tile-view): disable on etherpad display, disable etherpad on view enter
2018-11-28 11:48:15 -08:00
Leonard Kim
29bc18df01
fix(tile-view): disable tile view on pin, unpin all on view enter
2018-11-28 11:36:23 -08:00
Saúl Ibarra Corretgé
1ba66e4b65
ios: update CocoaPods dependencies
2018-11-28 16:59:37 +01:00
Saúl Ibarra Corretgé
80afe30e9e
feat(chore): make sure all links in package-lock are HTTPS
2018-11-28 16:41:51 +01:00
virtuacoplenny
957606b3f8
Merge pull request #3630 from virtuacoplenny/lenny/youtube-1-on-1
...
fix(filmstrip): show thumbnails in 1-on-1 with a fake participant
2018-11-27 14:36:43 -08:00
Leonard Kim
769a2c7c94
fix(filmstrip): show thumbnails in 1-on-1 with a fake participant
...
Filmstrip remote thumbnails display under certain conditions, as
defined in filmstrip/functions.web.js. Previously the raw
participant count was used, which included fake participants.
Using the selector getParticipantCount excludes fake participants,
causing YouTube thumbnails to remain hidden in a 1-on-1 call.
2018-11-27 12:31:27 -08:00
virtuacoplenny
f349357d3c
Merge pull request #3584 from virtuacoplenny/lenny/update-lifecycles-1
...
Remove some usages of deprecated lifecycle methods
2018-11-27 09:02:05 -08:00
virtuacoplenny
9c2f816c29
Merge pull request #3619 from mmoanis/dialog-with-tabs
...
Abstract the DialogWithTabs title so it can be reused with other comp…
2018-11-24 10:31:58 -08:00
mmoanis
b844a9f06b
Abstract the DialogWithTabs title so it can be reused with other components
2018-11-24 12:50:09 +01:00
Leonard Kim
d4e18e78fa
ref(recording-label): derive when the label state is no longer stale
2018-11-21 08:08:45 -08:00
Leonard Kim
f13cfe70f3
ref(sidebar): derive showOverlay state
...
- Derive the showOverlay state. When the sidebar should be hidden,
the internal showOverlay state should remain true until the
animation hides it. When the sidebar should show, the showOverlay
state should become true immediately.
- Use PureComponent to prevent additional animation triggers
instead of explicitly checking changes to the "show" prop.
2018-11-21 08:08:45 -08:00
Leonard Kim
5cb4bec633
ref(circular-label): animate after dom updates
...
Based on react-native docs, looks like animations should be
started after mount. Updating animation states I'm not certain
on so I moved it to componentDidUpdate and tested with the
live streaming label to ensure the component still animated fine.
2018-11-21 08:08:45 -08:00
Leonard Kim
4409bbabb7
ref(blank-page): destroy local track after mount
...
To kill componentWillMount, call destroyLocalTrack after mount.
Navigation to the blank page was synthetically forced and no
UI issues were noticed, possibly because destroyLocalTrack may
already be async so destruction may already have been occurring
after mount.
2018-11-21 08:08:45 -08:00
Leonard Kim
d6216f21d5
ref(live-streaming): remove picker state to remove componentWillReceiveProps
2018-11-21 08:08:45 -08:00
Leonard Kim
3a32f7f3f0
ref(audio-picker): fetch audio devices after mount
...
Per react migration docs, initially fetching external data is
recommended to be done in componentDidMount.
2018-11-21 08:08:45 -08:00
Leonard Kim
d5fb2c2717
ref(sdk): update comments to exclude mention of componentWillReceiveProps
2018-11-21 08:08:45 -08:00
Leonard Kim
c4f1588bb0
ref(dialog): set mounted flag after mount
2018-11-21 08:08:45 -08:00
Leonard Kim
609f3887f2
ref(welcome-page): native creates/destroys camera after mount
2018-11-21 08:08:45 -08:00
Leonard Kim
77f8f85b96
ref(device-selection): update preview tracks on component update
2018-11-21 08:08:45 -08:00
Leonard Kim
14adc0b887
ref(always-on-top): trigger toolbar hide timeout after update
2018-11-21 08:08:45 -08:00
Leonard Kim
c288d0e18c
ref(deep-linking): set initial state in constructor
2018-11-21 08:08:45 -08:00
Leonard Kim
eaafc21133
ref(desktop-picker): derive desired types when props change
2018-11-21 08:08:45 -08:00
Leonard Kim
72c1fa38be
ref(modal): simplify functional footer passing to remove componentWillUpdate
2018-11-21 08:08:45 -08:00
Leonard Kim
45068f68db
ref(welcome-page): use getDerivedStateFromProps, set mounted after actual mount
2018-11-21 08:08:45 -08:00
Leonard Kim
e0cbb838be
ref(info): derive when to clear the entered password state
2018-11-21 08:08:45 -08:00
Leonard Kim
c28c70fb2f
ref(device-selection): change audio preview listener on component update
2018-11-21 08:08:45 -08:00
Leonard Kim
280178f5d1
ref(info-dialog): derive when to autoshow or autohide
2018-11-21 08:08:45 -08:00
Leonard Kim
e9b2518f8a
ref(info): use getDerivedStateFromProps to update state
2018-11-21 08:08:45 -08:00
Leonard Kim
1e3e71c2ff
ref(speaker-stats): begin polling for stats after mount
2018-11-21 08:08:45 -08:00
Leonard Kim
007d60eb6c
ref(toolbox): getter for the recording/streaming disabled tooltip
2018-11-21 08:08:45 -08:00
Leonard Kim
85f487cca5
ref(large-video): use componentDidUpdate to change background image
2018-11-21 08:08:44 -08:00
Leonard Kim
b24e7ec5f0
ref(labels): use getDerivedStateFromProps to get display state
2018-11-21 08:08:44 -08:00
Leonard Kim
a045353e6e
ref(tooltbox): use componentDidUpdate to trigger more changes
2018-11-21 08:08:44 -08:00
Aaron van Meerten
420c466f80
Merge pull request #3612 from jitsi/node_10_build_support
...
updated node-sass version for node 10
2018-11-20 17:31:12 -06:00
Aaron van Meerten
e48ddc28eb
updated node-sass version for npm 10
2018-11-20 16:39:41 -06:00
Bettenbuk Zoltan
71edea8aac
Rearrange recording feature files
2018-11-20 14:42:33 +01:00
Bettenbuk Zoltan
2b1cb75e40
[RN] Update react-native-calendar-events lib
...
This is required to get rid of a warning after react native update. See related commit in lib.
2018-11-19 14:35:22 +01:00
damencho
216782d606
Commit from translate.jitsi.org by user damencho.: 583 of 583 strings translated (0 fuzzy).
2018-11-14 03:33:01 +00:00
Emil Ivov
c707b82419
Replacing Atlassian with 8x8
2018-11-11 08:43:34 -06:00