Commit graph

74 commits

Author SHA1 Message Date
Christophe Deschamps
156231f8aa Handle VoIP and APNs push received before shared filesystem is available (BFU)
Delay CoreContext initialization until AppServices.config is available.
      When a VoIP push arrives before that, an EarlyPushkitDelegate reports
      a temporary CallKit call, ends it as unanswered after 4s, and posts
      a missed call notification to the user.
      Handle message APNs in service extension without Core/Config availability
2026-04-13 13:38:39 +00:00
Benoit Martins
9524c6f2f3 Add a screen-sharing video preview to the call view 2026-03-26 10:23:36 +01:00
Benoit Martins
1ffcd3e1ae Add bottom sheet to display message deletion choice 2026-03-16 16:57:08 +01:00
Benoit Martins
2f56839937 Update Settings UI 2026-03-16 11:38:06 +01:00
Benoit Martins
b8efad4980 Add Siri intent example phrases for all localizations 2026-03-10 10:46:37 +01:00
Benoit Martins
d36a0a7081 Updated CHANGELOG & bumped version code to 6.1.0 (8) 2026-03-09 16:50:53 +01:00
Benoit Martins
9d78fc2e29 Add AppIntentVocabulary.plist for INStartCallIntent example phrases 2026-03-06 16:07:27 +01:00
Benoit Martins
d0418ae07c Updated CHANGELOG & bumped version code to 6.1.0 (7) 2026-03-06 11:20:12 +01:00
Benoit Martins
e1d3df577f Create local image library in CoreContext if it doesn’t exist 2026-03-05 16:26:42 +01:00
Benoit Martins
9cc8923e3f Refactor audio session management and add incoming message notification sound 2026-02-25 15:05:47 +01:00
Benoit Martins
1fff8d6d36 Update SPM SDK branch to Beta 2026-02-19 14:09:48 +01:00
Benoit Martins
d5d1600b4e Add trusted devices list 2026-02-16 16:14:30 +01:00
Benoit Martins
8223d20fc6 Add media and documents list to the conversation 2026-02-12 09:44:55 +00:00
Benoit Martins
b3ed027c61 Normalize phone numbers in getFriendWithAddress 2026-02-02 16:41:04 +01:00
Benoit Martins
9072119031 Centralize App Group identifier using shared xcconfig 2026-01-27 16:59:57 +01:00
Benoit Martins
d25c19ff8e Refactor of Config and CorePreferences 2026-01-27 15:55:57 +01:00
Benoit Martins
e64c0611fb Updated CHANGELOG & bumped version code to 6.1.0 (6) 2026-01-21 13:57:41 +01:00
Benoit Martins
b348307b6c Update SPM dependencies 2026-01-19 11:07:34 +01:00
Benoit Martins
986276c04f Updated CHANGELOG & bumped version code to 6.1.0 (5) 2026-01-15 09:30:48 +01:00
Benoit Martins
6575a4b0f2 Updated CHANGELOG & bumped version code to 6.1.0 (4) 2026-01-06 16:29:35 +01:00
Benoit Martins
990d2f36af Add mentions to DynamicLinkText in ChatBubbleView 2026-01-05 12:26:58 +01:00
Benoit Martins
8d5c0ce79b Add intents extension 2025-12-29 17:09:50 +01:00
Benoit Martins
61931138b2 Remove SDK message queued workaround 2025-12-23 16:48:26 +01:00
Benoit Martins
4c45a9bb1e Disable video calls when core.videoEnabled is false 2025-12-18 10:42:28 +01:00
Benoit Martins
1501dae019 Update SPM dependencies 2025-12-17 16:55:58 +01:00
Benoit Martins
4cd63b53b2 Allow add-contact UI when disableAddContact is disabled 2025-12-17 15:36:54 +01:00
Benoit Martins
7decb12a3f Updated CHANGELOG & bumped version code to 6.1.0 (3) 2025-12-09 10:52:33 +01:00
Benoit Martins
da1abd75ae Update Git commit, branch, and tag info 2025-12-08 13:46:22 +01:00
Benoit Martins
33b379285f Updated CHANGELOG & bumped version code to 6.1.0 (2) 2025-12-08 11:52:40 +01:00
Benoit Martins
b45a328ad4 Updated translations from Weblate 2025-12-08 11:29:15 +01:00
Benoit Martins
fe8432f128 Add a bottom sheet in RecordingsListFragment and display an empty state when the list is empty 2025-12-05 15:57:53 +01:00
Benoit Martins
36fa752ccf Add seeking support to the audio record player 2025-12-03 23:04:51 +01:00
Benoit Martins
0f8df65dff Merge remote-tracking branch 'refs/remotes/origin/master'
#Conflicts:
#	LinphoneApp.xcodeproj/project.pbxproj
2025-12-02 15:53:56 +01:00
Benoit Martins
221e3cbb4b Add recording player 2025-12-02 15:30:12 +01:00
Benoit Martins
2b64c26518 Add automatic Git commit, branch, and tag info for Help views 2025-12-01 15:12:03 +01:00
Benoit Martins
b462657a77 Add recording list 2025-11-28 17:32:59 +01:00
Benoit Martins
bcee4439f5 Updated CHANGELOG & bumped version code to 6.1.0 (intermediate version) 2025-11-13 11:10:53 +01:00
Benoit Martins
a3d2c74592 Update SPM dependencies 2025-11-05 10:10:05 +01:00
Benoit Martins
4f6dc2c0c7 Update Launch Screen (Spash Screen) 2025-11-04 15:37:11 +01:00
Benoit Martins
f8b7e3b319 Fix international prefix reset in settings 2025-10-29 16:05:57 +01:00
Benoit Martins
aefa334038 Prevent editing when contact is read-only (LDAP contacts) 2025-10-29 08:28:08 +00:00
Benoit Martins
5bb757d150 Edit CardDav friend 2025-10-29 08:28:08 +00:00
Benoit Martins
41f9db8199 Add Ldap and Cardav settings 2025-10-29 08:28:08 +00:00
Christophe Deschamps
888b75a2d4 Theme - Colors 2025-10-02 13:14:45 +00:00
Benoit Martins
4fde1933dd Updated CHANGELOG & version code from release/6.0 branch 2025-09-26 16:27:27 +02:00
Benoit Martins
4cf1dbd8b5 Add advanced settings to third-party SIP account login view 2025-09-25 16:21:05 +02:00
Benoit Martins
1d0df11c61 Update translations from Weblate 2025-09-22 16:58:58 +02:00
Benoit Martins
014e7c575e Updated CHANGELOG & version code from release/6.0 branch 2025-09-12 14:12:39 +02:00
Benoit Martins
240116edfe Update build version to (101) 2025-09-01 16:02:39 +02:00
Benoit Martins
e3106a3f50 Update build version to (100) 2025-09-01 15:26:46 +02:00