damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
2 年之前
damencho
3c69645169
feat(mobile): Adds visitors count.
2 年之前
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
3 年之前
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
3 年之前
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
3 年之前
Alexey Matveev
215c2825de
fix(rn) fix hangup all action
Co-authored-by: Alexey Matveev <malex@1forma.ru >
3 年之前
Calinteodor
67cf6e6d18
feat(base/ui/native): removed unused files and updated imports (#12477)
* feat(base/ui/native): removed unused files and updated imports
3 年之前
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
3 年之前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 年之前
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
3 年之前
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
3 年之前
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
3 年之前
Calinteodor
ad4707c660
feat(settings/native): start car mode in low bandwidth mode (#12286)
* feat(settings/native): start car mode in low bandwidth mode
3 年之前
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.
3 年之前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
3 年之前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
3 年之前
Robert Pintilii
c9bbc6c762
ref(TS) Remove unnecessary ts-ignores (#12136)
3 年之前
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
3 年之前
Calinteodor
c77e2c8301
feat(settings/native): fixes and updates (#12094)
feat(settings/native): fixes and updates
3 年之前
wfleischer
09efaecc41
feat(conference) add end conference
Add the ability (for moderators) to end the meeting for everyone.
3 年之前
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
3 年之前
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
3 年之前
Robert Pintilii
4e1af131fb
ref(typescript) Remove unnecessary ts-ignores (#11914)
3 年之前
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
3 年之前
Calin-Teodor
058c82a704
feat(toolbox/conference): review remarks
3 年之前
Calin-Teodor
7e2f3f7d68
feat(toolbox/conference): button places updates
3 年之前
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 >
3 年之前
Calinteodor
d42e18c7bb
feat(base/native): button abstractions (#11795)
* feat(base): created Button.tsx and IconButton.tsx
3 年之前
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 年之前
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 年之前
Robert Pintilii
607021a890
fix(self-view) Add Show self view button in overflow menu (#11568)
3 年之前
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 年之前
Saúl Ibarra Corretgé
de7c9bd001
fix(rn,screen-sharing) don't disable button when in audio-only mode
Just like the web.
3 年之前
Mihaela Dumitru
e062c394e8
fix(salesforce) use salesforce only in the main room (#11245)
3 年之前
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 年之前
Mihaela Dumitru
98256a8d5b
feat(salesforce) - link resources to the current session (#10992)
3 年之前
Calinteodor
577d62ea53
feat(filmstrip/toolbox) mobile ui updates (#11051)
3 年之前
Calin Chitu
1ab086247b
feat(filmstrip/toolbox) mobile ui undo changes
3 年之前
Calin Chitu
be152b12d7
fix(filmstrip/toolbox) mobile ui adjustments
3 年之前
Calin Chitu
e0881502d3
fix(toolbox) fixed toolbox safeareaview on mobile
3 年之前
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 年之前
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.
4 年之前
Saúl Ibarra Corretgé
ab3d2160c9
fix(lint) tame Flow
4 年之前
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.
4 年之前
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
4 年之前
Andrei Oltean
70b8ccc097
feat: (speaker-stats) add speaker stats feature to native
4 年之前
Calinteodor
cc63ff1c3c
feat(conference) UI updates for mobile navigation bar (#10437)
* feat(conference) updated native navigation bar and toolbox styles
4 年之前
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
4 年之前
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
4 年之前
Calinteodor
9df59b4a6f
feat(conference) added React Navigation
Introduce navigation for all in-conference screens.
4 年之前