Lyubomir Marinov
d1f6679f2d
[RN] Remove Crashlytics
8 år sedan
Lyubomir Marinov
b8a6eb4768
Fix the checkbox to disable the Welcome page
Recently, we reimplemented the Welcome page in React. Unfortunately, we
broke the checkbox that enables/disables the Welcome page and it would
allow checking but wouldn't allow unchecking.
8 år sedan
Lyubomir Marinov
6efad1348a
Fix the display of watermarks in film strip-only mode
Recently, we reimplemented the watermarks in React. Unfortunately, we
didn't take into account film strip-only mode.
Additionally, we duplicated watermark-related source code on the Welcome
and Conference pages.
8 år sedan
Lyubomir Marinov
eaed9db1e7
Name folders consistently
8 år sedan
Lyubomir Marinov
4f8b7a934c
Comply w/ coding style
8 år sedan
Lyubomir Marinov
71c04936af
Merge branch 'actions-rename' of https://github.com/saghul/jitsi-meet into saghul-actions-rename
8 år sedan
Любомир Маринов
41da758946
Merge pull request #1242 from saghul/ipad
Enable universal builds
8 år sedan
Saúl Ibarra Corretgé
acbfe5cb09
[RN] Keep device screen on while in a conference
8 år sedan
Lyubomir Marinov
ba3d65c01f
Fix d17cc9fa
A bug was discovered in d17cc9fa which would raise a failure to push
into the browser's history if a base href was defined. Fix the failure
by removing react-router. Anyway, the usage of react-router was
incorrect because the app must hit the server infrastructure when it
enters a room because the server will choose the very app version then.
8 år sedan
Lyubomir Marinov
856732abab
Preserve URLs
8 år sedan
Lyubomir Marinov
5f21e4c5b6
Introduce Platform in React
React Native provides Platform.
8 år sedan
Lyubomir Marinov
28b44cf67c
Consistency
8 år sedan
Дамян Минков
674b0e706c
Merge pull request #1241 from jitsi/iframe_api_avatars
feat(iframeAPI): implement avatar change commands
8 år sedan
Saúl Ibarra Corretgé
b96ca538e4
[RN][iOS] Make universal builds
8 år sedan
Saúl Ibarra Corretgé
3266ace916
[RN][iOS] Set deployment target to 9.0
According to Apple iOS devices with versions < 9.0 are 6%.
https://developer.apple.com/support/app-store/
8 år sedan
hristoterezov
f7ce8d028d
feat(iframeAPI): implement avatar change commands
8 år sedan
Дамян Минков
85e5b0fc31
Merge pull request #1240 from jitsi/ilmstriponly_ui
fix(filmstrip_only): Remove unrelated UI elements
8 år sedan
hristoterezov
61f4b52a15
fix(filmstrip_only): Remove unrelated UI elements
8 år sedan
Lyubomir Marinov
d17cc9fa86
Merge branch 'BeatC-BeatC-moving-conference-init-to-react-1'
8 år sedan
Lyubomir Marinov
1f995cffe9
eslint 3.13.1, react 15.4.1, react-redux 5.0.2
8 år sedan
Lyubomir Marinov
0936d54114
Merge branch 'master' into BeatC-BeatC-moving-conference-init-to-react-1
8 år sedan
Lyubomir Marinov
0912dbf130
Remove duplication, simplify, comply with coding style
8 år sedan
Дамян Минков
7dd566a591
Merge pull request #1238 from jitsi/filmstriponly_jserrors
fix(filmstrip_only): JS errors
8 år sedan
hristoterezov
0f9bc766db
fix(filmstrip_only): JS errors
8 år sedan
Saúl Ibarra Corretgé
e71e6c5b79
Name Redux actions consistently
Redux actions which represent "commands" should be imperative, and those
representing events should use the past tense.
8 år sedan
Lyubomir Marinov
4d5f82633b
Merge branch 'master' into BeatC-BeatC-moving-conference-init-to-react-1
8 år sedan
Lyubomir Marinov
2f01746c55
Remove duplication, simplify, comply with coding style
8 år sedan
yanas
7ec5b34548
Merge pull request #1232 from jitsi/fix-adjust-layout
Fixes and adjustments of UI layout
8 år sedan
yanas
1604fa6584
Fixes and adjustments of UI layout
8 år sedan
Lyubomir Marinov
b67994235e
Merge branch 'BeatC-moving-conference-init-to-react-1' of https://github.com/BeatC/jitsi-meet into BeatC-BeatC-moving-conference-init-to-react-1
8 år sedan
Lyubomir Marinov
ee1358fae3
Merge branch 'saghul-no-welcome-autofocus'
8 år sedan
Lyubomir Marinov
9fae5aa02f
Merge branch 'no-welcome-autofocus' of https://github.com/saghul/jitsi-meet into saghul-no-welcome-autofocus
8 år sedan
Lyubomir Marinov
a887beed3a
[RN] Increment short app version from 1.0 to 1.1
Now that Apple have approved build 1.0.178 for release in the App Store,
the short app version needs to be incremented; otherwise, no new builds
can be uploaded to TestFlight and, respectively, for release in the App
Store.
8 år sedan
Saúl Ibarra Corretgé
8a30d44042
[RN] Disable autofocus on the welcome screen
This prevents the keyboard from showing up right when the app opens.
8 år sedan
Lyubomir Marinov
4fef8a3b79
[RN] Prevent unhandled JS errors from killing the process in Release
8 år sedan
Ilya Daynatovich
ad9bdf4dd2
Fix url params stripping
8 år sedan
hristoterezov
29001c3ab0
Merge pull request #1228 from jitsi/fix-menu-icon
Fix(RemoteVideo): Fixes remote video menu icon
8 år sedan
yanas
a5387b054a
Fix(RemoteVideo): Fixes remote video menu icon
8 år sedan
Ilya Daynatovich
c2757469a5
Merge branch 'master' into BeatC-moving-conference-init-to-react-1
8 år sedan
Ilya Daynatovich
ed1aa700d0
remove asterisk symbol from jsdoc
8 år sedan
Ilya Daynatovich
58b5e1748f
editions after rebase
8 år sedan
Ilya Daynatovich
a99bbe67ab
Clean up Conference component
8 år sedan
Ilya Daynatovich
f53fb3d814
Introduced new actions and functions for app initialization
8 år sedan
Ilya Daynatovich
e716c1738c
Fix lint errs
8 år sedan
Ilya Daynatovich
3190bfa058
Move redundant code from app.js
8 år sedan
Ilya Daynatovich
c570b80d7b
moved app initialization to react app
8 år sedan
yanas
2f9887245a
Merge pull request #1226 from jitsi/guests-watermark
Adds an option to show watermark only for guests.
8 år sedan
damencho
6006333ccf
Adds an option to show watermark only for guests.
8 år sedan
Lyubomir Marinov
fd6c91715f
Merge branch 'fix-mobile-toolbar-initial-timeout'
8 år sedan
Lyubomir Marinov
a40b6a9df8
Merge branch 'master' into fix-mobile-toolbar-initial-timeout
8 år sedan