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
Jehan Monnier
3cf801a632
improve Android's platform helper
2018-05-23 18:21:47 +02:00
Jehan Monnier
fe0b526baf
fix unit test for android
2018-05-23 17:55:23 +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
Ronan Abhamon
6f0c47fa10
chore(FindSoci): add windows support
2018-05-23 16:48:07 +02:00
Erwan Croze
da265fd909
Fixing problem with phone number in magic search
2018-05-23 15:20:08 +02:00
Erwan Croze
9986a5e9d5
Fixing tester.c
2018-05-23 14:43:32 +02:00
Erwan Croze
8161c7cbee
Fixing android test
2018-05-23 14:43:32 +02:00
Simon Morlat
cfc975d422
Fix crashing tests.
2018-05-23 14:31:20 +02:00
Benjamin Reis
f07a5b59b5
add header to linphonetester framework
2018-05-23 14:05:54 +02:00
Jehan Monnier
cede358396
update grammar search path
2018-05-23 12:31:38 +02:00
Simon Morlat
55f1684135
Robustize tmmbr tests
2018-05-23 12:04:41 +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
794bd7b5dd
fix(ConferenceEventTester): do not use FALSE in C++ bool... (do not explicit pair too)
2018-05-23 11:04:05 +02:00
Ronan Abhamon
3a3c670e31
fix(tests): cast explicitly time_t to int in tests
2018-05-23 10:58:31 +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
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
Simon Morlat
c51aa48e83
Avoid crash in some zrtp tests, when the call fails.
2018-05-23 09:20:47 +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
18606096aa
Fix call timeout tests again.
2018-05-22 18:06:08 +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
eab30faa93
Revert changement of friends.db
2018-05-22 17:02:00 +02:00
Erwan Croze
c8a855ef1c
Fixing get friend of Magic Search
2018-05-22 16:42:42 +02:00
Ghislain MARY
9c7df45896
Improve Android wrapper migration script.
2018-05-22 15:34:40 +02:00
Ghislain MARY
f2b54a6bbb
Fix build on Android with NDK 15.
2018-05-22 15:29:48 +02:00
Simon Morlat
32a4832621
in tester, add -std=c99 to fix build on centos7
2018-05-22 15:08:00 +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
Simon Morlat
3ee89b9d91
Relax assertion of measurement of call duration, because getting the two Released state can take up to one seconds on some platforms, probably a lot of time is wasted in shutting down the audio stream.
2018-05-21 18:02:08 +02:00
Simon Morlat
da246bf288
Fix test. The party that declines the call because of timeout has to mention the call as missed.
2018-05-21 17:28:42 +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
Ronan Abhamon
130d199e6e
fix(StaticString): add a workaround for MSVC 2015 on int constructor
2018-05-21 11:53:33 +02:00
Ghislain MARY
5b9c76ff31
Revert "Improve last commit."
...
This reverts commit 131201a7d6 .
This commit was intended to remove deprecation warnings. That would have been great if it was specified in the original commit message...
2018-05-21 10:37:14 +02:00
Ronan Abhamon
3f4c8b6c22
fix(group_chat_tester): cast time_t to int for BC_ASSERT_GREATER
2018-05-21 10:35:05 +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
e9ff5bc951
fix(GroupChatTester): avoid bad conversion on Windows with time_t
2018-05-18 18:03:03 +02:00
Ronan Abhamon
2b34c206bd
fix(StatixString): add a workaround to deal with int constructors (Windows)
2018-05-18 18:03:03 +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