Commit graph

8283 commits

Author SHA1 Message Date
Sylvain Berfini
a2b8ff8a6f Added LinphoneFriendList callbacks into JNI layer 2016-02-02 11:23:03 +01:00
Sylvain Berfini
7aedeaacb2 Added missing linphone_friend_list_get_core method 2016-02-01 16:59:46 +01:00
Sylvain Berfini
cb657fffbe Forgot import for LinphoneFriendList symbol 2016-02-01 16:53:48 +01:00
Sylvain Berfini
e29cab555d Updated Java tutorials + fixed typo 2016-02-01 16:49:00 +01:00
Sylvain Berfini
64fc5a9594 Added JNI wrapper for linphone_friend_list_set_uri and linphone_friend_list_synchronize_friends_from_server 2016-02-01 16:30:36 +01:00
Sylvain Berfini
6a2a62008f Added JNI bindings for newly created vtable callbacks 2016-02-01 16:24:27 +01:00
Sylvain Berfini
1d754ddff4 Automatically generate UID on PUT if not yet created + improved some tests 2016-02-01 16:04:58 +01:00
Sylvain Berfini
06f9d69a78 Added vtable callbacks for friend list created / removed + tests 2016-02-01 15:42:02 +01:00
Sylvain Berfini
5fe2c68b44 Added method to import friends from buffer instead of file 2016-02-01 15:41:22 +01:00
Sylvain Berfini
44ffb32dea Fixed tester compilation 2016-01-29 12:02:54 +01:00
Sylvain Berfini
82b74a8bb2 Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/friendlist.c
2016-01-29 11:41:57 +01:00
Sylvain Berfini
8725ed305d Should fix the two vcard test not working yet on win32 2016-01-29 11:18:39 +01:00
buildbot
3aed512e65 fix gcc compilation issue 2016-01-29 08:55:51 +01:00
Sylvain Berfini
4fba0f4304 Disable time assert when importing a lot of vcards on Android (takes 20secs instead of 1.5, will have to check why) 2016-01-28 17:57:23 +01:00
Jehan Monnier
58cb7a3f57 use belle-sip refresher with dialog terminated recovery capability 2016-01-28 17:48:11 +01:00
Simon Morlat
e73f376c0d add missing file 2016-01-28 17:42:50 +01:00
Sylvain Berfini
3c53c02fb7 Fixed macosx stack_chk_fail, turns out can't use sal_generate_uuid with buffer of size 32... 2016-01-28 16:22:49 +01:00
Simon Morlat
a7cb065a9f add lp-sendmsg tool, a new tool to send arbitrary SIP MESSAGE requests through a server. 2016-01-28 15:49:10 +01:00
Gautier Pelloux-Prayer
fdaca52ec4 submodules: update ms2 to fix android build 2016-01-28 12:35:57 +01:00
Ghislain MARY
6df23bdc52 Fix build on Windows. 2016-01-28 10:17:27 +01:00
Sylvain Berfini
9cfd1404ef Fixed dump mistake... 2016-01-27 15:46:55 +01:00
Sylvain Berfini
5a7d0a0773 Attempt to fix __stack_chk_fail crash on MacOSX 2016-01-27 15:20:46 +01:00
Ghislain MARY
142891969e Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
Ghislain MARY
a65aaa86fb Update ms2 submodule. 2016-01-27 15:03:44 +01:00
Simon Morlat
0a9ab97bd4 keep using periodical updates (even for non-existent streams) at least for tests, because it is convenient to be notified everytime linphonecore updates
bandwidth measurement.
This may change in the future when bandwidth computations will be done in real time (every mediastreamer2 tick).
2016-01-26 21:32:55 +01:00
Simon Morlat
0965d49f7a handle expired client dialogs for p2p presence, and report them for LinphoneEvent.
remove deprecation of LinphoneChatMessageStateCb, since it is already marked as deprecated in all functions using it.
fix a few warnings
2016-01-26 17:26:49 +01:00
Sylvain Berfini
5c0bdf95bd Fixed another leak 2016-01-26 16:54:56 +01:00
Sylvain Berfini
6c146116b3 Fixed a few leaks + added count test for thousand vcard import 2016-01-26 15:30:58 +01:00
Ghislain MARY
60e70816d2 Update ms2 submodule. 2016-01-26 15:23:22 +01:00
Ghislain MARY
a6ae0d02d6 Use correct namespaces and winmd name when building for Windows 10. 2016-01-26 15:23:02 +01:00
Simon Morlat
b0ea18f83c update ms2 to workaround ICE regression 2016-01-25 22:34:19 +01:00
Simon Morlat
2ce9d4ecc0 fix bug in stats update JNI upcall, since introduction of text stream 2016-01-25 21:53:06 +01:00
Simon Morlat
f5a8a0c803 don't notify periodical updates for non-established streams. 2016-01-25 21:49:02 +01:00
Simon Morlat
cd3beba1c4 fix crash in handle_stream_events() where the MediaStream object is destroyed and recreated during the loop of event processing (typicall with ice events). 2016-01-25 20:32:41 +01:00
Sylvain Berfini
42d8d775b9 Export a few symbols requiered for win32 tester + reworked a few APIs 2016-01-25 17:44:27 +01:00
Simon Morlat
93f7cbd86f fix ice restart tests 2016-01-25 17:13:48 +01:00
Sylvain Berfini
1f776d1f1c Commit changes to friends list in db 2016-01-25 14:48:11 +01:00
Simon Morlat
f8a1eeff37 fix uninstalled ringtoneplayer.h 2016-01-25 14:47:38 +01:00
Sylvain Berfini
2ece607f18 Test that on contact update, previous friend fields are copied and new data is correct 2016-01-25 14:14:53 +01:00
Sylvain Berfini
43619c53a8 Added contact updated callback in friendlist when using CardDAV 2016-01-25 12:58:05 +01:00
Sylvain Berfini
4904728502 Fixed tester compil 2016-01-25 10:53:23 +01:00
Sylvain Berfini
3b7c61e640 Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/CMakeLists.txt
	coreapi/Makefile.am
	coreapi/linphonecore.h
	java/common/org/linphone/core/LinphoneCore.java
	java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-01-25 10:47:41 +01:00
Ghislain MARY
92f74dcbdf Update ms2 submodule. 2016-01-25 10:19:19 +01:00
Simon Morlat
b0f02153e9 fix bug in test, that should wait ICE reINVITE to complete. 2016-01-23 12:19:38 +01:00
Simon Morlat
cd6dfcabe4 add java wrappers for new reachability methods 2016-01-22 18:22:43 +01:00
Simon Morlat
c329b10669 implement independant controls for media and sip network reachabilities. 2016-01-22 17:52:25 +01:00
François Grisez
b689c4bc4e Unref calls after removing them from a conference or after conference termination 2016-01-22 16:21:39 +01:00
Gautier Pelloux-Prayer
4655240eaf i18n: update translations 2016-01-22 15:35:42 +01:00
Gautier Pelloux-Prayer
5c2bbc6783 gtk: fix drag&drop on video window which was not working on MacOSX because gtk2 adds \r\n to filepath 2016-01-22 15:31:00 +01:00
trevora
f2fe6b766f Hold file loops for paused calls.
Sets the amount of time to pause before replaying the hold music file.
2016-01-22 15:30:59 +01:00