Commit graph

12974 commits

Author SHA1 Message Date
Erwan Croze
01cb565ec6 Adding phone number to search result 2018-05-17 14:21:26 +02:00
Ronan Abhamon
20e45ee0fd fix(tester): do not add call_video_test_suite if not enabled 2018-05-17 11:36:06 +02:00
Ronan Abhamon
4d084078f4 fix(core): many fixes for Windows => include iterator, cast bool_t/bool, symbol export... 2018-05-17 11:31:34 +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
Ronan Abhamon
b001af3784 fix(Object): disable C4251 warning on Object (Windows) 2018-05-17 10:45:31 +02:00
Ghislain MARY
97085209ca Add callbacks to notify joining/leaving of a chat room. 2018-05-17 10:09:19 +02:00
Ronan Abhamon
6ea91ce27b fix(call_video_tester): avoid empty array if video is not enabled 2018-05-17 10:05:06 +02:00
Ronan Abhamon
42d9cee02d feat(PathsWindows): use a compilable code... 2018-05-16 17:04:42 +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
Benjamin Reis
f163e95752 fix ios coding style 2018-05-16 16:27:47 +02:00
Ronan Abhamon
babef084be fix(paths): clean code 2018-05-16 16:19:25 +02:00
Ghislain MARY
e682a3b1f5 Fix issue 4893: After being re-invited in a chat room, when the device is restarted nothing can be done in the chat room.
Store the conference created event in DB and update the notify id in DB if insertion of the chat room is requested but it is already stored.
2018-05-16 15:34:46 +02:00
Ronan Abhamon
fbe0ff2673 fix(ConferenceListener): do not forget the export macro 2018-05-16 15:11:48 +02:00
Ronan Abhamon
fa0374517f fix(core): add some casts on bool_t to bool (for windows warnings) 2018-05-16 15:11:17 +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
Ronan Abhamon
fdac4f1cee fix(CMakeLists.txt): define limit c macros on windows (c++ files) 2018-05-16 14:16:22 +02:00
Ghislain MARY
2cd08a542f Fix build with GCC 4.8. 2018-05-15 14:18:02 +02:00
Ghislain MARY
be2f7b33df Add LeaksMemory tag on a group chat tester. 2018-05-15 13:52:44 +02:00
Ghislain MARY
ef002c77ef Fix some memory leaks. 2018-05-15 11:51:13 +02:00
Ghislain MARY
b258449e03 Clean c-content code. 2018-05-15 11:51:03 +02:00
Ghislain MARY
0c449e7a6e Activate compression for conference event lists. 2018-05-15 09:28:05 +02:00
Ghislain MARY
575069db12 Correctly handle LinphoneEvent object and unsubscribe correctly for client group chat rooms that do not use list subscription. 2018-05-14 16:08:09 +02:00
Ghislain MARY
a5aab47bb1 Regenerate xsd source code to fix compilation issues. 2018-05-14 16:08:03 +02:00
Ghislain MARY
5d6fbe9e3c Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-14 16:07:29 +02:00
Ghislain MARY
51d5589edf Fix build with Clang 6.0. 2018-05-14 16:06:07 +02:00
Benjamin Reis
eb2781ab78 put back a test 2018-05-14 15:48:06 +02:00
Erwan Croze
b3cad25d12 Fixing csharp wrapper + Fixing Xamarin wrapper 2018-05-14 15:02:54 +02:00
Erwan Croze
243de0a617 Fixing leak in JNI 2018-05-14 15:02:54 +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
François Grisez
0006fac224 CSharp wrapper gen: fix the interface of SandCastleTranslator 2018-05-14 14:07:45 +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
Erwan Croze
02f6abf732 Enhance Magic Search test with phone number 2018-05-14 10:00:27 +02:00
Erwan Croze
6ce1c755d9 Fix MagicSearch to search even in no sip contact 2018-05-14 10:00:27 +02:00
Ghislain MARY
65317c1f56 Fix invalid read in tester. 2018-05-11 18:02:36 +02:00
Ghislain MARY
579485228c Remove C strings and bctoolbox lists where possible in the sal. 2018-05-11 18:02:36 +02:00
Ghislain MARY
044ad7be6d Use bool type instead of bool_t where possible. 2018-05-11 18:02:36 +02:00
Benjamin Reis
1b6c7c6277 fix build on iOS 2018-05-11 15:59:01 +02:00
Benjamin Reis
1748db5ca5 return initialized empty const ref to avoid weird behavior 2018-05-11 15:22:23 +02:00
Erwan Croze
7698dae2d9 Change in magic search, return all friend when filter is empty 2018-05-11 14:44:49 +02:00
Benjamin Reis
1eedb60cc4 add comment to explain weird code 2018-05-11 14:08:02 +02:00
Simon Morlat
08bdd47045 Fix previous commit, was incomplete. 2018-05-11 12:24:44 +02:00
Simon Morlat
bf187325f5 add ios platform helpers to fix issue with background tasks. 2018-05-11 12:14:17 +02:00
Ghislain MARY
1433867a75 Fix build with GCC 7. 2018-05-11 11:28:25 +02:00