Lyubo Marinov
84b9c5f5fd
Coding style
il y a 8 ans
Saúl Ibarra Corretgé
43c8fc6847
[RN] Fix mirroring video views on platforms with native support
il y a 8 ans
Ilya Daynatovich
affd965d5d
Remove an unnecessary file
il y a 8 ans
Leonard Kim
989161159d
Modal dialog for displaying dominant speaker times
il y a 8 ans
Ilya Daynatovich
59a74153dc
Toolbar notice as React Component
il y a 8 ans
damencho
51f0c8a388
Adds base dialog implementation.
il y a 8 ans
Lyubo Marinov
e6f906b9ca
[RN] Fix undefined.avatarID in ParticipantView
il y a 8 ans
hristoterezov
d74e43ddcc
[RN] fix(Avatar): Match the implementation for web
il y a 8 ans
Lyubo Marinov
23ddce122b
Comply w/ coding style
il y a 8 ans
hristoterezov
814bd26c07
feat(Avatar): Implement Avatar for web
il y a 8 ans
Lyubo Marinov
45e09af692
react-native 0.42.0
il y a 8 ans
hristoterezov
9ea224412d
ref(avatar): Move Avatar and Participant view to base/participants
il y a 8 ans
Lyubo Marinov
aef6e33c91
[RN] Fix remote JS debugging
il y a 8 ans
Lyubo Marinov
acd83ede2f
[RN] Third-party ES6 Symbol ponyfill
il y a 8 ans
Lyubo Marinov
bd51613e62
[RN] Support the for...of statement in lib-jitsi-meet
il y a 8 ans
Lyubo Marinov
3b54c527b6
Remove obsolete source code
il y a 8 ans
Lyubo Marinov
18368fefaa
Comply w/ coding style
il y a 8 ans
damencho
c361e1e31a
Translate react strings.
Split language detectors to be web/native dependent. Take care of strings that contain html.
il y a 8 ans
damencho
e3d4152e32
Adds react-i18next and its provider to react.
Adds translate function with default namespaces and options.
il y a 8 ans
damencho
d861ba1876
Moves translation to react and use i18next language detectors.
il y a 8 ans
Lyubo Marinov
743d12e326
Default to mobile app promotion
il y a 8 ans
Lyubo Marinov
72c267fbf3
Fix the human-readable text
il y a 8 ans
Lyubo Marinov
0ed85b9d25
Replace features/unsupported-browser SET_UNSUPPORTED_BROWSER with features/base/lib-jitsi-meet SET_WEBRTC_READY
The error raised by JitsiMeetJS.init() is already in the state of
features/base/lib-jitsi-meet so it's not a good design to store the same
error in the state of features/unsupported-browser.
il y a 8 ans
Ilya Daynatovich
a8877d82b6
Rename style component; Use of status codes instead of flags in conference init
il y a 8 ans
Ilya Daynatovich
8896b0adf3
Fix problem with dialogs
il y a 8 ans
Ilya Daynatovich
60b14e9b45
Some fixes mentioned in the PR
il y a 8 ans
Ilya Daynatovich
631e853b40
Update register/unregister listeners logic of some components in the old app
il y a 8 ans
Ilya Daynatovich
b409c8cc2f
Fix reload regression
il y a 8 ans
Ilya Daynatovich
905212b109
Enable flow for written code
il y a 8 ans
Ilya Daynatovich
05b7df26e6
Add no mobile app component
il y a 8 ans
Ilya Daynatovich
1268afd3f8
Added unsuported browser and plugin required pages
il y a 8 ans
Lyubo Marinov
c1b9b7a623
Prevent undefined JitsiMeetJS
il y a 8 ans
Lyubo Marinov
0b9160fb75
LIB_DID_DISPOSE, LIB_DID_INIT, LIB_WILL_DISPOSE, LIB_WILL_INIT
il y a 8 ans
Lyubo Marinov
702144180c
Be consistent, simplify the source code
il y a 8 ans
Lyubo Marinov
d2b2f98941
Fix typo
il y a 8 ans
Lyubo Marinov
ec95956e25
[RN] Prepare for modifications to unsupported-browser
il y a 8 ans
Lyubo Marinov
d6d7ce1b67
[RN] Move preferH264 where it will be in effect (in the future)
il y a 8 ans
Lyubo Marinov
f50a31b4e8
[RN] Simplify the source code
il y a 8 ans
Saúl Ibarra Corretgé
b226c3aca3
[RN] Fix loading config.js from URLs with a non-standard port
`host` contains the hostname:port portion, whereas `hostname` is just the
hostname, not including the port.
il y a 8 ans
hristoterezov
436bc87a86
fix(overlay): comments after review
il y a 8 ans
Ilya Daynatovich
c7f3740099
Fix IE redirect problem
il y a 8 ans
Lyubo Marinov
bc5d92a452
[RN] Prefer H.264
il y a 8 ans
Saúl Ibarra Corretgé
2f388dfb6a
Fix warning about missing key prop
When rendering using a for loop each child whould have a key prop.
il y a 8 ans
Lyubo Marinov
26e119bfc2
Comply w/ coding style
il y a 8 ans
Saúl Ibarra Corretgé
023359b9d2
[RN] Avoid rendering Container if not visible
This solves the issue of view clipping on Android, plus it seems to be the RN
convention unless the views are very large and memory hungry.
il y a 8 ans
Lyubo Marinov
d109b8beb6
Comply w/ coding style
il y a 8 ans
Saúl Ibarra Corretgé
9b40572921
[RN] Fix Android immersive mode when coming from the background
Fixes an issue where immersive mode would be enabled when coming back from the
background on the welcome screen.
Re-fixes c57e713 , which was not correct.
il y a 8 ans
Lyubo Marinov
aaf7a38cce
Detail comment
il y a 8 ans
Saúl Ibarra Corretgé
1ed0759a50
[RN] Temporarily disable camera toggling button
It doesn't work properly and gives a very bad user experience. Disble it until
all underlying issues in react-native-webrtc are ironed out.
il y a 8 ans
Saúl Ibarra Corretgé
5b6985fc5c
[RN] Fix use of undefined APP
On RN we don't use the global APP object, so don't save the store there unless
it's defined, which is the case in the current web version. Also, check for
undefined explicitly, since a "if (!APP)" check will throw a ReferenceError.
il y a 8 ans