Hristo Terezov
bd8a7edbd2
fix(optimise): mapStateToProps for some components (#5085)
5 lat temu
Saúl Ibarra Corretgé
8fd0f56be7
info-dialog: don't show when a SIP gateway joins alone
5 lat temu
Andrei Gavrilescu
ed5351d250
Add dial-in link to no audio notification (#5026)
* Add dial-in link to no audio notification
* refactor react link component
* fix tests
5 lat temu
Saúl Ibarra Corretgé
01abc4e8a8
lint: fix warning
5 lat temu
Vlad Piersec
ab5627212d
Add ability to invite contact by phone number
5 lat temu
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
5 lat temu
Bettenbuk Zoltan
e683d70a18
Add support for avatar status badge (presence)
5 lat temu
Bettenbuk Zoltan
5429b8568e
feat: feature flag for invite functionalities
5 lat temu
damencho
3e1a008399
Adds copy icon next to the meeting url in info dialog.
5 lat temu
Saúl Ibarra Corretgé
c5cd4f534c
dial-in-summary: center the loading indicator
5 lat temu
Bettenbuk Zoltan
c472537ecf
update RN to 61
5 lat temu
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5 lat temu
Saúl Ibarra Corretgé
2aea24ffad
dial-in-info: fix bundle bloat
The direct import sidesteps many chained-effect imports, halving the bundle
size.
5 lat temu
Bettenbuk Zoltan
a93bd422d3
feat: new invite layout
5 lat temu
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5 lat temu
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5 lat temu
damencho
21fb225726
Adds a retry logic when fetching conference numbers and pin.
5 lat temu
damencho
75ab890707
Uses the wrapped fetch from base/util.
5 lat temu
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
5 lat temu
Bettenbuk Zoltan
5b25e02e26
feat: use dialog instead of alert when inviting
5 lat temu
virtuacoplenny
249dd7b8b8
fix(invite): decode the meeting name (#4411)
* fix(invite): decode the meeting name
* squash: try to make mobile join same encoded meeting name as web
* Decodes and generated texts for share and copy meeting info.
Decodes in all cases except when it contains a space, as it will generate wrong links when pasted/shared in external applications.
5 lat temu
Bettenbuk Zoltan
42814eac7d
feat: add icon based avatar and icon for pstn
5 lat temu
Дамян Минков
625d268373
Room lock update (#4394)
* Adds a notification when remote lock happens.
* Updates translations.
Removes unused strings and extracts room password to separate translation, to be able to change it when deployment uses only digits.
* Formats the conference pin when showing it.
* Removes member from translation in favour of participant.
* Updates formatting of the pin.
* Adds a notification when password is remotely removed.
5 lat temu
Saúl Ibarra Corretgé
1baa85b649
rn: hide invite button if the functionality is not available
5 lat temu
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
5 lat temu
Bettenbuk Zoltan
d7483f07e3
feat: add possibility to clear invite search field
5 lat temu
Дамян Минков
08c4933c1b
Fixes inviting more than one participant (#4352)
* Fixes inviting more than one participant.
* Shows a notification when participants are invited.
* Adds support for both .id and .user_id props for people query results.
5 lat temu
Дамян Минков
64eb4b5609
Updates start silent, turning on startWithAudioMuted and few UI tweaks. (#4314)
* Updates start silent, turning on startWithAudioMuted and few UI tweaks.
Disabled mic unmute button and removes remote participants volume slider.
* Adds analytics for start silent.
* Removes extra semi colon.
* Updates lib-jitsi-meet and updates meeting info text.
5 lat temu
Bettenbuk Zoltan
ce6f7308ad
fix: avoid keyboard with search results list
5 lat temu
Bettenbuk Zoltan
bf99051885
fix: invite search result sorting
6 lat temu
Bettenbuk Zoltan
7234ca69c8
feat: invite field autofocus
6 lat temu
Bettenbuk Zoltan
ae965877f3
fix: invite list needs double tap to select
6 lat temu
Bettenbuk Zoltan
def22b01bb
fix: set explicit color for search field to avoid theme override
6 lat temu
Дамян Минков
d16e10baec
room-lock: adds ability to allow only digits for room locking
6 lat temu
Дамян Минков
f5ac18da18
Add option to allow guest(moderators) to add a room password
6 lat temu
damencho
9bde673397
Updates copy info with parltcipant name info if available.
6 lat temu
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
6 lat temu
Bettenbuk Zoltan
3eca67e1ad
rn: add HeaderWithNavigation component
6 lat temu
damencho
0ec4e6a805
Makes numbers clickable on the more numbers page when opened on mobile.
6 lat temu
damencho
dd5233d31b
Update copy invite text.
6 lat temu
Leonard Kim
b76b261cab
fix(invite): show telephone icon
6 lat temu
Bettenbuk Zoltan
e98c169c2f
[RN] Fix iOS keyboard bug on invite search dialog
6 lat temu
Bettenbuk Zoltan
4d9dcf5d43
[RN] Add InfoDialogButton
6 lat temu
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6 lat temu
damencho
6894de00cc
Fixes a typo of getting default number.
6 lat temu
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6 lat temu
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
6 lat temu
Hristo Terezov
a9d82a79ea
fix(toolbar): Move buttons to overflow menu when the space isn't enough
6 lat temu
damencho
40f03fedc2
Replaces emoji flags with flag from a png.
Seems like windows does not have emojis for flags.
6 lat temu
Bettenbuk Zoltan
b6e2701991
[RN] Add invite screen
6 lat temu