Commit graph

721 commits

Author SHA1 Message Date
Erwan Croze
01cb565ec6 Adding phone number to search result 2018-05-17 14:21:26 +02:00
Ronan Abhamon
3dede7ccda fix(core): fix downloadFile method, returns bool instead of int! There is no reason to return -1 on error like a C function 2018-05-17 11:23:30 +02:00
Ghislain MARY
97085209ca Add callbacks to notify joining/leaving of a chat room. 2018-05-17 10:09:19 +02:00
Benjamin Reis
603bd91bbb add linphone_core_enter_(back/fore)ground and (un)subscribe chat room event handler when needed 2018-05-16 16:50:34 +02:00
Ronan Abhamon
cc6d019a93 fix(enum-generator): expand correctly L_DECLARE_ENUM_MACRO_CHOOSER and L_DECLARE_ENUM_VALUE on Windows 2018-05-16 14:58:14 +02:00
Ronan Abhamon
4e5a76afd0 fix(core): export correctly some symbols on windows 2018-05-16 14:19:05 +02:00
Ronan Abhamon
76d2303c40 fix(general): avoid invalid cast on Windows with L_DECLARE_PRIVATE macro 2018-05-16 14:18:13 +02:00
Ghislain MARY
5d6fbe9e3c Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-14 16:07:29 +02:00
Ronan Abhamon
ee8953c0f4 feat(enums): add doc on L_ENUM_VALUES_CHAT_ROOM_STATE and L_ENUM_VALUES_CHAT_ROOM_CAPABILITIES 2018-05-14 14:55:49 +02:00
Ronan Abhamon
b73f0793c7 fix(enums): little fixes 2018-05-14 14:26:38 +02:00
Ronan Abhamon
f79dd1c936 feat(enums): add doc on L_ENUM_VALUES_CHAT_MESSAGE_STATE and L_ENUM_VALUES_CHAT_MESSAGE_DIRECTION 2018-05-14 14:21:57 +02:00
Ronan Abhamon
fc4032505f feat(api/c-types): add a doc to declare properly a C enum 2018-05-14 14:21:57 +02:00
Ronan Abhamon
5139e2b1cd feat(enums): add doc on L_ENUM_VALUES_CALL_SESSION_STATE + escape single quote (make a unreadable build error otherwise) 2018-05-14 13:46:31 +02:00
Ronan Abhamon
9092559053 Revert "feat(enums): add doc on L_ENUM_VALUES_CALL_SESSION_STATE"
This reverts commit bec9be56a8.
2018-05-14 11:22:14 +02:00
Ronan Abhamon
bec9be56a8 feat(enums): add doc on L_ENUM_VALUES_CALL_SESSION_STATE 2018-05-14 10:41:15 +02:00
Benjamin Reis
1748db5ca5 return initialized empty const ref to avoid weird behavior 2018-05-11 15:22:23 +02:00
Benjamin Reis
e4422ca7e6 Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-09 16:19:26 +02:00
Sylvain Berfini
36aa0bfd0e Added in LinphoneFactory method to create a TunnelConfig 2018-05-04 14:39:33 +02:00
Sylvain Berfini
0566b2b1fe Fixed LIME 2018-04-30 13:25:40 +02:00
Sylvain Berfini
8958c8ac7b Applied from master callback for next video frame decoded 2018-04-30 13:16:18 +02:00
Sylvain Berfini
d67eeda873 Applied snapshot taken callback changes from master 2018-04-30 12:52:53 +02:00
Ronan Abhamon
a4b0da8ad7 feat(event-log-enums): add documentation, please use this commit like an example to generate doxygen doc properly 2018-04-30 10:44:37 +02:00
Ghislain MARY
550502650a Simplify API to get IMDN message state for each participants. 2018-04-27 18:01:15 +02:00
Ronan Abhamon
6d4666b03a fix(quality-reporting): avoid memory leaks, invalid read... 2018-04-27 14:20:09 +02:00
Ghislain MARY
f4f642a4d5 Add utility method to join a vector of strings into a single string. 2018-04-26 11:07:21 +02:00
Ronan Abhamon
f2924982ed chore(doc): fix bad doc in many places + set right types when needed 2018-04-25 11:32:27 +02:00
Sylvain Berfini
03520fcd52 Fixed group chat's Send File + Text message test 2018-04-24 18:11:20 +02:00
Ronan Abhamon
39e7f6eddc fix(c-content): avoid memory leaks and better code 2018-04-24 15:41:24 +02:00
Benjamin Reis
8efc6e412f Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-04-20 10:41:09 +02:00
Sylvain Berfini
ed10a8cf94 Fixed previous commit 2018-04-13 17:19:02 +02:00
Sylvain Berfini
80b369728c Added a setting in proxy config to tell the app whether or not to set push notification informations 2018-04-13 17:06:48 +02:00
Ghislain MARY
711495218a Revert "Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp""
This reverts commit 2686dca63a.
2018-04-12 11:47:14 +02:00
Erwan Croze
fa40c4324b Not setting dns automatically in core if an app has set it 2018-04-12 11:18:52 +02:00
Ghislain MARY
6b19ae1b6f Add callback on chat message to notify participant IMDN state change. 2018-04-11 15:47:20 +02:00
Simon Morlat
00e015436d Fix logging service once for all. 2018-04-11 14:48:41 +02:00
François Grisez
c8ca90cbe2 feature: multi-language API's documentation generator 2018-04-10 18:28:00 +02:00
Ghislain MARY
532c64bfc4 Add API to get the imdn state of a chat message for each participant. 2018-04-10 17:53:12 +02:00
François Grisez
0e7ae694d7 Merge branch 'dev_refactor_cpp' into dev_doc_generator 2018-04-10 17:26:53 +02:00
Simon Morlat
886bfeebf4 update linphone_call_update() doc. Retrofit of 68cd38 from master branch. 2018-04-09 16:09:53 +02:00
Ghislain MARY
5290d59d76 Various fixes regarding callbacks of chat rooms. 2018-04-05 17:09:15 +02:00
Erwan Croze
1cf491257e Adding missing include to core.h 2018-04-05 15:37:04 +02:00
Ghislain MARY
5fb8f9686a Handle incoming INVITE from conference server to create ClientGroupChatRoom. 2018-04-05 15:00:11 +02:00
Jehan Monnier
2686dca63a Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp"
This reverts commit d7890dbe74, reversing
changes made to e6158d8da5.
2018-04-05 12:08:44 +02:00
François Grisez
3739f576e8 Fixes the docstring of a function. 2018-04-05 11:08:43 +02:00
Sylvain Berfini
d7890dbe74 Merge branch 'dev_content_cpp' into dev_refactor_cpp 2018-04-04 16:11:43 +02:00
François Grisez
e6158d8da5 Add the deprecation date on some deprecated functions
(cherry picked from commit f56f27fb2c)
2018-04-04 14:20:22 +02:00
François Grisez
facab07c40 Creates a new singleton object for logging features in the API of Liblinphone
(cherry picked from commit d61a62de91)
2018-04-04 13:49:25 +02:00
Sylvain Berfini
f4d4423fb1 Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-04-04 13:06:53 +02:00
Erwan Croze
4f805973ae Blacklist linphone_call_set_audio_route 2018-04-03 16:17:10 +02:00
Sylvain Berfini
8966c2ca77 Started method to get participants in given state for given chat message 2018-03-28 18:20:22 +02:00