Lyubomir Marinov
55a8b44224
Consistent middleware and reducer imports
8 年前
Lyubomir Marinov
e29db31d91
Comply w/ coding style
8 年前
Lyubomir Marinov
183d3c3ca4
Fix a possible undefined state usage
8 年前
Saúl Ibarra Corretgé
c57e713696
[RN] Fix full-screen mode when coming back from the background
On Android the status and navigation bars are shown again after coming back from
the background, so enter full-screen mode again if needed.
8 年前
Saúl Ibarra Corretgé
4519f26adf
[RN] Mute local video when app is in the background
8 年前
bgrozev
c26f9cc01f
Merge pull request #1301 from jitsi/video-thumbnail-margin
Lower the margin between video thumbnails
8 年前
yanas
53e784094a
Merge pull request #1308 from jitsi/ss_resize_remote
Fix for the size of remote desktop sharing videos
8 年前
hristoterezov
0e92e48376
fix(ss): resize for remote videos
8 年前
Lyubomir Marinov
4c9943ac38
Fix an image path on the mobile landing page
8 年前
Дамян Минков
4bd0fd145d
Merge pull request #1293 from jitsi/prosody_plugin_muc_all_owners
prosody plugin to make all users owners/moderators
8 年前
Lyubomir Marinov
01ae82eb28
No Temasys alert on mobile Web
8 年前
Lyubomir Marinov
e21eae0933
Prepare for webpack 2
8 年前
Lyubomir Marinov
2f047c50dc
Revert "No Temasys alert on mobile Web"
This reverts commit b09e86352f .
8 年前
yanas
e397e1a80c
Merge pull request #1303 from jitsi/no-temasys-alert-on-mobile
No Temasys alert on mobile (Web)
8 年前
Lyubomir Marinov
b09e86352f
No Temasys alert on mobile Web
8 年前
Lyubomir Marinov
8687b69167
Consistency
Be consistent about formatting within 1 and the same file.
8 年前
Lyubomir Marinov
6c5468d904
Simplify the source code
If half the file is written in ES6, it is easier to read if the rest of
the file is in ES6 as well. If ES6 is used, then const is better than
let. If source code is shorter yet as readable as the long version, then
prefer the short version.
8 年前
Lyubomir Marinov
d6b0f8d4c5
Use functions, do not re-implement them
We have the functions reload and redirect which modify window.location.
Use them and do not directly modify window.location so that we have
fewer places of direct window.location modifications and it is easier to
refactor them.
8 年前
Lyubomir Marinov
a8cd4ff12c
1, not 2 names for 1 and the same abstraction
window.location calls it reload so util/helpers shouldn't call it
redirect because UI/util/UIUtil has it is own redirect which is the
assign of window.location.
8 年前
Lyubomir Marinov
8509efc8af
Make the Web app aware of its context root
8 年前
Saúl Ibarra Corretgé
23a0053dad
doc: add section about embedding to the README
8 年前
Saúl Ibarra Corretgé
5849980092
external_api: fix jsdoc
8 年前
Saúl Ibarra Corretgé
e81fc2b254
doc: fix external API documentation
- use proper punctuation
- fix markdown syntax
- always use syntax highlighting
- document missing commands
- miscellaneous grammar fixes
8 年前
yanas
f6f730b994
Lower the margin between video thumbnails
8 年前
Lyubomir Marinov
2ad869a036
Comply w/ coding style
- Use 1 name for 1 abstraction. Instead of useFullScreen and enabled use
fullScreen.
- Comments are correct English sentences so no double spaces between
senteces, no capitalization of the work On midsentence.
- Write as little source code as possible if readability is preserved.
- Utilize Facebook's Flow.
- The name of a private function must start with _ and the jsdoc should
state that the function is private.
8 年前
Saúl Ibarra Corretgé
7a8c84e990
[RN] Implement full screen mode while in a conference
The implementation varies across platforms, with the same goal: allow the app to
use the entire screen real state while in a conference.
On Android we use immersive mode, which will hide the status and navigation bars.
https://developer.android.com/training/system-ui/immersive.html
On iOS the status bar is hidden, with a slide effect.
8 年前
Lyubomir Marinov
0de01e93dd
react-native 0.41.2
8 年前
Lyubomir Marinov
6fa93e5b44
file-loader 0.10.0
8 年前
Lyubomir Marinov
2144ec1e3f
eslint 3.15.0
8 年前
bgrozev
68d2f60ace
Merge pull request #1276 from jitsi/respect-disable-rtx
fix: Respect the disableRtx config option.
8 年前
George Politis
3d671ae71f
docs: Documents the disableRtx config option.
8 年前
Lyubomir Marinov
8ed47f9d99
[flow] Lint with Flow (in addition to JSHint and ESLint)
8 年前
Lyubomir Marinov
b50f858556
[flow] Expand the coverage of flow-monitored files
8 年前
Lyubomir Marinov
5de1a74429
[flow] Take advantage of flow-typed
8 年前
Lyubomir Marinov
2063ad467d
flow-typed
8 年前
Lyubomir Marinov
679acbae16
Use babel-eslint in the whole project
8 年前
Aaron van Meerten
a5b706a99e
Added a prosody plugin for making all users into muc owners in prosody
Included a patch to prosody-trunk which allows owners to kick each other
8 年前
yanas
542e61357e
Adds new combined camera and mic icon
8 年前
Lyubomir Marinov
3743602c67
[RN] Fix the parsing of the domain out of a URL
8 年前
Lyubomir Marinov
ee651840bf
Fixes related to coding style
8 年前
damencho
0765c60d77
Moves feedback button as a component.
When callstats is not configured hide the button.
8 年前
Lyubomir Marinov
7fa17322a1
Consistency in naming and jsdocs
8 年前
Lyubomir Marinov
cfa3047330
[flow] Type annotations
8 年前
Lyubomir Marinov
9e033deb7b
Remove unnecessary source code
8 年前
Lyubomir Marinov
f6c914f6f0
[flow] A minimal demonstration of flow in action
8 年前
Lyubomir Marinov
06ff02c2a5
[flow] Ignore packages in node_modules that cause errors and we do not want to fix
8 年前
Lyubomir Marinov
63fd263890
flow 0.36.0
The first step towards enabling Facbook's flow in the project. The flow
configuration is pristine as generated by react-native upgrade.
8 年前
Lyubomir Marinov
94f3d4b279
[RN] Expand domains supported by Universal Links
8 年前
Lyubomir Marinov
fdc96044ad
[RN] App-specific URL scheme
8 年前
Lyubomir Marinov
91487ffc94
Fix a case of endless recursion
8 年前