Lyubo Marinov
18368fefaa
Comply w/ coding style
8 anos atrás
damencho
c361e1e31a
Translate react strings.
Split language detectors to be web/native dependent. Take care of strings that contain html.
8 anos atrás
damencho
e3d4152e32
Adds react-i18next and its provider to react.
Adds translate function with default namespaces and options.
8 anos atrás
damencho
d861ba1876
Moves translation to react and use i18next language detectors.
8 anos atrás
George Politis
c942017b73
Merge pull request #1341 from saghul/doc-disableRtx
config: switch default disableRtx to false
8 anos atrás
Lyubo Marinov
743d12e326
Default to mobile app promotion
8 anos atrás
Lyubo Marinov
d371a3d5fd
Fix TypeError: undefined is not an object
8 anos atrás
Lyubo Marinov
e1056126e6
Fix TypeError: undefined is not an object
8 anos atrás
Lyubo Marinov
72c267fbf3
Fix the human-readable text
8 anos atrás
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.
8 anos atrás
Ilya Daynatovich
a8877d82b6
Rename style component; Use of status codes instead of flags in conference init
8 anos atrás
Ilya Daynatovich
8896b0adf3
Fix problem with dialogs
8 anos atrás
Ilya Daynatovich
60b14e9b45
Some fixes mentioned in the PR
8 anos atrás
Ilya Daynatovich
631e853b40
Update register/unregister listeners logic of some components in the old app
8 anos atrás
Ilya Daynatovich
b409c8cc2f
Fix reload regression
8 anos atrás
Ilya Daynatovich
905212b109
Enable flow for written code
8 anos atrás
Ilya Daynatovich
05b7df26e6
Add no mobile app component
8 anos atrás
Ilya Daynatovich
1268afd3f8
Added unsuported browser and plugin required pages
8 anos atrás
Lyubo Marinov
c1b9b7a623
Prevent undefined JitsiMeetJS
8 anos atrás
Lyubo Marinov
0b9160fb75
LIB_DID_DISPOSE, LIB_DID_INIT, LIB_WILL_DISPOSE, LIB_WILL_INIT
8 anos atrás
George Politis
93c9419392
Merge pull request #1362 from bgrozev/no-extension-on-ff-52
config: Don't require an extension for firefox >=52.
8 anos atrás
Boris Grozev
6121bcf171
config: Don't require an extension for firefox >=52.
Starting with firefox 52, no extension is required for screensharing.
See https://wiki.mozilla.org/Screensharing
8 anos atrás
Lyubo Marinov
702144180c
Be consistent, simplify the source code
8 anos atrás
Lyubo Marinov
d2b2f98941
Fix typo
8 anos atrás
Lyubo Marinov
ec95956e25
[RN] Prepare for modifications to unsupported-browser
8 anos atrás
Lyubo Marinov
d6d7ce1b67
[RN] Move preferH264 where it will be in effect (in the future)
8 anos atrás
bgrozev
4cb36b0a5d
Merge pull request #1337 from saghul/cleanup-adaptive-simulcast
cleanup: remove old adaptive simulcast config option
8 anos atrás
George Politis
2b3aea76a9
doc: Nukes influxdb.md because influx support has been nuked.
8 anos atrás
Lyubo Marinov
f50a31b4e8
[RN] Simplify the source code
8 anos atrás
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.
8 anos atrás
yanas
4979666a89
Merge pull request #1342 from jitsi/filmstriponly_transparent
fix(filmstriponly): Set the background to transparent
8 anos atrás
yanas
c9636f85b9
Merge pull request #1314 from virtuacoplenny/lenny/audio-slider
Volume slider for remote participant audio elements
8 anos atrás
hristoterezov
436bc87a86
fix(overlay): comments after review
8 anos atrás
Lyubo Marinov
e89c2b242d
Android plugin for Gradle 2.2.3
Recent versions of the Android plugin for Gradle started to automatically
download the SDK build tools dependency if it is not installed already.
So it is no longer necessary to have the developer of the Android app
install the SDK build tools dependency in advance.
8 anos atrás
Leonard Kim
02b26a65bb
Volume slider for remote participant audio elements
8 anos atrás
Дамян Минков
6a3e4bb59f
Merge pull request #1311 from saghul/resources
Move miscellaneous files to resources
8 anos atrás
Saúl Ibarra Corretgé
b01ad360da
Move miscellaneous files to resources
8 anos atrás
Ilya Daynatovich
c7f3740099
Fix IE redirect problem
8 anos atrás
Дамян Минков
554595acd7
Merge pull request #1348 from jitsi/restyle-range-inputs
Re-styles range inputs for Chrome and FF.
8 anos atrás
yanas
ee4ddd5446
Fixes indentation
8 anos atrás
yanas
ebab617a12
Re-styles range inputs for Chrome and FF.
8 anos atrás
Lyubo Marinov
bc5d92a452
[RN] Prefer H.264
8 anos atrás
Saúl Ibarra Corretgé
2f388dfb6a
Fix warning about missing key prop
When rendering using a for loop each child whould have a key prop.
8 anos atrás
Boris Grozev
73a0197eb2
doc: Adds a note on installing ios-deploy on MacOS 10.11.
8 anos atrás
hristoterezov
b6990e9e5d
fix(filmstriponly): Set the background to transparent
8 anos atrás
Lyubo Marinov
26e119bfc2
Comply w/ coding style
8 anos atrás
Saúl Ibarra Corretgé
9f866ae608
config: switch default disableRtx to false
8 anos atrás
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.
8 anos atrás
bgrozev
2128d047e1
Merge pull request #1339 from saghul/fix-doc-links
doc: fix markdown link syntax in mobile docs
8 anos atrás
Saúl Ibarra Corretgé
a89349c5b9
doc: fix markdown link syntax in mobile docs
8 anos atrás