Simon Morlat
bf20329191
fix LinphoneCore.muteMic() !
2016-05-12 12:19:13 +02:00
Sylvain Berfini
a7ad7997f4
Added JNI method to create LpConfig from buffer
2016-05-11 15:38:24 +02:00
Simon Morlat
fa00efddbb
fix memory leak in JNI getHistory()
2016-05-10 16:03:14 +02:00
Brieuc Viel
0215e014f4
added JNI method for isPresenceReceivedon LinphoneFrined
2016-04-29 09:04:17 +02:00
Sylvain Berfini
6429f520bf
Removed LinphoneFriendList.closeSubscriptions method from JNI wrapper
2016-04-27 16:11:09 +02:00
Sylvain Berfini
ad382a060c
Added JNI method enableSubscriptions for LinphoneFriendList
2016-04-27 14:29:40 +02:00
Sylvain Berfini
9efcd5f610
JNI wrapper for linphone_friend_list_close_subscriptions method
2016-04-25 14:43:48 +02:00
Sylvain Berfini
16e21507be
Added method to set PreseceModel to a LinphoneFriend
2016-04-19 15:44:14 +02:00
Sylvain Berfini
f0cd38ef22
Improved JNI layer (fixed few leaks)
2016-04-08 15:48:45 +02:00
Sandrine Avakian
5e714f46ca
Merge branch 'master' of git.linphone.org:linphone into daemon
2016-04-04 16:18:50 +02:00
Sylvain Berfini
fae2bf32e5
Added hasCrappyOpenGL for Android
2016-04-01 13:49:43 +02:00
Sylvain Berfini
37d7c51931
Merge branch 'dev_friends++'
2016-03-31 11:25:54 +02:00
Sylvain Berfini
18ee71beab
Fix leak in LinphoneChatRoom refs
2016-03-29 16:54:29 +02:00
Sylvain Berfini
6f31200e50
Added JNI wrapper
2016-03-25 16:39:39 +01:00
Simon Morlat
2be885bb35
improve android logger, by stripping \r, because android studio suppresses logs that ends with \r.
2016-03-23 10:57:53 +01:00
Sylvain Berfini
34edd8acb5
Added a way to get/set organization field in vCard from API
2016-03-16 11:39:22 +01:00
Sandrine Avakian
5f1ab1680a
Replacing deprecated mute function.
2016-03-14 17:09:16 +01:00
Ghislain MARY
9b28a0d1b5
Fix compilation for Android.
2016-03-11 17:46:33 +01:00
Ghislain MARY
0e996357d7
Handle compilation for Android with CMake.
2016-03-11 17:03:35 +01:00
Guillaume BIENKOWSKI
eb4d6244c3
Remove debug traces..
2016-03-11 13:14:11 +01:00
Ghislain MARY
5baf4362f0
Fix some depreciation warnings.
2016-03-10 17:57:27 +01:00
Guillaume BIENKOWSKI
d0a4a30f80
Don't use isLocalRef for the JNI: there's always a local ref
2016-03-10 12:04:46 +01:00
Simon Morlat
977584489d
fix compilation errors in jni
2016-03-08 11:57:02 +01:00
Sylvain Berfini
425cb42f7f
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friend.c
2016-02-26 14:52:25 +01:00
Simon Morlat
bc2d0a046d
fix indirect table overflow with JNI's getFriend()
2016-02-25 14:04:30 +01:00
Sylvain Berfini
1ed3fccf3a
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
java/common/org/linphone/core/LinphoneCore.java
2016-02-18 14:25:06 +01:00
Simon Morlat
2c929a08c7
add java method to configure user certificates
2016-02-10 17:00:22 +01:00
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
4fe85734d4
add JNI implementation for LinphoneCore.setDnsServers()
2016-02-07 23:02:48 +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
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
82b74a8bb2
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
2016-01-29 11:41:57 +01:00
Simon Morlat
2ce9d4ecc0
fix bug in stats update JNI upcall, since introduction of text stream
2016-01-25 21:53:06 +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
François Grisez
66cc5b3fc3
Fixes bad function name in linphnonecore_jni.cc
2016-01-22 11:21:07 +01:00
Brieuc Viel
86e7857431
Fix typo in JNI
2016-01-20 14:32:24 +01:00
Simon Morlat
1a36ff6b96
fix android build
2016-01-19 17:50:37 +01:00
Brieuc Viel
8b71cc1fc8
Fixes JNI crach around LinphoneConference constructor
2016-01-19 15:35:41 +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