François Grisez
48c11e5135
Make linphone-doc target depend on files placed in include/linphone/
2017-01-12 17:48:34 +01:00
Ghislain MARY
410f5b9e1c
Revert message callbacks moved to LinphoneChatRoom instead of LinphoneChatMessage.
2017-01-03 14:56:17 +01:00
Ghislain MARY
9867c2fee7
Send and receive imdn.
2017-01-03 14:56:17 +01:00
Ghislain MARY
07f8f0ac8e
ringtoneplayer.h needs to be public.
2016-11-15 15:56:57 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Simon Morlat
3c3cb9f1cf
fix compilation error
2016-11-03 09:43:47 +01:00
Ghislain MARY
85ffd1e592
Fix build of Python module + fix memory leak of bctbx_list_t objects in the wrapper.
2016-10-26 15:49:10 +02:00
Simon Morlat
0d2524320b
allow missing initializers
2016-10-19 19:37:42 +02:00
François Grisez
ccb11fa363
Add javadoc target as dependence of all target when ENABLE_JAVADOC is enabled
2016-10-03 16:55:20 +02:00
François Grisez
5aa97cae22
Add a target to generate Liblinphone's JavaDoc
2016-10-03 16:18:07 +02:00
Simon Morlat
f9aee35116
heavy rework of lists, presence list subscriptions, and fix many memory leaks
2016-09-22 22:10:36 +02:00
Sylvain Berfini
05cf0889ea
Revert to old auth_info_requested callback and added a new one instead
2016-09-21 13:03:23 +02:00
Sylvain Berfini
f575f94bb4
Added methods to set TLS certificate/key on LinphoneAuthInfo + updated auth_info_requested callback
2016-09-20 12:44:43 +02:00
Gautier Pelloux-Prayer
c24a71a17a
cmake: compile help executables
2016-08-25 14:44:02 +02:00
Ghislain MARY
1cb1d7c5eb
Allow friends to be added to a friend list even if they do not have a SIP address.
2016-08-01 17:30:51 +02:00
Ghislain MARY
0492c91ba1
No longer rely on the uri field of LinphoneFriend being set (use linphone_friend_get_address() instead).
2016-07-29 11:09:45 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Ghislain MARY
3ccd09b1e4
Fix a lot of doxygen warnings.
2016-06-01 18:11:54 +02:00
Ghislain MARY
e657258c28
Fix generation of Python module.
2016-03-31 11:14:02 +02:00
Gautier Pelloux-Prayer
67738ec43e
doxygen.dox: add plugin doc on ios
2016-03-14 14:59:52 +01:00
Ghislain MARY
5baf4362f0
Fix some depreciation warnings.
2016-03-10 17:57:27 +01:00
Sylvain Berfini
425cb42f7f
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friend.c
2016-02-26 14:52:25 +01:00
Ghislain MARY
c64cf6b4ca
Allow building both shared and static libraries with CMake.
2016-02-24 17:54:29 +01:00
Sylvain Berfini
235dca249d
Merge branch 'master' into dev_vcard
...
Conflicts:
build/android/Android.mk
coreapi/private.h
java/common/org/linphone/core/LinphoneCore.java
java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-02-09 10:21:18 +01:00
Simon Morlat
947d39f9ba
fix too short timeouts for redirect test
2016-02-07 11:18:47 +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
Gautier Pelloux-Prayer
3532bfabfb
doxygen: update configuration and fix errors in doc
2015-12-23 15:50:55 +01:00
Gautier Pelloux-Prayer
9fdecfa649
autotools: add mac.m for autotools build process
2015-12-23 15:25:17 +01:00
Simon Morlat
29d2355ba7
fix compilation problem
2015-12-18 17:57:33 +01:00
Simon Morlat
3d7bbb5bd5
remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
...
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
Ghislain MARY
45357608d7
Fix top dir for documentation generation with CMake when grouping projects.
2015-10-16 16:41:17 +02:00
Ghislain MARY
b3c247b6d7
Allow inclusion of CMake project in a global CMake project.
2015-10-05 17:52:48 +02:00
Simon Morlat
4c2c12fafa
fix compilation errors
2015-09-22 21:37:34 +02:00
Sylvain Berfini
1a43b01696
Merge branch 'master' into dev_rtt
2015-09-10 14:19:52 +02:00
Simon Morlat
cf6995ef5c
clean chat room api.
...
fix multiple memory leaks, mainly in gtk UI
2015-09-04 14:57:25 +02:00
Margaux Clerc
075f13f233
Remove textReceived callback
...
Made echo calibration at start
2015-08-12 17:53:32 +02:00
Jehan Monnier
3dff4de12e
update rtt tutorials
2015-08-01 18:37:18 +02:00
Jehan Monnier
803d2052a1
add Real Time Text api with stubbed implementation over SIP Messages.
2015-08-01 18:16:12 +02:00
Ghislain MARY
d6291c1320
Do not use absolute path in install instructions of CMake.
2015-03-13 14:27:50 +01:00
Simon Morlat
49a91becb7
cleanups, add network simulation api to liblinphone
2015-02-24 18:11:12 +01:00
Jehan Monnier
c2551b2baa
fix multicast documentation, add java api
2015-02-04 16:39:28 +01:00
Margaux Clerc
c7437e6ffc
Revert LinphoneCoreListener modifications for Android
2015-02-03 16:48:48 +01:00
Sylvain Berfini
4e5e409dc2
Started to bind log collection methods in JNI layer
2015-01-05 15:10:17 +01:00
Ghislain MARY
24f4d44496
There is no longer a dummy call to the file_transfer_recv callback at the beginning of a file download.
2014-12-11 14:34:45 +01:00
Ghislain MARY
26620d4c0f
Fix compilation of file transfer tutorial.
2014-12-11 09:36:49 +01:00
Sylvain Berfini
de2e98bd96
Added ClearException in jni layer to prevent crash when listener doesn't implement all callbacks + reworked linphonecorelistener
2014-12-01 12:36:24 +01:00
Ghislain MARY
4ac1ccdf05
Handle the callbacks associated with a chat message directly in the LinphoneChatMessage object instead of in the LinphoneCore object.
2014-11-24 16:16:17 +01:00
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