damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
2 lat temu
damencho
3c69645169
feat(mobile): Adds visitors count.
2 lat temu
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
2 lat temu
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2 lat temu
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 lat temu
Alexey Matveev
215c2825de
fix(rn) fix hangup all action
Co-authored-by: Alexey Matveev <malex@1forma.ru >
2 lat temu
Calinteodor
67cf6e6d18
feat(base/ui/native): removed unused files and updated imports (#12477)
* feat(base/ui/native): removed unused files and updated imports
2 lat temu
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
2 lat temu
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 lat temu
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
2 lat temu
Calinteodor
be93fbd512
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates (#12375)
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates
2 lat temu
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 lat temu
Calinteodor
ad4707c660
feat(settings/native): start car mode in low bandwidth mode (#12286)
* feat(settings/native): start car mode in low bandwidth mode
2 lat temu
Saúl Ibarra Corretgé
02f5987187
feat(rn,conference) show participants pane in the top bar
Replace the invite button, which is accessible within the participants
pane.
Show the screen-sharing button in the toolbox when space allows, and fix
it so it's rendered when outside the overflow menu.
2 lat temu
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 lat temu
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 lat temu
Robert Pintilii
c9bbc6c762
ref(TS) Remove unnecessary ts-ignores (#12136)
2 lat temu
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 lat temu
Calinteodor
c77e2c8301
feat(settings/native): fixes and updates (#12094)
feat(settings/native): fixes and updates
2 lat temu
wfleischer
09efaecc41
feat(conference) add end conference
Add the ability (for moderators) to end the meeting for everyone.
2 lat temu
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
2 lat temu
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
2 lat temu
Robert Pintilii
4e1af131fb
ref(typescript) Remove unnecessary ts-ignores (#11914)
2 lat temu
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
2 lat temu
Calin-Teodor
058c82a704
feat(toolbox/conference): review remarks
2 lat temu
Calin-Teodor
7e2f3f7d68
feat(toolbox/conference): button places updates
2 lat temu
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
2 lat temu
Calinteodor
d42e18c7bb
feat(base/native): button abstractions (#11795)
* feat(base): created Button.tsx and IconButton.tsx
2 lat temu
Saúl Ibarra Corretgé
6ad279f029
fix(rn, bottomsheet) fix not rendering above presentation sheets
Move all sheets to render in a new container which uses FullWindowOverlay, which allows rendering above presentation controllers on iOS.
3 lat temu
Saúl Ibarra Corretgé
ad8cdcd81b
fix(rn,bottom-sheet) fix scroll
In the past we used a PanResponder to detect user gestures in the sheet
to show a reduced version or a full-height version of it, and also to
close it.
There is an obvious conflic between the gestures and scrolling, which
didn't work all that great, but we could live with it.
After reactions were introduced we no longer rendered the 2 different
heights, so that functionaligy stopped being used but the PanResponder
still remained there.
This commit removes it completely and sets a max height of 75% on any
BottomSheet, so any tap outside will close it.
3 lat temu
Robert Pintilii
607021a890
fix(self-view) Add Show self view button in overflow menu (#11568)
3 lat temu
Horatiu Muresan
61abf0d882
feat(carmode) Add carmode screen
- opens as a modal
- lastn is 0, mutes local video while open
- long press to talk
- and more
3 lat temu
Saúl Ibarra Corretgé
de7c9bd001
fix(rn,screen-sharing) don't disable button when in audio-only mode
Just like the web.
3 lat temu
Mihaela Dumitru
e062c394e8
fix(salesforce) use salesforce only in the main room (#11245)
3 lat temu
Robert Pintilii
1355876f83
feat(gif, rn) Added GIPHY integration on native (#11236)
Update Android build to support gif
Use GIF format instead of animated webp
Show GIFs in chat messages
Display GIF over tile
Add Giphy button in reactions menu
Added Giphy dialog
Fix isGifMessage to also allow upper case
3 lat temu
Mihaela Dumitru
98256a8d5b
feat(salesforce) - link resources to the current session (#10992)
3 lat temu
Calinteodor
577d62ea53
feat(filmstrip/toolbox) mobile ui updates (#11051)
3 lat temu
Calin Chitu
1ab086247b
feat(filmstrip/toolbox) mobile ui undo changes
3 lat temu
Calin Chitu
be152b12d7
fix(filmstrip/toolbox) mobile ui adjustments
3 lat temu
Calin Chitu
e0881502d3
fix(toolbox) fixed toolbox safeareaview on mobile
3 lat temu
Robert Pintilii
7e5c283e3c
feat(disableSelfView) Toggle self view on native (#10871)
Added toggle button in overflow menu
Created video menu with connection info and self view toggle buttons for local participant
3 lat temu
Saúl Ibarra Corretgé
9c5b5e5b75
feat(rn,overflow-menu) remove duplicated buttons from overflow menu
The audio route selector is how in the header.
The mute options are in the participants pane, with the rest of the
moderation controls.
3 lat temu
Saúl Ibarra Corretgé
ab3d2160c9
fix(lint) tame Flow
3 lat temu
Jaya Allamsetty
29eb9452c0
fix(toolbox) Disable screensharing button on mobile for video sender limit.
Also, ignore the toggle screenshare shortcut when the video sender limit is reached.
3 lat temu
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
3 lat temu
Andrei Oltean
70b8ccc097
feat: (speaker-stats) add speaker stats feature to native
3 lat temu
Calinteodor
cc63ff1c3c
feat(conference) UI updates for mobile navigation bar (#10437)
* feat(conference) updated native navigation bar and toolbox styles
3 lat temu
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 lat temu
Horatiu Muresan
4b7a6741fa
feat(raised-hand) Change `raisedHand` to a timestamp instead of boole… (#10167)
- this was needed for sorting the raised hand participants in participants pane in
the order they raised their hand also for participants joining late
3 lat temu
Calinteodor
9df59b4a6f
feat(conference) added React Navigation
Introduce navigation for all in-conference screens.
3 lat temu