Commit graph

367 commits

Author SHA1 Message Date
Ronan Abhamon
eb5ab27326 fix(core): rename some methods => Do not set a plural noun before "Count"!!! 2017-12-04 15:29:01 +01:00
Erwan Croze
04b6f1386d Adding and implementing find_contacts_by_char 2017-10-19 14:11:37 +02:00
Benjamin Reis
df7f5059c2 add getPaths method to platform helpers 2017-10-19 12:22:15 +02:00
Simon Morlat
ef94fd5090 add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-19 11:06:35 +02:00
Brieuc Viel
0399162c4c [FriendsImpl] update java wrapper to add function getVcardToString from friend 2017-08-23 12:01:01 +02:00
Sylvain Berfini
1b78b453c1 Added LinphoneCall's setVideoWindowId method in JNI wrapper 2017-08-21 13:42:50 +02:00
Ghislain MARY
42896dce67 Fix Android wrapper of LinphonePlayer. 2017-08-01 17:13:36 +02:00
Sylvain Berfini
d5f765da2f Added get/set domain and configure to AccountCreator JNI wrapper 2017-07-05 14:21:23 +02:00
Ghislain MARY
a906cfa658 Fix path to check if the msopenh264 plugin is present on Android. 2017-06-28 13:52:08 +02:00
Erwan Croze
b21b16a98f Add get_in_call_timeout to JNI 2017-06-06 12:03:55 +02:00
Erwan Croze
af93de9a95 Add get_incoming_timeout to JNI 2017-06-05 17:33:02 +02:00
Erwan Croze
c03dd6f389 Add setNatPolicy to proxy config in JNI 2017-06-05 11:15:38 +02:00
Sylvain Berfini
57792f4014 Added JNI methods for getting sent/received FPS in call params 2017-05-29 11:12:55 +02:00
Ghislain MARY
8633c5b8b5 No longer add a suffix to the name of the libraries for Android. 2017-05-15 14:35:42 +02:00
Erwan Croze
c9ada30c5a Add getNatPolicy JNI to LinphoneProxyConfig 2017-05-12 14:32:17 +02:00
Simon Morlat
5cde30dae7 fix crash with ErrorInfoImpl due to missing symbols 2017-05-02 15:13:17 +02:00
Erwan Croze
68f5085d84 Fix LinphonePlayer method in JNI 2017-04-27 10:01:36 +02:00
Erwan Croze
be6603fd94 Add new xml file loading for dynamic conf 2017-04-18 17:39:20 +02:00
Simon Morlat
7f57f6828c merge branch with reason header support and new ErrorInfo features.
Add JNI and java interfaces. Fix issues.
2017-04-14 15:28:58 +02:00
Erwan Croze
a1fe7e4b04 Add linphone chat method resend to JNI 2017-04-06 14:04:25 +02:00
Erwan Croze
ed813724f7 Fix wakelock possible leak in android on Linphone destroy 2017-04-06 12:10:06 +02:00
Erwan Croze
85c6355213 Add new implementation of acocunt creator to Java 2017-03-28 17:08:01 +02:00
Simon Morlat
c1434a3f7c fix crash in android version, optimize LinphoneCall.getCurrentParams() 2017-03-22 21:35:03 +01:00
Simon Morlat
7a5bfae02d add new test (that works) and deprecate LinphoneCall.getCurrentParamsCopy(). 2017-03-22 17:35:20 +01:00
Simon Morlat
a570c27e17 added new java wrapped for linphone_call_asked_to_autoanswer(). 2017-03-20 10:24:49 +01:00
Erwan Croze
fb21732c38 Add getRLSUri JNI 2017-03-06 16:47:05 +01:00
Simon Morlat
cf49dc437c fix various problems with the handling of LinphoneCallStats in JNI wrapper. 2017-02-07 21:06:00 +01:00
Erwan Croze
01e990259d Add JNI function:
- linphone_proxy_config_pause_register
- linphone_proxy_config_refresh_register
2017-02-02 16:39:07 +01:00
Erwan Croze
1cf4eda4aa Add chat message is secured JNI 2017-02-01 14:54:33 +01:00
Sylvain Berfini
9551c9118a Improvements on tunnel to make udp mirror and dual mode cohabitate + JNI wrapper 2017-02-01 11:20:40 +01:00
Erwan Croze
2c5d691045 Add Lime JNI method 2017-01-31 10:47:43 +01:00
Sylvain Berfini
e2a58c43ef Use userData Object instead of LinphoneContact in LinphoneFriendImpl 2017-01-20 09:36:32 +01:00
Sylvain Berfini
5500c7455d Added reference on LinphoneContact in Java impl of LinphoneFriend (for Android) 2017-01-19 17:49:56 +01:00
Sylvain Berfini
c23ac67e0e Added deprecated tag on createLinphoneFriend methods in LinphoneCoreFactory 2017-01-18 10:36:43 +01:00
Erwan Croze
8dd53e5eb6 Refactoring loading of downloaded OpenH264 2017-01-03 16:34:20 +01:00
Sylvain Berfini
1f87c8066d Added JNI wrapper for linphone_core_verify_server_certificates and linphone_core_verify_server_cn 2016-12-29 16:52:54 +01:00
Erwan Croze
700b06dda0 Fix some case in LinphoneCoreFactoryImpl 2016-12-22 10:06:56 +01:00
Erwan Croze
a87a9ecd45 Add new createFriend method for LinphoneCore to avoid crash if LinphoneFriend is not link with a LinphoneCore 2016-11-25 16:03:20 +01:00
Erwan Croze
ef792ae0ab Revert "Remove useless setcontext for linphonecore"
This reverts commit 3e91c26f8a.
2016-11-24 09:33:40 +01:00
Erwan Croze
c0b32a738f Fix crash which happened sometime on remove of proxy config 2016-11-23 11:54:01 +01:00
Erwan Croze
b1a48fb816 learn to code a condition 2016-11-17 14:43:09 +01:00
Erwan Croze
76b6d803bc Fix checking build version for OpenH264 2016-11-14 16:54:33 +01:00
Erwan Croze
6a3c39d425 Enable OpenH264 only for Android < 5.1 2016-11-10 16:37:44 +01:00
Erwan Croze
a988e996ca Add JNI for update password 2016-11-08 15:56:35 +01:00
Erwan Croze
3bc59a20c7 Add synchronize to add and remove listener method 2016-11-04 17:00:13 +01:00
Erwan Croze
3e91c26f8a Remove useless setcontext for linphonecore 2016-10-31 15:58:05 +01:00
Erwan Croze
5cbf79d6d7 JNI for country list 2016-10-21 15:09:07 +02:00
Erwan Croze
36554835ff Adding new JNI function 2016-10-20 14:59:13 +02:00
Erwan Croze
01498a1f44 Adding remote ip family to call stats 2016-10-14 17:14:29 +02:00
Erwan Croze
36c73a9d0a Adding jni for in call stats 2016-10-14 15:26:42 +02:00