Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
2 年之前
Calinteodor
838b26f770
ref(dep): updated react navigation dependencies (#12768)
* updated react navigation dependencies to latest
2 年之前
tmoldovan8x8
9fae488070
fix(rn) removes settings dialog webviews and opens urls in browser
2 年之前
Calinteodor
6bce0bc917
fix: Native styles fixes (#12606)
* feat(conference/native): update indicator styles
* feat(prejoin/native): removed unnecessary styles
* feat(mobile/navigation): fixed header buttons style
* feat(mobile/navigation): fixed linter
2 年之前
Calinteodor
93566e313e
feat(native): Last mobile release UI fixes (#12603)
* feat(base/modal): order props alphabetically
* feat(base/ui): added ripple color for tertiary button
* feat(prejoin): removed autoFocus from input and adjusted content
* feat(conference): adjusted RaisedHandCountLabel and added extra code spaces
* feat(prejoin): fixed content to fit tablets
* feat(conference): moved header button styles to navigation styles
* feat(mobile/navigation): updated header navigation button styles
* feat(prejoin): updated elements width, removed left inset
2 年之前
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
2 年之前
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
2 年之前
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation (#12527)
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
2 年之前
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 >
2 年之前
Calinteodor
4d817af060
feat(settings/native): fixed scroll inside screen (#12395)
* feat(settings): fixed scroll, bottom insets and bounce
2 年之前
Calinteodor
0f7aa5a084
feat(mobile/navigation): disabled bottom tab navigator backBehavior (#12320)
* feat(mobile/navigation): disabled backBehavior in bottom tab navigator
2 年之前
Calin-Teodor
cb881311e7
feat(mobile/navigation): updated translations for screen headers
2 年之前
Calinteodor
2de2500080
feat(mobile/navigation/welcome): welcome page tabs translations
2 年之前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 年之前
Calinteodor
5ec6581d2e
feat(welcome/native): settings updates (#11830)
feat(settings/native): feature updates
2 年之前
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
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
0d50f1867d
feat(mobile/navigation): revert to stack navigator (#11811)
* feat(mobile/navigation): replaced native stack with stack navigator and other ui fixes
3 年之前
Calin-Teodor
a31cc62c25
feat(conference/native): created CarModeFooter
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
a272995b8c
feat(navigation) style updates
3 年之前
Calin Chitu
79e648867d
feat(mobile/navigation) - removed stack dependency and updated animation options
3 年之前
Calin Chitu
fc725c07e9
feat(mobile/navigation) - updated to native stack navigators
3 年之前
Saúl Ibarra Corretgé
e6ce5fd75f
fix(rn,navigation) wait until the root navigator is initialized
There is a race condition in the root navigatior's initialization.
It's possible that it's initialized a touch too late and SDK users who
try to navigate to a conference end up stuck in the connecting screen
because the navigator is null.
This PR waits for it to be initilized by very unorthodox means, it's a
horrible hack which we need to undo, but for that we need to break
appart the inheritance relationship between App.{web,native},
AbstractApp and BaseApp because it's very inflexible.
The flags are now initialized very early so the naviggator sees if the
welcome page is enabled or not.
3 年之前
Hristo Terezov
adef5095da
feat(RN-filmtrip) stop reordering small meetings
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é
fe7327cd21
fix(rn,dialin-summary) simplify navigation
Only havee the screen in the hierarchy if we have a welcome page, since
it's the only way to access it.
Use goBack() from the navigator directly and avoid duplicating all props
to the screen.
3 年之前
Saúl Ibarra Corretgé
1c79e6baa3
fix(rn,lobby) use a header for the main lobby screen
It allows us to place the Cancel button there, and declutter the UI of
buttons.
3 年之前
Saúl Ibarra Corretgé
721f4dc3d3
feat(rn,ui) use dark gray for screen headers
Skip the welcome page for now, until we can remove the audio / video
toggle.
3 年之前
Calin Chitu
3e004811e0
feat(lobby/native) LobbyScreen and LobbyChatScreen
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 年之前
Calin Chitu
ccf7939316
fix(mobile/navigation) - fixed bottom color glitch
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 年之前
Calin Chitu
a3c60d5943
fix(mobile/navigation/sdk) - simplified check for sdk
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 年之前
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
9651229a17
fix(calendar-sync) fixed pull to refresh on Calendar List mobile
3 年之前
Calinteodor
b1be511d67
Mobile UI polish (#10982)
Updated screens with new ui on mobile
3 年之前
Calin Chitu
eb720d5ddc
feat(navigation) two actions screen header buttons ui updates
3 年之前
Calin Chitu
8a6b6f2942
feat(dialog) start recording/live stream screens, new AlertDialog
3 年之前
Calin Chitu
40f5f4cd0d
feat(welcome) blur room name input onListContainerPress
3 年之前
Calinteodor
b9433368ee
feat(rn,app) unified navigators
3 年之前