Ghislain MARY
a44a98d6dd
Fix make distcheck.
2016-11-16 14:20:01 +01:00
Ghislain MARY
3819580b9a
Some fixes for build with autotools.
2016-11-15 16:04:03 +01:00
Ghislain MARY
5c1d7a5fa3
Fix build with moved header files.
2016-11-15 14:54:00 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Simon Morlat
a961d2771b
fix potential crash when DONTBIND transports are configured.
2016-11-10 11:33:18 +01:00
Jehan Monnier
c1e5007667
avoid unneccessary and time consuming linphone friend parsing
2016-11-07 15:29:22 +01:00
Simon Morlat
eee46cc5df
mandatory media encryption is available for all RTP encryption methods.
2016-11-02 20:45:56 +01:00
Ghislain MARY
9a23352c4c
Stricter compilation options + new compilation error fixes.
2016-10-19 17:31:07 +02:00
Simon Morlat
ce537c3e1f
fix the Beraudo's button, who lost its effect due proxy config edit/done refactoring.
2016-10-17 21:38:15 +02:00
Jehan Monnier
628eb7f5c8
fix static compilation
2016-10-12 14:45:13 +02:00
Simon Morlat
33a781807e
Revert "chat.c: avoid crashing when sending too big uri"
...
This fix is bad as it will hide any message greater than 1000 characters. The root cause of the original problem is probably not understood.
This reverts commit 545d9ac09f .
2016-09-28 11:49:48 +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
b2a78cbf97
Revert "Experimental feature lime"
...
This reverts commit 837b94df2d .
2016-09-12 15:22:35 +02:00
Gautier Pelloux-Prayer
510e9d92d0
gtk: fix friends sort
2016-09-06 12:29:33 +02:00
Gautier Pelloux-Prayer
545d9ac09f
chat.c: avoid crashing when sending too big uri
2016-09-05 16:58:09 +02:00
Sandrine Avakian
dce0f4d495
Adding missing dependency checks for autotools -S. Kondakov patch
2016-09-01 17:23:07 +02:00
Gautier Pelloux-Prayer
d2e06c74ad
fix compilation
2016-08-26 12:02:37 +02:00
Sandrine Avakian
623dc72e1f
Merge branch '3.10.x'
...
# Conflicts:
# CMakeLists.txt
# coreapi/account_creator.c
# coreapi/friendlist.c
# coreapi/linphonecore_jni.cc
# coreapi/misc.c
# coreapi/vcard.cc
# coreapi/vcard.h
# coreapi/vcard_stubs.c
# gtk/videowindow.c
# java/common/org/linphone/core/LinphoneNatPolicy.java
# java/impl/org/linphone/core/LinphoneNatPolicyImpl.java
# mediastreamer2
# tester/vcard_tester.c
2016-08-25 17:52:12 +02:00
Simon Morlat
3a1dacbdf4
big rework of Tunnel management
...
- better integration with network reachability callback
- fix crashes (mTunnelClient can no longer be NULL)
- avoid useless operations during transcient states
- clarify source code
- allow the application to set root_ca before the tunnel connection actually starts.
2016-08-18 18:51:11 +02:00
Sandrine Avakian
837b94df2d
Experimental feature lime
...
Adding lime_experimental_feature in linphonerc [GtkUi] section. Setting it to 1 shows the options
related to lime in the GUI. Setting it to 0 hides the options. Default:set to 0.
Note: enabling lime in the [sip] section does work too, the GUI will just not show
the option has been changed.
2016-08-08 11:17:27 +02:00
François Grisez
9ca70edeb4
Fix bug arround sensitivity of "media encryption mandatory" checkbox
2016-08-04 16:06:46 +02:00
Sandrine Avakian
40c435c104
Fix DTLS encryption mandatory property box
2016-08-04 16:06:37 +02:00
Sylvain Berfini
ee8fcf39bd
Updated wizard URL
2016-08-02 11:11:38 +02:00
Ghislain MARY
751fc90886
Fix compilation errors.
2016-08-02 09:30:40 +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
Sylvain Berfini
9cafb4386d
Fix gtk app compilation
2016-07-29 16:41:09 +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
Ghislain MARY
37a2fd43e6
fix bc_vfs header
2016-07-27 14:48:46 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Sandrine Avakian
834c52392f
Fix Mantis 3208 - MAC - using a valid remote uri in remote provisioning makes linphone crash
2016-07-25 11:49:01 +02:00
Ghislain MARY
f77a2ada0a
Fix definition and usage of LIBLINPHONE_GIT_VERSION.
2016-07-22 11:06:17 +02:00
Ghislain MARY
472befa723
Fix vfs header name.
2016-07-19 12:23:17 +02:00
François Grisez
973591c715
[Regression fix] disable the conference butten when there is only one call
2016-07-12 10:12:59 +02:00
Gautier Pelloux-Prayer
bd503ea852
frienlist.c: fix sort (use display name when available)
2016-07-11 15:37:09 +02:00
Sandrine Avakian
aa59596411
Bug fix for video window moving around on windows.
2016-07-08 15:45:45 +02:00
François Grisez
bba243e32e
Change the type of the dialog that show when an invalid remote provisioning URI has been entered
2016-07-08 13:54:48 +02:00
François Grisez
d6bccae005
Ask the user to restart Linphone after setting the remote provisioning URI on Windows
2016-07-08 13:41:57 +02:00
Sylvain Berfini
ec2ff4e8fd
Another attempt to fix crash on windows when moving video window
2016-07-06 17:11:03 +02:00
Sandrine Avakian
b211fd7175
Changing max auto answer delay to 30s instead of 60s.
2016-07-06 16:39:33 +02:00
Simon Morlat
b3ed363618
fix crash on windows when moving the video window frequently
2016-07-06 10:22:35 +02:00
Simon Morlat
a99e1d8eb9
fix crash on windows when moving the video window frequently
2016-07-05 18:35:44 +02:00
François Grisez
74a5945acf
Fix auto answer delay setting on Windows
2016-07-05 15:53:08 +02:00
François Grisez
44d3c1d227
Fix auto answer delay setting on Windows
2016-07-05 15:32:28 +02:00
Erwan Croze
96d23df39d
Reloading of the friend list after going to the chat room with shortcut
2016-06-29 16:22:46 +02:00
Sylvain Berfini
71953c5c01
Make import/export vcards callback public might fix the buttons doing nothing on windows issue
2016-06-29 10:10:13 +02:00
Erwan Croze
297f63c7da
Using transition between key map and key hardware for shortcut
2016-06-28 14:32:01 +02:00
Erwan Croze
323ce9f16f
Add shortcut for quickly accessing chatroom from the friendlist
2016-06-28 13:37:22 +02:00
Erwan Croze
71cf28204c
Set focus on textfield when loading a chatroom
2016-06-28 13:27:41 +02:00