Leonard Kim
1c3cef1eed
fix(notifications): reduce duration of initially muted notification
The current notification for starting muted is 2 minutes, which
may seem like "forever" so reduce it to dismiss faster.
7 gadus atpakaļ
Leonard Kim
2720c76e4d
fix(password): do not let guests edit password when roles are enabled
If config.enableUserRolesBasedOnToken is true, only let moderators
and non-guests modify the password. Otherwise, only let moderators
edit the password.
7 gadus atpakaļ
virtuacoplenny
4ab34589c8
Merge pull request #2431 from jitsi/recommended_browsers_link
fix(recommended-browsers): Fix link
7 gadus atpakaļ
hristoterezov
ed36132e94
fix(recommended-browsers): Fix link
7 gadus atpakaļ
virtuacoplenny
f43687944c
Merge pull request #2429 from jitsi/fix_chromium
chore(lib-jitsi-meet): Update the version.
7 gadus atpakaļ
hristoterezov
dda0ea0ba9
chore(lib-jitsi-meet): Update the version.
7 gadus atpakaļ
Lyubo Marinov
e1f967869a
[RN] Add builtin translations
7 gadus atpakaļ
Saúl Ibarra Corretgé
8673083829
[RN] Add builtin translations
Load all of them as imports, so the packager includes them in the bundle. Then
register them with the i18next library.
7 gadus atpakaļ
Lyubo Marinov
b52e584327
"feat(TPC): append TPC ID to stream IDs" & "fix(RTC): protect from counter overflow"
7 gadus atpakaļ
hristoterezov
4c65262a87
fix(browser-caps): Deploy.
7 gadus atpakaļ
bgrozev
7ce670df0c
doc: Add -f to update-ca-certificates
7 gadus atpakaļ
Boris Grozev
f5f341ca9e
npm: Updates lib-jitsi-meet to e895c9b86f57a288f644dcc61f81771034b932da.
7 gadus atpakaļ
Lyubo Marinov
f29fbb6757
[iOS] WebRTC 63 with 2 backports to fix a crash
7 gadus atpakaļ
virtuacoplenny
e5e3c6c6c4
Merge pull request #2410 from bgrozev/set-product
feat: Sets the "product" field in the analytics handler constructor.
7 gadus atpakaļ
Boris Grozev
dc92fb5073
feat: Sets the "product" field in the analytics handler constructor.
7 gadus atpakaļ
damencho
2478176f23
Adds uiLoaded event in iframe API, fired when all resources are loaded.
7 gadus atpakaļ
virtuacoplenny
12ec982067
Merge pull request #2400 from jitsi/browser_caps2
fix(lib-jitsi-meet): RTCBrowserType -> browser.
7 gadus atpakaļ
hristoterezov
c9e3e5052d
fix(lib-jitsi-meet): RTCBrowserType -> browser.
7 gadus atpakaļ
Emil Ivov
22401614a7
Merge pull request #2401 from virtuacoplenny/lenny/spot-feedback-api
feat(api): expose a way to submit feedback
7 gadus atpakaļ
Leonard Kim
762f529f1d
feat(api): expose a way to submit feedback
Spot will need a way to submit call feedback using the iframe
api. For now expose a method on conference.js to submit that
feedback. Exposing on conference.js looks to be the existing
pattern... Also add an event to notify consumers of the iframe
api that feedback was submitted, as postMessage is async
and the notification can at least give some guarantee maybe.
I haven't updated documentation yet as I'm not confident
about this api.
7 gadus atpakaļ
Saúl Ibarra Corretgé
1f6b743bec
[RN] Join room when pressing "go" on the keyboard
Improve the experience when joining a room by removing the need to tap the join
button. The keyboard type has also been set to "go", which translated on the
builtin keyboard button label to be "go" (it's builtin, the operating system
translates it). This works on both Android and iOS.
7 gadus atpakaļ
Lyubo Marinov
48f4317adb
[RN] Make video track fade-in effect cross-platform
7 gadus atpakaļ
Saúl Ibarra Corretgé
75f6786588
[RN] Make video track fade-in effect cross-platform
Android uses a SurfaceView to render video, which is not quite a View, so the
fade-in animation (which varies the opacity) doesn't work.
Instead, add an opaque black view covering the video, which transitions to
transparent. This creates much smoother transitions on Android, while behaving
the same.
In addition, I removed the flip animation for local tracks, which is no longer
used, since the camera is switched without changing tracks.
7 gadus atpakaļ
Lyubo Marinov
3ec4d67a99
[RN] Strip spaces when parsing URLs
7 gadus atpakaļ
Saúl Ibarra Corretgé
a23eec55e8
[RN] Strip spaces when parsing URLs
7 gadus atpakaļ
Lyubo Marinov
bdf2ecfe4b
[iOS] CocoaPods 1.4.0
7 gadus atpakaļ
Lyubo Marinov
fc36759114
[RN] WebRTC 63
7 gadus atpakaļ
Saúl Ibarra Corretgé
9c2849a663
[Android] Enable Java 1.8 compatibility support
It was recently introduced in WebRTC, so we we need to enable it project wide.
As for what features are supportd, see:
https://developer.android.com/studio/write/java8-support.html
7 gadus atpakaļ
Saúl Ibarra Corretgé
98ff20a026
[RN] Simplify initialization of AsyncStorage
7 gadus atpakaļ
Lyubo Marinov
b04661b40b
[RN] Revert unintentional disabling of the yellow box
7 gadus atpakaļ
Lyubo Marinov
112c856850
Fix settings screen layout on iOS and add soft back button
7 gadus atpakaļ
zbettenbuk
410dc132e1
Fix settings screen layout on iOS and add soft back button
7 gadus atpakaļ
Saúl Ibarra Corretgé
b7f950f5f7
feat(analytics): shield sending analytics events
Any failure in analytics should not prevent the natural flow of the code. Shield
the function by catching and logging any exception.
7 gadus atpakaļ
Paweł Domas
7ad875e735
fix(RN logging): sync with logging_config.js (#2382)
7 gadus atpakaļ
Saúl Ibarra Corretgé
41aa704e1f
[RN] Update React Native to version 0.51.0
7 gadus atpakaļ
Saúl Ibarra Corretgé
e00ea353e8
Merge pull request #2380 from saghul/app-settings-kbd
[RN] Use the "email" keyboard for the email field
7 gadus atpakaļ
Saúl Ibarra Corretgé
6f93424d7c
[RN] Use the "email" keyboard for the email field
7 gadus atpakaļ
Saúl Ibarra Corretgé
292f3ab1bd
[Android] Fix crash if settings activity cannot be opened
The documentation states this is possible, so make sure we handle such errors.
Ref:
https://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DETAILS_SETTINGS
7 gadus atpakaļ
Boris Grozev
a3cb081609
fix: Fixes an exception when the chat button and shortcut are clicked.
7 gadus atpakaļ
Leonard Kim
64c5ae1c48
fix(close): use string concatenation for ie11
7 gadus atpakaļ
bgrozev
259004b8bf
fix: Fixes the user ID read from JWT. (#2366)
7 gadus atpakaļ
ibauersachs
4fea22676b
Commit from translate.jitsi.org by user ibauersachs.: 410 of 410 strings translated (0 fuzzy).
7 gadus atpakaļ
zbettenbuk
05a492241f
Fix local participant details on web
7 gadus atpakaļ
virtuacoplenny
8ec4697a27
Merge pull request #2353 from jitsi/suboptimal_experience
feat(notification): Add suboptimal browser exp notification.
7 gadus atpakaļ
hristoterezov
a357b0cf14
feat(notification): Add suboptimal browser exp notification.
7 gadus atpakaļ
virtuacoplenny
9eff669b0b
Merge pull request #2357 from bgrozev/analytics-update
Analytics update
7 gadus atpakaļ
Boris Grozev
c7714959e6
feat: Passes the environment type and subproduct to the analytics handler constructor.
7 gadus atpakaļ
Boris Grozev
e898527294
feat: Passes the "group" from JWT to the analytics handler constructor.
7 gadus atpakaļ
zbettenbuk
bfcd34358b
[RN] Add app-settings feature
[RN] Fix PR feedbacks, write persistency docs
7 gadus atpakaļ
bbaldino
871ef9ff0e
change TPC logs to info by default
7 gadus atpakaļ