Benjamin Reis
29ca0fc15d
Let the lib handle socket when bg
2017-01-02 17:05:44 +01:00
Benjamin Reis
84f8726206
Fix Video and ZRTP request when lockscreen call view
2017-01-02 11:54:12 +01:00
Benjamin Reis
c5c8e59140
pop to contactListsView when cancel adding contact
2016-12-23 14:37:30 +01:00
Benjamin Reis
289c996684
Fix crash when deleting a contact with phone and sip address while editing
2016-12-23 14:26:02 +01:00
Benjamin Reis
b5c044bea8
only updta presence cell is displayed
2016-12-23 10:58:22 +01:00
Benjamin Reis
d7d3c509b8
Fix crash onPresenceChanged
2016-12-23 10:56:55 +01:00
Benjamin Reis
dc3437d1e6
Fix crash when sending a message to a null address
2016-12-16 09:06:17 +01:00
Benjamin Reis
ed9dc370d4
Always display incoming call on IOS < 10
2016-12-15 11:32:46 +01:00
Benjamin Reis
a71be96923
add BV16 to settings if sdk allows it
2016-12-15 11:29:52 +01:00
Benjamin Reis
d137da4632
Fix crash when outgoing calls
2016-12-15 08:55:33 +01:00
Benjamin Reis
cd93c10576
support of CallKit for one call
2016-12-14 16:29:02 +01:00
Benjamin Reis
351ef54d0d
Fix loop local notif
2016-12-12 15:34:44 +01:00
Benjamin Reis
92123429a9
Fix didReceiveLocalNotification loop
2016-12-12 14:16:42 +01:00
Benjamin Reis
1d2343fa2e
Fix repetition of UILocalNotif when app starts
2016-12-06 09:02:40 +01:00
Benjamin Reis
b310e0976d
Stop call notification repetition when app in foreground
2016-12-01 11:00:36 +01:00
Brieuc Viel
8e688ecaad
remove multi transport migration, because it enables tcp or udp, if by factoring settings only tls is enabled. This is a problem for new installations.
2016-11-28 12:09:36 +01:00
Benjamin Reis
b38d122312
set up netowrk reachability sooner when handling push notif
2016-11-28 11:48:42 +01:00
Benjamin Reis
eb6589992f
Optimize the refreshRegister calls
2016-11-28 11:42:25 +01:00
Benjamin Reis
b0aaa18765
set contact when presence changes
2016-11-25 15:30:06 +01:00
Benjamin Reis
420a707731
Repair notification display
2016-11-24 14:13:58 +01:00
Benjamin Reis
b508135c3f
Repair Check sms code
2016-11-24 11:25:21 +01:00
Benjamin Reis
5ce53c62cd
Fix first msg notif received : do not go to chat List view
2016-11-23 15:39:46 +01:00
Benjamin Reis
0449158fea
repair push notif when in bg
2016-11-23 15:33:44 +01:00
Benjamin Reis
88d6abf06b
display error popup when bad address in createChatConversation
2016-11-23 12:23:39 +01:00
Benjamin Reis
80c417534d
update submodule KIF
2016-11-23 11:54:03 +01:00
Benjamin Reis
b2255a9e28
Do not reload ContactsList on every presence change
2016-11-23 11:24:38 +01:00
Benjamin Reis
84e13815b2
Not '+' in account_creator dial prefix
2016-11-21 17:07:16 +01:00
Benjamin Reis
6d693639cb
report phone number and country code when retrying sms
2016-11-21 16:42:31 +01:00
Benjamin Reis
bc144e218b
clear AssistantScreens from unused link
2016-11-21 15:29:14 +01:00
Benjamin Reis
bcd3d463cd
reload contactsListTableView when presence updated to have an up to date list
2016-11-21 14:47:04 +01:00
Benjamin Reis
f27f1de1ee
set UiContactCell contact to null when leaving the view to avoid memory leak
2016-11-21 12:11:13 +01:00
Simon Morlat
fb48628ca4
remove references to use_rls_presence, that is no longer used by the core.
2016-11-19 15:00:01 +01:00
Benjamin Reis
5bae57189e
Refresh register on entering bg only if ios<10
2016-11-18 14:36:44 +01:00
Benjamin Reis
d6cf28b675
Change error message for KEY_DOESNT_MATCH
2016-11-18 14:08:50 +01:00
Benjamin Reis
b3d59f85c2
reload fastaddressBook after reseting core
2016-11-18 10:47:05 +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
c25f21c8db
display phoneNumbe rwhen retrying
2016-11-17 16:37:48 +01:00
Benjamin Reis
7f780b46ae
Back to loginView when wrong sms Code
2016-11-17 15:54:01 +01:00
Benjamin Reis
58b6db1bbc
account_creator null when leaving assistantLinkView
2016-11-17 11:52:14 +01:00
Benjamin Reis
bd606716f2
Change parsing of audio and video ports
2016-11-17 11:50:59 +01:00
Benjamin Reis
ce79a55abd
migrate sooner to avoid bad subscription on a migration
2016-11-16 16:37:03 +01:00
Benjamin Reis
2e8de3d321
Better presence detection
2016-11-16 11:28:07 +01:00
Benjamin Reis
23725a42ac
add log to setting store
2016-11-15 09:08:10 +01:00
Benjamin Reis
5eb3c7153d
update KIF to repair the UITest on IOS10
2016-11-15 09:07:21 +01:00
Benjamin Reis
1a5d6693e6
reload friends after linking account
2016-11-14 15:52:01 +01:00
Benjamin Reis
9f522bf182
Delete previous notifications when repeating call notification
2016-11-14 11:08:46 +01:00
Benjamin Reis
e4ec255b3b
Better os_log managing
2016-11-14 11:08:08 +01:00
Benjamin Reis
593d0e0be8
from asl_log to os_log
2016-11-10 15:56:51 +01:00
Brieuc Viel
157baba4b9
Update XMLRPCHelper with success/error blocks management
2016-11-10 10:32:15 +01:00
Benjamin Reis
a29c5dc772
transifex pull
2016-11-08 15:53:34 +01:00