Leonard Kim
1eee20dd5a
ref(toolbar): remove contact list
7 years ago
hristoterezov
969f5d67ab
feat(eslint): Enable for non react files
7 years ago
Дамян Минков
6682543691
Moves analytics loading to react. (#1945)
* feat(analytics): move to React
The analytics handlers have been moved to JitsiMeetGlobalNS, so now they are
stored in `window.JitsiMeetJS.app.analyticsHandlers`.
The analytics handlers are re-downloaded and re-initialized on every
lib-jitsi-meet initialization, which happens every time the config is changed
(moving between deployments in the mobile app).
* Adds legacy support for old analytics location.
7 years ago
hristoterezov
382b328262
fix(postmessagebackend): JS error when response is sent.
8 years ago
hristoterezov
9d953f18c2
fix(device_selection_popup): On Firefox
8 years ago
hristoterezov
b297aa3f3a
ref(remotecontrol): Changing the format of the messages
8 years ago
hristoterezov
dfc94ff144
ref(iframe_API): Changing the format of the outgoing messages for API.js
8 years ago
hristoterezov
96bde3ff44
fix(trnasport): Names of the arguments for Transport and backend
Now the backends are working with 'message' and Transport is
working with 'request', 'response' and 'event'.
8 years ago
hristoterezov
b49c1c6ba2
fix(transport): Code style issues and enableLegacyFormat param bug
Improves naming.
Fixing typos.
enableLegacyFormat param was working like disableLegacyFormat.
Improves the structure of transport/index.js
8 years ago
Lyubo Marinov
e9dc9c47a9
Coding style
For lack of a better word/phrase, I'm calling all changes coding style.
I'm targeting readability through naming and syntax.
8 years ago
hristoterezov
3e055c1201
ref(external_api): To use transport module
8 years ago
hristoterezov
0dff35c0db
feat(transport): Implement transport module
The transport module will be handling all external app
communication.
8 years ago