Commit graph

100 commits

Author SHA1 Message Date
Ghislain MARY
35189535a7 Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers. 2014-11-18 16:42:16 +01:00
François Grisez
4fc7ef7a0b Fix compilation 2014-10-20 16:33:50 +02:00
Gautier Pelloux-Prayer
7bb37557d9 Split strict options in two lists (C and C++) 2014-09-15 11:16:32 +02:00
Gautier Pelloux-Prayer
717db9fd8d Improved strict compilation flags 2014-09-11 15:46:05 +02:00
Sylvain Berfini
e9a376a014 LinphoneContent stored in database + few changes on Java API regarding file transfer 2014-09-11 12:14:35 +02:00
Sylvain Berfini
8ca0fac233 More work regarding the JNI bindings and the Java interface for the file upload/download 2014-09-10 14:46:51 +02:00
Sylvain Berfini
c384b0b362 Started Java impl of file transfer 2014-09-09 12:39:56 +02:00
Gautier Pelloux-Prayer
e5522d62ef Add transport tests (tunnel only and tunnel + srtp) 2014-09-08 14:20:31 +02:00
Ghislain MARY
1ce1c85ab4 Prevent rebuilding the documentation if this is not necessary. 2014-09-03 16:32:19 +02:00
Margaux Clerc
06cac462a7 Use ref/unref function in JNI for proxy config 2014-08-28 16:40:47 +02:00
Ghislain MARY
067c8a9527 For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
Ghislain MARY
45bc8f1fa7 Generate documentation when compiling with CMake. 2014-08-06 12:05:44 +02:00
Ghislain MARY
3dc5801283 Follow naming conventions of linphone core callbacks. 2014-08-01 14:40:38 +02:00
Johan Pascal
97050ac654 File Transfer: manage i/o error during file download from server
- note : not functional, test is bugged and commented. To be fixed.
2014-07-30 17:14:56 +02:00
Ghislain MARY
634ebdfde1 Fix some documentation generation warnings. 2014-06-12 13:39:29 +02:00
Jehan Monnier
e78765d33f fix compilation issue on mingw 2014-06-12 08:26:59 +02:00
Simon Morlat
649a5a5fe8 fix memory leaks 2014-06-09 22:14:06 +02:00
Johan Pascal
94ce7ad1bf File transfer move server to https:linphone.org 2014-06-09 12:48:44 +02:00
Johan Pascal
509b105bb6 File transfer: fix memory leak 2014-06-02 06:58:19 +02:00
Johan Pascal
c10b5f652b File transfer implemented following RCS5.1 recommendation
- memory leaks to be fixed
2014-05-29 00:10:49 +02:00
Jehan Monnier
3e754fb44b add a third cb dedicated to progress 2014-05-14 17:50:17 +02:00
Simon Morlat
fd81360160 fix management of LinphoneChatMessage in android glue
add authInfoRequested implementation.
2014-04-11 14:46:21 +02:00
Sylvain Berfini
b43e8a71a2 Fix android core listener missing new added callback for remote provisioning 2014-02-11 16:48:01 +01:00
Sylvain Berfini
8bf0387c35 Added AndroidContext param to createlinphonecore (needed for opensles sound module for android) + updated ms2 2014-01-23 12:26:10 +01:00
Sylvain Berfini
13ac82f066 Fixed tutorials for android 2014-01-06 16:18:58 +01:00
Guillaume BIENKOWSKI
26fc766c44 Add BELLE_SIP flags to the help programs. 2013-12-05 15:23:23 +01:00
Simon Morlat
0177c5f876 fix compilation errors due to signature change in linphone_auth_info_new()
fix failed tests in case of failed authentication.
2013-11-05 22:00:19 +01:00
Sylvain Berfini
50f9d35804 Changes made to JNI and Java to match previous AuthInfo changes 2013-11-04 16:28:50 +01:00
Ghislain MARY
41d60df070 Normalize event callbacks names. 2013-10-09 14:13:11 +02:00
Simon Morlat
532f40dae9 install xml documentation generated by doxygen 2013-10-02 17:27:42 +02:00
Simon Morlat
e990ea0cef wrapper generator in progress 2013-09-20 10:13:17 +02:00
Ghislain MARY
20dfd43aac More coherent friend API. 2013-09-19 11:15:29 +02:00
Simon Morlat
90dd9fe885 wrap new publishStateChanged callback to Java 2013-09-17 19:26:14 +02:00
Simon Morlat
f9e0782528 enable generic publish not to be refreshed automatically 2013-09-16 20:31:16 +02:00
Jehan Monnier
88add42eb5 add --disable-tutorials 2013-08-27 17:41:55 +02:00
Ghislain MARY
6d0e4f3525 Tutorials have nothing to do with tests. 2013-08-22 15:49:56 +02:00
Sylvain Berfini
55b640b0d7 Added a method that returns the existing chatroom if possible instead of always creating a new one + added JNI binding for this method 2013-08-12 11:20:44 +02:00
Ghislain MARY
2d862f98ba Remove useless minutes_away and contact parameters to the linphone_core_set_presence_model() function. 2013-06-25 10:52:08 +02:00
Ghislain MARY
1b7f68b439 Change presence API a little bit to ease wrapping for other programming languages. 2013-06-21 17:06:08 +02:00
Ghislain MARY
a4340fc442 Update documentation about presence. 2013-06-19 17:22:26 +02:00
Simon Morlat
ba53ca3ee6 LinphoneEvent: add accessors to resource address and from. 2013-06-18 21:26:49 +02:00
Simon Morlat
40071c3388 re-enable tutorials
fix bugs in events
add tutorial for subscribe/notify
2013-06-18 16:18:45 +02:00
Simon Morlat
71c67a045b add java interfaces for LinphoneEvent 2013-06-14 17:55:36 +02:00
Simon Morlat
8c3fd2d432 adapt java to modifications of info api 2013-06-06 21:39:57 +02:00
Simon Morlat
1939dd72ce finished java wrapping of info API, and add loghandler java implementation 2013-05-23 13:22:20 +02:00
Simon Morlat
53d4d1b7f8 add transfer_state_changed callback to JNI/java
info api wrapping in progress
2013-05-22 17:02:25 +02:00
Simon Morlat
dd9241f226 add new JNI and java methods. 2013-02-07 15:34:53 +01:00
Sylvain Berfini
80dd3a1b2e Don't use deprecated API in chatroom tutorial 2013-01-16 15:48:12 +01:00
Sylvain Berfini
423375fe67 Updated chatroom tutorial 2013-01-16 15:28:29 +01:00
Yann Diorcet
3e7a110e01 Fix autotool warnings 2012-12-10 17:03:07 +01:00