Robert Pintilii
f5f55c4f23
fix(dialog) Improvements ( #12590 )
...
Remove focus outline for the close icon
Increase max height
2022-11-21 11:09:03 +02:00
Saúl Ibarra Corretgé
f38c9f5450
feat(notification,external-api) notify bridge channel failures
2022-11-18 19:56:36 +01:00
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI ( #12550 )
...
* feat(chat/polls/native): update ui
2022-11-18 14:46:54 +02:00
robertpin
867c488e10
fix(dialog) Update max height
2022-11-18 13:22:43 +01:00
Hristo Terezov
48ed3b7dc6
fix(dialog): cancel hide timeout on openDialog
...
Since we unmount the dialog after a timeout because of an animation we
need to cancel the timeout in case we need to render new dialog.
Otherwise the actual hiding can be executed after we render the new
dialog.
2022-11-17 17:00:02 -06:00
Hristo Terezov
04abfe1a3b
feat(dialog): add disableAutoHideOnSubmit prop
...
Needed for shared video dialog.
2022-11-17 17:00:02 -06:00
Saúl Ibarra Corretgé
88f8f48465
fix(participants) don't treat Jigasi like a fake participant
...
We only really want to know if a participant is Jigasi for displaying a
specific icon, for all other intents and purposes it's a normal
participant.
2022-11-17 15:13:54 +01:00
Saúl Ibarra Corretgé
8127ea2479
feat(redux) throw exception in case invalid listeners are registered
...
This allows catching mistakes early.
2022-11-17 11:07:57 +01:00
Saúl Ibarra Corretgé
14fcd153e5
fix(rn,connection-indicator) align rendering with web
...
Use the same way for calculating que perceived quality and display it.
2022-11-17 11:07:57 +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
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
2022-11-11 16:06:53 -06: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
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
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS ( #12523 )
2022-11-10 10:45:56 +02:00
Jaya Allamsetty
6223e16ca5
ref(config) Cleanup unused flags related to multi-stream mode.
2022-11-09 15:23:30 -05:00
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2022-11-09 16:35:08 +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
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
Alexey Matveev
30f3bac217
feat(ios) add ability to go PiP while screen sharing
2022-11-08 16:25:36 +01: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
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
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
Hristo Terezov
31766c891b
Fix get rooms info ( #12492 )
...
* Include local participant; filter out hidden participants for getRoomsInfo
* Review fixes: include ts changes and types
Co-authored-by: Bogdan Duduman <bogdan.duduman@8x8.com>
2022-11-02 12:06:45 -05:00
Robert Pintilii
7a3b8d6ac4
fix(recording-dialog) Fix broken dialog content ( #12490 )
2022-11-02 12:49:30 +02:00
Saúl Ibarra Corretgé
edf5e1c094
fix(ts) fix mysterious linting errors
...
We have a rule that should apply here, but somehow it doesn't...
2022-11-02 09:03:14 +01:00
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2022-11-02 09:03:14 +01:00
Filip Rejmus
2b3989e5e6
ref(features/base) remove no sound for id warn
2022-11-01 19:05:22 +01:00
Saúl Ibarra Corretgé
f5fc524030
fix(connection-stats) fix rendering codec information
...
Ref: https://github.com/jitsi/lib-jitsi-meet/pull/2143
2022-11-01 16:21:29 +01:00
Calinteodor
7a8350356a
feat(base/react): removed old web Switch component and exports ( #12481 )
...
* feat(base/react): removed old Switch component and exports
2022-11-01 11:42:36 +02:00
Saúl Ibarra Corretgé
2596c463fe
fix(ts) make tsc (almost) not cry on native
...
Co-authored-by: Calinteodor <calin.chitu@8x8.com>
Co-authored-by: Robert Pintilii <robert.pin9@gmail.com>
2022-11-01 10:07:10 +01:00
Calinteodor
67cf6e6d18
feat(base/ui/native): removed unused files and updated imports ( #12477 )
...
* feat(base/ui/native): removed unused files and updated imports
2022-10-31 16:34:26 +02:00
Robert Pintilii
b321cf3639
ref(add-people-dialog) Update design ( #12468 )
...
Convert some files to TS
2022-10-31 09:56:26 +02:00
TTG
8e54a69160
feat: Adjust language list to be shown in native language ( #12475 )
...
* Remove language lists
* Replace with native language
* Remove languages resource
2022-10-29 09:20:50 -05:00
Robert Pintilii
7c3d2010e4
ref(TS) Convert some features to TS ( #12471 )
2022-10-28 11:53:24 +03:00
Saúl Ibarra Corretgé
eb59949dfa
fix(dialog,web) fix opening dialogs in succession
...
If onSubmit opens a new dialog, we'd be hiding it otherwise.
2022-10-28 08:57:56 +02:00
Robert Pintilii
69f4b116a9
ref(TS) Convert some features to TS ( #12469 )
2022-10-28 09:41:12 +03:00
Robert Pintilii
75d7c4b160
ref(dialog) Update some dialogs' styles ( #12467 )
2022-10-27 11:36:50 +03:00
Robert Pintilii
9f5a56bbc7
ref(TS) Convert some features to TS ( #12462 )
2022-10-27 10:33:11 +03:00
Mihaela Dumitru
b4809fe083
feat(gif) Support rating config + show display name over gif tile ( #12461 )
2022-10-26 16:23:39 +03:00
Robert Pintilii
6dedc7fb1a
ref(TS) Convert some features to TS ( #12454 )
2022-10-26 09:59:21 +03:00
Robert Pintilii
a780051720
fix(input) Fix background color ( #12452 )
...
Use theme background on autofill Firefox
2022-10-26 09:09:58 +03:00
Robert Pintilii
687837310a
ref(components) Replace some InlineDialogs with Popover ( #12453 )
...
Remove comments referencing InlineDialog
2022-10-25 16:11:55 +03:00
Robert Pintilii
faec46dd17
ref(popover) Update Popover to support click trigger ( #12447 )
...
Convert Popover to TS
Update OverflowMenu to use Popover instead of InlineDialog
2022-10-24 12:51:18 +03:00
Saúl Ibarra Corretgé
33ec975e19
fix(rn,config) fix forcing VP8 for bridge calls
2022-10-24 10:28:38 +02:00
Saúl Ibarra Corretgé
db6165209b
feat(rn) use H.264 (HW codec) for P2P calls
...
This requires a custom video encoder / decoder factory which uses the
hardware codec only for H.264 and the software implementations for the rest.
2022-10-24 10:28:38 +02:00
Jaya Allamsetty
aebe4885bb
ref(filmstrip) Remove the option to disable thumbnail re-ordering.
2022-10-21 09:17:17 -04:00