- Oct 17, 2016
-
-
Lyubomir Marinov authored
-
yanas authored
-
Дамян Минков authored
Some contact list styling adjustments
-
yanas authored
-
yanas authored
-
Дамян Минков authored
Adds toolbar splitter button
-
yanas authored
-
yanas authored
-
Дамян Минков authored
-
Ilya Daynatovich authored
-
- Oct 14, 2016
-
-
Дамян Минков authored
Initialise the invite dialog on user action
-
yanas authored
-
Paweł Domas authored
Fixes cannot read property of undefined if there is no local video.
-
damencho authored
-
Дамян Минков authored
Fixes cdn issue with remove password link.
-
- Oct 13, 2016
-
-
Paweł Domas authored
Fullscreen feature fixes
-
yanas authored
-
yanas authored
-
hristoterezov authored
Calculates quality based on the resolution and upload.
-
Paweł Domas authored
Adds an id to etherpad iframe.
-
damencho authored
-
damencho authored
Uses some ES6 syntax. Also removes inputHeight key for resolution as it makes no sence to have dictionary with one key. Removes some code duplication. Makes code consistent: method params for updateLocalStats and updateRemoteStats.
-
yanas authored
-
yanas authored
-
yanas authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Дамян Минков authored
Refactor hangup. Refactor hangup after room.leave is made to return Promise that waits for actual leave.
-
Maxim Voloshin authored
-
- Oct 12, 2016
-
-
hristoterezov authored
-
hristoterezov authored
-
hristoterezov authored
-
Paweł Domas authored
Merge jitsi-meet-react's mobile support
-
hristoterezov authored
hot fix api.executeCommand
-
yanas authored
Add main file for switch theming
-
Lyubomir Marinov authored
As a step toward merging jitsi-meet-react with jitsi-meet to share as much source code as possible between mobile and Web, merge the part of jitsi-meet-react's source tree which supports mobile inside the jitsi-meet source tree and leave jitsi-meet-react's Web support in the source code revision history but don't have it in master anymore because it's different from jitsi-meet's Web support. In other words, the two projects are mechanically merged at the file level and don't really share source code between mobile and Web.
-
Lyubomir Marinov authored
React Native's module bundler (aka packager) has its default Babel preset - react-native/babel-preset - which it uses in the absence of a custom .babelrc. Unfortunately, the default may be tripped by the presence of a .babelrc in dependencies. Additionally, if the default does not get tripped, the npm install of lib-jitsi-meet as a dependency may fall into a recursion in which Babel attempts to transpile react-native/babel-preset. To reduce the risks of stumbling upon such problems, move Babel's configuration inside the Webpack configuration file.
-