- Feb 06, 2017
-
-
Lyubomir Marinov authored
- Use 1 name for 1 abstraction. Instead of useFullScreen and enabled use fullScreen. - Comments are correct English sentences so no double spaces between senteces, no capitalization of the work On midsentence. - Write as little source code as possible if readability is preserved. - Utilize Facebook's Flow. - The name of a private function must start with _ and the jsdoc should state that the function is private.
-
Saúl Ibarra Corretgé authored
The implementation varies across platforms, with the same goal: allow the app to use the entire screen real state while in a conference. On Android we use immersive mode, which will hide the status and navigation bars. https://developer.android.com/training/system-ui/immersive.html On iOS the status bar is hidden, with a slide effect.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
George Politis authored
-
- Feb 03, 2017
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Feb 02, 2017
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
damencho authored
When callstats is not configured hide the button.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
- Feb 01, 2017
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
The first step towards enabling Facbook's flow in the project. The flow configuration is pristine as generated by react-native upgrade.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Saúl Ibarra Corretgé authored
-
Дамян Минков authored
-
- Jan 30, 2017
-
-
George Politis authored
- Jan 29, 2017
-
-
Lyubomir Marinov authored
Until we make a decision on access modifier hints and adopt a respective coding style, consistency is king.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Jan 28, 2017
-
-
Lyubomir Marinov authored
Until we make a decision on access modifier hints and adopt a respective coding style, consistency is king.
-
Lyubomir Marinov authored
Until we make a decision on access modifier hints and adopt a respective coding style, consistency is king.
-
Lyubomir Marinov authored
It turns out that it is not enough to give lib-jitsi-meet the room name in lower case. BOSH also needs the room name in lower case.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
Until we make a decision on access modifier hints and adopt a respective coding style, consistency is king.
-
Lyubomir Marinov authored
The desired behavior of the button 'Start a conference' / 'Join the conversation' is to launch the mobile app if installed; otherwise, do nothing i.e. continue to display UnsupportedMobileBrowser. Anyway, we may change our minds about allowing the user to continue in a supported mobile browser so preserve the source code that enables that but give it more appropriate naming.
-
Любомир Маринов authored
api/api.html -> examples/api.html && rm doc/api
-
- Jan 27, 2017
-
-
Lyubomir Marinov authored
-