Hristo Terezov
70be08212d
fix(RN): broken build after AV pending changes.
2 年前
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2 年前
Robert Pintilii
dc037bc8dd
ref(TS) Convert some native components to TS (#13307)
2 年前
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 年前
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
2 年前
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 年前
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 年前
Calin-Teodor
5d840a5072
feat(conference, toolbox): reverted PR and removed pointer events from parent views
2 年前
Calin-Teodor
7457480f02
feat(conference, toolbox): fixed linter
2 年前
Calin-Teodor
c834627949
fix(toolbox): stop onpress bubbling for components underneath the toolbox
2 年前
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 年前
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 年前
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 年前
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 年前
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 年前
Дамян Минков
649a4ffd46
feat(visitors): Updates mobile to handle redirected conf error. (#13110)
* feat(visitors): Updates mobile to handle redirected conf error.
* squash: Center the buttons when iAmVisitor.
* squash: Enables chat in visitor mode.
* feat: Prints the used lib-jitsi-meet.
* feat: Shows a notification when joining as a visitor.
* fix(notifications): display and fix styles for notifications in tile view
---------
Co-authored-by: Calin-Teodor <calin.chitu@8x8.com >
2 年前
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 年前
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)
2 年前
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2 年前
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 年前
Alexey Matveev
215c2825de
fix(rn) fix hangup all action
Co-authored-by: Alexey Matveev <malex@1forma.ru >
2 年前
Calinteodor
67cf6e6d18
feat(base/ui/native): removed unused files and updated imports (#12477)
* feat(base/ui/native): removed unused files and updated imports
2 年前
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
2 年前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 年前
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
2 年前
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 年前
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 年前
Calinteodor
ad4707c660
feat(settings/native): start car mode in low bandwidth mode (#12286)
* feat(settings/native): start car mode in low bandwidth mode
2 年前
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 年前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 年前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 年前
Robert Pintilii
c9bbc6c762
ref(TS) Remove unnecessary ts-ignores (#12136)
2 年前
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 年前
Calinteodor
c77e2c8301
feat(settings/native): fixes and updates (#12094)
feat(settings/native): fixes and updates
2 年前
wfleischer
09efaecc41
feat(conference) add end conference
Add the ability (for moderators) to end the meeting for everyone.
2 年前
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
2 年前
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
2 年前
Robert Pintilii
4e1af131fb
ref(typescript) Remove unnecessary ts-ignores (#11914)
2 年前
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
2 年前
Calin-Teodor
058c82a704
feat(toolbox/conference): review remarks
2 年前
Calin-Teodor
7e2f3f7d68
feat(toolbox/conference): button places updates
2 年前
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 年前
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 年前