Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5 years ago
Saúl Ibarra Corretgé
bfe4237430
deps: update jitsi-meet-logger
5 years ago
damencho
84c60a5fdf
Removes i18n strings for p2p and turn.
5 years ago
Bettenbuk Zoltan
cfc7210ac8
feat: add send message button
5 years ago
damencho
57ac951192
Commit from translate.jitsi.org by user damencho.: 533 of 597 strings translated (3 fuzzy).
5 years ago
Saúl Ibarra Corretgé
36fee03d5e
deps: update lib-jitsi-meet
5 years ago
paweldomas
14b747e0a4
fix(ios/xcode): increase node heap space for the bundle JS step
5 years ago
Saúl Ibarra Corretgé
c113b2e765
ios: update Podfile.lock
5 years ago
Saúl Ibarra Corretgé
560e65da37
deps: update lib-jitsi-meet
5 years ago
Saúl Ibarra Corretgé
861cf7d842
deps: react-redux@7.1.0
RN 0.60 loudly complains (loudly) about deprecated methods which react-redux was using.
5 years ago
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5 years ago
Saúl Ibarra Corretgé
64897b9c91
rn,toolbox: simplify logic for showing Toolbox on mobile
5 years ago
Saúl Ibarra Corretgé
0dc8c687f2
rn,filmstrip: ignore the 'visible' parameter on mobile
Mobile uses a different logic for deciding whether to show the filmstrip or not:
if there are more than 1 participants or not, and there is no way to manually
toggle it.
5 years ago
paweldomas
c65d29d1a7
travis: wait 10 seconds after script to catch the error logged
Adds wait time suggested by Travis support in order to see the last
error logged.
5 years ago
Saúl Ibarra Corretgé
6aa895b679
android: attempt to fix assertion errors in ReactInstanceManager
This is the main one:
df4e67fe75/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java (L512)
Why this happens is a mystery wrapped in an enigma.
6 years ago
Saúl Ibarra Corretgé
dae451e6fa
android: fix crash when parsing calendar events
Upstream PR: https://github.com/wmcmahan/react-native-calendar-events/pull/268
5 years ago
Hristo Terezov
3c1f056d2a
fix(dialog): Don't steal focus
5 years ago
Leonard Kim
663e0a6693
fix(deep-linking): add back description copy
5 years ago
Saúl Ibarra Corretgé
53f98df8f3
deps: react-native@0.59.10
5 years ago
Saúl Ibarra Corretgé
6616f728f6
proximity: enable the proximity sensor when the device is set to earpiece
5 years ago
Saúl Ibarra Corretgé
1c1e8a942b
audio-mode: refactor device handling
This commit refactors device selection (more heavily on iOS) to make it
consistent across platforms.
Due to its complexity I couldn't break out each step into separate commits,
apologies to the reviewer.
Changes made to device handling:
- speaker is always the default, regardless of the mode
- "Phone" shows as a selectable option, even in video call mode
- "Phone" is not displayed when wired headphones are present
- Shared device picker between iOS and Android
- Runtime device updates while the picker is open
5 years ago
George Politis
9721d99918
Updates lib-jitsi-meet.
5 years ago
Saúl Ibarra Corretgé
69c21cbb11
avatar: make code a bit clearer
Uses nullish coalescing and optional chaining.
5 years ago
Saúl Ibarra Corretgé
abefc56750
deps: add babel plugins for optional chaining and nullish coalescing
They are in Stage 3 and are already dependencies or the React Native preset.
References:
https://babeljs.io/docs/en/babel-plugin-proposal-optional-chaining
https://babeljs.io/docs/en/babel-plugin-proposal-nullish-coalescing-operator
5 years ago
damencho
a4a1685224
chore(lib-jitsi-meet): Update.
5 years ago
damencho
21fb225726
Adds a retry logic when fetching conference numbers and pin.
5 years ago
damencho
75ab890707
Uses the wrapped fetch from base/util.
5 years ago
damencho
2ded8363ad
Leaves room only when it is already joined.
In case of hitting errors like max participant limit reached and when clicking hangup, the attempt to leave room second time results error and reload screen.
5 years ago
Leonard Kim
c0a8a386a5
fix(pinning): debounce autopin subscriber
The store's remote tracks get cleared
and re-added when switching in and out
of p2p, which can cause pinning thrashing.
Avoid that with a debounce.
5 years ago
Leonard Kim
7af081ea99
fix(avatars): re-render avatar on any resize
5 years ago
Дамян Минков
8800cb4580
Adds live streaming sound notification. (#4532)
* Adds live streaming sound notification.
* Adds ios resources for the new files.
5 years ago
Karthik Muralidharan
b658f20a30
feat(API): add dominant speaker changed event
Fixes: https://github.com/jitsi/jitsi-meet/issues/4049
5 years ago
Hristo Terezov
c3e52f32f9
feat: Add logging for thumbnail display mode and tile view.
5 years ago
George Politis
ab73d808fe
Updates lib-jitsi-meet.
5 years ago
dependabot[bot]
e110460793
Bump jquery from 3.3.1 to 3.4.0
Bumps [jquery](https://github.com/jquery/jquery ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
dependabot[bot]
c0ee451ca1
Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot[bot] <support@github.com >
5 years ago
Saúl Ibarra Corretgé
67dca97d1d
rn,participants: don't render thumbnnail for screen-shares
5 years ago
Saúl Ibarra Corretgé
fd0ca76255
web,avatar: fix setting avatar size
Use the width of its container as the size, so the font icons can be rendered at
a good size.
5 years ago
Saúl Ibarra Corretgé
149e53af76
avatar: render a special avatar if the user is sharing their screen
5 years ago
Saúl Ibarra Corretgé
f3e7952e51
audio-only: implement initial "low bandwidth mode"
It's an evolution of audio-only mode, where we also allow for receiving a remote
screen-share.
Diving deeper: this basically sets last N to 1 or 0 depending on the
availability of a screen-share.
5 years ago
Saúl Ibarra Corretgé
0f77cf9e0c
android: use adaptive icons
5 years ago
damencho
66eb09fb63
Revert raisedHand thumb tooltip i18n string.
5 years ago
Hristo Terezov
b7f2c7d487
chore(lib-jitsi-meet): Update.
5 years ago
Bettenbuk Zoltan
bed3f62536
feat: make links in chat clickable
5 years ago
Leonard Kim
e8eb7e1e1f
fix(suboptimal-browser): remove inserting of app name in notification
This prevents inserting any user overridden APP_NAME
values into html. A new translation key is being used
to immediately stop non-english languages from using the
problematic string.
Also tweaked the copy to remove the "eer" and fix
some grammar.
5 years ago
Leonard Kim
1409d6fb5e
fix(deep-linking): do not accept native app name as raw html
There is no need to display the native app name as
raw html.
5 years ago
Bettenbuk Zoltan
a2cbd9229a
fix: render notification description on mobile
5 years ago
Saúl Ibarra Corretgé
bf50a110c7
lastn: simplify computing the effective last N value
5 years ago
Saúl Ibarra Corretgé
467c9d36cf
audio-only,lastn: move audio-only and last N handling to standalone features
This refactors all handling of audio-only and last N to 2 features in preparation
for "low bandwidth mode".
The main motivation to do this is that lastN is a "global" setting so it helps
to have all processing for it in a single place.
5 years ago
damencho
6ddd17c769
Removes resolveAppName postprocess we do not need.
i18next.options are initialized before interfaceConfig overwrites are processed which leads to wrong translations.
5 years ago