Calinteodor
90628f56f8
feat(react-native): rn 0.72.7 update (#14130)
feat(react-native): version 0.72.7 update
1 год назад
AHMAD KADRI
34f1eb60f4
Accessibility: add validation warning on room name (#14009)
feat(accessibility): add validation warning on room name
2 лет назад
Saúl Ibarra Corretgé
6d3ff5a956
feat(unsafe-room-name) unify logic
Wrap the logic in a function that also checks the existence of a feature
flag on mobile in addition to the config value.
Ref: https://github.com/jitsi/jitsi-meet/issues/13603#issuecomment-1662086531
2 лет назад
Gabriel Borlea
a112d38943
feat(prejoin) add unsafe room name warning
2 лет назад
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS (#13223)
2 лет назад
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 лет назад
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
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 лет назад
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
206a4afd76
ref(TS) Convert some components to TS (#13129)
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 лет назад
Robert Pintilii
09426643cf
fix(welcome-page) Fix function name (#13097)
2 лет назад
Robert Pintilii
bc1827fb4a
ref(TS) Convert some Abstract classes to TS (#13095)
2 лет назад
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 лет назад
Horatiu Muresan
2a090d8034
fix(welcome-header) Fix and improve welcome page header (#13056)
- small refactor
2 лет назад
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI (#12994)
feat(a11y): use tabs ARIA design pattern when using tabbed UI
2 лет назад
Horatiu Muresan
2bb2a68e01
chore(welcome-page) Welcome page redesign (#12717)
3 лет назад
Horatiu Muresan
c441e8abca
fix(welcome-page) Fix error before joining a meeting from welcome page (#12718)
3 лет назад
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
3 лет назад
Calin-Teodor
53ccb97d34
fix(welcome/native): removed unused constant
3 лет назад
Calin-Teodor
6346d99d0e
fix(welcome/native): placeholder fix
3 лет назад
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
3 лет назад
Calin-Teodor
10db5ecf1f
feat(welcome/native): improved ui
3 лет назад
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
3 лет назад
Calinteodor
0f7aa5a084
feat(mobile/navigation): disabled bottom tab navigator backBehavior (#12320)
* feat(mobile/navigation): disabled backBehavior in bottom tab navigator
3 лет назад
Bogdan Duduman
48db099134
feat: include sort members eslint changes
3 лет назад
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
3 лет назад
Robert Pintilii
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
3 лет назад
Calinteodor
d42e18c7bb
feat(base/native): button abstractions (#11795)
* feat(base): created Button.tsx and IconButton.tsx
3 лет назад
Calinteodor
dbf7bf4750
feat(prejoin) native prejoin screen and other navigation updates
* feat(prejoin) created native Prejoin screen
* feat(prejoin) fixed useState callback and updates warnings
* feat(prejoin) created styles file
* feat(prejoin) moved nav from middleware to appNavigate, created native DeviceStatus
* feat(prejoin) updated styles
* feat(prejoin) review remarks pt. 1
* feat(prejoin) removed unused styles
* feat(prejoin) review remarks pt. 2
* feat(prejoin) comment fix
* feat(prejoin) added header title
* feat(prejoin) review remarks
* feat(lobby) updated styles
* feat(prejoin) updated lobby screen header button functionality
* feat(prejoin) review remarks pt 3
* feat(welcome) removed VideoSwitch component
* feat(mobile/navigation) fixed linter
* feat(welcome) moved isWelcomePageEnabled to functions.ts
* feat(mobile/navigation) screen options and order updates
* feat(app) review remark
* feat(welcome) added translation for screen header title and fixed build
* feat(mobile/navigation) added screen title translation and created screen option
* feat(mobile/navigation) fixed screenOptions import
* feat(mobile/navigation) added DialInSummary title translation, fixed animation and close button
* feat(welcome) fixed build
* feat(welcome) removed extra check
* feat(prejoin) review remarks pt 4
* feat(prejoin) added Join in low bandwidth mode btn
* feat(welcome) changed welcome screen header title
* fixup lobby close
3 лет назад
Calin Chitu
98ef0e74d6
feat(welcome/native): updated settings name placeholder example text
3 лет назад
Calin Chitu
a272995b8c
feat(navigation) style updates
3 лет назад
Hristo Terezov
ae565aaac6
fix(device-selection): Handle properly on prejoin
The device selection initialization on the prejoin use case was handled
like the welcome page. This was introducing issues with selecting the
stored devices and not the ones used, enabling the device selection when
it will fail and others.
3 лет назад
Saúl Ibarra Corretgé
21083e6777
fix(mobile,navigation) remove end meeting page
It will just flash for a split second and all it does is dispatch
readyToClose, so do it directly instead.
3 лет назад
Calinteodor
5da40a5fb0
fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067)
Converted LoadConfigOverlay to a JitsiScreen component that right now is part of navigation as ConnectingPage, plus I
separated appNative and other actions into web and native.
3 лет назад
Calin Chitu
20fd671b68
fix(mobile-ui) patch for native dialog container, fixed switch track color
3 лет назад
Calin Chitu
e8e62a0213
feat(welcome) updated mobile ui styles
3 лет назад
Calin Chitu
06bd279f22
feat(dialog) refinaments
3 лет назад
Calin Chitu
40f5f4cd0d
feat(welcome) blur room name input onListContainerPress
3 лет назад
Calinteodor
b9433368ee
feat(rn,app) unified navigators
3 лет назад
Saúl Ibarra Corretgé
61ae909ed5
chore(deps,rn) update navigation librarries to their latest versions
React Navigation v6.
4 лет назад
Saúl Ibarra Corretgé
55e6cc027b
fix(rn,welcome) use native driver for opacity animation
4 лет назад
Calin Chitu
f4c91374bf
update react-native-paper to 4.11.1
4 лет назад
Saúl Ibarra Corretgé
4a88ad098a
fix(rn,settings) only show "disable call integration" on Android
It;';s not implemented on iOS.
4 лет назад
Saúl Ibarra Corretgé
d7b581e338
feat)rn,sdk) introduce a "ready to close" event
This event is the event host applications need to listen to for knowing when to
dispose the SDK from now on.
Since the introduction of breakout rooms it's possible that we navigate from one
meeting to another, so there will be several conference join / terminations.
In addition, local track destruction is now moved to SET_ROOM when there is no
room, aka, we are going back to the welcome page or to the black page.
4 лет назад
Saúl Ibarra Corretgé
2e7c06d045
fix(rn,welcome-page) don't create video track unnecessarily
We are no longer rendering it, so skip creating it altogether and make sure it's
destroyed on meeting end.
4 лет назад
Calin Chitu
e42db3c9c2
feat(welcome) added WelcomePage React Nav bottom tabs
4 лет назад
Calinteodor
4e2fea1e12
feat(rn,welcome) React Navigation drawer
4 лет назад