Commit graph

144 commits

Author SHA1 Message Date
Jehan Monnier
f51f286803 make sure subscription are not sent if linphonecore is not ready 2016-05-16 10:49:13 +02:00
Jehan Monnier
026bbe8db3 Implement support of dialog created by Notify matching subscription 2016-05-11 14:54:38 +02:00
Sylvain Berfini
04f704aa93 Fixed two potential issues with presence 2016-05-11 11:37:59 +02:00
Sylvain Berfini
ecda7e67a5 Fix too many unref crash in vcard tester 2016-05-10 18:14:48 +02:00
Gautier Pelloux-Prayer
e746c7876b friend.c: fix gcc warning 2016-04-26 16:40:26 +02:00
Gautier Pelloux-Prayer
23397e26be friendlist: add linphone_friend_list_enable_subscriptions API 2016-04-25 17:14:56 +02:00
Gautier Pelloux-Prayer
f40b398e2c misc: fix compilation warnings on iOS 2016-04-25 10:39:30 +02:00
Sylvain Berfini
54a3e8a085 Remove ifdef preventing friends to be written to rc file 2016-04-22 12:04:18 +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
c2a77c9533 Fixed linphone_friend_add_address to behave like linphone_friend_set_address if there is no LinphoneAddress set yet 2016-04-21 09:55:13 +02:00
Sylvain Berfini
111434eecb Fixed do not disturb led color 2016-03-31 17:04:27 +02:00
Sylvain Berfini
37d7c51931 Merge branch 'dev_friends++' 2016-03-31 11:25:54 +02:00
Sylvain Berfini
073a25a534 Fixed lost contacts issue when switching to another config file 2016-03-31 09:10:30 +02:00
Sylvain Berfini
b068c854ef Added tester + few fixes 2016-03-25 15:22:12 +01:00
Sylvain Berfini
4112738454 Added methods to friend to manipulate phone numbers and sip addresses 2016-03-25 14:59:28 +01:00
Ghislain MARY
5baf4362f0 Fix some depreciation warnings. 2016-03-10 17:57:27 +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
Jehan Monnier
f90be596c3 Partially fix initial subscribe no longer working. Still need to rework friends file storage which is no longer available when compile with FRIENDS_SQL_STORAGE_ENABLED 2016-03-09 09:09:20 +01:00
Sylvain Berfini
e7eaaf56d2 Small improvement in friend migration + removed useless code in gtk app 2016-03-03 16:55:02 +01:00
Sylvain Berfini
2628dfc358 Improved friend migration from rc to db 2016-03-03 16:51:14 +01:00
Sylvain Berfini
425cb42f7f Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/friend.c
2016-02-26 14:52:25 +01:00
Sylvain Berfini
befbdada93 Fixed Segfault when trying to store friend's vcard in db before it was added to a friendlist 2016-02-25 16:30:55 +01:00
Sylvain Berfini
b6b4985e28 Create vCards for friends when migrating from rc to db 2016-02-25 14:56:31 +01:00
Gautier Pelloux-Prayer
3df89f60e0 gtk: add lime "preferred" choice 2016-02-25 12:40:53 +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
Jehan Monnier
7fca3be419 On invalidate, only notify friend with an already known presence model 2016-02-05 17:11:45 +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
Jehan Monnier
d678615e26 make sure LinphoneFriend created on core always have core back pointer set 2016-02-03 15:49:34 +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
06f9d69a78 Added vtable callbacks for friend list created / removed + tests 2016-02-01 15:42:02 +01:00
Sylvain Berfini
5fe2c68b44 Added method to import friends from buffer instead of file 2016-02-01 15:41:22 +01:00
Sylvain Berfini
5c0bdf95bd Fixed another leak 2016-01-26 16:54:56 +01:00
Sylvain Berfini
42d8d775b9 Export a few symbols requiered for win32 tester + reworked a few APIs 2016-01-25 17:44:27 +01:00
Sylvain Berfini
31b367c3fe Fix fetch friends lists from db (they were empty) + added test for that 2016-01-15 11:15:19 +01:00
Sylvain Berfini
4a88bb639b Fix presence tests 2016-01-15 10:50:42 +01:00
Sylvain Berfini
03ca760d43 Added md5 check between edit and done on friends + fix all leaks related to friends or friendslists found by tester 2016-01-14 17:30:10 +01:00
Sylvain Berfini
bce8c3cc76 Started rework of friend lists management in linphone + database storage of friend lists 2016-01-14 15:04:08 +01:00
Sylvain Berfini
1d26224858 Started CardDAV integration into liblinphone friends API 2016-01-13 17:05:49 +01:00
Sylvain Berfini
90ddebf9db Fixed warning when importing vcard with name but no sip uri 2016-01-11 16:11:55 +01:00
Sylvain Berfini
379ac0e21e Fixed a leak of LinphoneAddress and replaced some linphone_address_destroy by linphone_address_unref 2016-01-11 11:46:44 +01:00
Sylvain Berfini
7afa6b6f59 Added test for vcard update + added code to download complete vcard if put doesn't return an eTag 2016-01-11 11:08:26 +01:00
Sylvain Berfini
44e18649ac Merge branch 'master' into dev_vcard
Conflicts:
	build/android/Android.mk
	coreapi/CMakeLists.txt
	coreapi/Makefile.am
	coreapi/friend.c
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2016-01-08 10:37:54 +01:00
Sylvain Berfini
873493b628 More work on CardDAV sync: store etag and url for each vcard in db, call the correct callbacks and improved tester using stats 2016-01-07 15:44:59 +01:00
Simon Morlat
e4d97e2a51 add release methods for friends and friend list, so that the core can properly shutdown without leaving references. 2016-01-05 21:15:02 +01:00
Sylvain Berfini
db7c875468 Merge remote-tracking branch 'origin/master' into dev_vcard
Conflicts:
	build/android/liblinphone_tester.mk
	coreapi/friend.c
	coreapi/friendlist.c
	coreapi/linphonecore_jni.cc
2015-12-30 15:17:01 +01:00
Sylvain Berfini
f684e15247 Fix unused variables error 2015-12-22 16:57:50 +01:00
Sylvain Berfini
378cd8fb19 Forgot add definition + error log when trying to import/export friends using vcards if not supported 2015-12-22 16:54:58 +01:00
Simon Morlat
7b5da68fd8 fix presence tests 2015-12-22 14:55:56 +01:00
Sylvain Berfini
06b099d137 Added a comment to explain why presence is disabled when importing friends from vcards 2015-12-21 17:30:33 +01:00