Saúl Ibarra Corretgé
73b6a7a134
android: fix React packager not working on debug builds on a device
2019-06-18 14:51:44 +02:00
Saúl Ibarra Corretgé
8b5b112c6a
android: don't default to making libre builds
2019-06-18 14:51:44 +02:00
Leonard Kim
2f7f9f24c4
fix(display-name): dismiss prompt if name gets set
2019-06-17 15:10:53 +01:00
Leonard Kim
1197c26529
fix(always-on-top): enforce circle avatar
2019-06-17 16:08:39 +02:00
Дамян Минков
6eb66b639e
Notify for kick and mute ( #4328 )
...
* Updates kick showing who kicked us.
* Notify participants that someone was kicked.
* Shows notification to user who is remotely muted.
* Updates the notification type.
* Muted by notification for mobile.
* Moves code to react and adds the kick notifications to mobile.
* Updates lib-jitsi-meet.
2019-06-17 16:00:09 +02:00
Saúl Ibarra Corretgé
fa88db6897
ios: update CocoaPods to 1.7.1
2019-06-14 13:24:14 +02:00
Дамян Минков
64eb4b5609
Updates start silent, turning on startWithAudioMuted and few UI tweaks. ( #4314 )
...
* Updates start silent, turning on startWithAudioMuted and few UI tweaks.
Disabled mic unmute button and removes remote participants volume slider.
* Adds analytics for start silent.
* Removes extra semi colon.
* Updates lib-jitsi-meet and updates meeting info text.
2019-06-14 12:16:08 +01:00
Emil Ivov
ef2455caea
Merge pull request #4333 from saghul/display-name-copy
...
lang: update display name request copy
2019-06-14 11:13:22 +01:00
Saúl Ibarra Corretgé
ca11cbf6cc
calendar-sync: fix loading calendar entries
...
Checking if the calendar support in the reducer is not only useless but wrong,
since we don't have access to the entire store (the calendar support is checked
in the base/config feature). If calendar support is not enabled the actions
being reduced won't be dispatched anyway, so no harm is done by removing the
check.
2019-06-14 11:32:39 +02:00
Saúl Ibarra Corretgé
f15a2aea68
lang: update display name request copy
2019-06-14 11:03:32 +02:00
paweldomas
e6c3d7ded7
chore(deps): bump LJM version to increase frozen video timeout
...
Update LJM to 25ca5cbd2a93150e74f029075bc7ac734ed97a2f
2019-06-13 12:32:25 -05:00
Hristo Terezov
2861198251
ref(no-data-from-source): logic.
2019-06-13 09:52:10 -07:00
Hristo Terezov
226c0bb084
ref(track-error): Remove NO_DATA_FROM_SOURCE
2019-06-13 09:52:10 -07:00
Saúl Ibarra Corretgé
30c0bfc108
rn: disable vertical scrollbars on bottom sheets
2019-06-13 10:07:55 +02:00
Leonard Kim
df50e7fa69
fix(large-video): make blurred background fit whole screen
2019-06-12 20:27:04 -07:00
Saúl Ibarra Corretgé
f85ac3ef91
rn: fix video unmuting when disabling audio-only
...
When the video unmute button disabled audio-only, also unmute video. This fixes
a weird case in which the user need to "unmute twice" if they were muted beofre
they enabled audio-only mode. That's ok if the audio-only button was used, but
not if the video-unmute button was used, since the expectation is to have video,
of course.
2019-06-12 18:54:35 +02:00
Saúl Ibarra Corretgé
e33b334307
rn: add SDK API to set user information
...
At the moment it includes:
- display name
- email
- avatar URL
This information is used *only* if no token was specified.
2019-06-11 17:27:16 +00:00
Bettenbuk Zoltan
ce6f7308ad
fix: avoid keyboard with search results list
2019-06-11 19:14:15 +02:00
Bettenbuk Zoltan
f66478fa34
feat: don't auto-stage bot type participants
2019-06-11 17:55:44 +02:00
Bettenbuk Zoltan
bf99051885
fix: invite search result sorting
2019-06-11 17:55:44 +02:00
Bettenbuk Zoltan
7234ca69c8
feat: invite field autofocus
2019-06-11 17:55:44 +02:00
Bettenbuk Zoltan
ae965877f3
fix: invite list needs double tap to select
2019-06-11 17:55:44 +02:00
Leonard Kim
ae3b70eb13
feat(api): notify of password required
2019-06-11 08:12:37 -07:00
Saúl Ibarra Corretgé
97e0303065
feature-flags: add flag for enabling calendar integration
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
35ffbe1720
feature-flags: add flag for enabling chat
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
cf7b10d53d
feature-flags: initial implementation
...
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been
converted to feature flags.
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
d798f93614
deps: check-in the diff when npm 6.9.0 is used
2019-06-11 13:08:23 +00:00
Saúl Ibarra Corretgé
4ddfcaf584
toolbox: disable audio-mode when video-unmuting
...
If audio-only was engaged, use the video (un)mute button to disengage it. This
should simplify the flow for getting back to video.
2019-06-11 13:08:23 +00:00
Saúl Ibarra Corretgé
431a221c63
ios: be resilient to invalid UUIDs
2019-06-11 10:04:15 +00:00
Mihai Damian
477826089c
ios: Added property for setting PiP initial position
2019-06-11 09:25:23 +00:00
Hristo Terezov
a46369cf22
chore(package.json): Update lib-jitsi-meet
2019-06-10 06:53:36 -07:00
Hristo Terezov
651791b8df
feat(deeplinking): Pass state to openDesktopApp.
2019-06-10 04:14:41 -07:00
virtuacoplenny
09cc738219
fix(recording): do not prompt hidden participants for name ( #4309 )
...
* fix(recording): do not prompt hidden participants for name
* squash: update package.json
2019-06-10 11:27:08 +01:00
Leonard Kim
6d8ec4d147
fix(unsupported): stop recommending safari
2019-06-07 07:36:20 -07:00
Leonard Kim
d65a068fdb
feat(deep-linking): hide web button on unsupported browsers
2019-06-07 07:36:20 -07:00
Leonard Kim
cf23045f8d
feat(unsupported): provide custom blacklist for branding
2019-06-07 07:36:20 -07:00
Leonard Kim
e47d2d13ce
fix(deep-linking): deep link first, then show unsupported
...
Re-structure the custom routing to split between
platforms instead of between intended route features.
This made it easier for me to understand where to
do the checks for unsupported browser after deep-linking
had been checked.
2019-06-07 07:36:20 -07:00
Aaron van Meerten
07b7f03aa7
Merge pull request #4308 from jitsi/prosody-token-allow-asap-server-override
...
allows override of asap key server in token utility
2019-06-06 14:26:25 -06:00
Aaron van Meerten
7ce44f85ca
changed to using a setter for the asapKeyServer
2019-06-06 15:22:38 -05:00
Aaron van Meerten
41e0d782ce
allows override of asap key server in token utility
2019-06-06 14:41:46 -05:00
Aaron van Meerten
2a8fafdd36
Merge pull request #4303 from jitsi/start-silent
...
Adds a config param startSilent to disable audio output.
2019-06-05 12:29:57 -06:00
damencho
faee1c139e
Adds a config param startSilent to disable audio output.
2019-06-05 18:01:18 +01:00
virtuacoplenny
eb644987ce
fix(settings): do not use non-set localStorage values ( #4299 )
...
If a value is not set in localStorage then null is
returned. null should not be converted to an empty
string (via _.escape) because that will then be
stored in localStorage as the user set preference
and will keep overriding any other values set
in localStorage for the displayname.
2019-06-04 17:42:48 -07:00
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