Shawn
e57c7f92a8
refactor(end-conference): distinguish between component vs host module logic
2022-11-15 10:34:40 -06:00
Jaya Allamsetty
70fa44f85f
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1533.0.0+7b257686...v1535.0.0+e6263e7c
2022-11-15 11:08:37 -05:00
rinenweb
bcc5beb73d
fix(lang) fixup main-el.json
...
Missing "{" in line 74 and name is not displayed at all when {name} is used in line 520.
2022-11-15 09:41:43 +01:00
Joseph Garrone
4ef4e45ee4
fix(styles) Remove Theme type annotation ( #12544 )
...
* tss-react doesn't need a type anotation for the Theme
* Update tss-react to 4.4.4
2022-11-15 09:50:22 +02:00
TTG
c9ff0bb75f
lang: Remove Indonesian & Norwegian translations ( #12554 )
...
* Remove Indonesian translation
* Remove Norwegian translation
2022-11-13 21:38:42 -06:00
chipechop
282817db28
lang: Update main-it.json ( #12541 )
...
refining
2022-11-11 16:37:54 -06:00
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
2022-11-11 16:06:53 -06:00
Calin-Teodor
53ccb97d34
fix(welcome/native): removed unused constant
2022-11-11 18:11:41 +01:00
Calin-Teodor
6346d99d0e
fix(welcome/native): placeholder fix
2022-11-11 18:11:41 +01:00
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
2022-11-11 17:25:28 +01:00
Robert Pintilii
7a9f51b01b
ref(TS) Convert some features to TS ( #12546 )
2022-11-11 10:20:33 +02:00
Robert Pintilii
a884a6b232
fix(ui) Fix new icons issues ( #12545 )
2022-11-11 09:58:55 +02:00
Jaya Allamsetty
b00a17c1c3
fix(connection-stats) Do not display max enabled resolution on SS tile.
2022-11-10 17:00:34 -05:00
bgrozev
99955df5c8
Cleanup sounds (switch to mp3, encode at lower bitrate).' ( #12507 )
...
* Reencode mp3 sounds at lower bitrate, mono.
* Encode wav sounds as mp3.
* Remove unused sound file.
* Add opus encoded sounds.
* Add a script to encode sounds.
2022-11-10 10:06:40 -06:00
Calin-Teodor
c0f0803f01
feat(base/modal): addBottomPadding default prop for extra padding on JitsiScreen
2022-11-10 17:22:36 +02:00
dependabot[bot]
b2c864cbba
chore(deps): bump loader-utils from 1.4.0 to 1.4.1
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 11:30:02 +01:00
Saúl Ibarra Corretgé
31957d4085
chore(fonts) drop no longer used font
2022-11-10 11:16:22 +01:00
Saúl Ibarra Corretgé
4f83fc2a6d
fix(ios) fix uploading symbols to Crashlytics
...
Since we no longer use bitcode we need to upload them when we build the
app.
2022-11-10 11:16:06 +01:00
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS ( #12523 )
2022-11-10 10:45:56 +02:00
Robert Pintilii
817d7f0c0d
fix(thumbnail) Fix top indicators sizes ( #12539 )
...
Fix sizes after icon update
2022-11-10 10:22:57 +02:00
Robert Pintilii
19a9b17425
fix(recording) Fix local recording ( #12531 )
...
Starting chrome 107, the recorder does not record any data if the audio stream has no tracks
To fix this we create a track for the local user (muted track)
2022-11-10 10:22:42 +02:00
Robert Pintilii
cc33930259
fix(thumbnail) Open native video context menu ( #12532 )
2022-11-10 09:20:42 +02:00
Jaya Allamsetty
6223e16ca5
ref(config) Cleanup unused flags related to multi-stream mode.
2022-11-09 15:23:30 -05:00
José Luís Andrade
99385ae3d7
fix(config) add "whiteboard" to toolbarButtons
2022-11-09 17:37:51 +01:00
Shawn
17cace070e
feat(external-api) Add endConference command
2022-11-09 16:00:17 +01:00
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2022-11-09 16:35:08 +02:00
Calin-Teodor
10db5ecf1f
feat(welcome/native): improved ui
2022-11-09 14:52:26 +02:00
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus ( #12509 )
...
Don't focus on the close button if there's another focusable element
2022-11-09 12:07:37 +02:00
Jaya Allamsetty
f3e4c57036
Remove legacy signaling and legacy SS mode. ( #12499 )
...
* fix(connection-status): remove unused participant connectionStatus.
Always use trackStreamingStatus now that legacy endpoint based signaling has been removed.
* remove the check for source-name signaling.
Default to source-name signaling always.
* Remove the check for multi-stream mode.
Make that the default mode and remove the support for legacy SS mode.
* Remove presenter mode.
* update latest@lib-jitsi-meet
2022-11-08 14:15:49 -05:00
Calinteodor
1731d5188d
feat(prejoin/native): updated UI ( #12528 )
2022-11-08 19:14:29 +02:00
Calinteodor
2c7dc5e40e
feat(base/ui/native): Use new Input component ( #12526 )
...
feat(base/ui/native): replaced react native TextInput component with our native Input component
2022-11-08 17:46:46 +02:00
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation ( #12527 )
...
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
2022-11-08 17:43:02 +02:00
Alexey Matveev
30f3bac217
feat(ios) add ability to go PiP while screen sharing
2022-11-08 16:25:36 +01:00
Vadim A. Misbakh-Soloviov
84fc4dd63f
(feat) OpenResty Support
...
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2022-11-08 08:53:50 -06:00
Robert Pintilii
936a1a6b0e
ref(design) Update icons ( #12489 )
...
Remove unused icons
Remove fill none from icons
Rename some icons
2022-11-08 12:24:32 +02:00
Gabriel Borlea
f4e8f860b1
feat(rtc-stats): send camera off and on events ( #12522 )
...
* feat(rtc-stats): send camera off and on events
* code review
2022-11-08 11:41:53 +02:00
Nils Ohlmeier
ee544d25f8
chore(deps) @jitsi/rtcstats 9.4.1 ( #12512 )
...
* chore(deps) @jitsi/rtcstats 9.4.1
* squash: Fix missing package-lock change.
Co-authored-by: damencho <damencho@jitsi.org>
2022-11-07 09:59:35 -06:00
Alexey Matveev
c32866f6a2
flag to hide settings button in overflow menu ( #12515 )
...
* flag to hide settings button in overflow menu
2022-11-07 14:00:46 +02:00
Alexey Matveev
215c2825de
fix(rn) fix hangup all action
...
Co-authored-by: Alexey Matveev <malex@1forma.ru>
2022-11-07 10:30:08 +01:00
Christoph Settgast
edb614783b
fix(lang) update German translation
...
Signed-off-by: Christoph Settgast <csett86@web.de>
2022-11-05 14:18:16 -05:00
Alexey Matveev
0e19bc9cd6
ru-localization minors
2022-11-04 13:46:41 -05:00
Johan Bernhardsson
caff0c64af
lang: Update Swedish 100% translation ( #12511 )
...
* first Swedish update
* 100% swedish
* Update main-sv.json
* Updated Swedish translation
* Updated Swedish translation dropped product name
Co-authored-by: Johan Bernhardsson <johan@kafait.se>
2022-11-04 13:45:15 -05:00
Petr Ferschmann
fcb1845e2a
lang: Updated Czech Translation ( #12388 )
...
* Translation to czech language
* Updated czech translation
* Updated czech translation
Co-authored-by: Дамян Минков <damencho@jitsi.org>
2022-11-03 16:01:31 -05:00
Suleyman BİLGİN
977295bd87
lang: Update Turkish translation ( #12348 )
...
* Turkish translations that were missing were added, and certain terms were changed to sound pleasant.
* squash: new line
Co-authored-by: Suleyman Bilgin <suleymanbilgin@thy.com>
Co-authored-by: Дамян Минков <damencho@jitsi.org>
2022-11-03 16:01:12 -05:00
apetrus20
ed139f53ca
fix(polls) refactor storage of poll data
2022-11-03 16:08:20 +01:00
Alexey Matveev
5692c3cb4d
fix(lang) update Russian translation
2022-11-03 14:24:58 +01:00
TTG
ed62409ad5
fix(lang) update translations
2022-11-03 10:53:25 +01:00
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS ( #12491 )
...
Remove global variables from files
Change type to interface
2022-11-03 10:35:51 +02:00
Duduman Bogdan Vlad
36bef94c3c
Remove logic show toolbar on new message received ( #12488 )
2022-11-03 09:18:21 +02:00
Hristo Terezov
a995b33753
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1528.0.0+23644901...v1530.0.0+f2af389e
2022-11-03 07:28:05 +01:00