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
Lyubo Marinov
d109b8beb6
Comply w/ coding style
8 anos atrás
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.
8 anos atrás
Lyubo Marinov
aaf7a38cce
Detail comment
8 anos atrás
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.
8 anos atrás
Saúl Ibarra Corretgé
213b73da6e
cleanup: remove old adaptive simulcast config option
8 anos atrás
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.
8 anos atrás
Lyubomir Marinov
538af01bf5
Comply w/ coding style
8 anos atrás
hristoterezov
92d0589a37
ref(overlay): The overlays to use React
8 anos atrás
Lyubomir Marinov
f3269070b2
[iOS] iPad support
8 anos atrás
Lyubomir Marinov
d93bd3eda7
[RN] Use a default host when only a room name is specified
The mobile app remembers the domain which hosted the last conference. If
the user specified a full URL first and specified a room name only the
second time, it was not obvious that the second conference would be
hosted on the domain of the first conference.
8 anos atrás
Yana Stamcheva
0dbbc5d8b6
[Android] Circular app/launcher icon(s)
8 anos atrás
George Politis
08efd5ecab
Merge pull request #1327 from saghul/doc-resolution
doc: document resolution config option and set it to 720 by default
8 anos atrás
Lyubomir Marinov
dba1bcb0e3
[RN] Increment short app version from 1.2 to 1.3
Now that Apple have approved build 1.2.199 for release in the App Store,
the short app version needs to be incremented; otherwise, no new builds
can be uploaded to TestFlight and, respectively, for release in the App
Store.
8 anos atrás
yanas
348403abff
Merge pull request #1326 from jitsi/fix-manual-tooltips
Fixes manual triggered tooltips text and no hover.
8 anos atrás
Paweł Domas
c290cf45b7
Merge pull request #1328 from saghul/cleanup-adaptive-lastn
cleanup: remove adaptive las N config option
8 anos atrás
Saúl Ibarra Corretgé
175c8e6e50
cleanup: remove adaptive las N config option
The feature has been replaced so the option no longer applies.
8 anos atrás
Saúl Ibarra Corretgé
f90667b23c
doc: document resolution config option and set it to 720 by default
8 anos atrás