Saúl Ibarra Corretgé
dc5a776123
fix(ios) fix drag handle not rendering with latest react-native-svg
Fill must be properly specified.
4 年前
tmoldovan8x8
71fb5aef6c
feat(rn) add mute everyone / (else) capabilities
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 年前
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
4 年前
tmoldovan8x8
df64dd8f18
rn: add youtube player for mobile app
4 年前
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 年前
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
5 年前
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 年前
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
5 年前
Saúl Ibarra Corretgé
cdc14586de
invite: remove duplicated code
Add ability to invite users which will use the share sheet or dialog
dynamically.
5 年前
Saúl Ibarra Corretgé
a7f8bf2d8f
rn,overflowmenu: reorder
5 年前
Saúl Ibarra Corretgé
8cd881945a
invite: merge InviteButton and InfoDialogButton on mobile
5 年前
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
5 年前
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
5 年前
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
5 年前
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
5 年前
Hristo Terezov
0a06e256b7
feat(HelpButton): Mobile support.
5 年前
Saúl Ibarra Corretgé
19d1e3829d
rn: add shared document support using Etherpad
5 年前
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
5 年前
Saúl Ibarra Corretgé
35ffbe1720
feature-flags: add flag for enabling chat
6 年前
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
6 年前
Bettenbuk Zoltan
4d9dcf5d43
[RN] Add InfoDialogButton
6 年前
Bettenbuk Zoltan
2dc59b9ea0
[RN] Add button to toggle raised hand
6 年前
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6 年前
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6 年前
Bettenbuk Zoltan
e094b6516a
[RN] Add color scheme support - Components
6 年前
Bettenbuk Zoltan
9f3ef43daa
[RN] Add conference navigation bar
6 年前
Saúl Ibarra Corretgé
3cec4989fd
ios: enable recording in dev mode
While Apple doesn't want to allow us to enable Dropbox, it's good to have it
available for testing.
6 年前
Bettenbuk Zoltan
8a241ba2b7
[RN] Add chat functionality
Co-authored-by: DimaG <dgeorgiev06@gmail.com >
6 年前
Bettenbuk Zoltan
6b68fba220
[RN] Add remote video menu
6 年前
Saúl Ibarra Corretgé
24bd62c22a
ios: disable recording
Apple rejected our app on account of requiring Dropbox not being acceptable. Oh
well! Disable it until we find a way around it. Sigh.
6 年前
virtuacoplenny
c25d6eb9a8
[RN] Implement tile view
* feat(tile-view): initial implementation for mobile
- Create a tile view component for displaying thumbnails in a
two-dimensional grid.
- Update the existing TileViewButton so it shows a label in the
overflow menu.
- Modify conference so it can display TileView while hiding
Filmstrip.
- Modify Thumbnail so its width/height can be set and to prevent
pinning while in tile view mode.
* use style array for thumbnail styles
* change ternary to math.min for expressiveness
* use dimensiondetector
* pass explicit disableTint prop
* use makeAspectRatioAware instead of aspectRatio prop
* update docs
* fix docs again (fix laziest copy/paste job I've ever done)
* large-video: rename onPress prop to onClick
* change forEach to for...of
* use truthy check fallthrough logic instead of explicit if
* put tile view button second to last in menu
* move spacer to a constant
* the magical incantation to make flow shut up
6 年前
paweldomas
e2771b53bb
feat(transcriptions): add ClosedCaptionButton.native
6 年前
Bettenbuk Zoltan
5aee082bf9
[RN] Implement streaming on mobile
6 年前
Bettenbuk Zoltan
7164cd49e4
[RN] Implement Recording on mobile
6 年前
Saúl Ibarra Corretgé
a8b1ca38dc
[RN] Dismiss OverflowMenu after selecting an option
7 年前
Lyubo Marinov
df8eb36d0e
Coding style: comments
7 年前
Saúl Ibarra Corretgé
f54f5df428
[RN] Implement a new UI for the Toolbox
- 5 buttons in the (now single) toolbar
- Overflow menu in the form of a BottomSheet
- Filmstrip on the right when in wide mode
7 年前