damencho
de60a70daf
Commit from translate.jitsi.org by user damencho.: 555 of 625 strings translated (8 fuzzy).
2019-06-03 11:19:10 +00:00
damencho
2904dfa794
Commit from translate.jitsi.org by user damencho.: 584 of 625 strings translated (2 fuzzy).
2019-06-03 11:19:01 +00:00
damencho
d51cf7c581
Commit from translate.jitsi.org by user damencho.: 625 of 625 strings translated (0 fuzzy).
2019-06-03 10:58:25 +00:00
Hristo Terezov
f25e6c6a5d
chore(package.json): Update lib-jitsi-meet version
2019-06-01 02:28:04 -07:00
Hristo Terezov
5fb9422513
feat(API): Add show feedback parameter to hangup
2019-06-01 02:28:04 -07:00
Hristo Terezov
d01cfc8466
fix(conference): API left event.
2019-06-01 02:28:04 -07:00
Saúl Ibarra Corretgé
fa3888991f
rn: avoid logging initial props in release builds
...
They may contain sensitive information.
2019-05-31 11:49:36 +02:00
virtuacoplenny
ded355a807
fix(settings): use moderator check helper ( #4292 )
2019-05-30 14:10:40 -07:00
Leonard Kim
b655c8d54a
fix(large-video): clear remote video stream on track removal
...
VideoLayout schedules a large video update by passing in
the video stream on the small video instance. When a stream
is removed, the UI is removed from the small video instance
but a reference to the stream is left. So when VideoLayout
schedules the large video update after a stream removal,
the old stream from the small video instance is re-used,
even though it has been removed.
This change also brings balance with RemoteVideo method
"addRemoteStreamElement" which sets the stream on the
small video instance, so now "removeRemoteStreamElement
unsets it.
2019-05-30 09:46:35 -07:00
Leonard Kim
42a6e6faaf
ref(large-video): remove redundant call to update on stream removal
2019-05-30 09:46:35 -07:00
Leonard Kim
c7954c284d
ref(large-video): move layout update on stream removal to layout middleware
2019-05-30 09:46:35 -07:00
virtuacoplenny
251da1861a
feat(api): notify api of mic and camera errors ( #4289 )
...
- Use actions to notify the rest of the app that
a mic or camera error has occurred
- Use middleware to respond to those notifications
of errors by showing in-app notifications and
notifying the external api
2019-05-29 14:17:07 -07:00
Hristo Terezov
9712804040
fix(Amplitude): user id
2019-05-29 09:53:31 -07:00
Hristo Terezov
fecbef0aff
fix(AmplitudeModule): class name
2019-05-29 17:22:50 +02:00
Saúl Ibarra Corretgé
d65b71b584
rn: add ability to set the conference subject
2019-05-29 14:48:02 +02:00
Saúl Ibarra Corretgé
579d291bca
config: add ability to pass the subject as a URL parameter
2019-05-29 14:48:02 +02:00
Saúl Ibarra Corretgé
871026f4ba
conference: clear the pending subject after it has been set
2019-05-29 14:48:02 +02:00
Saúl Ibarra Corretgé
9a8a070c62
rn: show conference subject if set
2019-05-29 14:48:02 +02:00
Leonard Kim
7cf4c7bd78
Revert "feat(screenshare): enable auto-pin of latest and last screenshare"
...
This reverts commit f42d0411b1
.
The UX provided by this feature flag in its current state is not
desired. Also, I noticed filmstrip sometimes failing to properly
update small video display mode on pin/unpin. The feature is
being left in for consumers of jitsi-meet to enable as needed.
2019-05-28 15:28:50 -07:00
Hristo Terezov
72a1def571
feat(config): whitelist config.analytics
2019-05-24 13:42:12 -07:00
damencho
0dad99c3b7
Enables local video flip menu by default.
2019-05-24 23:09:24 +03:00
Hristo Terezov
840c0190c4
fix(deep-linking): Don't rely on custom scheme
2019-05-24 12:51:14 -07:00
Leonard Kim
e0fdeea69b
fix(large-video): do not stretch dominant speaker avatar
2019-05-24 12:00:35 -07:00
Leonard Kim
e3612929f8
fix(avatar): dynamically size avatar in dynamically sizable filmstrip
2019-05-24 12:00:35 -07:00
Hristo Terezov
70921bb6ef
feat(analytics): local tracks duration event.
2019-05-24 10:09:25 -07:00
Saúl Ibarra Corretgé
371ca4eef1
ios: don't require bitcode for Debug builds
2019-05-24 14:11:08 +02:00
Bettenbuk Zoltan
54fdb7066f
feat: scrollable bottom sheet
2019-05-24 14:06:17 +02:00
Bettenbuk Zoltan
85bcb0c757
fix: auth dialog button labels
2019-05-24 11:35:56 +02:00
Bettenbuk Zoltan
d387cbe5bd
fix: iOS 10 bottom sheet style
2019-05-24 11:28:28 +02:00
paweldomas
1bc28e4904
watchos: display a message if the recent list is empty
2019-05-24 09:41:31 +02:00
Saúl Ibarra Corretgé
cb3419ba2a
android: enter PiP mode when pressing back button
...
When in a conference, try to enter PiP when pressing the back button. If this is
not possible (because it's unsupported, not enabled, etc.) fall back to the
previous behavior of simply hanging up.
2019-05-23 16:00:12 +02:00
Saúl Ibarra Corretgé
a2f8e156da
app: avoid loading config when going back to the welcome page
2019-05-23 15:16:31 +02:00
Saúl Ibarra Corretgé
a4cf79c161
rn: fix losing audio if call is hangup too quickly
...
This PR changes the logic for connecting / disconnecting conferences. Instead of
doing it in mount / unmount events from the Conference component, it moves the
logic to the appNavigatee action.
This fixes a regression introduced in 774c5ecd
when trying to make sure the
conference terminated event is always sent.
By moving the logic to appNavigate we no longer depend on side-effects for
connecting / disconnecting, and the code should be more maintainable moving
forward.
An improvement to this is the concept of sessions, which, while not tackled
here, was taken into consideration.
2019-05-23 15:16:31 +02:00
Saúl Ibarra Corretgé
9352517705
ios: always log delegate method calls
2019-05-23 15:16:31 +02:00
Saúl Ibarra Corretgé
47d5163c52
rn: don't tag builds by default
...
People run these in their own checkout and will run into problems because
tagging will fail.
2019-05-23 12:07:04 +02:00
Bettenbuk Zoltan
def22b01bb
fix: set explicit color for search field to avoid theme override
2019-05-23 12:06:50 +02:00
Saúl Ibarra Corretgé
9445cf99fd
Revert "ios: remove no longer needed code"
...
This reverts commit 603d161788
.
2019-05-22 18:10:35 +02:00
paweldomas
96b226de24
watchos: change the icons
...
Inverts the icons to follow more what's in the phone app instead of
CallKit.
2019-05-22 17:25:35 +02:00
Bettenbuk Zoltan
5101f69e4e
feat: don’t render moderator icon if everyone is moderator
2019-05-22 14:08:52 +02:00
François Benaiteau
61b66e0edf
doc: fix incorrect code examples for universal / deep linking
2019-05-22 14:08:37 +02:00
Bettenbuk Zoltan
700051f809
fix: device selection colour scheme support
2019-05-22 12:29:28 +02:00
Дамян Минков
d16e10baec
room-lock: adds ability to allow only digits for room locking
2019-05-22 09:43:17 +02:00
ibauersachs
11e5c14f83
Commit from translate.jitsi.org by user ibauersachs.: 317 of 625 strings translated (31 fuzzy).
2019-05-21 17:02:23 +00:00
ibauersachs
ded58d77d1
Commit from translate.jitsi.org by user ibauersachs.: 319 of 613 strings translated (26 fuzzy).
2019-05-21 16:58:20 +00:00
ibauersachs
8642c372c4
Commit from translate.jitsi.org by user ibauersachs.: 323 of 583 strings translated (4 fuzzy).
2019-05-21 16:56:52 +00:00
ibauersachs
edbf591059
Commit from translate.jitsi.org by user ibauersachs.: 430 of 583 strings translated (18 fuzzy).
2019-05-21 16:55:09 +00:00
jitsi-pootle
ded4291d6a
New files added from translate.jitsi.org based on templates
2019-05-21 14:09:04 +00:00
Дамян Минков
a14fead0f3
Groups devices notifications by type audio/video. ( #4238 )
...
* Groups devices notifications by type audio/video.
* Fixes passing correct device array.
2019-05-20 21:35:42 +01:00
Saúl Ibarra Corretgé
466e1e3eb8
android: fix publishing new async storage package
...
The naming didn't match, so adjust it. @ cannot be used for maven artifact
names.
2019-05-20 17:33:36 +02:00
Saúl Ibarra Corretgé
8a90f0dab1
android: include SDK version in Maven repo commit message
2019-05-20 17:33:17 +02:00