Commit graph

209 commits

Author SHA1 Message Date
Danmei Chen
466db3ef07 update copyright 2020-06-17 09:57:37 +02:00
Paul Cartier
d1fc3684ef update push notification parameters
- remove set_network_reachable: sdk will not register if push are allowed
- uses push_notification_allowed instead of refkey in proxy config
2020-02-07 17:03:59 +01:00
Danmei Chen
0fdfc24b44 not use deprecated functions 2020-01-03 14:11:35 +01:00
Danmei Chen
a88c501154 fix crash unknow 2019-12-20 11:57:49 +01:00
Danmei Chen
9c8f9dec99 change licence to gpl-v3 2019-10-16 15:10:09 +02:00
Danmei Chen
973e8262d8 remove useless code 2019-10-16 10:52:11 +02:00
Danmei Chen
729bd6a556 some fix for lime devices view 2019-10-15 14:23:14 +02:00
Nicolas Michon
da49a20fc9 Changes related to reachability feature moving into ios-platform-helpers 2019-07-26 15:23:01 +02:00
Danmei Chen
0107ea2079 add parameter of settings to enable media encryption mandatory 2019-06-19 11:52:46 +02:00
Danmei Chen
f5b7ebf56e add early-media and disable it by default 2019-04-03 15:47:58 +02:00
Danmei Chen
47114c4c98 remove useless friend subscription 2019-03-06 17:48:01 +01:00
Danmei Chen
1c492208c0 optimizing settings for automatic file upload 2018-12-11 16:32:36 +01:00
Danmei Chen
a45df60b87 add a setting for auto download 2018-10-17 15:30:11 +02:00
Benjamin Reis
62195a7208 clearer method 2018-03-05 10:06:54 +01:00
Simon Morlat
d5e1b7eca2 Fix ICE settings (stun must be activated when ICE is)
Fix small memory leak.
2018-03-03 16:50:54 +01:00
Benjamin Reis
83b758591a handle ice and stun by proxy configs 2018-02-28 10:41:51 +01:00
Simon Morlat
f423b0f8a8 Simplify the handling of STUN/ICE settings.
It also fixes an issue where it was possible to get into a case where STUN is enabled but ICE is disabled, which is something we don't want.
2018-02-23 22:55:37 +01:00
Benjamin Reis
ca1af98af0 do not crash when syncing settings & core destroyed 2018-01-10 15:22:11 +01:00
Simon Morlat
bd12d899ea Fix crash after setting turn username and password. 2017-12-28 17:34:55 +01:00
Brieuc Viel
f1e6e0c270 [Clean-up] Code clean-up + speed-up 2017-11-27 14:52:30 +01:00
Brieuc Viel
24733a0615 [CNContact] CNContact first implementation 2017-11-08 17:22:23 +01:00
Mickaël Turnel
14f14e0113 Removed video bandwidth limit unless we are in custom mode 2017-10-04 15:16:26 +02:00
Benjamin Reis
1a4efce512 add enable smart address book in settings to enable presence 2017-02-22 14:03:04 +01:00
Benjamin Reis
f400789b8e Fix registration issue when store_ha1=1 2017-02-07 12:30:15 +01:00
Benjamin Reis
d3a36a2fb4 change LIME text info 2017-02-02 10:59:10 +01:00
Benjamin Reis
816f7466cb [Switch submodule branch] Add LIME to settings + manage LIME when sending messages 2017-01-09 17:21:42 +01:00
Benjamin Reis
7603a61f7b Add LIME to settings + manage LIME when sending messages 2017-01-09 17:20:00 +01:00
Simon Morlat
86686a0ead Fix 3 bugs:
- Failure to REGISTER over UDP when the SIP server has both IPv6 and IPv4 addresses and the network has no IPv6
- Bad handling of wifi network change causing very frequent network disconnections (useless calls to linphone_core_set_network_reachable(lc,FALSE) )
- Fix crash while exiting from settings, due to video_port_range being erroneously created and later accessed.
2016-11-17 22:38:52 +01:00
Benjamin Reis
bd606716f2 Change parsing of audio and video ports 2016-11-17 11:50:59 +01:00
Benjamin Reis
23725a42ac add log to setting store 2016-11-15 09:08:10 +01:00
REIS Benjamin
dbee510584 Fix issues when creating account & assistantUI 2016-10-19 12:30:22 +02:00
REIS Benjamin
f6ab161960 Migration from UiAlertView to UiAlertController for simple UiAlert 2016-10-04 11:59:55 +02:00
Gautier Pelloux-Prayer
1581f95bcf xcode: fix some crash and bump v3.14 build 1 2016-09-07 14:25:33 +02:00
Brieuc Viel
0ce8512a9a [Settings] TURN implementations round : username and password 2016-08-31 11:06:11 +02:00
Brieuc Viel
3121b1e7b7 [Settings] implement Turn into Settings view + some methods updates 2016-08-29 16:52:59 +02:00
Gautier Pelloux-Prayer
792bf651df misc: remove compilation warnings due to deprecated ms_list 2016-08-02 15:32:41 +02:00
Gautier Pelloux-Prayer
4c4b3d3904 Classes/LinphoneCoreSettingsStore.m: fix display name display (#3184) 2016-07-22 15:20:18 +02:00
Gautier Pelloux-Prayer
a87ad118bb Settings: fix ipv6 value detection 2016-06-01 14:06:05 +02:00
Gautier Pelloux-Prayer
6798dd0bda push: unregister proxy configs on destroy if remote pushes are not enabled 2016-05-10 10:49:29 +02:00
Gautier Pelloux-Prayer
ea272d6bdf tunnel: remove deprecated API calls 2016-04-08 11:23:51 +02:00
Gautier Pelloux-Prayer
86a55fd9c9 pushnotif: push notifications are now set per account 2016-04-05 11:59:23 +02:00
Gautier Pelloux-Prayer
ebe0d2c608 xcode: fix compilation 2016-03-14 10:04:35 +01:00
Gautier Pelloux-Prayer
24119a2d51 settings: dont parse username as phone number by default 2016-03-09 17:11:22 +01:00
Gautier Pelloux-Prayer
59a2711055 settings: dont parse username as phone number by default 2016-03-09 15:13:18 +01:00
Gautier Pelloux-Prayer
983067d718 settings: correctly set display name when modified 2016-01-20 14:14:03 +01:00
Gautier Pelloux-Prayer
a01c497570 logs: modify debug settings to let user choose between no logs, application logs only, application logs + liblinphone warns or all logs 2016-01-20 14:04:45 +01:00
Gautier Pelloux-Prayer
2644f9b9ac misc: remove LinphoneCore* lc = LC useless code 2016-01-20 12:17:12 +01:00
Gautier Pelloux-Prayer
e71afc56f8 misc: fix some error logs and broken UI glitchs 2016-01-18 15:27:36 +01:00
Gautier Pelloux-Prayer
19fe1bd5d9 log: application logs are now separated of liblinphone logs 2016-01-18 13:33:07 +01:00
Gautier Pelloux-Prayer
9671009541 misc: rework views workflow 2016-01-18 11:54:25 +01:00