jiti-meet/android
Saúl Ibarra Corretgé 36f5b0218d [RN] Fix running timers in the background
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.
2017-02-15 11:50:54 -06:00
..
app [RN] Fix running timers in the background 2017-02-15 11:50:54 -06:00
gradle/wrapper Merge jitsi-meet-react's mobile support 2016-10-12 10:31:52 -05:00
keystores Merge jitsi-meet-react's mobile support 2016-10-12 10:31:52 -05:00
build.gradle Merge jitsi-meet-react's mobile support 2016-10-12 10:31:52 -05:00
gradle.properties Merge branch 'android-version' 2016-12-06 14:26:50 -06:00
gradlew Merge jitsi-meet-react's mobile support 2016-10-12 10:31:52 -05:00
gradlew.bat Merge jitsi-meet-react's mobile support 2016-10-12 10:31:52 -05:00
settings.gradle [RN] Fix running timers in the background 2017-02-15 11:50:54 -06:00