Hristo Terezov
5da4e43e50
fix(settings): respect configWhitelist
пре 6 година
Hristo Terezov
eae6f7760f
fix(configWhitelist): add startWithAudioMuted.
пре 6 година
Mihai Uscat
00161212c8
feat(welcome): Add responsive text to go button
пре 6 година
Mark Anthony Sison
8976b92842
doc(install): adds cd command to jitsi-meet installation
пре 6 година
Vlad Piersec
c3a6a8fb17
Add participants count
пре 6 година
Saúl Ibarra Corretgé
391e5ca483
deps: react-native@0.61.3
пре 6 година
Saúl Ibarra Corretgé
36654cb808
rn: disable H.264 on select devices even when not in P2P
iOS 10 crashes, so don't use it there, in any case.
пре 6 година
Saúl Ibarra Corretgé
6d16e087d9
rn: add a new advanced settings section
Currently only 2 options are implemented, mainly aimed at helping troubleshoot
audio related problems:
- Disable native call integration (it disables CallKit / ConnectionService)
- Disable P2P
пре 6 година
Saúl Ibarra Corretgé
fe90e5aa8f
rn,settings: remove top margin
пре 6 година
Saúl Ibarra Corretgé
3c22cd8ef4
rn,android: refactor audio device handling module
Separate each implementation (3 as of this writing) into each own "handler"
class.
This should make the code easier to understand, maintain and extend.
пре 6 година
Bettenbuk Zoltan
5429b8568e
feat: feature flag for invite functionalities
пре 6 година
George Politis
0eccaf9a21
bumps ljm@5521a40aa85cb6f128f8a6dad9b72a5646132484 (#4791)
пре 6 година
Aaron van Meerten
be0950c1ec
multidomain mapper functionality and examples (#4773)
* first pass at mod_muc_domain open source plus example
* doc - prosody config and config.js examples for mapper
пре 6 година
drimovecz
6ecd150f75
Add context user on speaker stats
пре 6 година
Mihai Uscat
02fb37189b
fix(welcome): Add extra variables
пре 6 година
Jaya Allamsetty
8fe2536996
Update LJM for taking the changes for capScreenshareBitrate
пре 6 година
Paweł Domas
4b9e156c5d
Generic iOS .ipa build script (#4775)
пре 6 година
Bettenbuk Zoltan
9265e1ffec
ui: web chat facelift
пре 6 година
Bettenbuk Zoltan
d11735b04c
feat: make the hangup button first
пре 6 година
Saúl Ibarra Corretgé
d33b700477
rn,blank-page: refactor BlankPage
- Remove network-activity "feature"
- It wasn't in use
- It relied on internal React Native components, bound to break anytime
- Show an infinite loading indicator
- Style it just like the LoadConfigOverlay
- Since it kinda represents the opposite, an "unload" then SDK is done
пре 6 година
Saúl Ibarra Corretgé
97d75c2cb9
android: fix SDK release script for new dependency syntax
Skip the first character, since it's now like ^123456.0.0
пре 6 година
Saúl Ibarra Corretgé
287115f4c3
deps: react-native-webrtc@latest
Fixes a crash on iOS when disposing streams.
пре 6 година
Saúl Ibarra Corretgé
63a221212b
ios: add ability to manually toggle WebRTC logging
пре 6 година
Bettenbuk Zoltan
6a916fd0e1
fix: fix filmstrip-only toolbar
пре 6 година
yanas
220691d61d
Merge pull request #4762 from jitsi/fix-etherpad-follow-me
Fixes showing etherpad in follow-me mode.
пре 6 година
damencho
5cafc4bcbd
Fixes showing etherpad in follow-me mode.
пре 6 година
yanas
b3a78dc2e6
Merge pull request #4761 from zbettenbuk/aot-icons
fix: fix and refactor AoT css
пре 6 година
Bettenbuk Zoltan
bebc6eabe5
fix: fix and refactor AoT css
пре 6 година
paweldomas
26dc6a4ac2
update logger and LJM to support log timestamps
пре 6 година
Hristo Terezov
ff2626723a
fix(HelpButton): Improvements.
пре 6 година
Mihai Uscat
72bb897269
feat(DownloadOverflowButton): Implement.
пре 6 година
damencho
f46387a226
Adds room name validation logic for web.
пре 6 година
damencho
a4cbbccb2a
Fixes loading recent lists on wrong meeting name stored.
decodeURIComponent is not needed any more and after adding a validation such meeting name should not happen to be stored.
пре 6 година
damencho
3e1a008399
Adds copy icon next to the meeting url in info dialog.
пре 6 година
Bettenbuk Zoltan
7e70a8c1de
feat: make mobile chat messages selectable
пре 6 година
Hristo Terezov
8efee04a10
feat(package.json): Node 12 support.
пре 6 година
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
пре 6 година
Mihai Uscat
8be02f9ca1
Implement review changes
пре 6 година
Mihai Uscat
3c25a4c08c
Naming conventions; Add variables
пре 6 година
Mihai Uscat
5ade0cad8b
feat(welcome): add posibility to extend settings toolbar
пре 6 година
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
пре 6 година
Saúl Ibarra Corretgé
c2ed296178
android: make check more resilient
If action is null (observed on some old devices) we'll get an exception.
Reversing the check fixes it since Actions.XXX is statically defined.
пре 6 година
Saúl Ibarra Corretgé
febd12b871
ci: use Xcode 11.1 on Travis
пре 6 година
Hristo Terezov
0a06e256b7
feat(HelpButton): Mobile support.
пре 6 година
Hristo Terezov
f295f60bea
feat(HelpOverflowButton): Implement.
пре 6 година
Saúl Ibarra Corretgé
4a8f787519
rn: evaluate config.js in a sandboxed environment
We are downloading code off the Internet and executing it on the user's device,
so run it sandboxed to avoid potential bad actors.
Since it's impossible to eval() safely in JS and React Native doesn't offer
something akin to Node's vm module, here we are rolling our own.
On Android it uses the Duktape JavaScript engine and on iOS the builtin
JavaScriptCore engine. The extra JS engine is *only* used for evaluating the
downloaded code and returning a JSON string which is then passed back to RN.
пре 6 година
Saúl Ibarra Corretgé
d85b869934
rn: skip loading configured scriptUrls
None of them work on mobile.
пре 6 година
Saúl Ibarra Corretgé
35130f0736
rn: refactor loadScript
- use AbortController for setting the fetch timeout
- use async / await syntax for clarify
- set the default timeout to 5s (previously non-existent, aka 0)
- add ability to load but not evaluate a script
пре 6 година
Saúl Ibarra Corretgé
1feff9709c
config: drop configLocation and getroomnode options
They never worked on mobile and pose an impediment for makinf config.js more
future proof. Specially if we want to move to a non-executable form of
configuration.
пре 6 година
Leonard Kim
1010f53a84
fix(config): add whitelisting for interface config
For now all keys are whitelisted.
пре 6 година