Commit graph

734 commits

Author SHA1 Message Date
Mickaël Turnel
2ae73cb39c Changed charset conversion function from 'any to any' to 'any to utf8'
Update bctoolbox for this commit to work
2018-05-28 10:26:43 +02:00
Ronan Abhamon
db8e328b65 fix(core): do not export LINPHONE_EXPORTS in tester... + add ugly workarounds due to bad design 2018-05-24 13:28:01 +02:00
Ronan Abhamon
ec23c3bdc8 fix(linphone): add some fixes for Windows + add a export symbol for internal classes 2018-05-24 13:28:01 +02:00
Simon Morlat
acade62709 Add new method 'linphone_call_request_notify_next_video_frame_decoded(LinphoneCall *call)' that is missing to compensate the deprecation of linphone_call_set_next_video_frame_decoded_callback().
Due to this lack, some tests were failed.
2018-05-23 11:39:18 +02:00
Ronan Abhamon
a66bd5122d fix(core): export correcly some symbols for Windows... 2018-05-23 10:47:47 +02:00
Ronan Abhamon
43ecc924a1 fix(core): export linphone_core_get_linphone_specs and linphone_core_set_linphone_specs as public 2018-05-23 10:39:26 +02:00
Ronan Abhamon
1cbfe4e499 fix(MainDb): SqlEventFilterBuilder => better code 2018-05-21 14:49:07 +02:00
Ronan Abhamon
130d199e6e fix(StaticString): add a workaround for MSVC 2015 on int constructor 2018-05-21 11:53:33 +02:00
Ronan Abhamon
7e3fbe128b fix(StaticString): fix build 2018-05-21 10:26:12 +02:00
Jehan Monnier
3087ae374c Change cmakelist to handle include with subdirectories in IOS Framework 2018-05-21 09:20:13 +02:00
Ronan Abhamon
2b34c206bd fix(StatixString): add a workaround to deal with int constructors (Windows) 2018-05-18 18:03:03 +02:00
François Grisez
8375959f36 Finalization of the API documentation generator. 2018-05-17 19:06:53 +02:00
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
François Grisez
aa91007067 Fixes Doxygen docstring. 2018-05-17 10:30:09 +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