Saúl Ibarra Corretgé
ac09233558
[RN] Add TintedView component
...
It's designed to cover a container and give it a "tint" by using a color and
opacity.
2017-12-19 09:10:58 -06:00
Saúl Ibarra Corretgé
9a3f98a4a0
Merge pull request #2256 from jitsi/wifistats
...
[Android] WiFi stats for mobile
2017-12-19 11:10:27 +01:00
damencho
2f3ea1b458
[Android] Add module that provides getWiFiStats
2017-12-19 11:07:11 +01:00
Leonard Kim
ceeefb33c1
fix(display-name): allow editing only if guest
2017-12-18 23:16:38 -06:00
hristoterezov
d6c3ab64fa
fix(aot): Unmount AlwaysOnTop to remove listeners ( #2307 )
2017-12-18 14:35:56 -08:00
George Politis
eee87bc546
Merge pull request #2303 from jitsi/update-lib-ff-stats-fix
...
Updates to latest lib-jitsi-meet f71ff66.
2017-12-15 16:05:03 -06:00
damencho
9a42b866ba
Updates to latest lib-jitsi-meet f71ff66.
...
Updates also to latest react-callstats 3.27.0 as lib-jitsi-meet already updated to it.
2017-12-15 15:24:58 -06:00
Saúl Ibarra Corretgé
b920140488
android: update Gradle plugin version for AS 3.0.1
2017-12-14 15:20:05 -06:00
Saúl Ibarra Corretgé
49acd6bf6a
android: simplify using the Google Maven repo reference
...
Also remove mavenLocal since we don't need it.
2017-12-14 15:20:05 -06:00
Saúl Ibarra Corretgé
7001208d87
[RN] Adjust filmstrip ordering based on aspect ratio
...
When in wide aspect ratio,, show it with the local participant on top, and the
remote ones after, sorted by join order.
2017-12-14 12:36:03 -06:00
Saúl Ibarra Corretgé
4a0e55b1f4
deps: update lib-jitsi-meet dependency
2017-12-13 11:11:06 -06:00
Lyubo Marinov
73cc9a68c7
Full commit hash
2017-12-13 10:15:48 -06:00
Saúl Ibarra Corretgé
e9c91d194c
android: update appcompat version
2017-12-13 09:35:34 -06:00
Saúl Ibarra Corretgé
3460fe03e5
android: update target SDK version
...
Android Oreo (API level 26) is supported since React Native 50.
2017-12-13 09:35:34 -06:00
Saúl Ibarra Corretgé
e65566ad03
Merge pull request #2288 from saghul/rn-i18n
...
[RN] Build react-native-locale-detector
2017-12-13 11:35:42 +01:00
Saúl Ibarra Corretgé
57206cc36a
[RN] Build react-native-locale-detector
...
Upstream lacked a CocoaPods podspec file, PR:
https://github.com/DylanVann/react-native-locale-detector/pull/3
2017-12-13 10:17:05 +01:00
Saúl Ibarra Corretgé
c05c8e0f1e
[RN] Handle config loading errors
...
They will be stored in redux and the PageReloadOverlay will be displayed.
Note that this commit also introduces a subtle (and yet important!) change:
the location URL is now always set, regardless of the configuration loading or
not. This is needed in order for the retry logic to pick it up.
2017-12-12 22:59:04 -06:00
Saúl Ibarra Corretgé
87a87eebb9
[RN] Add reload overlay in case of connection / conference errors
2017-12-12 22:58:46 -06:00
Lyubo Marinov
ad497fed7c
Reduce duplication
2017-12-12 21:58:33 -06:00
Saúl Ibarra Corretgé
0f6243ee88
feat(overlays): CallOverlay is not really an overlay
...
It's not supposed to go on top of everything, like an error would. It's tied to
a conference, so render it outside of the OverlayContainer.
2017-12-12 20:52:29 -06:00
Lyubo Marinov
b39b6640b4
React & React Native Fragment-like
2017-12-12 20:52:29 -06:00
Saúl Ibarra Corretgé
870e6bbddc
feat(overlays): render overlays outside of Conference
...
On web Conference is pretty much all there is, but on mobile we have the welcome
page and the blank page. If we fail to load config.js, for example we will still
be in the welcome page *and* we want to show an error overlay.
2017-12-12 20:52:29 -06:00
Lyubo Marinov
b93bac5aa9
feat(room-lock): hide dialog when conference fails
2017-12-12 20:51:56 -06:00
Saúl Ibarra Corretgé
c86895ae13
feat(room-lock): hide dialog when conference fails
2017-12-12 20:39:25 -06:00
Дамян Минков
e28b847fb0
Updates config feature and whitelists options that can be overridden. ( #2282 )
...
* Removes unused config logic.
* Whitelists config options that can be overridden using the URL.
* Recorder login with credentials, not supported by externalconnect.
Jibri uses xmpp credentials to login, which is not supported by externalconnect, so we want to skip it till that is supported.
* Whitelist only config.js
* Extracts whitelisting in separate function.
2017-12-12 11:16:55 -08:00
Saúl Ibarra Corretgé
f6ace61674
doc: document required proguard rules
2017-12-12 10:48:51 -06:00
Saúl Ibarra Corretgé
63d661ad5e
ios: remove needless method
...
We just call the parent class' method, so just get rid of it.
2017-12-12 11:57:18 +01:00
Дамян Минков
e0e2104723
Updates mobile browser page buttons. ( #2281 )
2017-12-11 15:45:57 -08:00
Lyubo Marinov
6f0b828512
Fix crash caused by "[Android] Handle disposed VideoTrack in WebRTCView"
2017-12-11 14:24:17 -06:00
virtuacoplenny
1984f8d0c0
fix(vertical-filmstrip): scope previous Firefox scroll fixes ( #2276 )
...
In aa93a783
, remote videos not scrolling on Firefox, IE, and
Edge was worked around using CSS. The CSS selector is too vague
and also catches horizontal filmstrip. The selector should
apply to vertical filmstrip only.
2017-12-11 11:03:24 -08:00
virtuacoplenny
9b67e796bd
ref(analytics): centralize all event names ( #2272 )
...
* ref(analytics): centralize all event names
* squash: fix typo and alpha ordering
* squash: rename file to AnalyticsEvents to parallel lib-jitsi-meet
2017-12-11 12:48:32 -06:00
hristoterezov
ee1ec42463
fix(external_api): Request feedback when using the API ( #2271 )
2017-12-11 09:43:52 -08:00
Saúl Ibarra Corretgé
76fb3b3c63
Merge pull request #2262 from virtuacoplenny/lenny/welcome-page-espanol
...
fix(welcome-page): fix alignment issues
2017-12-11 10:05:51 +01:00
damencho
b49e600267
Cleanup, removes unused obsolete files.
2017-12-07 11:14:21 -06:00
damencho
5a3f952a2f
Uses prosodyctl default inputs.
2017-12-07 11:14:21 -06:00
damencho
3ac41bb0c3
Updates manual install doc with auth.domain certs instructions.
2017-12-07 11:14:21 -06:00
damencho
94813bc0fd
Changes owner to prosody of newly created certificates. Fixes #2244 .
2017-12-07 11:14:21 -06:00
Leonard Kim
457b4255b9
fix(welcome-page): leverage existing table display to vertical align
2017-12-06 15:55:32 -08:00
Leonard Kim
bed9bd1d5a
fix(welcome-page): use inline-block for alignment
2017-12-06 15:51:21 -08:00
jitsi-pootle
0d4dcffbac
New files added from translate.jitsi.org based on templates
2017-12-06 16:44:57 +00:00
Lyubo Marinov
a5538adf8a
[RN] Add a timeout for loading the configuration
2017-12-05 21:07:15 -06:00
Saúl Ibarra Corretgé
38b645bc27
[RN] Add a timeout for loading the configuration
2017-12-05 17:08:10 -06:00
Saúl Ibarra Corretgé
15bf6b9e30
deps: update React to 16.2.0
2017-12-05 14:38:57 -06:00
damencho
67ac0e8b8a
Updates the unsupported mobile browser page.
2017-12-05 09:52:44 -06:00
Leonard Kim
b74b29e8a0
fix(css): load css before js
...
Currently all.css is loaded after app.js. This means there may
not be a guarantee that the css is loaded before the js, which
is bad because the js does dom querying for sizes on elements,
but some element sizes will be affected by js. So instead load
css upfront and let the browser block as needed or at least
give the css a head start in racing javascript to load.
2017-12-05 08:50:13 -06:00
Leonard Kim
b258a9fc5e
ref(css): move aui css to jitsi-meet
2017-12-05 08:50:13 -06:00
Leonard Kim
a653816f90
fix(vertical-filmstrip): prevent shared videos from displaying under avatars
...
- Modify Etherpad and SharedVideo so their resizing takes into account
the width of the filmstrip in vertical filmstrip mode.
- Modify Filmstrip's getFilmstripWidth to account for when the filmstrip
is hidden.
- modify VideoContainer so in vertical filmstrip mode it centers the
shared desktop stream in the middle of the available space not taken
by filmstrip.
- Also allow clickthrough on the secondary toolbar itself while still
allowing clicks on the toolbar's buttons. This allows clicks on
shared videos to go through.
2017-12-05 08:45:45 -06:00
Дамян Минков
9ddc5a0e42
Skips empty invites for video rooms. ( #2251 )
2017-12-04 20:59:28 -08:00
hristoterezov
d79995e14c
fix(aot): Toolbar styles ( #2252 )
...
Rounded corners on the first and last buttons. Size of the hangup button
on hover.
2017-12-04 20:23:51 -08:00
hristoterezov
5ffcaca649
feat(aot): Handle video not available use cases ( #2242 )
2017-12-04 19:27:17 -08:00