Ilya Daynatovich
58b5e1748f
editions after rebase
9 gadus atpakaļ
Ilya Daynatovich
a99bbe67ab
Clean up Conference component
9 gadus atpakaļ
Ilya Daynatovich
f53fb3d814
Introduced new actions and functions for app initialization
9 gadus atpakaļ
Ilya Daynatovich
e716c1738c
Fix lint errs
9 gadus atpakaļ
Ilya Daynatovich
3190bfa058
Move redundant code from app.js
9 gadus atpakaļ
Ilya Daynatovich
c570b80d7b
moved app initialization to react app
9 gadus atpakaļ
yanas
d67b7c7f49
Fix(React/conference): Fix jsdocs
8 gadus atpakaļ
yanas
616ab0f635
Fix(mobile/conference): Move the initial call to the componentDidMount method
8 gadus atpakaļ
yanas
930e65da66
Fix(React/conference): Sets an initial toolbar view timeout
8 gadus atpakaļ
Дамян Минков
677eef12dd
Updates use of showJitsiWatermark.
8 gadus atpakaļ
Ilya Daynatovich
5bb53ba036
Fix issue with watermarks
8 gadus atpakaļ
damencho
2c5a5816c4
Adds some accessibilityLabels that can be used for testing.
9 gadus atpakaļ
yanas
8d90a7d091
Fix(react): Fixes black border on text input in welcome page
9 gadus atpakaļ
yanas
4a71c2655a
Fix(react): Make in call buttons appear by default
9 gadus atpakaļ
yanas
043fd6e259
Fix(React): Modifies thumbnail icon positions and layout
9 gadus atpakaļ
yanas
7722e14117
Adjusts the size of secondary toolbar button
9 gadus atpakaļ
yanas
5e377d3694
Fix underlining on welcom text input on android
9 gadus atpakaļ
yanas
f512583973
fix(react-toolbars): Adjusts some styles and icons in mobile toolbars
9 gadus atpakaļ
yanas
5fce7f6ba2
Updates the react native font.
9 gadus atpakaļ
yanas
dfe1666530
feat(fonts): Adds a new icon to the font
9 gadus atpakaļ
Lyubomir Marinov
9f332ffcec
[iOS] Synthesize IPv6 addresses
9 gadus atpakaļ
Lyubomir Marinov
4810249301
Simplify. Comply w/ coding style.
9 gadus atpakaļ
Ilya Daynatovich
984a6519fc
Move welcome page logic from jquery to react
9 gadus atpakaļ
Ilya Daynatovich
83dd56d34c
Move roomname generator to React
9 gadus atpakaļ
Lyubomir Marinov
4571a4c048
Simplify Redux reducer source code
9 gadus atpakaļ
Lyubomir Marinov
80685395ed
[RN] Room lock
9 gadus atpakaļ
Lyubomir Marinov
38b9819b68
Fix/remove Redux state mutation
9 gadus atpakaļ
Lyubomir Marinov
9a49a01713
[RN] Room lock button
9 gadus atpakaļ
Lyubomir Marinov
7ecafb1e69
[RN] Join password-protected rooms
9 gadus atpakaļ
Lyubomir Marinov
9f93ce86be
[RN] Simplify the source code
9 gadus atpakaļ
Lyubomir Marinov
a5773f1d0b
[RN] Links to Send feedback and Privacy (policy)
9 gadus atpakaļ
Lyubomir Marinov
d72813340e
Fix the (visual) style of toggle camera facing mode
9 gadus atpakaļ
Lyubomir Marinov
daf56455a5
Use Symbol for Redux action types to prevent conflicts
9 gadus atpakaļ
Lyubomir Marinov
51a1a7ed22
[RN] Clarify, simplify the source code
9 gadus atpakaļ
Lyubomir Marinov
99c2b60a1d
[RN] Catch Promise rejection
9 gadus atpakaļ
Lyubomir Marinov
de5cd53f85
[RN] Allow uppsercase letters in room names
9 gadus atpakaļ
Lyubomir Marinov
f027a8f74f
[RN] Use fetch instead of XHR
9 gadus atpakaļ
Lyubomir Marinov
8f02b9249e
Clarify error message with details
9 gadus atpakaļ
Lyubomir Marinov
02e3f6b3a2
Reduce the complexity of the source code
9 gadus atpakaļ
Lyubomir Marinov
96a18ab2d5
[RN] Change 'Privacy Policty' and 'Terms of Service' to 'Terms and Conditions'
9 gadus atpakaļ
Lyubomir Marinov
c1df375af4
Extend ./react/.eslintrc.js from ./.eslintrc.js
9 gadus atpakaļ
Lyubomir Marinov
bdc67201e2
Fix disabled Welcome page broken with the introduction of React
The React-based rewrite looks whether there's a room name (in the
window's location) in order to choose between WelcomePage and
Conference. But app.js expects Conference to be rendered before it
builds a room name if WelcomePage is disabled and there's no room name.
A quick and dirty workaround is to render Conference within WelcomePage
so that the rendered result closely resembles index.html before the
React-based rewrite.
9 gadus atpakaļ
Lyubomir Marinov
0db33bb45c
React propTypes as static class properties
9 gadus atpakaļ
Lyubomir Marinov
52fbb8f02c
[RN] Fix React.PropTypes warning
9 gadus atpakaļ
Lyubomir Marinov
a1639b67a5
[RN] Don't display background colors underneath text on WelcomePage
9 gadus atpakaļ
Lyubomir Marinov
1f457dfca5
Hyperlinks to legalese such as Privacy Policy and Terms of Service
9 gadus atpakaļ
Ilya Daynatovich
c3428e8213
Split React components out of index.html
9 gadus atpakaļ
Yana Stamcheva
10f3f01da8
[iOS] Launch screen
9 gadus atpakaļ
Lyubomir Marinov
4d335e086b
Reduce the number of unnecessary Redux state changes
9 gadus atpakaļ
Lyubomir Marinov
3fa62c3757
Fix thumbnail reordering
Don't use Array.prototype.sort() because (1) it operates in place and,
thus, mutes the Redux state and (2) it is not necessarily stable and,
thus, unnecessarily shuffles the thumbnails.
9 gadus atpakaļ