Saúl Ibarra Corretgé
7978f9f5f4
misc: update .gitignore
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
d39290f9fa
rn: refactor conference events
...
Consolidate all failure cases into a single one: CONFERENCE_TERMINATED. If the
conference ended gracefully no error indicator will be present, otherwise there
will be.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
f696a6dbe2
ios: update SDK documentation
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
bf3bcd65d6
android: add JitsiMeetActivity
...
It renders a single JitsiMeetFragment which holds the JitsiMeetView view.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
a7018970ca
android: update SDK documentation
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
20edb7c279
android: make onExternalAPIEvent protected
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
59b00d022b
android: don't proxy enterPictureInPicture in JitsiMeetFragment
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
53722fd2e6
android: remove ReactContextUtils
...
In practice, we are never going to be in a position where we don't have a
ReactContext but we do have some React Native code running. So let's not expect
the impossible.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
54bab793e5
android: remove JitsiMeetViewAdapter
...
It was never used and typicallt the Activity / Fragment holding the
JitsiMeetView object will be the listener.
In addition, once we refactor the events they will be reduced into far fewer.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
975ff9c83d
rn: support passing serverURL and room to URL object
...
That's what the SDK passes now, if the room URL is not absolute.
2019-03-12 16:55:28 +01:00
paweldomas
5b3e8a9b5e
android: introduce JitsiMeetConferenceOptions
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
aedcfba263
ios: introduce JitsiMeetConferenceOptions
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
b97cb3509a
rn: document externalAPIScope prop
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
7d8ea85ea0
rn: start removing defaultURL
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
e4c3e15791
rn: simplified code
...
There is no need for AbstractApp to require some getWindowLocation function.
It's only used in one place and we even polyfill it on mobile.
Thus replace it's usage with more specific functions.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
56135bd085
android: add initial implementation of join / leave
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
549b495d16
ios: add initial implementation of join / leave
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
f3abca6462
ios: add ability to control deep / universal linking
...
Since the SDK may be embedded with other apps, we need to recognize our custom
URL scheme and universal links in order to tell the user if we will process the
request or not.
Make them configurable with sane defaults.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
405905be82
rn: raise SDK version
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
468b02b812
ios: adjust to latest Swift syntax
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
3fa5aed950
rn: drop deep / universal links handling from JS
...
It's now all handled in the SDK an we'll get the new URLs via props.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
90803c8ff6
android: SDK v2 pass one
...
Add JitsiMeetFragment and refactor the app to use it.
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
dbc88b972e
ios: SDK v2 pass one
...
- cleanup
- API simplification (single loadURL method)
- JitsiMeet singleton for linking helpers and globals
- Linking moved to app
2019-03-12 16:55:28 +01:00
Saúl Ibarra Corretgé
1c47720a08
misc: ignore build artifacts
2019-03-12 16:55:28 +01:00
Hristo Terezov
59fc3642a6
feat(amplitude): add mobile implementation
2019-03-12 16:48:08 +01:00
Saúl Ibarra Corretgé
19b4b92150
deps: update lib-jitsi-meet
2019-03-12 16:48:08 +01:00
Bettenbuk Zoltan
8400d01d75
[RN] Add color scheme support to dialog buttons
2019-03-12 12:36:15 +01:00
Bettenbuk Zoltan
d04068344a
[RN] Make header button same size as header label
2019-03-12 12:36:15 +01:00
Bettenbuk Zoltan
55a971c0fd
[RN] Add color scheme support to header
2019-03-12 12:36:15 +01:00
Bettenbuk Zoltan
20c1b1cfae
[RN] Wrap PagedList navigator with SafeAreaView
2019-03-12 12:36:15 +01:00
Bettenbuk Zoltan
ecb44b6ab4
[RN] Make the header more compact
2019-03-12 12:36:15 +01:00
Jose Angel Gonzalez
039805eba3
fix(android-sdk): Recover audio device if the OS changes it
2019-03-12 09:55:51 +01:00
virtuacoplenny
22277ad799
feat(api): add notification for when filmstrip gets toggled ( #3974 )
2019-03-11 11:17:28 -07:00
Hristo Terezov
2af1e8da95
fix(remote-video-menu): Icon position
2019-03-11 17:36:58 +00:00
Дамян Минков
12d0aef686
Updates recording dialog. ( #3953 )
...
* Updates recording dialog.
* Update config.js doc.
* Adds comment and make a check more intuitive.
* Changes of using enum for recording types.
2019-03-11 09:17:21 -07:00
Hristo Terezov
f439ad2999
feat(popover): Make the popover menus customizable.
2019-03-11 16:04:20 +00:00
Leonard Kim
81d4f694b7
fix(chat): prevent empty messages
2019-03-09 12:09:29 +01:00
Saúl Ibarra Corretgé
c737d46d90
android: update gradle plugin version
2019-03-08 17:24:49 +01:00
Saúl Ibarra Corretgé
3f2a559d64
rn: now working on version 19.1
2019-03-08 14:04:03 +01:00
Saúl Ibarra Corretgé
bdb3099073
android: fix running on Android < M
...
The android.telecom.CallAudioState class was only added in API level 23 (Android
M), so make sure we don't import it in lower versioned devices.
2019-03-08 11:37:25 +01:00
damencho
b3a05db286
Update dropbox redirect uri to always use the main domain static page.
2019-03-07 15:39:16 +00:00
virtuacoplenny
08f2edf350
feat(screenshare): emit source type when starting screenshare ( #3959 )
...
* feat(screenshare): emit source type when starting screenshare
* squash: update doc
2019-03-06 21:46:17 -08:00
Bettenbuk Zoltan
98c7430b6f
[RN] Replace red screen with dialog
2019-03-07 01:09:03 +01:00
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
2019-03-07 01:09:03 +01:00
virtuacoplenny
31c1034be7
deps(chore): bump lib-jitsi-meet to e398584 ( #3958 )
...
Bring over two fixes for spot. One is for
identifying the screenshare type when using
a camera for screenshare or when using a proxy
stream. Also bring in a fix to avoid a js error
in chrome ios.
2019-03-06 15:39:01 -08:00
Hristo Terezov
a9d82a79ea
fix(toolbar): Move buttons to overflow menu when the space isn't enough
2019-03-06 17:51:31 +00:00
Bettenbuk Zoltan
27e1f5a1bc
[RN] Avoid adding undefined in the invite
2019-03-06 16:52:22 +01:00
virtuacoplenny
dbedee5e22
chore(deps): update to lib 320919e ( #3951 )
2019-03-05 17:02:22 -08:00
Дамян Минков
636c63397b
Adds integrations doc. ( #3929 )
...
* Adds integrations doc.
Google, Microsoft and Dropbox for now.
* Updates doc.
2019-02-28 09:09:09 +00:00
damencho
67e7994e36
Removes unused config.
2019-02-27 16:45:26 +00:00