Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
4 年之前
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
4 年之前
Saúl Ibarra Corretgé
7a7937c072
fix(ios,version) versions must match
4 年之前
Saúl Ibarra Corretgé
4765ab9d63
chore(rn,version) bump app and sdk versions
4 年之前
Saúl Ibarra Corretgé
ed6e75b241
fix(ios) add local network usage description for iOS 14
4 年之前
Saúl Ibarra Corretgé
312949eef6
ios: update Crashlytics dependency
4 年之前
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
4 年之前
Saúl Ibarra Corretgé
0751c6ab48
ios: fix uploading dSYMs to Crashlytics
Use Fastlane to get them from Apple after processing, them upload them.
Also make sure WebRTC dSYMs are included when uploading.
4 年之前
Saúl Ibarra Corretgé
f32140c4b7
rn: set default resolution to 360p (experiment)
4 年之前
Saúl Ibarra Corretgé
b7f1f3c659
ios: try to leave the meeting when the app is terminating
Fixes: https://github.com/jitsi/jitsi-meet/issues/6665
5 年之前
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5 年之前
Saúl Ibarra Corretgé
afe1b4b0f9
rn: now working on 20.3
5 年之前
Saúl Ibarra Corretgé
d19a659871
ios: update Crasshlytics and fix uploadding symbols
5 年之前
Saúl Ibarra Corretgé
ca5605620a
rn: update versions, apps 20.2, sdk 2.7
5 年之前
Saúl Ibarra Corretgé
7446e6165e
rn: now working on version 20.1
5 年之前
Saúl Ibarra Corretgé
692c6a47b4
rn: now working on versions 20.0 / 2.6
5 年之前
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
5 年之前
Saúl Ibarra Corretgé
44970648ea
rn: now working on versions 19.5 / 2.5
5 年之前
Saúl Ibarra Corretgé
2609e43f29
ios: misc Xcode changes due to an update
5 年之前
Saúl Ibarra Corretgé
ac06892bb4
android,ios: now working on versions 19.4 / 2.4
5 年之前
Saúl Ibarra Corretgé
6383d000a9
rn: raise version to 19.3
5 年之前
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
6 年之前
Saúl Ibarra Corretgé
cf7b10d53d
feature-flags: initial implementation
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been
converted to feature flags.
6 年之前
Saúl Ibarra Corretgé
371ca4eef1
ios: don't require bitcode for Debug builds
6 年之前
paweldomas
1bc28e4904
watchos: display a message if the recent list is empty
6 年之前
Saúl Ibarra Corretgé
9352517705
ios: always log delegate method calls
6 年之前
paweldomas
96b226de24
watchos: change the icons
Inverts the icons to follow more what's in the phone app instead of
CallKit.
6 年之前
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.
6 年之前
Saúl Ibarra Corretgé
746159a1ac
ios: set compilation mode to "wholemodule" for release builds
6 年之前
Saúl Ibarra Corretgé
43a8fd2a53
ios: set iOS deployment target correctly everywhere
6 年之前
Saúl Ibarra Corretgé
a26bb2c1a6
watchos: add watchOS app
Co-authored-by: Pawel Domas <pawel.domas@jitsi.org >
7 年之前
Saúl Ibarra Corretgé
bf7b1c5cfc
rn: add support for alpha.jitsi.net
6 年之前
Saúl Ibarra Corretgé
85388b8d23
ios: handle some corner cases with Firebase Dynamic Links
- handle some weird bug
(https://github.com/firebase/firebase-ios-sdk/issues/233 )
- use a common function to extract the URL off a dynamic link
6 年之前
Saúl Ibarra Corretgé
6bf962817b
ios: add a CallKit icon
The SDK will now search for an asset called "CallKitIcon" on the main bundle,
and fallback to a built-in asset it it's not there, allowing SDK users to
customize it by just adding asset with that name.
6 年之前
Saúl Ibarra Corretgé
21c0745504
android,ios: now working on version 19.2
6 年之前
Saúl Ibarra Corretgé
024fc73e63
ios: update to Xcode 5 and Swift 5
6 年之前
Saúl Ibarra Corretgé
f662edd135
ios: don't bundle a dummy GoogleService-Info.plist file
It complicates automated builds.
6 年之前
Saúl Ibarra Corretgé
1de4897a6b
ios: xcode project change shenanigans
Signing wouldn't work, disabling it and enabling it again created these changes.
Oh well!
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é
aedcfba263
ios: introduce JitsiMeetConferenceOptions
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é
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é
3f2a559d64
rn: now working on version 19.1
6 年之前
Saúl Ibarra Corretgé
b7b2745dae
ios: update podfile for CocoaPods 1.6.0
6 年之前
Saúl Ibarra Corretgé
5f7a515610
rn: drop {AddPeople,Invite}Controller
We are going to implement the invite dialog *inside* the SDK, so there is no
need to have all this machinery anymore.
6 年之前
Saúl Ibarra Corretgé
14990a427a
rn: set version to 19.0.0
This marks our switch to CalVer: http://calver.org/
Major: year
Minor: release number
Patch: build (in case we need to retry)
6 年之前
Saúl Ibarra Corretgé
77f220753f
ios: dynamically load Dropbox API key
Load it at build time from a "dropbox.key" file. The file should contain the API
key in a single line.
6 年之前
Saúl Ibarra Corretgé
515d2f11ce
ios: set Google reverse client ID at build time
Read it from the GoogleService-Info.plist file and apply it into Info.plist.
6 年之前
Saúl Ibarra Corretgé
f7134722d0
ios: let the system reorder the file
6 年之前