Commit graph

472 commits

Author SHA1 Message Date
Sylvain Berfini
235dca249d Merge branch 'master' into dev_vcard
Conflicts:
	build/android/Android.mk
	coreapi/private.h
	java/common/org/linphone/core/LinphoneCore.java
	java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-02-09 10:21:18 +01:00
Simon Morlat
a0646a0f9d add method to configure dns servers 2016-02-07 22:35:36 +01:00
Simon Morlat
dc52e150b7 adapt android jni to MSFactory usage, and add linphone_core_reload_ms_plugins() as a new way of loading plugins after LinphoneCore has been created.
This can be used on platforms where dynamic loading of plugins is not permitted, by doing things in this sequence:
1) Create the LinphoneCore as usual
2) call the libms*_init() routines of the plugins by passing them the MSFactory obtained via linphone_core_get_ms_factory()
3) call linphone_core_reload_ms_plugins()
2016-02-04 22:01:00 +01:00
Sylvain Berfini
0676eaf4f1 Removed deprecated methods from vcard tester + updated import/export vCard API 2016-02-03 14:37:34 +01:00
Sylvain Berfini
522e973553 Added JNI bindings for newly added LinphoneFriendList synchronization callback 2016-02-02 17:42:22 +01:00
Sylvain Berfini
45bcccf4eb Added methods (and JNI bindings) to get LinphoneFriends from a LinphoneFriendList and LinphoneFriendLists from LinphoneCore 2016-02-02 14:47:15 +01:00
Sylvain Berfini
7d03d2e00e Added new method to import a LinphoneFriend into a LinphoneFriendList without flagging it as dirty 2016-02-02 14:17:37 +01:00
Sylvain Berfini
a2b8ff8a6f Added LinphoneFriendList callbacks into JNI layer 2016-02-02 11:23:03 +01:00
Sylvain Berfini
e29cab555d Updated Java tutorials + fixed typo 2016-02-01 16:49:00 +01:00
Sylvain Berfini
64fc5a9594 Added JNI wrapper for linphone_friend_list_set_uri and linphone_friend_list_synchronize_friends_from_server 2016-02-01 16:30:36 +01:00
Sylvain Berfini
6a2a62008f Added JNI bindings for newly created vtable callbacks 2016-02-01 16:24:27 +01:00
Sylvain Berfini
5fe2c68b44 Added method to import friends from buffer instead of file 2016-02-01 15:41:22 +01:00
Sylvain Berfini
3b7c61e640 Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/CMakeLists.txt
	coreapi/Makefile.am
	coreapi/linphonecore.h
	java/common/org/linphone/core/LinphoneCore.java
	java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-01-25 10:47:41 +01:00
Simon Morlat
cd6dfcabe4 add java wrappers for new reachability methods 2016-01-22 18:22:43 +01:00
Sylvain Berfini
f001aaae97 This should fix broken JNI compilation 2016-01-19 14:07:41 +01:00
Sylvain Berfini
4583352bad Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/Makefile.am
	coreapi/conference.h
2016-01-18 11:14:56 +01:00
François Grisez
fc9dc6093b Add a method to LinphoneCallLog to check whether a call was a call to a conference server 2016-01-14 17:00:06 +01:00
François Grisez
9eced02408 Wraps LinphoneConferenceParams into Java 2016-01-13 15:51:06 +01:00
Sylvain Berfini
44e18649ac Merge branch 'master' into dev_vcard
Conflicts:
	build/android/Android.mk
	coreapi/CMakeLists.txt
	coreapi/Makefile.am
	coreapi/friend.c
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2016-01-08 10:37:54 +01:00
François Grisez
dab5cc724d Fixes JNI crashes around LinphoneConference.getParticipants() 2016-01-08 10:12:02 +01:00
Brieuc Viel
c20dea4b94 Fix JNI crash about LinphoneCall.getCoference() 2016-01-07 16:26:33 +01:00
François Grisez
38dfb9ab6f Merge branch 'dev_conference_rfc4579' 2016-01-07 10:13:04 +01:00
François Grisez
dc62411463 Fix JNI of getConference() methods of LinphoneCore and LinphoneCall 2016-01-06 15:03:53 +01:00
François Grisez
95c893dcc1 Wrap LinphoneConference class into Java 2016-01-06 14:30:13 +01:00
Sylvain Berfini
db7c875468 Merge remote-tracking branch 'origin/master' into dev_vcard
Conflicts:
	build/android/liblinphone_tester.mk
	coreapi/friend.c
	coreapi/friendlist.c
	coreapi/linphonecore_jni.cc
2015-12-30 15:17:01 +01:00
Christophe Deschamps
12e71eccbe Merge remote-tracking branch 'remotes/origin/dev_presence_list'
- Fix memory leak in jni wrapper
- Implemented findFriendByUri (LinphoneFriendList)
2015-12-29 23:44:02 +01:00
Sylvain Berfini
f0428f5c86 Added LinphoneFriend setName/getName APIs to JNI layer 2015-12-29 11:27:30 +01:00
Sylvain Berfini
aa2a82ceae Added JNI wrapper for friends/vcards import/export methods + setFriendsDatabasePath 2015-12-24 14:55:44 +01:00
Christophe Deschamps
a142ea2981 find friend by URI added to JNI 2015-12-24 00:33:36 +01:00
Ghislain MARY
fb6d0dd135 Merge branch 'dev_presence_list' 2015-12-18 15:01:10 +01:00
Christophe Deschamps
342d404c35 Missing wrapper files 2015-12-15 10:42:05 +01:00
Christophe Deschamps
2840f5fcac JNI Wrapper for presence list 2015-12-14 14:11:37 +01:00
Simon Morlat
07ecd09829 add LinphoneCore.setNortpTimeout() java wrapper 2015-11-26 11:51:54 +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
ad29346e10 add missing file 2015-10-29 13:49:00 +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
Simon Morlat
847f56bb4c fix java wrapper 2015-10-20 22:47:13 +02: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
Ghislain MARY
c5461d7b6f Add java wrapper for linphone_call_set_next_video_frame_decoded_callback. 2015-09-29 15:38:36 +02:00
Sylvain Berfini
b5d0667594 Merge branch 'dev_rtt' 2015-09-22 11:12:34 +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