Christophe Deschamps
2840f5fcac
JNI Wrapper for presence list
2015-12-14 14:11:37 +01:00
Christophe Deschamps
f151d70d4d
retired LinphoneContentPrivate in JNI & fixed Android compilation (friendlist)
2015-12-14 00:01:15 +01:00
Margaux Clerc
47662ce97e
Add calllogs in database for android
2015-11-19 14:43:08 +01:00
Simon Morlat
f0b9d0fffe
add linphone_core_set_transport_timeout() wrapper for java
2015-11-04 17:55:10 +01:00
Simon Morlat
faa6092236
fix crashes in android when doing things with LinphoneCore within the globalStateChanged callbacks.
...
Add wrappers for the http proxy api.
2015-11-03 18:30:33 +01:00
Simon Morlat
4385557cd8
add LinphoneCallLog.getCallId() java wrapper
2015-11-03 14:36:59 +01:00
Simon Morlat
7b529234d6
remove dangerous LinphoneCore.createDefaultCallParameters() from java api.
2015-11-02 22:01:25 +01:00
Simon Morlat
d94a20367f
add missing Java bindings
2015-10-30 15:46:52 +01:00
Simon Morlat
9f2f6163d0
fix tunnelconfig problems
2015-10-29 16:05:31 +01:00
Simon Morlat
c4cf58931e
rework TunnelConfig java wrapper to make it state of art and in the public interfaces.
2015-10-27 18:41:36 +01:00
Ghislain MARY
c1f90bf283
Add JNI for the API to clear custom SDP attributes.
2015-10-19 16:20:01 +02:00
Ghislain MARY
db3c815956
Add JNI to handle media directions.
2015-10-08 11:40:25 +02:00
Margaux Clerc
68829aef4d
Add new methods in JNI
2015-10-07 14:01:29 +02:00
Ghislain MARY
62c627111f
Add JNI for the API to handle custom SDP attributes.
2015-10-07 13:34:00 +02:00
Simon Morlat
caa0ce6109
prevent a crash if the chat message listener is destroyed.
2015-10-04 21:53:18 +02:00
Ghislain MARY
c5461d7b6f
Add java wrapper for linphone_call_set_next_video_frame_decoded_callback.
2015-09-29 15:38:36 +02:00
Simon Morlat
f67f749dc8
fix possible JNI local ref overflow
2015-09-25 10:51:51 +02:00
Sylvain Berfini
b5d0667594
Merge branch 'dev_rtt'
2015-09-22 11:12:34 +02:00
Gautier Pelloux-Prayer
570ebc6b00
linphonecore_jni.cc: fix compilation of chat
2015-09-18 10:27:32 +02:00
Simon Morlat
5257d25cab
removes reference to LinphoneChatRoom.destroy(), which should not be used from java code
2015-09-13 16:47:14 +02:00
Sylvain Berfini
1a43b01696
Merge branch 'master' into dev_rtt
2015-09-10 14:19:52 +02:00
Gautier Pelloux-Prayer
d638129f62
proxy.c: deprecate linphone_proxy_config_normalize_phone and use linphone_proxy_config_normalize_phone_number instead
2015-09-10 11:03:46 +02:00
Johan Pascal
06575db0ae
Add codec2 capabilities (when mscodec2 plugin is present)
...
- update oRTP and ms2
2015-08-20 23:50:41 +02:00
Margaux Clerc
075f13f233
Remove textReceived callback
...
Made echo calibration at start
2015-08-12 17:53:32 +02:00
Sylvain Berfini
7f98e218f0
Finished RTT JNI/Java API
2015-08-05 16:52:52 +02:00
Simon Morlat
48e8734b6f
repair liblinphone_tester (android) and enable call with file player and rtp io test to run ms_audio_diff on embedded platforms, since it is much faster
...
than originally.
2015-08-05 15:51:34 +02:00
Margaux Clerc
157c61d2f5
Fix JNI video windowID
2015-07-21 11:10:00 +02:00
Margaux Clerc
7382c09afc
Remove unused function in JNI : chatMessage_updateUrl
2015-06-24 17:56:12 +02:00
Margaux Clerc
64731a259c
Add patch for java exeception handling in callbacks
2015-06-16 14:20:53 +02:00
Ghislain MARY
7ac6a838d4
Add linphone_core_get_video_preset() + Add JNI wrapper for some core functions.
2015-06-11 15:21:37 +02:00
Ghislain MARY
278bf66e33
Implement linphone_core_set_video_preset().
2015-06-11 09:41:56 +02:00
Sylvain Berfini
8eb0f91a92
More improvements on local refs in JNI layer for Android
2015-05-15 14:59:04 +02:00
Sylvain Berfini
3b9a717089
Fix some leaks in references in JNI layer for Android
2015-05-13 12:11:29 +02:00
Jehan Monnier
258366937a
implement re-invite from multicast to unicast call.
2015-05-13 09:15:29 +02:00
Margaux Clerc
594774d991
Add isPhoneNumber function in JNI
2015-04-21 12:31:37 +02:00
Margaux Clerc
ef7677a88d
Fix friend in JNI
2015-04-14 17:04:48 +02:00
Margaux Clerc
a2561ca88c
Add ref counting on LinphoneFriend
2015-04-14 17:04:48 +02:00
Margaux Clerc
04abb57606
Add key ref for friend
2015-03-26 14:19:25 +01:00
Sylvain Berfini
ee33c10a68
Removed debug trace I pushed by mistake
2015-03-17 16:23:41 +01:00
Sylvain Berfini
19cb807cbb
Finished implementation of file_transfer_send callback in JNI layer
2015-03-17 11:31:13 +01:00
Sylvain Berfini
8f03913001
Added JNI binding for new file transfer and chat message callbacks API
2015-03-17 10:34:24 +01:00
Simon Morlat
c7a6cb0986
fix vtables
...
linphone_core_remove_listener() can safely be called from within a callback.
don't destroy the vtable in linphone_core_destroy(), similar to what is done with linphone_core_remove_listener().
2015-03-10 15:25:02 +01:00
Sylvain Berfini
db7ba6939a
Changes regarding mic gain + changes for echo cancelation on Android
2015-03-10 12:11:56 +01:00
Ghislain MARY
baf75dd419
Add JNI wrapper to set audio/video codecs and to enable DNS SRV.
2015-02-25 14:55:59 +01:00
Jehan Monnier
2d30e846d8
fix multicast lock crash + enable dtls for android
2015-02-23 13:40:48 +01:00
Margaux Clerc
b3734e28a0
JNI setPayloadTypeNumber and resetLogCollection
2015-02-19 16:00:31 +01:00
Margaux Clerc
d4670976df
Add JNI function mediaInProgress
2015-02-17 16:05:40 +01:00
Gautier Pelloux-Prayer
71204d66cd
Fix compilation warnings on android
2015-02-12 10:40:17 +01:00
Margaux Clerc
e797f7063f
Add logcollection methods in linphoneFactory
2015-02-10 18:17:04 +01:00
Margaux Clerc
cd00cc8355
Add LinphoneCore.setPrimaryContact() with address
2015-02-09 17:37:59 +01:00