damencho
f5a7e0bccb
Adds provider name to fix welcomepage text.
* Removes unused ADD_PEOPLE_APP_NAME
* Moves deep-link header background and logo size as variables.
* Fixes more numbers page space in the header.
* Fixes left padding on deep-linking mobile page.
6 年前
damencho
f94db0da2c
Adjust some paths to respect base.
6 年前
paweldomas
460593a93e
chrome: bump LJM to 74f48e168eec4c05fd8600812cc00e6e34e9ab90
Required for the Spot's TURN changes to work
6 年前
paweldomas
19a27e75bd
feat(spot): pass JitsiConnection to ProxyConnectionService to get TURN
6 年前
Hristo Terezov
cb8e9eed5e
feat(subject): UI
6 年前
Saúl Ibarra Corretgé
2715e81f1d
rn: add more SDK documentation
6 年前
Saúl Ibarra Corretgé
f941f15def
ios: remove Jitsi Meet specific defaults
The app should always provide them.
6 年前
Saúl Ibarra Corretgé
7712c6913c
android: make ReactInstanceManagerHolder.emitEvent return void
6 年前
Saúl Ibarra Corretgé
45b6a8b5d5
android: throw if a unsupported type makes it to the props Bundle
6 年前
Saúl Ibarra Corretgé
26ca0e6630
android: throw if the overlsay permission is not granted in Debug mode
6 年前
Saúl Ibarra Corretgé
7978f9f5f4
misc: update .gitignore
6 年前
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.
6 年前
Saúl Ibarra Corretgé
f696a6dbe2
ios: update SDK documentation
6 年前
Saúl Ibarra Corretgé
bf3bcd65d6
android: add JitsiMeetActivity
It renders a single JitsiMeetFragment which holds the JitsiMeetView view.
6 年前
Saúl Ibarra Corretgé
a7018970ca
android: update SDK documentation
6 年前
Saúl Ibarra Corretgé
20edb7c279
android: make onExternalAPIEvent protected
6 年前
Saúl Ibarra Corretgé
59b00d022b
android: don't proxy enterPictureInPicture in JitsiMeetFragment
6 年前
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.
6 年前
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.
6 年前
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.
6 年前
paweldomas
5b3e8a9b5e
android: introduce JitsiMeetConferenceOptions
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
6 年前
Saúl Ibarra Corretgé
aedcfba263
ios: introduce JitsiMeetConferenceOptions
6 年前
Saúl Ibarra Corretgé
b97cb3509a
rn: document externalAPIScope prop
6 年前
Saúl Ibarra Corretgé
7d8ea85ea0
rn: start removing defaultURL
6 年前
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.
6 年前
Saúl Ibarra Corretgé
56135bd085
android: add initial implementation of join / leave
6 年前
Saúl Ibarra Corretgé
549b495d16
ios: add initial implementation of join / leave
6 年前
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.
6 年前
Saúl Ibarra Corretgé
405905be82
rn: raise SDK version
6 年前
Saúl Ibarra Corretgé
468b02b812
ios: adjust to latest Swift syntax
6 年前
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.
6 年前
Saúl Ibarra Corretgé
90803c8ff6
android: SDK v2 pass one
Add JitsiMeetFragment and refactor the app to use it.
6 年前
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
6 年前
Saúl Ibarra Corretgé
1c47720a08
misc: ignore build artifacts
6 年前
Hristo Terezov
59fc3642a6
feat(amplitude): add mobile implementation
6 年前
Saúl Ibarra Corretgé
19b4b92150
deps: update lib-jitsi-meet
6 年前
Bettenbuk Zoltan
8400d01d75
[RN] Add color scheme support to dialog buttons
6 年前
Bettenbuk Zoltan
d04068344a
[RN] Make header button same size as header label
6 年前
Bettenbuk Zoltan
55a971c0fd
[RN] Add color scheme support to header
6 年前
Bettenbuk Zoltan
20c1b1cfae
[RN] Wrap PagedList navigator with SafeAreaView
6 年前
Bettenbuk Zoltan
ecb44b6ab4
[RN] Make the header more compact
6 年前
Jose Angel Gonzalez
039805eba3
fix(android-sdk): Recover audio device if the OS changes it
6 年前
virtuacoplenny
22277ad799
feat(api): add notification for when filmstrip gets toggled (#3974)
6 年前
Hristo Terezov
2af1e8da95
fix(remote-video-menu): Icon position
6 年前
Дамян Минков
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.
6 年前
Hristo Terezov
f439ad2999
feat(popover): Make the popover menus customizable.
6 年前
Leonard Kim
81d4f694b7
fix(chat): prevent empty messages
6 年前
Saúl Ibarra Corretgé
c737d46d90
android: update gradle plugin version
6 年前
Saúl Ibarra Corretgé
3f2a559d64
rn: now working on version 19.1
6 年前
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.
6 年前