Erwan Croze
fa40c4324b
Not setting dns automatically in core if an app has set it
2018-04-12 11:18:52 +02:00
Simon Morlat
6dd6ea842d
add TMMBR callback at java level
2018-04-10 17:42:51 +02:00
Simon Morlat
4dd2b64c0b
Fix reference model of LinphoneChatMessage and its listener.
2018-03-29 10:55:09 +02:00
Simon Morlat
04fffe5c90
attempt to fix a crash with LinphoneChatMessage (java) pointing to a null LinphoneChatMessage (C)
2018-03-29 10:46:56 +02:00
Sylvain Berfini
7d1ead14b1
Added API to create and store a fake LinphoneCallLog
2018-02-21 10:52:16 +01:00
Sylvain Berfini
05f0a9f8fb
Fixed old JNI file by replacing every JNIEXPORT by extern C
2018-01-09 17:14:06 +01:00
Sylvain Berfini
f3b06914c4
Fixed issues related to old Java/JNI APIs
2018-01-09 16:53:04 +01:00
Mickaël Turnel
9dbf7e36de
Add estimated download bandwith stat for video calls
2018-01-09 16:30:58 +01:00
Sylvain Berfini
62b0764e2b
Fixed getUnreadMessagesCount method in old JNI file
2018-01-09 15:51:45 +01:00
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
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
Sylvain Berfini
30b04f5eb8
Replaced linphone_dial_plan_get_all in linphonecore_jni.cc by linphone_dial_plan_get_all_list
2017-10-16 13:20:06 +02:00
Sylvain Berfini
b744a8e025
More Android compilation fixes
2017-10-11 16:51:57 +02:00
Ghislain MARY
53627f92e0
No longer depend on gettext + remove core callbacks that were deprecated since a very long time.
2017-09-21 18:30:08 +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
Simon Morlat
d150c2677a
fix crash in linphoneplayer end of file
2017-08-10 15:20:03 +02:00
Ghislain MARY
0af1581533
Fix build for Android.
2017-08-02 11:12:20 +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
Erwan Croze
0013ebeceb
Fix JNI of LinphoneInfoMessageImpl_setContent
...
Fixes BelledonneCommunications/linphone-android#81
2017-06-22 14:30:32 +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
Simon Morlat
87ca1adf5e
add getWarnings() wrapper
2017-05-24 14:03:27 +02:00
Erwan Croze
1a761ebe80
Fix loadXmlFile in Linphone JNI
2017-05-12 15:03:36 +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
9d1bb6b6a8
Fix resend_message for wrapper
2017-04-26 17:06:29 +02:00
Sylvain Berfini
e7637881d0
Updated linphonecore_jni.cc to reflect latest changes made to LinphoneCallStats
2017-04-19 16:46:30 +02:00
Simon Morlat
b6f74357e0
delete JNI weak refs when the java object (LinphoneFriend or LinphoneChatMessage) is finalized.
...
This will avoid a periodic weak ref overflow.
2017-04-19 14:28:17 +02:00
Erwan Croze
59c56393f6
Add new rcfile for test
2017-04-18 17:39:20 +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
Brieuc Viel
3bd323bec3
[JNI] remove listener unregistration on LinphoneMessageState = NotDelivered
2017-04-07 10:48:56 +02:00
Erwan Croze
a1fe7e4b04
Add linphone chat method resend to JNI
2017-04-06 14:04:25 +02:00
Ghislain MARY
b6e67b14cd
Fix Android build.
2017-03-31 14:07:39 +02:00
Ghislain MARY
60802389ba
Change the account creator API so that it is wrapper-friendly.
2017-03-31 11:52:26 +02:00
Erwan Croze
0878d89d62
Fix android log handler
2017-03-29 11:40:50 +02:00
Erwan Croze
f23b1d3246
Fix Account creator JNI
2017-03-28 17:08:01 +02:00
Erwan Croze
48882eb92b
Fix JNI + Account_creator
2017-03-28 17:08:01 +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
95098f055a
Make LinphoneErrorInfo a belle-sip object. Add new accessors, and make it able to take Reason headers in incoming requests (feature to be tested)
2017-03-22 14:45:24 +01:00
Brieuc Viel
f74e37becf
[Imdm] remover listener cleaning on delivered
2017-03-21 14:35:06 +01:00
Simon Morlat
a570c27e17
added new java wrapped for linphone_call_asked_to_autoanswer().
2017-03-20 10:24:49 +01:00