Commit graph

1560 commits

Author SHA1 Message Date
Erwan Croze
c5e8872910 Merge branch 'dev_refactor_cpp' of git.linphone.org:linphone into dev_refactor_cpp_qrcode 2018-05-21 14:03:34 +02:00
Erwan Croze
6322f71e18 Merge branch 'dev_refactor_cpp' of git.linphone.org:linphone into dev_refactor_cpp_qrcode 2018-05-21 14:03:13 +02:00
Erwan Croze
ce6e236b5b Changing some method in the magic search bar 2018-05-21 14:02:22 +02:00
Jehan Monnier
3087ae374c Change cmakelist to handle include with subdirectories in IOS Framework 2018-05-21 09:20:13 +02:00
Ghislain MARY
c327a60318 Prevent adding the same address several times in the remote is composing list. 2018-05-18 17:46:26 +02:00
Ghislain MARY
9691218514 Fix build and coding style. 2018-05-18 17:46:26 +02:00
Ronan Abhamon
ff398c54be fix(core): avoid bool conversions on Windows 2018-05-18 17:18:01 +02:00
Simon Morlat
aaf00286fa Reimplement ip version selection for outgoing calls. This corresponds to commits 3fd706a702 and 08a66cdf6f of master branch. 2018-05-18 15:59:39 +02:00
François Grisez
0adccd72de [Build] Fix race condition between linphonej and linphone-coreapi targets 2018-05-18 15:48:22 +02:00
Ronan Abhamon
00d695d77f fix(Sal): cast bool_t/bool (Windows) 2018-05-18 11:43:07 +02:00
Ronan Abhamon
f37e941a6c fix(Statements): unsupported array designators (since C99) on Windows... 2018-05-18 11:43:07 +02:00
Erwan Croze
01cb565ec6 Adding phone number to search result 2018-05-17 14:21:26 +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
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
4e5a76afd0 fix(core): export correctly some symbols on windows 2018-05-16 14:19:05 +02:00
Erwan Croze
3d7e530222 Fixing load of grammar 2018-05-16 10:55:46 +02:00
Ghislain MARY
2cd08a542f Fix build with GCC 4.8. 2018-05-15 14:18:02 +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
Erwan Croze
6ce1c755d9 Fix MagicSearch to search even in no sip contact 2018-05-14 10:00:27 +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
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
Benjamin Reis
40df4ea870 correct way to handle multipart in multipart 2018-05-11 11:10:37 +02:00
Benjamin Reis
c268421765 fix testers 2018-05-09 17:32:47 +02:00
Benjamin Reis
e4422ca7e6 Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-09 16:19:26 +02:00
Benjamin Reis
1572ef97ee fix send of notify multipart 2018-05-09 15:04:41 +02:00
Ghislain MARY
bad6d9e9e1 Fix IMDN sending in the case where it cannot be aggregated. 2018-05-09 14:48:49 +02:00
Sylvain Berfini
d11ba452c2 Fixed tunnel related issues in Sal 2018-05-09 12:24:43 +02:00
Ghislain MARY
834cf06a91 Don't pretty print IMDN and is-composing xml for compatibility with old implementation. 2018-05-09 11:10:20 +02:00
Ghislain MARY
baa4eebbe1 Use correct naming convention in sal API. 2018-05-07 17:47:41 +02:00
Benjamin Reis
670fee6809 fix testers 2018-05-07 17:17:39 +02:00
Benjamin Reis
60c83540c6 do not subscribe twice for same chat room 2018-05-07 14:01:10 +02:00