paweldomas
40d7d0c9cb
feat(UnsupportedMobileBrowser): do not include protocol in the intent
Do not include the protocol part in the intent URL.
7 years ago
Leonard Kim
8f520086e5
fix(info): do not show dial in numbers without a room specified
For the static page an error message displays stating no room
was specified. On mobile for unsupported browsers, the dial in
info will not show.
7 years ago
Leonard Kim
1f82ce3d19
feat(unsupported-browser): show dial-in for mobile
- Move the existing components for the static dial in page into
a separate folder for easier reuse.
- Reuse those components for displaying dial-on numbers on the
mobile page for unsupported browsers.
- Modify those components to support having tel protocol
links on the dial-in numbers.
- Have DialInSummary, formerly DialInInfoPage, respect a
passed in className prop for easier styling differences.
7 years ago
damencho
67ac0e8b8a
Updates the unsupported mobile browser page.
8 years ago
paweldomas
b74bede0e7
feat(web/RN): update React to v16 and React Native to 0.49
8 years ago
Lyubo Marinov
2e2129fa44
Import PropTypes from prop-types
Prepare for React 16.
8 years ago
Lyubo Marinov
4dc658c270
Fix 'Missing JSDoc comment require-jsdoc'
8 years ago
Lyubo Marinov
18368fefaa
Comply w/ coding style
8 years ago
damencho
c361e1e31a
Translate react strings.
Split language detectors to be web/native dependent. Take care of strings that contain html.
8 years ago
Lyubo Marinov
72c267fbf3
Fix the human-readable text
8 years ago
Ilya Daynatovich
a8877d82b6
Rename style component; Use of status codes instead of flags in conference init
8 years ago
Ilya Daynatovich
60b14e9b45
Some fixes mentioned in the PR
8 years ago
Ilya Daynatovich
905212b109
Enable flow for written code
8 years ago
Lyubomir Marinov
4c9943ac38
Fix an image path on the mobile landing page
8 years ago
Lyubomir Marinov
01ae82eb28
No Temasys alert on mobile Web
8 years ago
Lyubomir Marinov
fdc96044ad
[RN] App-specific URL scheme
8 years ago
Lyubomir Marinov
2189ab7ee6
Consistent naming of react-redux's mapStateToProps
Until we make a decision on access modifier hints and adopt a respective
coding style, consistency is king.
8 years ago
Lyubomir Marinov
88eabf23f4
Remove obsolete UnsupportedMobileBrowser functionality
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.
8 years ago
Lyubomir Marinov
cbcee201f0
Comply w/ coding style
8 years ago
Ilya Daynatovich
6a0b92638c
Introduce interceptComponent function
8 years ago
Ilya Daynatovich
2e81b8493e
Introduce unsupported browser page
8 years ago
Ilya Daynatovich
57ba702dda
Clean up routing logic
8 years ago
Lyubomir Marinov
62bafcaf63
Introduce Platform in React
React Native provides a Platform abstraction which React does not
provide.
8 years ago
Lyubomir Marinov
7de5c9c1d2
Comply w/ coding style
8 years ago
Ilya Daynatovich
8248b14555
Integrate Mobile landing in the Redux app
8 years ago
Ilya Daynatovich
23ef0c8d9d
justify text on landing page
8 years ago
Ilya Daynatovich
58a4f59fd8
Implement Landing component
8 years ago