Saúl Ibarra Corretgé
1255b4dcf3
feat(ios) remove Apple Watch app
...
It has been unmaintained for years.
2025-10-09 16:43:18 +02:00
Calinteodor
719b6d68c8
chore(android): 16 kb page size alignment ( #16276 )
...
* Most libraries are aligned, only duktape needs to be replaced.
2025-07-30 15:52:40 +03:00
Calinteodor
b511f4b8df
dep(react-native): Update to 0.77.2 ( #16160 )
...
* This is a huge update, mostly because we updated Gradle on the Android side, which includes a more strict bundle process for third party modules. On iOS, even though new architecture is disabled, we had to be explicit about it because of this react native update and because some updated dependencies have it enabled by default and are using turbo modules which are not available, YET, in our project.
2025-07-10 14:56:43 +03:00
Saúl Ibarra Corretgé
17f335f0c9
fix(ios) remove unused entitlement
2025-06-18 10:43:43 +02:00
Saúl Ibarra Corretgé
7fabb33733
feat(android,ios) drop support for Firebase Dynamic Links
...
It's being sunset in August, after being deprecated for 2 years.
Ref: https://firebase.google.com/support/dynamic-links-faq?utm_source=deprecation_msa&utm_medium=email&utm_campaign=pone
2025-05-28 09:57:23 +03:00
Saúl Ibarra Corretgé
3d1eb5282c
feat(ios) migrate remaining helper classes to Swift
2025-03-18 10:31:00 +01:00
Saúl Ibarra Corretgé
10935ec692
feat(ios) rewrite AppDelegate in Swift
2025-03-18 10:31:00 +01:00
Saúl Ibarra Corretgé
95a0a8418f
feat(ios) rewrite ViewController in Swift
2025-03-18 10:31:00 +01:00
Saúl Ibarra Corretgé
02ff359de2
feat(ios) drop use of storyboard
...
We only have a single view, so we can simlify.
2025-03-18 10:31:00 +01:00
Calin-Teodor
f967efa3e4
feat(android/ios): broadcast RECORDING_STATUS_CHANGED event
2025-03-10 14:49:41 +02:00
Calin-Teodor
eee80941b0
feat(android/ios): add CONFERENCE_UNIQUE_ID_SET event
2025-03-07 09:19:36 +02:00
Saúl Ibarra Corretgé
8ac44dfbb3
fix(ios) remove orphaned file references from the project
2025-03-04 13:36:27 +01:00
Calinteodor
405af3af5f
feat(toolbox/native): reorganizing buttons in the toolbox and overflow menu ( #15543 )
...
Configures what buttons can be visible inside Toolbox and OverflowMenu, based on priority and config overrides, just like web does.
2025-02-11 16:17:13 +02:00
Saúl Ibarra Corretgé
07a25a1f00
feat(ios) add ability to configure the native WebRTC logging level
2025-02-04 10:37:43 +01:00
Calinteodor
95a6001a6f
feat(toolbox): use custom buttons inside toolbox ( #15506 )
...
*Adding capability to use customToolbbarButtons config option inside Toolbox as well and updating event name by making it more general.
2025-01-23 14:58:22 +02:00
Calinteodor
f3324ab165
feat(react-native): enable hermes engine ( #15279 )
...
Enabled hermes JS engine and updated SDK release scripts for both Android and iOS.
2024-11-26 14:24:43 +02:00
Saúl Ibarra Corretgé
dc25a8dde4
feat(ios) update CocoaPods version
2024-11-05 17:36:52 +02:00
Calin-Teodor
7ff78313ff
dep(react-native): update to 0.75.4
2024-10-29 14:56:43 +02:00
Saúl Ibarra Corretgé
c24c25849d
fix(ios) update giphy SDK
2024-10-03 13:56:10 +03:00
Saúl Ibarra Corretgé
5da69192e3
feat(ios) use Xcode 16 as the new baseline
2024-10-02 15:20:06 +03:00
Saúl Ibarra Corretgé
5ea2093a40
fix(ios) specify supported platforms (iOS, iPadOS)
2024-09-13 13:07:19 +03:00
Saúl Ibarra Corretgé
ab57a2999b
feat(ios) bump minimum required iOS version to 15.1
...
RN 0.76 will be doing this change, so let's get ahead.
THis puts the iPhione 6S as the baseline model, which was released in
September 2015.
2024-09-13 12:57:49 +03:00
Calinteodor
2697eb1273
deps(react-native): update to 0.73 ( #14886 )
...
* deps(react-native): updates regarding to 0.73.8
2024-07-04 17:58:55 +03:00
Saúl Ibarra Corretgé
acccd760d1
feat(rn) remove 360p resolution limitation
...
Layer suspension now works on mobile, let's give this a try once again.
2024-06-07 14:34:13 +02:00
Calinteodor
1bb9b261dc
chore(deps, react-native): update to 0.72.14 ( #14741 )
...
* chore(deps, react-native): changes regarding react native update to 0.72.14
2024-05-16 17:16:36 +03:00
Francois Marier
24ce8c5831
fix(ios) use the correct organization name
2024-05-07 11:30:13 +02:00
Saúl Ibarra Corretgé
ce727d87a8
fix(ios) Xcode 15.2 updates
...
- Update project files
- Make sure CI uses Xcode 15.2
- Fix custom Xcode build scripts to depend on the Info.plist file
generation
- Combine 2 scripts related to Firebase into a single one
2024-04-26 11:51:41 +02:00
Calinteodor
36671d7c4f
feat(toolbox/native): custom overflow menu buttons ( #14594 )
...
* feat(toolbox/native): custom buttons for the OverflowMenu
2024-04-10 14:51:10 +03:00
Calinteodor
5247fbdc0f
feat(ios/android/sdk): delegate transcription chunk received event ( #14516 )
...
* feat(subtitles): created separate helpers for delegating transcription chunks events
on web and mobile
2024-03-28 14:10:02 +02:00
Calin-Teodor
3effbca700
feat(ios): add missing config to .xcodeproj
2024-01-18 15:06:55 +02:00
Calinteodor
cf1f97f486
feat(rn, ios): build fixes and metro-config updates ( #14251 )
...
feat(rn, ios): build fixes and metro-config updates
2024-01-18 14:48:59 +02:00
Calinteodor
90628f56f8
feat(react-native): rn 0.72.7 update ( #14130 )
...
feat(react-native): version 0.72.7 update
2024-01-09 15:16:51 +02:00
Calinteodor
32f6bc376b
feat(rn): 0.70.14 update ( #14123 )
...
* feat(rn): update to 0.70.14 and removed libray_search_paths variables from ios project
2023-12-01 22:29:08 +02:00
Calinteodor
109b83d6f1
fix(sdk): custom server url is overwritten by sdk default url option value ( #14092 )
...
* fix(sdk): custom server url is overwritten by sdk default url option value
2023-11-22 17:13:02 +02:00
Saúl Ibarra Corretgé
056226b8af
fix(ios) disable CallKit when running in a simulator
...
It doesn't work and causes weird failures. We used to disable it in the
iOS app, but it's better to move it to JS since any SDK will benefit
from it.
2023-07-25 11:46:08 +03:00
kerem
4c0c36d233
feat(deps,rn) update React Native to version 0.69.9 ( #13241 )
...
* feat(deps,rn) update React Native to version 0.69
2023-05-16 19:12:51 +03:00
Saúl Ibarra Corretgé
ca60c33dda
fix(ios) disable CallKit when running in the simulator
...
It doesn't actually work on the simulator but it never caused trouble...
until iOS 16.4 (or maybe earlier). Disable it.
2023-04-18 10:58:42 +02:00
Saúl Ibarra Corretgé
af4ba32803
chore(deps) react-native-webrtc@1.106.1
...
Last to support Plan B.
The method to embed WebRTC has changed to use CocoaPods.
2022-10-04 22:02:19 +02:00
Horatiu Muresan
fb2cfaa204
fix(carmode) Force portrait when in carmode
2022-09-22 17:17:19 +03:00
Saúl Ibarra Corretgé
a378ba7827
feat(ios) Xcode 14 compatibility
...
Bitcode is no longer supported, so remove it. The M106 WebRTC version no
longer contains bitcode either, but it embeds dSYMs.
2022-09-19 15:01:47 +02:00
Stefan Weil
882d343e8b
chore(typos) fix some typos
2022-08-30 16:21:58 +02:00
Alex Bumbu
ea4be6cb30
fix(iOS): script for enabling multitasking camera access for release build
2022-08-11 14:34:20 +02:00
Saúl Ibarra Corretgé
3e66e0009d
fix(ios) add missing entitlement
2022-08-02 10:59:24 +02:00
Saúl Ibarra Corretgé
7770d59c93
chore(rn,versions) set app and sdk versions for development
...
We'll bump them appropriately in release branches to avoid churn in
master.
2022-07-06 23:18:32 +02:00
Saúl Ibarra Corretgé
3af782f894
chore(rn,versions) bump sdk and app versions
2022-06-03 14:04:06 +02:00
Saúl Ibarra Corretgé
57672ebea8
fix(ios,broadcast-extension) remove unused import
...
It creates a compilation warning because it forces linking with the SDK.
2022-04-07 16:50:58 +02:00
Saúl Ibarra Corretgé
5b07b6dc42
chore(rn,versions) bump app and sdk versions
2022-04-04 16:42:44 +02:00
Saúl Ibarra Corretgé
781bb5bd18
feat(ios) enable Dropbox recording
2022-03-30 19:55:22 +02:00
Robert Pintilii
1355876f83
feat(gif, rn) Added GIPHY integration on native ( #11236 )
...
Update Android build to support gif
Use GIF format instead of animated webp
Show GIFs in chat messages
Display GIF over tile
Add Giphy button in reactions menu
Added Giphy dialog
Fix isGifMessage to also allow upper case
2022-03-30 16:54:03 +03:00
Saúl Ibarra Corretgé
8b149f9138
chore(rn,versions) bump app versions
2022-03-08 15:36:41 +01:00