- Feb 21, 2017
-
-
Lyubo Marinov authored
-
Saúl Ibarra Corretgé authored
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.
-
Saúl Ibarra Corretgé authored
-
Lyubo Marinov authored
-
Saúl Ibarra Corretgé authored
Fixes an issue where immersive mode would be enabled when coming back from the background on the welcome screen. Re-fixes c57e7136, which was not correct.
-
Lyubo Marinov authored
-
Saúl Ibarra Corretgé authored
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.
-
- Feb 20, 2017
-
-
Saúl Ibarra Corretgé authored
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.
-
- Feb 19, 2017
-
-
Lyubomir Marinov authored
-
- Feb 18, 2017
-
-
hristoterezov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
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.
-
- Feb 17, 2017
-
-
Yana Stamcheva authored
-
George Politis authored
doc: document resolution config option and set it to 720 by default
-
Lyubomir Marinov authored
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.
-
yanas authored
Fixes manual triggered tooltips text and no hover.
-
Paweł Domas authored
cleanup: remove adaptive las N config option
-
Saúl Ibarra Corretgé authored
The feature has been replaced so the option no longer applies.
-
Saúl Ibarra Corretgé authored
-
- Feb 16, 2017
-
-
damencho authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Saúl Ibarra Corretgé authored
Looks like Android gets confused as to what surface to blit when we hide or show toolbars. Setting a border on the container, seems to force the entire area to blit properly. Other attempted approaches, with no success: - zIndex of -100 - width and height of 0 - opacity of 0 and setting 'disabled' on touch containers This patch applies the workaround in the welcome page and conference containers.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
ibauersachs authored
-
Ingo Bauersachs authored
-
jitsi-pootle authored
-
- Feb 15, 2017
-
-
yanas authored
-
https://github.com/jitsi/jitsi-meetyanas authored
Merge branch 'livestream_help_link' of https://github.com/jitsi/jitsi-meet into livestream_help_link
-
Lyubomir Marinov authored
Includes automatic recommended Xcode project file fixes.
-
Lyubomir Marinov authored
Lib-jitsi-meet uses jQuery's .append method to manipulate Jingle. The method in question invokes the getter and setter of Element.innerHTML. Unfortunately, xmldom which we use in React Native to polyfill DOM does not polyfill Element.innerHTML. So polyfill it ourselves.
-
Lyubomir Marinov authored
Recently expose-loader broke us when it updated from 0.7.1 to 0.7.2 and we decided to stick to exact versions.
-
Saúl Ibarra Corretgé authored
Turns out React Native's timers (setTimeout / setInterval) don't run while the app is in the background: https://github.com/facebook/react-native/issues/167 This patch replaces the global timer functions with those from the react-native-background-timer package, which work in the background. These timers won't magically make an application work in the background, but they will run if an application already happens to run in the background. That's our case while in a conference, so these timers will run, allowing XMPP pings to be sent and the conference to stay up as long as the user desires.
-
damencho authored
-