Ghislain MARY
1cb1d7c5eb
Allow friends to be added to a friend list even if they do not have a SIP address.
2016-08-01 17:30:51 +02:00
Ghislain MARY
dd36939023
Fix some memory leaks.
2016-07-29 15:36:19 +02:00
Ghislain MARY
fb04d71445
Test association of SIP URI and phone number in presence server tester.
2016-07-29 11:09:45 +02:00
Ghislain MARY
80bdec5205
Associate a presence model to each SIP URI and phone number of a friend.
2016-07-29 11:09:45 +02:00
Ghislain MARY
9243291c6b
Correctly put phone numbers in resource list xml.
2016-07-29 11:09:45 +02:00
Ghislain MARY
147fc9874a
Save friend when it is imported from a vCard.
2016-07-29 11:09:45 +02:00
Ghislain MARY
0492c91ba1
No longer rely on the uri field of LinphoneFriend being set (use linphone_friend_get_address() instead).
2016-07-29 11:09:45 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Sylvain Berfini
c8ae29742a
Moved and renamed some vcard methods for python wrapper
2016-07-01 10:56:51 +02:00
Sylvain Berfini
1590b294ad
Improved performances related to vCard parsing
2016-06-29 16:33:22 +02:00
Ghislain MARY
b535d1f153
Use bctbx_list_t instead of MSList that has been deprecated.
2016-06-16 17:42:33 +02:00
Sylvain Berfini
64ca9e82e5
Improved import friends from vcards feature + set bctoolbox logger in linphone tester
2016-06-14 11:44:43 +02:00
Simon Morlat
b79535afe9
fix automake build and simplify sqlite enablement options
2016-05-20 09:37:53 +02:00
Jehan Monnier
aaa2c3c194
change bctoolbox_ to bctbx_
2016-05-18 16:15:32 +02:00
Sylvain Berfini
ecda7e67a5
Fix too many unref crash in vcard tester
2016-05-10 18:14:48 +02:00
Sylvain Berfini
3fb9e8b7f6
Added a take screenshot button in video window in gtk app + updated translations
2016-05-10 12:02:24 +02:00
Ghislain MARY
7d260db562
Fix Python module unit tests.
2016-05-09 15:21:11 +02:00
Gautier Pelloux-Prayer
8377540fc5
friendlist.c: fix linphone_friend_list_update_subscriptions to avoid switching to P2P presence in case of disabled subscriptions list
2016-04-29 15:46:00 +02:00
Gautier Pelloux-Prayer
0d298a1c4e
friendlist.c: enable subscription by default
2016-04-26 15:32:05 +02:00
Gautier Pelloux-Prayer
23397e26be
friendlist: add linphone_friend_list_enable_subscriptions API
2016-04-25 17:14:56 +02:00
Sylvain Berfini
e3e363dbdc
Fixed infinite loop when carddav context is null
2016-04-25 11:15:49 +02:00
Sylvain Berfini
ade92fb2e5
Fixed crash in carddav when updating more than 1 dirty friend from client to server + improved storage actions for friends in lists
2016-04-22 17:02:37 +02:00
Sylvain Berfini
f5f80c92bd
Few fixes for when using friends without the database storage
2016-04-22 11:01:10 +02:00
Sylvain Berfini
a3aa01e1b6
Fixed issues with vCard tester where some http queries overlapped + memory improvements in carddav.c
2016-04-21 14:41:39 +02:00
Gautier Pelloux-Prayer
417a2cc5de
presence: do not use _FATAL macros in testers
2016-04-08 13:49:41 +02:00
Gautier Pelloux-Prayer
92a44a6104
Revert "Revert "presence_tester.c: add some long term tests""
...
This reverts commit e2609f96a4 .
2016-04-06 16:53:56 +02:00
Jehan Monnier
966c7caa2d
-fix many memory leak
...
-unsubscribe in linphone_core_uninit
2016-03-10 18:58:44 +01:00
Ghislain MARY
298ad5731c
Fix reference handling of presence list events.
2016-03-10 11:57:24 +01:00
Ghislain MARY
f7abf57253
Fix some memory leaks.
2016-03-09 18:14:02 +01:00
Sylvain Berfini
b88693f4f4
Fix contacts migration from rc to db
2016-03-09 17:04:59 +01:00
Ghislain MARY
7cfbbda323
Fix Python module automatic wrapper generation.
2016-03-09 12:13:41 +01:00
Sylvain Berfini
7d6c8ca00e
This should fix export issue on win32
2016-02-25 17:08:13 +01:00
Sylvain Berfini
29592e0670
Merge branch 'master' into dev_vcard
2016-02-24 16:52:11 +01:00
Ghislain MARY
f9eaa1a0f1
Handle body compression for presence list.
2016-02-19 15:14:28 +01:00
Sylvain Berfini
1ed3fccf3a
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
java/common/org/linphone/core/LinphoneCore.java
2016-02-18 14:25:06 +01:00
Ghislain MARY
6ac4d568f3
Merge branch 'bctoolbox'
...
Conflicts:
mediastreamer2
2016-02-15 11:59:35 +01:00
Jehan Monnier
4b1cfa3ddf
make sure even linphone friends created with legacy constructor do not lead to a crash if used in friend-list
2016-02-10 18:13:38 +01:00
Sylvain Berfini
235dca249d
Merge branch 'master' into dev_vcard
...
Conflicts:
build/android/Android.mk
coreapi/private.h
java/common/org/linphone/core/LinphoneCore.java
java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-02-09 10:21:18 +01:00
Simon Morlat
d3e3740a64
fix crashes around presence and publish.
...
Documentation was not consistent with actual code was doing. LinphoneEvent becomes a true belle_sip_object_t, which now evidences memory leaks.
update ms2
2016-02-06 11:51:06 +01:00
Johan Pascal
b504646e58
Move crypto API to bctoolbox
...
- LIME is yet to be ported, compilation fail with LIME enabled
2016-02-04 23:32:38 +01:00
Sylvain Berfini
6e38ee18d5
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/linphonecore.c
tester/presence_tester.c
2016-02-03 17:16:33 +01:00
Sylvain Berfini
d458258237
Fixed segfault when manipulating friends with vcards without carddav configured
2016-02-03 15:26:07 +01:00
Sylvain Berfini
0676eaf4f1
Removed deprecated methods from vcard tester + updated import/export vCard API
2016-02-03 14:37:34 +01:00
Sylvain Berfini
f5e86f8f95
Improved a bit the carddav_updated cb in friendlist
2016-02-03 12:05:31 +01:00
Sylvain Berfini
0370aa9e90
Added new callback for synchronization done + fixed small issue: when contact was removed from the server, it was trying to remove it again
2016-02-02 17:09:21 +01:00
Sylvain Berfini
45bcccf4eb
Added methods (and JNI bindings) to get LinphoneFriends from a LinphoneFriendList and LinphoneFriendLists from LinphoneCore
2016-02-02 14:47:15 +01:00
Sylvain Berfini
7d03d2e00e
Added new method to import a LinphoneFriend into a LinphoneFriendList without flagging it as dirty
2016-02-02 14:17:37 +01:00
Sylvain Berfini
7aedeaacb2
Added missing linphone_friend_list_get_core method
2016-02-01 16:59:46 +01:00
Jehan Monnier
580310fc74
implement io error handling for list subscription
2016-01-29 14:00:24 +01:00
Sylvain Berfini
82b74a8bb2
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
2016-01-29 11:41:57 +01:00