Leonard Kim
a49f62238b
ref(chat): clean up extra dom
2019-05-08 08:57:00 -07:00
Leonard Kim
a8233bdb84
ref(chat): move some colors to css variables
2019-05-08 08:57:00 -07:00
Leonard Kim
ec2826e0fc
ref(chat): make wider
2019-05-08 08:57:00 -07:00
Leonard Kim
3d9606f6da
ref(chat): use somewhat transparent background
2019-05-08 08:57:00 -07:00
Leonard Kim
01458eeff9
ref(chat): add a header for holding the close button
2019-05-08 08:57:00 -07:00
Leonard Kim
0318568a30
ref(chat): add light top border on input for visual separation
2019-05-08 08:57:00 -07:00
Leonard Kim
4d04141f24
ref(chat): change input placeholder
2019-05-08 08:57:00 -07:00
Leonard Kim
afbc622fb9
ref(chat): differentiate local and remote messages with background color
2019-05-08 08:57:00 -07:00
Leonard Kim
fbc7f865ec
ref(chat): change chat bubble borders based on sender
...
For remote chat messages, all corners should be rounded
except the top left. For local messages all corners
should be rounded except the top right.
2019-05-08 08:57:00 -07:00
Leonard Kim
2a4bac7a27
ref(chat): remove chat bubble arrow
2019-05-08 08:57:00 -07:00
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
...
It was extracted from the RN core to a community maintained package.
2019-05-08 16:03:09 +02:00
Saúl Ibarra Corretgé
2fad9f9ba8
ios: update Podfile.lock
2019-05-08 12:12:54 +01:00
Saúl Ibarra Corretgé
8b0e5b9d15
android: set system navbar color to match the header
2019-05-08 12:44:17 +02:00
paweldomas
0889ffdf27
android fix: do not enter PiP mode when the permissions alert is shown
...
Entering PiP mode while the permissions dialog is display will not only
fail, but also mess up the Activity lifecycle on some OS versions.
We may end up with two activity/fragment instances and a situation where
the onStop callback was not called yet on the instance #1 while
the onResume has been already called on instance #2 .
2019-05-08 10:15:14 +02:00
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
2019-05-07 18:02:14 +02:00
Bettenbuk Zoltan
7e9df74e60
rn: add generic alert dialog
2019-05-07 18:02:14 +02:00
Bettenbuk Zoltan
3eca67e1ad
rn: add HeaderWithNavigation component
2019-05-07 18:02:14 +02:00
Дамян Минков
c040b3a7dd
Fall back to using label for preferred devices ( #4171 )
...
* Skips setting undefined device id to sink in audio preview.
* Fallbacks to use labels for user selected devices.
* Fixes comment.
2019-05-07 09:53:01 +01:00
Leonard Kim
3f4a71c26d
fix(welcome-page): remove watermark container to avoid z-index wars
...
By making the container 100% height and position relative, that
would cause it to overlap any static-positioned elements below it.
The 100% makes it so that any watermarks intended for the bottom
of the page show up on the bottom of the page. However, it's not
needed because watermark stylings already try to position the
watermarks at the bottom.
2019-05-04 11:03:48 -07:00
Leonard Kim
e7db8d6812
fix(chat): save chat error messages into redux
...
The proper field name is "messageType",
not "type." Also using "type" would
override the actionType.
2019-05-03 14:06:36 -07:00
Saúl Ibarra Corretgé
7d2ac0244d
deps: react-native-webrtc@4064c6f2db4f8b961daaaa8dafc6a896d7cfbc43
...
New M69 build with Metal crash fixes.
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
c0efea5168
ios: enable bitcode
...
Time has come. We need to enable bitcode. It's optional for iOS targets, but
mandatory for the entire project if there is a watchOS target. Since we have a
watchOS target, it's time to enable it.
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
5ed53dcef5
ios: update Fastlane for watchOS app
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
746159a1ac
ios: set compilation mode to "wholemodule" for release builds
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
43a8fd2a53
ios: set iOS deployment target correctly everywhere
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
a26bb2c1a6
watchos: add watchOS app
...
Co-authored-by: Pawel Domas <pawel.domas@jitsi.org>
2019-05-03 19:29:30 +02:00
paweldomas
e4af5ddbe9
feat(base/connection): throw error and add isInviteURLReady
2019-05-03 19:29:30 +02:00
Дамян Минков
768cff48a4
Notify for new device ( #4165 )
...
* Fix detecting preferred audio output.
Fixes detecting when a new output device is found and we have stored user preference of using that device.
* Does not store which is the currently open device on save.
Does not save the currently opened device when saving settings dialog, this will be done once we successfully replace the tracks to use the new devices.
* Saves opened audio device after successfully changing it.
If we do it earlier _updateAudioDeviceId is using localAudio and can store wrong value.
* Adds notification for new non preferred devices.
A notification is shown which gives an option to the user to select and use the newly plugged devices.
Adding custom button and handler for the action to the notifications.
* Changes logic to search and handle all newly added devices from array.
* Moves some utility methods to features/base/devices.
2019-05-03 18:25:33 +01:00
damencho
384f0d4317
Removes hardcoded defaulting to US number from the code.
2019-05-03 16:55:22 +01:00
damencho
0ec4e6a805
Makes numbers clickable on the more numbers page when opened on mobile.
2019-05-03 16:55:22 +01:00
Saúl Ibarra Corretgé
5cc01b074e
ios: update Podfile.lock for RN update
2019-05-03 10:27:17 +02:00
damencho
deaf5ba612
Always uses the id for the device extrackted from the track.
...
When updating the currently used devices always uses the id that is used by the local track instance.
2019-05-02 11:55:46 +01:00
damencho
740c1eb84f
Adds new persistent state for devices user selection.
...
The state about currently opened devices is filtered and not stored, where we only store when user selects a device preferences.
Also allow changing input devices for Firefox when we are not in a conference.
2019-05-02 11:55:46 +01:00
Saúl Ibarra Corretgé
2d45709a6a
android: add the ability to make a "libre" build
...
A libre build will exclude the following:
- Analytics modules
- Google Play services GMS
- Crashlytics
- Firebase
2019-05-02 09:26:20 +02:00
Saúl Ibarra Corretgé
6bbc2927ab
analytics: don't initialize handlers if they are not properly configured
2019-05-02 09:26:20 +02:00
Saúl Ibarra Corretgé
08891b17b6
android: expose JitsiMeetActivity.leave()
2019-05-02 09:26:20 +02:00
Saúl Ibarra Corretgé
aab3428347
android: make JitsiMeetActivity.join public
2019-05-02 09:26:20 +02:00
Saúl Ibarra Corretgé
bf7b1c5cfc
rn: add support for alpha.jitsi.net
2019-05-01 23:23:24 +02:00
Saúl Ibarra Corretgé
7b347baab6
deps: react-native@0.59.5
2019-05-01 19:16:08 +02:00
Saúl Ibarra Corretgé
f9b3d470e9
cc: fix showing CC button if config option is undefined
2019-04-30 14:50:56 +02:00
Saúl Ibarra Corretgé
7b78fa45f4
invite: don't consider "add people" enabled if there is no search URL
...
This avoids showing the + button when there is no service configured, ie with
the default Jitsi Meet install.
2019-04-30 14:50:56 +02:00
Saúl Ibarra Corretgé
34dcbd991e
rn: wait for animation before hiding SlidingView
2019-04-30 12:45:53 +02:00
Saúl Ibarra Corretgé
70dc22c107
rn: refactor BottomSheet
...
Avoid using a Modal since those create trouble with the view hierarchy.
2019-04-30 12:45:53 +02:00
damencho
89719520e2
Disposes the tracks in component was unmounted while creating those.
...
The issue is if you quickly click Devices and then another tab, we may leave open tracks (video light stays on even when you are video muted).
2019-04-29 14:38:17 +00:00
Дамян Минков
ce7bdb35ac
Merge pull request #4152 from jitsi/prosody-0.10-update
...
Updates config if prosody 0.10 is used.
2019-04-29 14:36:55 +00:00
Дамян Минков
bf8c716477
Merge pull request #4150 from jitsi/invitation-update
...
Update copy invite text.
2019-04-29 14:36:46 +00:00
Дамян Минков
93e8d755d3
Merge pull request #4148 from zbettenbuk/recording-web-css-fix
...
Safeguard Container style when used cross-platform
2019-04-29 14:36:35 +00:00
damencho
c09eee0985
Disables chat when we are in recorder mode.
2019-04-29 14:36:22 +00:00
damencho
4f6a0d7d3a
Updates config if prosody 0.10 is used.
2019-04-29 15:24:55 +01:00
damencho
dd5233d31b
Update copy invite text.
2019-04-29 15:06:36 +01:00