Ronan Abhamon
|
771487a89a
|
fix(c-wrapper): add a way to clone custom properties of c objects
|
2018-05-24 17:23:07 +02:00 |
|
Erwan Croze
|
2731c470c4
|
Fix magic search
-Alias will now appear in domain filter
-Contact is prefered than address in result
|
2018-05-24 16:57:04 +02:00 |
|
Ronan Abhamon
|
71ed40b0d9
|
fix(PathsWindows): append linphone to path
|
2018-05-24 13:42:14 +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 |
|
Ronan Abhamon
|
d900fc0787
|
fix(sal): export symbols for windows (sal workaround)
|
2018-05-23 17:00:55 +02:00 |
|
Erwan Croze
|
c6e2ef105c
|
Fixing magic search, remove duplicate result
|
2018-05-23 16:51:37 +02:00 |
|
Ronan Abhamon
|
c0af01b2e0
|
fix(core): export some symbols for Windows
|
2018-05-23 16:49:35 +02:00 |
|
Erwan Croze
|
da265fd909
|
Fixing problem with phone number in magic search
|
2018-05-23 15:20:08 +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
|
61b927afc2
|
fix(MainDb): read is blacklisted by soci, use read_from_start instead on Windows
|
2018-05-23 10:57:20 +02:00 |
|
Ronan Abhamon
|
82f1950551
|
fix(CMakeLists.txt): export soci symbols
|
2018-05-23 10:56:25 +02:00 |
|
Ronan Abhamon
|
652a3bf021
|
fix(PathsWindows): add dep libs
|
2018-05-23 10:48:18 +02:00 |
|
Jehan Monnier
|
836cbdf97f
|
make sure android platform helper is compatible with linphone-android 3.x
|
2018-05-22 18:13:40 +02:00 |
|
Simon Morlat
|
80c9d0c7eb
|
Reply 489 Bad Event if we receive a NOTIFY in a call for anything else than a "refer" event package. This commit is also made in master branch.
|
2018-05-22 18:06:08 +02:00 |
|
Erwan Croze
|
4e6961aa36
|
Some fix in Magic Search
|
2018-05-22 17:58:52 +02:00 |
|
Ronan Abhamon
|
8c1b0dc8ab
|
chore(CMakeLists.txt): export Xerces symbols on Windows
|
2018-05-22 17:56:20 +02:00 |
|
Erwan Croze
|
20b8d7eba1
|
Replacing string compare by == in magic-search.cpp
|
2018-05-22 17:03:53 +02:00 |
|
Erwan Croze
|
c8a855ef1c
|
Fixing get friend of Magic Search
|
2018-05-22 16:42:42 +02:00 |
|
Ghislain MARY
|
f2b54a6bbb
|
Fix build on Android with NDK 15.
|
2018-05-22 15:29:48 +02:00 |
|
Ronan Abhamon
|
954a1a9cd5
|
fix(core): add many workarounds to build on Windows...
|
2018-05-22 09:40:48 +02:00 |
|
Ronan Abhamon
|
a225f7cf3a
|
fix(MainDb): add a workaround to define sql filters on Windows
|
2018-05-22 09:29:01 +02:00 |
|
Ronan Abhamon
|
1cbfe4e499
|
fix(MainDb): SqlEventFilterBuilder => better code
|
2018-05-21 14:49:07 +02:00 |
|
Erwan Croze
|
fc3ac05c55
|
Fix compilation in magic search
|
2018-05-21 14:34:43 +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 |
|
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 |
|