Horatiu Muresan
2bb2a68e01
chore(welcome-page) Welcome page redesign (#12717)
2年前
Horatiu Muresan
c441e8abca
fix(welcome-page) Fix error before joining a meeting from welcome page (#12718)
2年前
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2年前
Calin-Teodor
53ccb97d34
fix(welcome/native): removed unused constant
2年前
Calin-Teodor
6346d99d0e
fix(welcome/native): placeholder fix
2年前
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
2年前
Calin-Teodor
10db5ecf1f
feat(welcome/native): improved ui
2年前
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
2年前
Calinteodor
0f7aa5a084
feat(mobile/navigation): disabled bottom tab navigator backBehavior (#12320)
* feat(mobile/navigation): disabled backBehavior in bottom tab navigator
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
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
2年前
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.
3年前
Saúl Ibarra Corretgé
55e6cc027b
fix(rn,welcome) use native driver for opacity animation
3年前
Calin Chitu
f4c91374bf
update react-native-paper to 4.11.1
3年前
Saúl Ibarra Corretgé
4a88ad098a
fix(rn,settings) only show "disable call integration" on Android
It;';s not implemented on iOS.
3年前
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.
3年前
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.
3年前
Calin Chitu
e42db3c9c2
feat(welcome) added WelcomePage React Nav bottom tabs
3年前
Calinteodor
4e2fea1e12
feat(rn,welcome) React Navigation drawer
3年前
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3年前
Saúl Ibarra Corretgé
f63b161955
fix(ios) disable QuickType bar on iOS15 when not using autocorrect
See:
https://reactnative.dev/blog/2021/09/01/preparing-your-app-for-iOS-15-and-android-12#quicktype-bar
3年前
AJ-عجائب البرمجة
8106fb06e4
fix(rn,sidebar) fix not appearing on RTL languages
3年前
Hristo Terezov
dc60418613
fix(settings): imports that break mobile.
4年前
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
4年前
Vlad Piersec
5fd9dc74e4
fix(welcome): Align meeting list at the top when no footer
4年前
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4年前
Saúl Ibarra Corretgé
e30b2e14a5
fix(rn) stop room name generator when field is focused
Fixes: https://github.com/jitsi/jitsi-meet/issues/8307
4年前
Vlad Piersec
721848da3f
fix(welcome_page): Update header to latest design & use generic key name
4年前
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
4年前
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
Co-authored-by: zycwind <391321232 @qq.com >
4年前
Hristo Terezov
8e9a51f742
feat(Watermarks): Add deafault logo prop.
4年前
Saúl Ibarra Corretgé
b91d6b97a9
deps: jitsi/js-utils@1.0.0
5年前
Bettenbuk Zoltan
7d62020787
feat: add moderated service link to welcome page
5年前
Saúl Ibarra Corretgé
6e679f952f
redux: refactor loading of middlewares and reducers
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.
This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.
This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
respectively.
Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
5年前
Hristo Terezov
f0c6e934ce
feat(config):InsecureRoomNameWarning config option
5年前
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5年前
Bettenbuk Zoltan
c08638da51
feat: insecure room name warning
5年前