Commit graph

10597 commits

Author SHA1 Message Date
Ronan Abhamon
fca2fd2e1e fix(account_creator): remove useless vars 2017-05-11 14:55:59 +02:00
Jehan Monnier
60c72c8437 add nat_policy ref to calls to make sure nat policy is used from proxy config if exist 2017-05-11 13:39:17 +02:00
Sylvain Berfini
cbebf2544b Fixed compil issue 2017-05-11 10:33:29 +02:00
Simon Morlat
989da9f7e5 add documentation to public methods. 2017-05-10 18:02:15 +02:00
Simon Morlat
f902451723 fix bugs with audio conference management 2017-05-10 18:02:15 +02:00
Jehan Monnier
bb29521ab0 add default values for nat policy in link with proxy config default values 2017-05-09 16:10:20 +02:00
Ronan Abhamon
be0807d024 fix(core): linphone_core_get_consolidated_presence returns offline presence if model is null 2017-05-09 15:46:16 +02:00
Sylvain Berfini
d2f8a2ba12 Yet another improvement for C# wrapper 2017-05-09 15:16:18 +02:00
Sylvain Berfini
1d865de878 Fix iOS crash with null GCHandles 2017-05-09 14:17:38 +02:00
Sylvain Berfini
0e58a367b2 Improved a bit C# wrapper 2017-05-09 13:24:16 +02:00
Sylvain Berfini
1f94814f54 Moved donotwrap to correct place for CoreVTable 2017-05-09 12:29:50 +02:00
Sylvain Berfini
8f523677ea Do not wrap CoreVTable related methods and classes 2017-05-09 12:15:21 +02:00
Sylvain Berfini
e491b19564 Moved setNativeLogHandler method to LinphoneWrapper.cs in C# wrapper 2017-05-09 11:41:45 +02:00
Sylvain Berfini
7b00ab9e2f Improved C# wrapper 2017-05-09 11:41:45 +02:00
Benjamin Reis
0e10e7a5e7 add \n to xamarin ios logs 2017-05-09 11:38:03 +02:00
Benjamin Reis
7675f71719 add default log handler for xamarin IOS 2017-05-09 11:34:31 +02:00
Ronan Abhamon
5fb392bccf feat(friend): set_vcard should take a ref! 2017-05-09 10:28:02 +02:00
Sylvain Berfini
b1a00f77cb Reworked C# wrapper to please iOS... 2017-05-05 18:36:01 +02:00
Simon Morlat
f211fc30d5 only mark as missed incoming calls. 2017-05-04 17:19:48 +02:00
Sylvain Berfini
4d4bfbd77b Fix another mistake in CMakeLists in coreapi/help 2017-05-03 18:09:02 +02:00
Benjamin Reis
ca33437b36 change static lib to framework in ios build 2017-05-03 11:41:47 +02:00
Sylvain Berfini
57114440b1 Build C# wrapper if compil option is enabled 2017-05-02 18:30:56 +02:00
Sylvain Berfini
4f791284a0 Updated CMakeLists to use ENABLE_ARCH_SUFFIX option 2017-05-02 17:39:13 +02:00
Sylvain Berfini
575d79ee14 Updated CMakeLists to use ENABLE_ARCH_SUFFIX option 2017-05-02 17:38:20 +02:00
Simon Morlat
5cde30dae7 fix crash with ErrorInfoImpl due to missing symbols 2017-05-02 15:13:17 +02:00
Ronan Abhamon
e112362041 feat(vcard): add a clone method 2017-04-28 16:14:53 +02:00
Sylvain Berfini
b7dc359f34 Removed useless logs in new test 2017-04-27 15:35:07 +02:00
Sylvain Berfini
e3bb754f2e Added test to check pause and remove from conference call 2017-04-27 15:34:14 +02:00
Erwan Croze
68f5085d84 Fix LinphonePlayer method in JNI 2017-04-27 10:01:36 +02:00
Erwan Croze
9d1bb6b6a8 Fix resend_message for wrapper 2017-04-26 17:06:29 +02:00
Ronan Abhamon
fa2dad63d4 fix(lpconfig): in linphone_config_load_from_xml_file, replace LpConfig by LinphoneConfig 2017-04-26 15:24:06 +02:00
Ghislain MARY
986734364e Fix build. 2017-04-26 10:32:18 +02:00
Erwan Croze
27a73401e8 Fix Account_creator activate_email 2017-04-26 09:33:47 +02:00
Erwan Croze
cf72d47785 Fix PresenceActivityType 2017-04-25 11:04:34 +02:00
Sylvain Berfini
0facfbe7e3 Merge remote-tracking branch 'private/master' 2017-04-24 16:57:50 +02:00
Erwan Croze
b3df86baf2 Fix remote provisioning 2017-04-24 15:54:59 +02:00
Ghislain MARY
a17e2be2fa The LinphonePlayer is now a belle_sip_object and is now wrappable. 2017-04-24 15:52:00 +02:00
Sylvain Berfini
eaa9e7b107 Added doc on each enum value in C# wrapper 2017-04-24 15:27:55 +02:00
François Grisez
a0aa795f63 Improve clarity of the documentation about LinphonePayloadType
As floating objects are automatically freed by the garbage collector
of bellesip, there is not need to unref PayloadType objects that have
been allocated on the fly by getters in LinphoneCore and LinphoneCallParams.

Then, the lines saying that the gotten LinphonePayloadType objects must be
freed after usage have been removed and there is no more reference to
the floating ref mechanisme as it is totally transparent for API users.
2017-04-24 15:20:03 +02:00
Sylvain Berfini
2b0db027fd Merge remote-tracking branch 'linphone/master' 2017-04-24 14:44:06 +02:00
François Grisez
0a2ea96a1e C++ wrapper: add a Doxygen brief description above class declarations 2017-04-24 14:37:08 +02:00
François Grisez
28b257a873 Improve documentation about LinphonePayloadType objects 2017-04-24 11:38:31 +02:00
Benjamin Reis
b1a30f1a43 Fix crash when no default friend_list 2017-04-24 10:11:04 +02:00
Erwan Croze
a0d1ddf830 Fix get_identity of account_creator 2017-04-24 10:09:48 +02:00
Sylvain Berfini
47322a211d Added a few missing getters for some properties 2017-04-21 17:34:02 +02:00
François Grisez
a8283e6f88 Fix build 2017-04-21 15:58:11 +02:00
Sylvain Berfini
2b7111bb1c Added doc to manually created methods and classes in C# wrapper + commented out some debug logs related to refs 2017-04-21 15:52:39 +02:00
François Grisez
0c3985c05f Generate the docstrings for the enums and enum values 2017-04-21 15:45:22 +02:00
François Grisez
e4068bb84f Bugfixes in abstractapi.py and metadoc.py
* prevent metadoc.Translator.translate() from crashing when None
  is passed as argument.
* set the briefDescription attributes of enum values$
2017-04-21 15:45:22 +02:00
Sylvain Berfini
9398d378c2 Moved abstractapi to tools to prevent duplicating it in each wrapper 2017-04-21 15:34:40 +02:00